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

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Trebuchet MS;
	color: #000000;
	background: url(images/background.jpg) fixed;
	background-position:top;
}
a {
	color: #DC0000;
}
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: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 120px;
	background:#000;
}
	#header ul {
		list-style-type: none;
		float: right;
		padding-top: 10px;
	}
		#header ul li {
			float: left;
			font-weight: bold;
			text-transform: uppercase;
			font-size: 0.9em;
			padding: 10px;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		#header ul li a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding: 10px 0 0 20px;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.gif) no-repeat 0 0;
			width: 374px; height: 100px;
		}
/** END header **/

/** BEGIN body **/
#body {
	padding-bottom: 40px;
}
	#body .wrapper {
		background: #ffffff url(images/body.gif) repeat-y 649px 0;
	}
/** END body **/

/** BEGIN featured **/
#featured {
	background-color: #ffffff;
	padding-bottom: 40px;
	padding: 10px 10px 20px;
}
	#featured .container {
		width: 630px;
		float: left;
	}
		#featured .container {
			width: 630px;
			height: 303px;
			overflow: hidden;
			position: relative;
		}
		#featured .container .buffer {
			position: absolute;
			width: 1890px; height: 299px;
		}
		#featured .container .item {
			float: left;
			width: 630px; height: 303px;
			position: relative;
		}
			#featured .container .item .text {
				position: absolute;
				left: 0; bottom: 0;
				color: #ffffff;
				padding: 20px;
				font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size: 1.4em;
				line-height: 1.5em;
				background: url(images/shade.png) repeat 0 0;
			}
			#featured .container .item img {
				width: 630px;
			}
	#featured .navigation {
		width: 310px;
		float: right;
		list-style-type: none;
		border-top: 1px solid #B4B4B4;
	}
		#featured .navigation li {
			clear: both;
			background: url(images/featured.gif) repeat-x 0 0;
			border-width: 0 1px 1px;
			border-color: #B4B4B4;
			border-style: solid;
			padding: 8px 8px 8px;
		}
		#featured .navigation li img {
			float: left;
			margin-right: 8px;
			border: 3px solid #ffffff;
			width: 75px;
		}
		#featured .navigation li a {
			color: #000000;
			text-decoration: none;
			line-height: 1.4em;
			font-size: 1.2em;
			font-weight: bold;
			display: block;
			padding-top: 3px;
			outline: none;
		}
		#featured .navigation li a:hover {
			color: #06d087;
			text-decoration: underline;
			line-height: 1.4em;
			font-size: 1.2em;
			font-weight: bold;
			display: block;
			padding-top: 3px;
			outline: none;
		}
		#featured .navigation li p {
			padding-top: 5px;
			font-size: 0.9em;
			color: #808080;
		}
/** END featured **/

