/*
Theme Name: Magazeen
Theme URI: http://smashingmagazine.com/
Description: A bold magazine theme from <a href="http://wefunction.com">Function</a> &amp; <a href="http://smashingmagazine.com">Smashing Magazine</a>.
Version: 1.0
Author: Spencer
Author URI: http://wefunction.com/
Tags: magazine, light, link, blue, two column, widgets, jquery

	The CSS, XHTML is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - All Type throughout the site
02 - Main Structure - Columns, clearfix, etc.
03 - Header - Header, Logo, navigation, search.
04 - Dock - jQuery latest articles.
05 - Main Content - Post boxes, post meta, etc.
06 - Sidebar - Custom sidebar widgets.
07 - Footer - Categories, About, Copyright, Sponsors.

/* ----------------------------------------------*/

/* 00 - GLOBAL ELEMENTS
/* ----------------------------------------------*/

p.first-child .cap {
        font-size:3em;
        color: #00A8D9;
}

a {outline:none;}

body {
	margin:0; padding:0;
	width:auto; height:auto;
	background:#f2f2f2;
	font:0.75em Arial, Helvetica, sans-serif; color:#666;
	line-height:19px;
}

code {
	margin:0; padding:0;
	width:80%; height:auto;
	font:1.17em Georgia, "Times New Roman", Times, serif; color:#0f8eb3;
}

	pre {
		margin:0 auto; padding:5px 20px;
		background:#f4f1ec url(images/code.gif) repeat;
		border:1px solid #bbced7;
		font:0.92em Georgia, "Times New Roman", Times, serif; color:#3e3e3e;
		line-height:200%;
	}

blockquote {
	margin:0 auto; padding:5px 20px 0 20px;
        margin-bottom:5px;
	width:80%; height:auto;
	background:#f8fbfc; /* url(images/blockquote.gif) no-repeat top left; */
        border:1px solid #ccc;
}

img {
	margin:0; padding:0;
	border:0;
}

ins {
	color:#009999;
}

del {
	color:#990000;
}

/* 01 - TYPOGRAPHY
/* ----------------------------------------------*/

.post-intro p, .page-content p {
        font-size:1.13em !important;
        line-height:1.6em;
        color:#343434;
        margin-top:0;
}

h1 {
	margin:-10px 0 0 0; padding:0;
	font:bold 3.53em Verdana, Arial, Helvetica, sans-serif; color:#fefefe;
	position:relative; display:block;
}

	.post-content h1, .page-content h1 {
		margin:10px 0; padding:0;
		font:bold 2.50em Arial, Helvetica, sans-serif; color:#53798b;
	}

	h1 a:link, h1 a:active, h1 a:visited {
		color:#00A8D9;
		outline:0;
	}
	
	h1 a:hover {
		color:#A8D900;
	}

	h1 span {
		margin:10px 0 0 0;
		background:url(images/gradient.png) repeat-x;
		width:100%; height:20px;
		position:absolute; display:block;
	}

h2 {
	margin:0; padding:0;
	font:0.83em Verdana, Arial, Helvetica, sans-serif; color:#b9b9b9;
}

	.post-content h2, .page-content h2 {
		margin:10px 0; padding:0;
		font:bold 2.00em Helvetica, Arial, sans-serif; color:#666;
	}

h3, #searchform-widget label {
	margin:0; padding:0;
	font:bold 2em Helvetica, Arial, sans-serif; color:#00A8D9;
}

#searchform div {display:inline; padding-left:10px;}

#searchform label {font:bold 2em Helvetica, Arial, sans-serif; color:#666; text-transform:lowercase; vertical-align:middle;}

	.post-content h3, .page-content h3 {
		margin:10px 0; padding:0;
		font:bold 1.50em Arial, Helvetica, sans-serif; color:#00A8D9;
	}

	h3 a:link, h3 a:active, h3 a:visited {
		color:#00A8D9;
	}
	
	h3 a:hover {
		color:#A8D900;
	}
	
	h3.post-title, .single h3.post-title, h3.post-title-small {
		margin:0; 
		width:390px; height:auto;
		border:0;
                text-align:right;
	}
 
        h3.post-title-small {width:350px !important;}

       	h3.page-title {text-align:center !important; width:100% !important; padding-bottom:23px !important;}
	
		.single h3.post-title {
			font-size:2.00em;
			width:275px;
		}
		
		h3.post-title-small {
			font-size:1.50em;
		}

