/*
Theme Name: Tauri Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #000000;
	background: url(images/background.gif) repeat-x 0 0;
}
a {
	color: #999999;
}
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: 900px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN main **/
#main .wrapper {
	width: 860px;
	padding: 0 20px;
}
/** END main **/

/** BEGIN header **/
#header {
	height: 155px;
}
	#header ul {
		list-style-type: none;
		height: 38px;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			padding-right: 2px;
			background: url(images/divider.gif) no-repeat right 0;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 11px 20px 12px;
		}
		#header ul li a:hover {
			
		}
	#header h1 {
		float: left;
		padding: 30px 0;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			width: 271px; height: 55px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
	#header .ad468x60 {
		float: right;
		padding: 30px 0 0;
	}
/** END header **/

/** BEGIN featured **/
#featured {
	height: 295px;
}
	#featured {
		position: relative;
		font-size: 1.1em;
	}
	#featured .container {
		width: 700px; height: 200px;
		overflow: hidden;
		position: absolute;
		top: 35px; left: 80px;
	}
		#featured .item {
			clear: both;
		}
		#featured .item img {
			width: 260px;
		}
		#featured .thumb {
			display: block;
			width: 260px; height: 190px;
			float: left;
			margin: 0 20px 20px 0;
			border: 5px solid #ffffff;
			overflow: hidden;
		}
		#featured .date {
			text-transform: uppercase;
			color: #8F8F8F;
			font-size: 0.9em;
		}
		#featured h2 {
			font-size: 2em;
			margin-bottom: 10px;
		}
			#featured h2 a {
				color: #8F8F8F;
				text-decoration: none;
			}
		#featured p {
			margin-bottom: 10px;
			line-height: 1.5em;
		}
		#featured .previous {
			display: block;
			width: 30px; height: 49px;
			text-indent: -9999px;
			outline: none;
			background: url(images/previous.gif) no-repeat 0 0;
			position: absolute;
			left: 0; top: 100px;
		}
		#featured .next {
			display: block;
			width: 30px; height: 49px;
			text-indent: -9999px;
			outline: none;
			background: url(images/next.gif) no-repeat 0 0;
			position: absolute;
			right: 0; top: 100px;
		}
/** END featured **/

