/*
Theme Name: Function Magazine
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #6C6C6C;
	background: #303030 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #406E97;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
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;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	padding: 65px 0 20px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 126px;
	background: url(images/header.gif) repeat-x 0 0;
}
	#header h1 {
		float: left;
		font-size: 2.4em;
		text-transform: uppercase;
		padding: 40px 0 0 34px;
	}
		#header h1 a {
			color: #ffffff;
			text-decoration: none;
			padding: 8px 0 20px 90px;
			background: url(images/logo.gif) no-repeat 0 0;
			display: block;
		}
	#header .ad468x60 {
		float: right;
		padding: 30px 30px 0 0;
	}
/** END header **/

/** BEGIN body **/
#body {
	background: url(images/body.gif) repeat-y 0 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 678px;
	float: left;
}
	#content .post {
		padding: 20px;
		clear: both;
	}
		#content .post .thumb img {
			background-color: #D2D2D2;
			padding: 5px;
			float: left;
			margin: 0 10px 10px 0;
		}
		#content .post h2 {
			font-size: 2em;
			margin-bottom: 10px;
		}
			#content .post h2 a {
				color: #000000;
				text-decoration: none;
			}
		#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 **/
#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 h2 {
			color: #000000;
			font-size: 1.5em;
			margin-bottom: 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 h2 {
			color: #000000;
			font-size: 1.5em;
			margin-bottom: 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: 30px;
}
	#footer a {
		color: #ffffff;
	}
	#footer .links {
		float: left;
	}
	#footer .wordpress {
		float: right;
	}
/** END footer **/

/** BEGIN miscellaneous **/
h2.title {
	padding: 20px 20px 0 20px;
	font-size: 0.9em;
	font-family: Verdana;
	text-transform: uppercase;
}
#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 **/