h4 {
	margin:0; padding:0;
	font:bold 1.75em Helvetica, Arial, sans-serif; color:#fff;
}

	.post-content h4, .page-content h4 {
		margin:10px 0; padding:0;
		font:bold 1.5em Helvetica, Arial, sans-serif; color:#666;
	}

	#footer h4 {
		margin:0 0 20px 0;
	}

h5 {
	/* Sidebar Header */
	margin:0; padding:20px 0 0 20px;
	width:285px; height:55px;
	/* background:#f5fbfe url(images/sidebar-top.gif) no-repeat top center; */
	font:bold 2.25em Helvetica, Arial, sans-serif; color:#00A8D9; text-transform:lowercase;
}

	.post-content h5, .page-content h5 {
		margin:10px 0; padding:0;
		width:auto; height:auto;
		background:none;
		/* font:bold 1.00em Georgia, "Times New Roman", Times, serif; color:#53798b; */
		font:bold 1.00em Helvetica, Arial, sans-serif; color:#00A8D9; 
	}

	#tag_cloud h5, #searchform-widget label {
		margin:0; padding:0;
		background:none;
	}

a:link, a:active {
	color:#00A8D9;
	text-decoration:none;
}

.page-content a, .post-content a {font-weight:bold !important;}

a:hover {
	color:#A8D900;
}

a:visited {
	color:#00A8D9;
	text-decoration:none;
}

/* Header
/* -------------- */

#header #infuse-header-link {
	width:410px;
        height:165px;
        position:absolute;
}

#header #infuse-header-link a {
	display:block !important;
        height:100%;
        width:100%;
}

#header #cgi-header-link {
	width:265px;
        height:60px;
        position:absolute;
        top:306px;
}

#header #cgi-header-link a {
	display:block !important;
        height:100%;
        width:100%;
}


#navigation ul li a:link, #navigation ul li a:active, #navigation ul li a:visited {
	margin:0; padding:13px 6px;
	font:bold 1.34em Helvetica, Arial, sans-serif; color:#fff; text-transform:lowercase; letter-spacing: 0.01em;
/* #34393e */
	display:block;
}

#navigation ul li a:hover, #navigation ul.pages li.current_page_item a:hover {
	color:#A8D900 !important;
	font-weight:bold;
}

#navigation ul.pages li.current_page_item a:link, #navigation ul.pages li.current_page_item a:active, #navigation ul.pages li.current_page_item a:visited {
	/* Crazy margins to pull up the hover image above the borders.*/
	margin:-3px 0 0 0; 
	/* background:#171615 url(images/navigation-hover.gif) repeat-x bottom center; padding:15px 15px 14px 15px; */
	color:#FFF; position:relative
}

a.rss:link, a.rss:active, a.rss:visited, a.rss:hover {
	margin:13px 15px 0 0; padding:0;
	width:16px; height:17px;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;
}

/* Main Content
/* -------------- */

.post-content ul li, .post-content ol li, .page-content ul li, .page-content ol li {
	margin-left:22px; 
        padding:0;
}

.post-content ol, .post-content ul, .page-content ol, .page-content ul {
	margin: 10px 0 10px 0; 
        padding:0;
}

.post-info {
	text-align:left;
	font:1.07em Helvetica, Arial, sans-serif;
        font-weight:bold;
        text-transform:lowercase;
}

	.post-info span {
		font-size:1.18em;
		/* display:block; */
	}

		.post-info span a:link, .post-info span a:active, .post-info span a:visited {
			color:#00A8D9;
			text-decoration:none;
		}
		
		.post-info span a:hover {
			color:#A8D900;
		}
	
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	margin:0; padding:10px 20px;
	font:bold 1.75em Arial, Helvetica, sans-serif; color:#FFF;
	display:block;
}

