/*
Theme Name: Function Magazine
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com
*/

* {
	margin: 0; padding: 0;
}
body {
	
	font: 12px Verdana;
	color: #6C6C6C;
	background: #006699;
}

h1 {
	padding: 20px 20px 0 0px;
	font-size: 2em;
	font-family: Verdana;
color: #000000;
}
h2 {
	padding: 20px 20px 0 0px;
	font-size: 2em;
	font-family: Verdana;
color: #000000;
}

a {
	color: #2C99CE;
text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FE802F;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}


hr {border: none 0; 
border-top: 1px dashed #cccccc;/*the border*/
width: 75%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding: 0px;
border-width: 1px;
border-style: solid;
border-color: #333333;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 126px;
	background: url(images/newheader.png) repeat-x 0 0;
}

/** END header **/

/** BEGIN body **/
#body {
	background: url(images/body.gif) repeat-y 0 0;
}
/** END body **/





/** BEGIN content **/

#blurb {
padding: 5px 20px 0px 20px;
width: 650px;
float: left;
font-size: 0.9em;
}


#content {
	width: 678px;
	float: left;
}
	
	#content .post {
		padding: 20px;
		clear: both;
height: 200px;
	}
		#content .post .thumb img {
			background-color: #ffffff;
			padding: 4px;
height: 125px;
width: 125px;
border-width: 2px;  
border-style: dashed; 
border-color: #d2d2d2;
			float: left;
			margin: 0 10px 10px 0;
		}
		#content .post .details {
			font-size: 0.9em;
			margin-bottom: 20px;
		}
			#content .post .details a {
				margin: 0 5px;
			}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.6em;
		}
	#content .postnav {
		padding: 20px;
	}
		#content .postnav a {
			text-decoration: none;
			font-weight: bold;
		}
/** END content **/

/** BEGIN sidebar **/
#popularse {
padding: 5px;
width: 250px;
float: center;
}

#sidebar {
	width: 300px;
	float: right;
}
	#sidebar .rss {
		background: url(images/rss.gif) no-repeat right center;
		padding: 5px 0;
	}
		#sidebar .rss a {
			text-decoration: none;
			font-size: 1.5em;
			font-weight: bold;
			color: #000000;
		}
	#sidebar .ads {
		text-align: center;
	}
		#sidebar .ads img {
			margin: 6px;
		}
	#sidebar form {
		width: 272px; height: 37px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 8px 0 10px;
	}
		#sidebar form input {
			float: left;
			border: 0;
			width: 205px;
			margin: 10px;
			background-color: transparent;
		}
		#sidebar form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 45px; height: 37px;
			background-color: transparent;
		}
	#sidebar .box {
		background: url(images/vertical.gif) repeat-x bottom left;
		padding: 10px;
	}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				line-height: 1.6em;
				padding: 5px 0;
			}
			#sidebar .box ul li a {
				font-weight: bold;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px;
			}
		#sidebar .box .video {
			padding: 4px;
		}
		#sidebar .box .tags {
			padding: 5px;
		}
			#sidebar .box .tags a {
				color: #212121;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #406E97;
			}
	#sidebar .box2 {
		padding: 10px;
	}
		
		#sidebar .box2 ul {
			list-style-type: none;
			padding: 5px;
		}
			#sidebar .box2 ul li {
				line-height: 1.6em;
				font-size: 0.9em;
				padding: 4px 0;
			}
			#sidebar .box2 ul li a {
				text-decoration: none;
				color: #212121;
			}
			#sidebar .box2 ul li a:hover {
				text-decoration: underline;
				color: #406E97;
			}
	#sidebar .l {
		width: 145px;
		float: left;
	}
	#sidebar .r {
		width: 145px;
		float: right;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #101010;
	color: #ffffff;
	padding: 10px 30px;
}
	#footer a {
		color: #ffffff;
	}
	#footer .links {
		float: left;
	}
	#footer .wordpress {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/

#content .single {
	
}
	#content .single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 20px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #e0e0e0;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #e0e0e0;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #e0e0e0;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #eeeeee;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#wptd_footer { line-height:33px; }
#wptd_footer .wptd_logo { display:inline-block; width:30px; height:33px; text-indent:-9999px; text-align:left; background:url(images/wptd_logo/30.png) no-repeat; cursor:pointer; }