/** BEGIN content **/
#content {
	width: 490px;
	float: left;
	padding-bottom: 20px;
}
	#content .post {
		margin-bottom: 30px;
	}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post .thumb {
			padding: 5px;
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			margin-bottom: 20px;
		}
			#content .post .thumb a {
				display: block;
				width: 477px; height: 217px;
				overflow: hidden;
			}
			#content .post .thumb img {
				width: 477px;
			}
		#content .post .details {
			color: #9999AB;
			margin-bottom: 20px;
		}
			#content .post .details a {
				text-decoration: none;
			}
		#content .post h2 {
			font-weight: normal;
			font-size: 2.5em;
			margin-bottom: 15px;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #000000;
			}
		#content .post .readmore {
			display: block;
			float: right;
			width: 136px; height: 22px;
			background: url(images/readmore.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
	#content {
		
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 330px;
	float: right;
	padding-bottom: 20px;
}
	#sidebar .box {
		clear: both;
		margin-bottom: 20px;
	}
		#sidebar .box .popular {
			list-style-type: none;
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 15px 15px 40px;
		}
			#sidebar .box .popular li {
				clear: both;
				line-height: 1.5em;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 10px 0;
				padding: 5px;
				border: 1px solid #DDDDDD;
				width: 50px;
			}
			#sidebar .box .popular li a {
				text-decoration: none;
				color: #000000;
				font-size: 1.2em;
				font-weight: bold;
			}
			#sidebar .box .popular li a:hover {
				color: #005ABB;
			}
			#sidebar .box .popular li p {
				padding-top: 5px;
				margin-bottom: 10px;
			}
		#sidebar .box h2 {
			font-size: 1.2em;
			text-transform: uppercase;
			padding: 6px 10px;
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			margin-bottom: 10px;
		}
		#sidebar .box .content {
			background-color: #EEEEEE;
			border: 1px solid #DDDDDD;
			padding: 5px;
		}
		#sidebar .box .tags {
			padding: 10px;
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
		}
			#sidebar .box .tags a {
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #4083CC;
			}
		#sidebar .box .video {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 20px;
		}
		#sidebar .box .flickr {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			padding: 10px;
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 5px;
			}
		#sidebar .box .subscribe {
			background-color: #ffffff;
			border: 1px solid #DDDDDD;
			list-style-type: none;
			padding: 2px;
		}
			#sidebar .box .subscribe li {
				line-height: 1.5em;
				padding: 10px 20px 10px 50px;
				font-size: 1.2em;
				background: url(images/mail.gif) no-repeat 10px 7px;
				border-top: 1px solid #EEEEEE;
			}
			#sidebar .box .subscribe li.mail { border-top: 0; }
			#sidebar .box .subscribe li.rss { background-image: url(images/rss.gif); }
			#sidebar .box .subscribe li.facebook { background-image: url(images/facebook.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li.twitter { background-image: url(images/twitter.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li.stumbleupon { background-image: url(images/stumbleupon.gif); padding-bottom: 20px; }
			#sidebar .box .subscribe li a {
				color: #000000;
				text-decoration: none;
			}
			#sidebar .box .subscribe li a:hover {
				color: #005ABB;
			}
		#sidebar .box form {
			height: 34px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				float: left;
				border: 0;
				margin: 8px 0 0 5px;
				width: 320px;
			}
			#sidebar .box form button {
				display: none;
			}
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	background: url(images/footer2.gif) repeat 0 0;
	color: #ffffff;
}
	#footer1 .a {
		background: url(images/footer1.gif) repeat-x 0 0;
		padding: 30px 0 20px;
	}
	#footer1 .box {
		width: 175px;
		float: left;
		padding: 10px 25px;
	}
		#footer1 .box h2 {
			text-transform: uppercase;
			font-size: 1em;
			margin-bottom: 10px;
		}
		#footer1 .box ul {
			list-style-type: none;
			padding: 15px 10px;
			background: url(images/footerlist.gif) no-repeat 0 0;
		}
			#footer1 .box ul li {
				line-height: 1.5em;
				padding: 5px 0;
			}
			#footer1 .box ul li a {
				color: #ffffff;
				text-decoration: none;
			}
/** END footer 1 **/

/** BEGIN footer 2 **/
#footer2 {
	height: 62px;
	background: url(images/footer3.gif) repeat-x 0 0;
	color: #888888;
	font-size: 0.9em;
}
	#footer2 a {
		color: #888888;
		text-decoration: none;
	}
	#footer2 a:hover {
		text-decoration: underline;
	}
	#footer2 .l {
		float: left;
		padding-top: 25px;
	}
	#footer2 .r {
		float: right;
		padding-top: 25px;
	}
/** END footer 2 **/

/** 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: #bbbbbb;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	#content .single h2 {
		font-size: 2em;
	}
#comments {
	padding: 20px 0;
}
	#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 #bbbbbb;
			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 #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#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;
	color: #565656;
}
.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 #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

#wp_page_numbers {
	float: right;
	background-color: transparent;
	padding: 20px 0;
	width: auto !important;
}
	#wp_page_numbers ul {
		border: 0 !important;
	}
	#wp_page_numbers li {
		margin: 4px !important;
	}
	#wp_page_numbers ul li.page_info {
		background-color: #999999 !important;
		color: #ffffff;
		padding: 10px;
		border: 0;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers li a {
		background-color: #999999 !important;
		color: #ffffff;
		padding: 10px;
		border: 0 !important;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers ul li.active_page a {
		background-color: #333333 !important;
	}