.comment-count a:hover {
	background:#A8D900;
}

	.single .comment-count a:link, .single .comment-count a:active, .single .comment-count a:visited,
	.page-content .comment-count a:link, .page-content .comment-count a:active, .page-content .comment-count a:visited {
		padding:8px 18px;
		font:bold 1.45em Arial, Helvetica, sans-serif;
	}

.post-intro strong {
	font:bold 1.33em Arial, Helvetica, sans-serif; color:#30393d;
	line-height:21px;
}

.continue-reading a:link, .continue-reading a:active, .continue-reading a:visited,
.cat-posts li.view-more a:link, .cat-posts li.view-more a:active, .cat-posts li.view-more a:visited {
	/* font:bold italic 1.17em Georgia, "Times New Roman", Times, serif; color:#333; */
        font-weight:bold;
        font-size:1.07em; text-transform:lowercase;
}

.continue-reading a:hover,
.cat-posts li.view-more a:hover {
	color:#666;
}

/* Drop Down
/* -------------- */

.category a:link, .category a:visited,
.category-inside a:link, .category-inside a:active, .category-inside a:visited {
	margin-bottom:0; padding:4px 25px 0 15px;
	display:inline-block;
	height:25px; outline:0;
        font-size:1.07em;
        font-weight:bold;
        text-transform:lowercase;
	/* font:1.00em Georgia, "Times New Roman", Times, serif; color:#7f7d7e; */
}

.category a:hover {color:#666;}

.active div {
	margin:0 0 -1px 0; padding:0 0 0 6px;
	width:auto; height:40px;
	/* background:url(images/cat-hover-left.gif) no-repeat top left; */
	float:right; display:block; position:relative; z-index:10;
}

	.active a:link, .active a:visited {
		margin-top:-10px; padding:14px 25px 11px 25px;
		width:auto; height:25px; display:inline-block;
                color:#fff;
		/* font:1.00em Georgia, "Times New Roman", Times, serif; color:#5c5659; */
                background: #A8D900;
		/* background:url(images/cat-hover-right.gif) no-repeat top right; */
	}
	
.cat-posts li.view-more {
	margin:0; padding:0px;
	text-align:right; text-transform:lowercase;
}

.cat-posts li a:link, .cat-posts li a:active, .cat-posts li a:visited {
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#333;
	display:block;
}
						
.cat-posts li a:hover {
	color:#555;
}
												
	.cat-posts li span {
		font:0.92em Arial, Helvetica, sans-serif; color:#fff; text-transform:lowercase;
	}
	
/* Content Navigation
/* -------------- */

.navigation {
	font:normal 0.92em Helvetica, Arial, sans-serif; color:#666;
}

	.navigation a:link, .navigation a:visited, .navigation a:active {
		font:normal 1em Arial, sans-serif; color:#656c71;
	}
	
	.navigation a:hover {
		color:#333;
	}
	
/* Comments
/* -------------- */	

.submit-comment {
	margin:0 0 15px 0; padding:0;
	width:127px; height:27px;
	background: #00A8D9; /* url(images/submit-comment.gif) no-repeat top center; */
	display:block; outline:0; text-transform:lowercase;
	border:0; color:#fff; cursor:pointer;
}

.submit-comment:hover {background:#A8D900;}

.author {
	font:1.50em Arial, Helvetica, sans-serif; color:#3c4d54;
}

	.author a:link, .author a:active, .author a:visited {
		color:#3c4d54;
	}
	
	.author strong span, .author strong span a:link, .author strong span a:active, .author strong span a:visited {
		color:#6b8894;
		display:inline;
	}
	
.author span {
	font:0.61em Georgia, "Times New Roman", Times, serif; color:#a3aeb2;
	display:block;
}

.comment-text {
	font:1.00em Arial, Helvetica, sans-serif; color:#74868d;
	line-height:19px;
}
	
/* Sidebar
/* -------------- */

.widget, #sidebar li#featured-news, #sidebar li#recent-news, #sidebar li.categories, #sidebar #recent-comments {
        border: 5px solid #ccc;
        background:#fff;      
}

#sidebar li {
	font:0.92em Arial, Helvetica, sans-serif;
}

.children li {
	margin-bottom:0 !important;
}

