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

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background-color: #DCDCDC;
	padding: 20px 0;
}
a {
	color: #82AB2B;
}
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: 945px;
	margin: auto auto;
	text-align: left;
	background-color: #F4F4F4;
	position: relative;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header .top {
		height: 40px;
		background-color: #FEFEFE;
		border-bottom: 1px solid #E8E8E8;
	}
		#header ul {
			list-style-type: none;
			padding: 10px 0 0 10px;
		}
			#header ul li {
				float: left;
				font-size: 0.9em;
				text-transform: uppercase;
				border-left: 1px solid #DEDEDE;
				padding: 4px 10px;
			}
				#header ul li.f { border-left: 0; }
			#header ul li a {
				display: block;
				color: #666666;
				text-decoration: none;
			}
			#header ul li a:hover {
				color: #91CA00;
			}
		#header form {
			float: right;
			width: 229px; height: 25px;
			background: url(images/search.gif) no-repeat 0 0;
			margin: -2px 20px 0;
		}
			#header form input {
				float: left;
				border: 0;
				width: 190px;
				margin: 5px 0 0 5px;
				background-color: transparent;
			}
			#header form button {
				float: right;
				border: 0;
				width: 25px; height: 25px;
				text-indent: -9999px;
				background-color: transparent;
			}
	#header .banner {
		clear: both;
		height: 140px;
		border: 1px solid #E0E0E0;
		background-color: #ffffff;
		margin: 15px 25px;
	}
		#header h1 {
			float: left;
			padding: 0px 20px 0;
		}
			#header h1 a {
				display: block;
				text-indent: -9999px;
				outline: none;
				background: url(images/logo.png) no-repeat 0 0;
				width: 320px; height: 132px;
			}
		
		#header .ad468x60 {
			float:right;
			width:500px;
			padding-top:30px;
		}
		#header .ad468x60 h2 {
			font-size:20px;
			font-weight:bold;
			color:#7f7f7f;;
			padding:10px 0;
		}
		#header .ad468x60 h3 {
			font-size:14px;
			font-weight:bold;
			color:#7f7f7f;;
		}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	width: 575px;
	float: left;
	padding: 0 0 20px 25px;
}
	#content .featured {
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		padding: 20px;
	}
		#content .featured h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #0B0C0D;
			padding: 10px;
			float: left;
		}
		#content .featured .container {
			clear: both;
			padding: 20px 6px 10px;
			border-top: 3px solid #0B0C0D;
		}
		#content .featured .container .buffer {
			width: 520px; height: 380px;
			overflow: hidden;
		}
		#content .featured .container .item {
			width: 520px; height: 380px;
			overflow: hidden;
			position: relative;
		}
			#content .featured .container .item img {
				width: 520px;
			}
			#content .featured .container .item .text {
				position: absolute;
				left: 0; bottom: 0;
				padding: 15px;
				background: url(images/shade.png) repeat 0 0;
				color: #ffffff;
			}
				#content .featured .container .item .text h3 {
					margin-bottom: 5px;
					font-size: 1.5em;
				}
				#content .featured .container .item .text h3 a {
					color: #ffffff;
					text-decoration: none;
				}
				#content .featured .container .item .text p {
					line-height: 1.5em;
				}
	#content .post {
		clear: both;
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		padding: 15px;
	}
		#content .post .thumb {
			float: left;
			margin: 0 10px 10px 0;
			padding: 5px;
			border: 1px solid #E0E0E0;
		}
			#content .post .thumb img {
				
			}
		#content .post h2 {
			font-size: 2em;
			font-weight: normal;
			padding-bottom: 5px;
			border-bottom: 2px solid #0B0C0D;
			margin-bottom: 15px;
		}
			#content .post h2 a {
				color: #0B0C0D;
				text-decoration: none;
			}
		#content .post .author a {
			float: left;
			padding: 2px 8px;
			display: block;
			color: #ffffff;
			background-color: #77A8E8;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.8em;
			margin: 0 5px 10px 0;
		}
		#content .post .date a {
			float: left;
			padding: 2px 8px;
			display: block;
			color: #ffffff;
			background-color: #E08B8B;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.8em;
			margin: 0 5px 10px 0;
		}
		#content .post p {
			margin-bottom: 10px;
			line-height: 1.5em;
		}
		#content .post .details {
			clear: both;
			height: 32px;
			font-size: 0.8em;
			text-transform: uppercase;
		}
			#content .post .details .category {
				float: left;
				background: #3E3E3E url(images/category.gif) no-repeat 0 0;
				padding: 3px 10px 4px 25px;
			}
			#content .post .details .comments {
				float: right;
				background: #82AB2B url(images/comments.gif) no-repeat 0 0;
				padding: 3px 10px 4px 25px;
			}
			#content .post .details a {
				text-decoration: none;
				color: #ffffff;
			}
	#content .postnav {
		clear: both;
		padding: 20px 0;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
			color: #333333;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	padding: 0 25px 20px 0;
}
	#sidebar .box {
		clear: both;
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		padding: 10px 15px;
	}
	#sidebar .box ul{
		list-style:none;
	}
	#sidebar .box ul li{
		padding:3px 0;
		text-align:left;
		text-indent:30px;
		background: url(images/arrow_right.png) no-repeat 10px center;
		font-size:12px;
	}
	
		#sidebar .box h2 {
			width: 258px; height: 22px;
			font-size: 1.2em;
			background: url(images/sidehead.gif) no-repeat 0 0;
			padding: 10px 0 0 10px;
			margin-bottom: 10px;
		}
		#sidebar .box .ads {
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 2px;
			}
		#sidebar .box .video {
			margin-left: -2px;
		}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 2px;
			}
		#sidebar .box .tags {
			padding: 5px;
		}
			#sidebar .box .tags a {
				text-decoration: none;
				color: #656565;
			}
			#sidebar .box .tags a:hover {
				color: #AAB643;
			}
		#sidebar .box .popular {
			list-style-type: none;
		}
			#sidebar .box .popular li {
				clear: both;
				border-bottom: 1px dotted #DDDDDD;
				height: 50px;
				padding: 10px 5px;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 5px 0;
				width: 50px;
			}
			#sidebar .box .popular li a {
				font-weight: bold;
				color: #333333;
				text-decoration: none;
			}
			#sidebar .box .popular li p {
				color: #82AB2B;
				font-size: 0.9em;
				padding-top: 5px;
			}
		#sidebar .box .twitter2 {
			color: #5B5B5B;
			padding: 10px 10px 10px 90px;
			background: url(images/twitter2.gif) no-repeat 0 0;
			height: 94px;
		}
			#sidebar .box .twitter2 p {
				margin-bottom: 10px;
				line-height: 1.5em;
			}
			#sidebar .box .twitter2 .date {
				font-size: 0.9em;
				color: #82AB2B;
			}
		#sidebar .box .bookmarks {
			list-style-type: none;
			padding: 0 5px;
		}
			#sidebar .box .bookmarks li {
				line-height: 1.5em;
				padding: 10px 0 10px 30px;
				border-bottom: 1px dotted #DDDDDD;
				background: url(images/email.gif) no-repeat 0 8px;
			}
			#sidebar .box .bookmarks li a {
				text-decoration: none;
				color: #5B5B5B;
			}
			#sidebar .box .bookmarks li a:hover {
				color: #82AB2B;
			}
			#sidebar .box .bookmarks li.rss { background-image: url(images/rss.gif); }
			#sidebar .box .bookmarks li.twitter { background-image: url(images/twitter.gif); }
			#sidebar .box .bookmarks li.facebook { background-image: url(images/facebook.gif); }
			#sidebar .box .bookmarks li.linkedin { background-image: url(images/linkedin.gif); }
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: url(images/footer.gif) repeat-x 0 0;
}
	#footer .top {
		height: 243px;
		padding-left: 50px;
	}
		#footer .box {
			width: 200px; height: 200px;
			overflow: hidden;
			float: left;
			margin: 0 5px;
		}
			#footer .box h2 {
				text-transform: uppercase;
				font-size: 1em;
				color: #666666;
				padding: 15px;
			}
			#footer .box ul {
				list-style-type: none;
				padding: 10px 15px;
			}
				#footer .box ul li {
					line-height: 1.5em;
					padding: 5px 0 5px 12px;
					background: url(images/bullet.gif) no-repeat 0 12px;
				}
				#footer .box ul li a {
					text-decoration: none;
					color: #666666;
				}
				#footer .box ul li a:hover {
					color: #99B934;
				}
	#footer .bottom {
		clear: both;
		height: 42px;
		color: #ffffff;
	}
		#footer .bottom .l {
			float: left;
			padding: 12px;
		}
		#footer .bottom .r {
			float: right;
			padding: 12px;
		}
		#footer .bottom a {
			text-decoration: none;
		}
/** END footer **/

/** BEGIN bookmarks **/
#bookmarks {
	width: 24px; height: 210px;
	background: url(images/bookmarks.gif) no-repeat 0 10px;
	position: absolute;
	top: 40px; right: -24px;
	padding-top: 5px;
}
	#bookmarks a {
		display: block;
		width: 16px; height: 18px;
		text-indent: -9999px;
		outline: none;
		margin:4px 0 0 4px;
	}
	#bookmarks {
		
	}
/** END bookmarks **/ 

/** BEGIN miscellaneous **/
#content .single {
	padding: 30px 0 0 0;
	margin-bottom: 60px;
	color: #333333;
}
	#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: #dddddd;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	color: #333333;
}
	#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 #aaaaaa;
		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 **/

#wp_page_numbers {
	float: right;
	background-color: transparent;
	width: auto;
}
	#wp_page_numbers ul {
		border: 0;
	}
	#wp_page_numbers li {
		margin: 4px;
	}
	#wp_page_numbers ul li.page_info {
		background-color: #8d8d8d !important;
		color: #ffffff;
		padding: 10px;
		border: 0;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers li a {
		background-color: #8d8d8d !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: #636363 !important;
	}