/** BEGIN content **/
#content {
	width: 649px;
	float: left;
}
	#content .post {
		clear: both;
		padding: 30px;
	}
		#content .post .thumb {
			display: block;
			width: 190px; height: 190px;
			float: left;
			margin: 0 10px 40px 0;
			padding: 5px;
			border: 1px solid #000;
		}
			#content .post .thumb img {
				width: 190px;
			}
		#content .post {
			background: url(images/post.gif) repeat-x 0 0;
		}
			#content .post h2 {
				font-size: 2.5em; font:"Trebuchet MS", Arial, Helvetica, sans-serif; 
			}
				#content .post h2 a {
					color: #000000;
					text-decoration: none;
				}
				#content .post h2 a:hover {
					color: #31b3bf;
					text-decoration: underline;
				}
			#content .post .details {
				font-size: 0.9em;
				height: 40px;
			}
				#content .post .details a {
					text-decoration: none;
					color: #101010;
					display: block;
					float: left;
					padding: 10px 15px 10px 24px;
					background: url(images/author.gif) no-repeat 0 7px;
				}
				#content .post .details .date a { background-image: url(images/date.gif); }
				#content .post .details .category a { background-image: url(images/category.gif); }
			#content .post p {
				line-height: 1.5em;
				margin-bottom: 10px;
			}
			#content .post .links {
				height: 30px;
				padding-top: 10px;
			}
				#content .post .links a.readmore {
					display: block;
					float: left;
					padding: 4px 10px;
					font-size: 0.9em;
					background: url(images/button.gif) repeat-x 0 0;
					border: 1px solid #E1E1E1;
					text-decoration: none;
					color: #101010;
				}
				#content .post .links .tags {
					float: right;
					padding: 2px 10px 3px;
					font-size: 0.9em;
					background: url(images/button.gif) repeat-x 0 0;
					border: 1px solid #E1E1E1;
					margin-right: 30px;
					width: 200px;
					overflow: hidden;
					height: 16px;
					line-height: 1.5em;
				}
					#content .post .links .tags a {
						text-decoration: none;
						color: #101010;
					}
			#content .post .comments a {
				display: block;
				width: 53px; height: 39px;
				background: url(images/comments.gif) no-repeat 0 0;
				text-align: center;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				padding-top: 5px;
				margin-top: -36px;
			}
	#content .postnav {
		clear: both;
		padding: 20px;
	}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
}
	#sidebar .box {
		clear: both;
	}
		#sidebar .box .popular {
			list-style-type: none;
			padding: 15px 20px;
		}
			#sidebar .box .popular li {
				clear: both;
				border-top: 1px dotted #000;
				padding-top: 10px;
				line-height: 1.5em;
			}
			#sidebar .box .popular li.f {
				border-top: 0;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 10px 10px 0;
				padding: 5px;
				border: 1px solid #DBDBDB;
				width: 50px;
			}
			#sidebar .box .popular li a {
				color: #ffffff;
				font-weight: bold;
			}
			#sidebar .box .popular li a:hover {
				color: #DC291E;
			}
			#sidebar .box .popular li p {
				padding: 8px 0;
				font-size: 0.9em;
				padding-bottom: 10px;
			}
		#sidebar .box h2 {
			text-transform: uppercase;
			font-size: 1.2em;
			padding: 14px;
			background: url(images/sidehead.gif) repeat-x 0 0;
		}
		#sidebar .box .ads {
			text-align: center;
			padding: 10px 0;
		}
			#sidebar .box .ads img {
				margin: 5px;
			}
		#sidebar .box .flickr {
			text-align: center;
			padding: 10px 0;
		}
			#sidebar .box .flickr img {
				margin: 4px;
			}
		#sidebar .box .video {
			padding: 17px;
		}
		#sidebar .box .tags {
			padding: 15px;
		}
			#sidebar .box a {
				text-decoration: none;
				color: #ffffff;
			}
			#sidebar .box a:hover {
				color: #DC291E;
			}
		#sidebar .box .subscription {
			list-style-type: none;
		}
			#sidebar .box .subscription li {
				padding: 12px 20px 10px 40px;
				border-bottom: 1px dotted #DBDBDB;
				background: url(images/mail.gif) no-repeat 10px 8px;
			}
			#sidebar .box .subscription li.rss { background-image: url(images/rss.gif); }
			#sidebar .box .subscription li.twitter { background-image: url(images/twitter.gif); }
			#sidebar .box .subscription li.facebook { background-image: url(images/facebook.gif); }
			#sidebar .box .subscription li.linkedin { background-image: url(images/linkedin.gif); }
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #000000;
	color: #5A5A5A;
}
	#footer a {
		text-decoration: none;
		color: #dbdbdb;
	}
	#footer .box {
		width: 150px;
		float: left;
		padding: 10px 15px 30px;
	}
		#footer .box h2 {
			text-transform: uppercase;
			font-size: 1.8em;
			color: #ffffff;
			margin-bottom: 20px;
		}
		#footer .box ul {
			list-style-type: none;
			border-top: 1px dotted #1C1C1D;
			font: #00e08f;
		}
			#footer .box ul li {
				line-height: 1.5em;
				padding: 5px 10px;
				border-bottom: 1px dotted #1C1C1D;
				font-size: 1.2em;
			}
			#footer .box ul li a {
				color: #148a90;
			}
			#footer .box ul li a:hover {
				color: #31b3bf;
			}
	#footer .footer {
		clear: both;
		height: 50px;
		border-top: 1px dotted #1C1C1D;
		font-size: 0.9em;
	}
		#footer .footer .l {
			float: left;
			padding: 18px 0 0 15px;
		}
		#footer .footer .r {
			float: right;
			padding: 18px 15px 0 0;
		}
/** 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: #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 25px;
}
	#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;
	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;
	}