#sidebar li#featured-news, #sidebar li#recent-news {

}

	#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
		font:bold 1.33em Helvetica, Arial, sans-serif; color:#666;
	}
	
	#sidebar li a:hover {
		text-decoration:none;
                color:#A8D900;
	}
	
#sidebar .rss-date {
	margin:5px 0; padding:0;
	color:#709cb0;	
	display:block;
}

#sidebar .rssSummary {
	margin:5px 0; padding:0;
}

#sidebar li a.sidebar-read-more:link, #sidebar li a.sidebar-read-more:visited, #sidebar li a.sidebar-read-more:active,
#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
	margin:-15px 0; padding:0;
	font:bold 1.17em Arial, Helvetica, sans-serif; color:#00A8D9;
        position:relative;
        float:left;
        text-transform:lowercase;
}

	#sidebar li a.sidebar-read-more-rss:link, #sidebar li a.sidebar-read-more-rss:visited, #sidebar li a.sidebar-read-more-rss:active {
		padding:1px 0 0 23px;
		line-height:16px;
		background:url(images/rss.png) no-repeat center left;
	}

#sidebar li a.sidebar-read-more:hover,
#sidebar li a.sidebar-read-more-rss:hover {
	color:#666; text-decoration:none;
}

#featured-news .sidebar-content a:link, #featured-news .sidebar-content a:active, #featured-news .sidebar-content a:visited,
#recent-news .sidebar-content a:link, #recent-news .sidebar-content a:active, #recent-news .sidebar-content a:visited {
	font:bold 1.35em Helvetica, Arial, sans-serif; color:#666;
}

#featured-news .sidebar-content a:hover, #recent-news .sidebar-content a:hover {
	color:#A8D900;
}

	#featured-news .sidebar-content span a:link, #featured-news .sidebar-content span a:visited, #featured-news .sidebar-content span a:active,
	#recent-news .sidebar-content span a:link, #recent-news .sidebar-content span a:visited, #recent-news .sidebar-content span a:active {
		margin:5px 0 0 0; padding:0;
		font:normal 1.2em Helvetica, Arial, sans-serif; color:#666;
                text-transform:lowercase;
		display:block;
	}
	
	#featured-news .sidebar-content span a:hover,
	#recent-news .sidebar-content span a:hover {
		color:#A8D900;
	}
	
#sponsored-ad p.sponsored-ad {
	margin:auto auto 8px 5px;
	font:0.92em Arial, Helvetica, sans-serif; color:#9caab1;
}

#archives-3 a, #recent-comments-3 a {text-transform:lowercase;}

/* Footer
/* -------------- */
	
p.about-text {
	margin:0 0 10px 0;
	font:0.92em Arial, Helvetica, sans-serif; color:#b2b2b2;
	line-height:17px;
}

p.copyright {
	margin:0 auto;
	font:0.92em Arial, Helvetica, sans-serif; color:#404040;
}

p.copyright span {margin-left: 20px;}


/* Misc
/* -------------- */

.arial, .arial a {
	font-family:Arial, Helvetica, sans-serif;
}

/* 02 - MAIN STRUCTURE
/* ----------------------------------------------*/

.container {
	/* The container is a class simply because of the multiple full-span elements.*/
	margin:0 auto; padding:0;
	width:940px; height:auto;
}

/* Various Columns
/* -------------- */

.col-580 {
	width:580px;
}

.col-340 {
	width:340px;
}

.left, .alignleft {
	float:left !important;
        text-align:left !important;
}

.right, .alignright {
	float:right !important;
}

.hard-right {
	text-align:right !important;
}

.center, .aligncenter {
	margin:0 auto;
	display:block;
        text-align:center !important;
}

/* Clearfix
/* -------------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* 03 - HEADER
/* ----------------------------------------------*/

