/*
Theme Name: Render Magazine
Author: WPThemeDesigner.com
Author URI: http://www.wpthemedesigner.com
*/
.clear{clear:both;}
.post {
	clear: both;
	padding: 20px 5px 0 5px;
	background:#f9f9f9;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 0 5px;
}
.post .r {
	width: 450px;
	float: right;
}
.post .thumb img {
	float: left;
	background-color: #F2F2F1;
	border: 1px solid #e9e9e9;
	padding: 6px;
	margin: 4px 0 10px;
	width: 134px; height: 134px;
}
.post h2 {
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 10px;
}
.post h2 a {
	color: #212121;
	text-decoration: none;
}
.post p {
	line-height: 1.6em;
	margin-bottom: 10px;
}
.post .links {
	font-size: 0.9em;
	font-family: Verdana;
	float: left;
}
.post .links a {
	text-decoration: none;
	color: #212121;
}
.post .links a:hover {
	text-decoration: underline;
	color: #6B001A;
}
.post .comments {
	font-size: 0.8em;
	font-family: Verdana;
	float: right;
}
.post .comments a {
	display: block;
	padding: 5px 0 11px;
	color: #ffffff;
	text-decoration: none;
	background: #212121 url(images/comments.gif) no-repeat bottom right;
	text-align: center;
	width: 91px;
	margin-bottom: 10px;
}

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	/*float: right;
	padding-top: 11px;*/
}
	#sidebar .box {
		border: 1px solid #1ea6ff;
		background-color: #ffffff;
		margin-bottom: 15px;
	}
		#sidebar .box h2 {
			background-color: #1ea6ff;
			color: #ffffff;
			font-size: 0.9em;
			font-family: Verdana;
			text-transform: uppercase;
			padding: 10px;
		}
		#sidebar .box .ads {
			padding: 10px;
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 6px;
			}
		#sidebar .box ul {
			list-style-type: none;
		}
			#sidebar .box ul li {
				padding: 8px 18px 8px 10px;
				line-height: 1.6em;
				font-family: Verdana;
				border-top: 1px solid #D5D5D5;
				background: url(images/bullet.gif) no-repeat 128px center;
			}
			#sidebar .box ul li a {
				color: #000000;
				text-decoration: none;
			}
		#sidebar .box .flickr {
			text-align: center;
			padding: 10px;
		}
			#sidebar .box .flickr img {
				margin: 5px;
			}
		#sidebar .box .video {
			padding: 4px;
		}
		#sidebar .box .tags {
			padding: 10px 20px;
		}
			#sidebar .box .tags a {
				text-decoration: none;
				color: #212121;
			}
			#sidebar .box .tags a:hover {
				text-decoration: underline;
				color: #BB2222;
			}
		#sidebar .box .popular {
			
		}
			#sidebar .box .popular li {
				background-image: none;
				border: 0;
			}
			#sidebar .box .popular li a {
				font-weight: bold;
				text-decoration: underline;
				color: #BB2222;
			}
		#sidebar form {
			margin-bottom: 15px;
			background: url(images/search.gif) no-repeat 0 0;
			height: 41px;
		}
			#sidebar form input {
				float: left;
				border: 0;
				width: 200px;
				margin: 12px 10px 0;
				font-size: 1.2em;
				background-color: transparent;
			}
			#sidebar form button {
				float: right;
				border: 0;
				text-indent: -9999px;
				width: 81px; height: 41px;
				background-color: transparent;
			}
	#sidebar .l {
		width: 140px;
		float: left;
	}
	#sidebar .r {
		width: 140px;
		float: right;
	}
/** END sidebar **/

/** BEGIN miscellaneous **/
.single {
	border-top: 0;
	padding-top: 5px;
}
	.single p {
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	.single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	.single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #eeeeee;
	}
	.single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 20px 0;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.5em;
		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;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-left:10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** END wordpress 2.7 comments **/