#header {
	margin:0; padding:57px 0 67px 0;
	width:auto; height:235px;
	background:#f2f2f2 url(images/header-bg.jpg) no-repeat 50% 50%;
	/* border-bottom:1px solid #4a4d4c; */
}

	#logo {
		margin:0; padding:60px 0;
		width:580px; height:auto;
		/* background:url(images/header-shade.gif) no-repeat top right; */
		float:left;
	}
	
	#searchform-header {
		margin:78px 20px 0 0; padding:0;
		width:284px; height:auto;
		background:url(images/searchform-back.gif) no-repeat center left;
		float:right;
	}
	
		#searchform-header #s {
			margin:0 0 0 0; padding:6px 10px 5px 25px;
			width:165px; height:auto;
			border:0;
			background:none;
			float:left;
			font-size:0.92em; color:#aea592;
		}
		
		#searchform-header #go {
			float:right;
			margin:0;
		}
	
#navigation {
	margin:0; padding:0;
	/*  background:#FFF url(images/navigation.gif) repeat-x bottom center; */
        background: #00A8D9;
	/* border-top:2px solid #393b3b; border-bottom:1px solid #FFF; */
        border-bottom: 1px solid #fff;  
}

	#navigation ul.pages {
		margin:0 auto; padding:0;
		width:880px; height:auto;
		list-style:none; float:left;
	}
	
		#navigation ul li {
			margin:0 8px; padding:0;
			float:left; overflow:visible;
		}
		
	.rss {
		margin:0 30px 0 0; padding:0;
		width:16px; height:17px;
		float:right;
	}
	
/* 04 - DOCK
/* ----------------------------------------------*/
	
#latest-dock {
	margin:0; padding:0;
	background:#fff url(images/latest-dock-bg.png) repeat-x top center;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}

* html #latest-dock {
	height:133px;
}

	.dock-back {
		padding:20px 0;
		/* background:url(images/dock-back.gif) no-repeat bottom center; */
	}
	
		#dock {
			margin:0 auto; padding:0;
			width:940px;
			list-style:none;
			position:relative;
			text-align:center;
		}
		
			#dock li {
				margin:0; padding:0 0 18px 0;
				display:inline;
			}
			
				#dock li.dock-active {
					background: url(images/dock-shadow.png) no-repeat bottom center;
				}
			
				#dock li a:link, #dock li a:active, #dock li a:visited {
					margin:30px 7px 0px 7px; 
                                        padding:0px;
					width:76px; height:52px;
                                        border: 4px solid #00A8D9;
					background: #fff;  /* url(images/dock-preview-back.png) no-repeat top center; */
					display:inline-block;
				}

                                #dock li a:hover {border: 4px solid #A8D900;}
				* html #dock li img {display:block;}
	
				#dock li span {
					margin:0; padding:0;
					width:980px; height:auto;
					position:absolute;
					display:none;
					top:0; left:0;
					text-align:center;
					font:bold 1.17em Arial, Helvetica, sans-serif; color:#333;
				}
				
				.latest {
					width:940px; text-align:center;
					font:bold 1.27em Helvetica, Arial, sans-serif; color:#333;
					position:absolute;
                                        text-transform:lowercase;
				}
		
/* 05 - MAIN CONTENT
/* ----------------------------------------------*/

#main-content {
	padding:20px 0;
	background: #f2f2f2 url(images/body-bg.jpg) top center no-repeat;
	/* border-top:1px solid #c6dee7;
	border-bottom:10px solid #d0dce2; */
}

.post {
	margin:0 0 50px 0;
}

.result {background:#fff; padding: 5px 15px 5px 10px; border: 1px solid #ccc;}
.homeresult {background:#fff; padding: 5px 15px 5px 10px; border: 5px solid #ccc;}

/* Archive Post
/* --------------- */

.archive {
	margin:0;
}
	
	.archive .post-meta {
		margin:0 0 17px 0;
	}
	
	.archive .post-info {
		font-style:italic;
	}
	
/* Small (Half) Post
/* --------------- */

.single {
	margin:0 15px 20px 0;
	width:275px; height:auto;
	float:left;
}

	.single .post-content {
		margin:0; padding:22px 17px 11px 17px;
	}

	.single .post-box {
		margin-top:10px;
	}

	.single .comment-count {
		margin-top:55px;
	}

	.single .post-intro {
		padding-top:25px;
	}
	
	.single .post-image {
		height:140px;
	}
	
	.single .post-footer {
		padding:14px 23px 10px 23px;
	}

* html .single .post-footer {width:225px;}
	
	.last {
		margin:0;
	}

/* Post Box
/* --------------- */
	
.post-box {
	margin:0; padding:0;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
        border:5px solid #ccc;
}

.post-box img {
        border: 1px solid #00A8D9;
}

	.post-meta {
		margin:15px 0 0 0; padding:0;
		/* border-bottom:1px solid #FFF; */
		position:relative;
	}
		
		.post-info {
			/* margin:0; */
                        padding:0px 5px;
			width:178px; height:auto;
			/* border-bottom:4px solid #889398; */
			bottom:0; right:0;
			/* position:absolute; */
                        letter-spacing:0.03em;
		}

                .time-post-info {
                }


                .comments-post-info a {
                /* color:#666 !important; */
                }
               
                .right-post-info {
			width:190px; height:auto;
			float:right;
                        text-align:right;
			bottom:0; right:0;
                        margin:0 0 10px 0;
                        text-transform:lowercase;
                        font-weight:bold;
                        font-size:1.18em;
                        letter-spacing:0.03em;
                        font-family: Helvetica, Arial, sans-serif;
		}
  
                .right-post-info span a:hover {color:#A8D900;}

	.post-content, .page-content, .comment-content {
		margin:0; padding:22px 22px 11px;
		position:relative;
	}
	
		.page-content {
			padding:22px 22px 0;
		}
		
		.comment-count {
			margin:0; padding:0;
			width:auto; height:auto;
			background:#00A8D9;
			position:absolute; display:block;
			top:-55px; left:0px; text-transform:lowercase;
		}
			.page-content .comment-count {
				margin-top:-15px;
			}
				
		.post-image, .post-image-inner {
			margin:0 auto 10px auto; padding:0;
			width:auto; height:auto;
			display:block;
		}
		
			.post-image-inner {
				margin:0 auto 10px 15px;
				float:right;
			}
		
			.post-image img, .post-image-inner img {
				margin:0 auto; padding:0px;
				text-align:center; display:block;
			}
			
	/* Post Footer
	/* --------------- */		
			
	.post-footer {
		margin:0; padding:13px 13px 12px 21px;
		background:#fff url(images/post-footer-bg.png) repeat-x;
		position:relative; z-index:100;
	}



	.search-post-footer {
		background:#fff !important;
	}

	.widget-footer {
		margin:0; padding:32px 13px 12px 21px;
		background:#fff url(images/post-footer-bg.jpg) repeat-x;
		position:relative; z-index:100;
	}
	
* html .widget-footer {width:271px;}

		.continue-reading {
			margin:0; padding:0;
			width:180px; height:auto;
			float:left;
		}
		
		.category-menu {
			margin:0; padding:0;
			width:350px; height:auto;
			float:right; text-align:right;
			position:absolute; top:10px; right:10px;
		}
		
			.indicator, .indicator-active {
				/* margin:0; padding:0;
				width:7px; height:5px;
				background:url(images/expand.gif) no-repeat center left;
				display:inline-block; vertical-align:middle; */
                                display:none;
			}
			
				.indicator-active {
					background:url(images/collapse.gif) no-repeat center left;
				}
		
			.dropdown {
				margin:0; padding:0;
				width:350px; height:auto;
				/* background:url(images/dropdown.png) no-repeat bottom center; */
				text-align:left;
				display:none;
				position:relative;
                                background: #A8D900;
			}
			
				.cat-posts {
					margin:0 auto; padding:10px 0 19px 0;
					width:322px; height:auto;
					list-style:none;
					/* border-top:1px solid #ebecec; */
				}
				
					.cat-posts li {
						margin:0; padding:10px 15px;
						/* background:url(images/cat-post-li.gif) no-repeat bottom right; */
					}
					
						.cat-posts li.view-more {
							background:none;
						}

/* Content Navigation
/* --------------- */	
						
.navigation {
	margin:0; padding:8px 10px;
	/* background:#dce8ee url(images/box-highlight.gif) repeat-x bottom center; */
	/* border:1px solid #ebf2f5; */
	border-bottom:5px solid #00A8D9;
}

/* WP Attachments
/* --------------- */

.wp-caption {
	margin:0 10px; padding:9px 5px 5px;
	background:#FFF;
	border:1px solid #ebf2f5;
	border-bottom:1px solid #CCCCCC;;
	text-align:center;
}

	.wp-caption-text {
		margin:5px auto auto auto; padding:5px 0 0;
		font:0.92em Arial, Helvetica, sans-serif; color:#656c71;
	}
	
/* Inputs
/* --------------- */

.input {
	margin:0; padding:5px;
	background:#fdfefe url(images/post-box-top.gif) repeat-x top center;
	border:1px solid #dce7ed;
	font:0.92em Arial, Helvetica, sans-serif; color:#76716c;
}

	
/* Comments
/* --------------- */

.comment-content {
	padding:0;
	background:#fff;
	border-bottom:0;
}

.commentlist, .commentlist ul {
	margin:15px 0 0 0; padding:0;
	list-style:none;
}

	.commentlist li {
		margin-top:55px !important; padding:30px;	
		background:url(images/white.gif) repeat-x bottom center;
		border-bottom:1px solid #d9e1e6;
	}
	
	.commentlist li.alt, .thread-alt {
		background:#f9fcfd url(images/white.gif) repeat-x bottom center;
	}
	
	.commentlist li.no-comments {
		margin:55px 0 0 0; padding:0 30px;
		background:none;
		border:0;
	}
	
	.commentlist .children {
		margin:10px 0 0 0; padding:0;
		border:1px solid #d9e1e6;
	}
	
		.commentlist .children li {
			margin:0; padding:20px;
			border-bottom:1px solid #FFF;
		}
	
	
		.commentlist li .comment-wrap {
			position:relative;
			text-align:left;
		}
	
			.commentlist li .comment-text {
				margin:0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
			.commentlist li .comment-author {
				margin:0; padding:0;
				width:auto; height:auto;
			}
			
				.gravatar {
					margin:0 10px 0 0; padding:1px 0 0 2px;
					width:41px; height:40px;
					background:url(images/gravatar.gif) no-repeat top center;
					float:left;
				}
				
				.author {
					margin:2px 0 0 0; padding:0;
					width:auto; height:auto;
					float:left;
				}

/* 06 - SIDEBAR
/* ----------------------------------------------*/

#sidebar {
	margin:15px 0 0 15px; padding:0;
	width:305px; height:auto;
	list-style:none;
}

	#sidebar li {
		margin:0 0 20px 0; padding:0;
		width:auto; height:auto;
		/* background:#f5fbfe url(images/sidebar-bottom.gif) no-repeat bottom center; */
                background #fff;
	}
	
		#sidebar #tag_cloud, #sidebar #search {
			padding:0;
			background:none;
		}
		
			#searchform-widget {
				margin:0 auto; padding:0;
                                font-size:1.09em;
			}
                     
                        #searchform-widget label {
                                height:31px; vertical-align:middle; text-transform:lowercase;
                        }

                        #searchform-widget #s {
                                margin: 0 5px 0 10px;
                                border: 4px solid #00A8D9;
                                height:21px;
                        }

                        #searchform #s {
                                margin:0px;
                                border: 4px solid #666;
                                height:21px;
                        }

                        #searchform-widget #searchsubmit {
                                width:20px; height:24px;
                                background: transparent url(images/searchbutton.png) no-repeat;
                                margin-left:10px;
                                cursor:pointer;
                                border:0;
                        }
                        
                        #searchform #searchsubmit {
                                width:20px; height:24px;
                                background: transparent url(images/searchbutton-grey.png) no-repeat;
                                margin-left:10px;
                                cursor:pointer;
                                border:0;
                                text-indent:-1000em;
                        }
			
	#sidebar #sponsored-ad {
		background:none;
	}
	
		#sidebar li ul, #sidebar .textwidget, #calendar_wrap {
			margin:0 auto; padding:0;
			width:245px; height:auto;
			list-style:none;
			background:#fff;
			overflow:hidden;
		}		
		
			#calendar_wrap {
				margin:0 auto;
				width:190px;		
			}
		
				#wp-calendar {
					margin:15px 0; padding:0;
					width:100%; height:auto;
				}
				
					#wp-calendar caption {
						font:bold 1.17em Arial, Helvetica, sans-serif; color:#5a656a;
					}
					
					#wp-calendar thead tr th {
						font-weight:bold;
					}
					
					#wp-calendar td {
						font:0.92em Arial, Helvetica, sans-serif; color:#709cb0;
						border:1px solid #d2dce0; text-align:center;
					}
					
						#wp-calendar tfoot td {
							border:0;
						}
		
		#sidebar .textwidget {
			margin:0 auto 15px auto;
		}
		
			#sidebar li ul li  {
				margin:0 0 25px 0; padding:0;
				width:auto; height:auto;
				background:none;
			}
			
				.sidebar-preview {
					margin:0; padding:0px 0 0 0px;
					width:76px; height:52px;
					/* background:#FFF url(images/sidebar-preview-back.gif) no-repeat top center; */
					float:left;
				}

                                * html .sidebar-preview img {display:block;}
				.sidebar-preview a {border: 4px solid #ccc; display:block; width:76px; height:52px;}
				.sidebar-preview a:hover {border: 4px solid #A8D900;}


				
				.sidebar-content {
					margin:0; padding:0;
					width:145px; height:auto;
					float:right;
				}
						
/* 07 - FOOTER
/* ----------------------------------------------*/

#footer {
	margin:0; padding:30px 0;
	width:auto; height:auto;
	background:#00A8D9; /* url(images/footer-stroke.gif) repeat-x top center; */
	/* border-top:1px solid #171615; */ 
        border-bottom:1px solid #fff;
        text-transform:lowercase;
}

	.footer-divider {
		/* background:url(images/footer-divider.gif) repeat-y top left; */
	}

	#footer .about {
                margin: 0 60px 0 60px !important;
}

#footer .about a {text-transform: none !important;}

	#footer .category-list {
		margin:0; padding:0;
		width:310px; height:auto;
		float:left;
	}
	
		.footer-cat {
			margin:0; padding:0;
			width:360px; height:auto;
			list-style:none;
		}
		
			.footer-cat li {
				margin:5px 0; padding:0 0 0 9px;
				width:150px; height:auto;
				float:left;
				/* background:url(images/footer-cat-left.gif) no-repeat top left; */
			}
			
				.footer-cat li a {
					margin:0; padding:0 9px 0 0;
					width:auto; height:23px; line-height:23px;
					float:left; display:block;
					/* background:url(images/footer-cat-right.gif) no-repeat top right; */
				}
				
				.footer-cat li a:link, .footer-cat li a:active, .footer-cat li a:visited {
					font-family: Helvetica, Arial, sans-serif; color:#333; font-weight: bold; font-size:1.2em;
                                        
				}
				
				.footer-cat li a:link span, .footer-cat li a:active span, .footer-cat li a:visited span {
					color:#FF00FF;
				}
				
			.footer-cat li:hover, .footer-cat li:hover a {
	  			background-position:0% -23px;
			 	color:#A8D900;
				cursor:pointer;
			 }
			
			.footer-cat li:hover a {
				background-position:100% -23px;
  			}
	
	#footer .about, #footer .share {
		margin:0; padding:0;
		width:250px; height:auto;
		float:left;
	}

	#footer .about a {color: #333; font-weight:bold; padding:4px;}
	#footer .about a:hover {color: #A8D900;}
	#footer .share a {padding:3px;}
	
#link-back {
	margin:0; padding:0;
        font-size:1.3em;
        background: #430503 url(images/cgi-banner.png) no-repeat top center;
        height:175px;
}

#link-back a, #link-back a:visited {
        color:#fff;
        height:175px;
        width:650px;
        display:block;
}

	.donators {
		margin:0; padding:0;
		width:400px; height:auto;
		float:left;
	}

		a.smashing:link, a.smashing:active, a.smashing:visited, a.smashing:hover,
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/smashing.gif) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.function:link, a.function:active, a.function:visited, a.function:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}
		
/* Last Update 2.7.09 */