/*
Theme Name: Highlighter Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #333333;
	background: #f7f7f7 url(images/background.gif) repeat-x 0 0;
}
a {
	color: #BF0101;
}
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, .wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
	overflow: hidden;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 181px;
}
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			font-size: 0.9em;
		}
		#header ul li a {
			color: #ffffff;
			text-decoration: none;
		}
	#header .pages {
		height: 48px;
		margin-left: -20px;
		overflow: hidden;
	}
		#header .pages li {
			text-transform: uppercase;
			font-weight: bold;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 8px;
		}
		#header .pages li.f { background-image: none; }
		#header .pages li a {
			display: block;
			padding: 17px 20px 18px;
		}
	#header .logo {
		clear: both;
		float: left;
		width: 350px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
		padding: 20px 0 20px;
	}
		#header .logo h1 {
			font-size: 3.8em;
			font-weight: normal;
			font-family: Georgia;
		}
		#header .logo h1 a {
			color: #ffffff;
			text-decoration: none;
		}
	#header .ad468x60 {
		float: right;
		padding-top: 20px;
	}
	#header .categories {
		clear: both;
		height: 33px;
		margin-left: -20px;
		overflow: hidden;
	}
		#header .categories li {
			padding-left: 3px;
			background: url(images/divider2.gif) no-repeat 0 12px;
		}
		#header .categories li a {
			display: block;
			padding: 10px 20px;
		}
/** END header **/

/** BEGIN featured **/
#featured {
	height: 275px;
	padding: 25px 0;
	overflow: hidden;
	position: relative;
}
	#featured .box {
		width: 920px; height: 275px;
		overflow: hidden;
		margin-left: 20px;
		position: relative;
	}
	#featured .box ul {
		list-style-type: none;
		width: 99999px;
		position: absolute;
	}
		#featured .box ul li {
			float: left;
			margin-right: 10px;
			width: 280px; height: 255px;
			overflow: hidden;
			border: 10px solid #ffffff;
		}
		#featured .box ul li img {
			width: 280px;
		}
	#featured .prev {
		display: block;
		text-indent: -9999px;
		outline: none;
		width: 16px; height: 47px;
		position: absolute;
		background: url(images/previous.gif) no-repeat 0 0;
		top: 140px; left: 0;
	}
	#featured .next {
		display: block;
		text-indent: -9999px;
		outline: none;
		width: 16px; height: 47px;
		position: absolute;
		background: url(images/next.gif) no-repeat 0 0;
		top: 140px; right: 0;
	}
/** END featured **/

#body {
	background: url(images/body.gif) repeat-y 0 0;
}

/** BEGIN content **/
#content {
	width: 655px;
	float: left;
	padding-bottom: 20px;
}
	#content .title {
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 15px 15px 12px;
		margin-bottom: 10px;
	}
	#content .post {
		border: 1px solid #e1e1e1;
		background-color: #ffffff;
		padding: 20px;
		margin: 30px;
	}
		#content .post h2 {
			font-size: 1.5em;
			margin-bottom: 10px;
			clear: both;
			padding-top: 5px;
			line-height: 1.5em;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #333333;
			}
		#content .post .details {
			font-size: 0.9em;
			color: #CCCCCC;
		}
			#content .post .details a {
				text-decoration: none;
			}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post .date {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			color: #ffffff;
			background: url(images/date.gif) no-repeat 0 0;
			padding: 15px 35px 23px 34px;
			margin-left: -30px;
		}
		#content .post .comments {
			float: right;
			font-size: 0.9em;
			text-transform: uppercase;
			font-weight: bold;
			background: url(images/comments.gif) no-repeat 0 0;
			padding: 15px 0 17px;
			text-align: center;
			width: 39px;
			margin-right: -20px;
		}
			#content .post .comments a {
				color: #ffffff;
				text-decoration: none;
			}
	#content div.comments {
		margin: 30px;
	}
		#content div.comments h2 {
			font-weight: normal;
			font-size: 1.5em;
			line-height: 1.5em;
			margin-bottom: 20px;
			color: #BF0101;
		}
		#content div.comments ol, #content div.comments ul {
			list-style-type: none;
			margin-bottom: 20px;
		}
			#content div.comments ol li .comment {
				border: 1px solid #ffffff;
				margin-bottom: 10px;
			}
			#content div.comments ol li .details {
				padding: 10px;
				border-bottom: 1px solid #ffffff;
				background-color: #E9E9E9;
				height: 40px;
				font-size: 0.9em;
			}
				#content div.comments ol li .details .l {
					float: left;
					font-weight: bold;
					padding: 10px;
				}
				#content div.comments ol li .details .r {
					float: right;
					padding: 10px;
				}
			#content div.comments li .content {
				background-color: #F3F2F2;
				padding: 20px;
			}
		#content div.comments p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content div.comments form {
			border: 1px solid #ffffff;
			background-color: #F3F2F2;
			padding: 20px;
			text-transform: uppercase;
			line-height: 2em;
		}
			#content div.comments form em {
				text-transform: lowercase;
				color: #cccccc;
			}
			#content div.comments form textarea {
				border: 1px solid #E9E9E9;
				margin: 5px 0 20px;
				width: 100%; height: 200px;
			}
			#content div.comments form p {
				width: 30%;
				float: left;
				margin: 0 18px 10px 0;
			}
			#content div.comments input {
				border: 1px solid #E9E9E9;
				padding: 5px;
				font-size: 1.2em;
				width: 100%;
			}
			#content div.comments button {
				float: left;
				clear: both;
				width: 140px; height: 32px;
				text-indent: -9999px;
				border: 0;
				background: url(images/submit.gif) no-repeat 0 0;
			}
		#content div.comments .navigation {
			padding: 10px 0 30px;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
		}
			#content div.comments .navigation a {
				text-decoration: none;
			}
	#content .postnav {
		padding: 20px 30px;
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
	}
		#content .postnav a {
			text-decoration: none;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 300px;
	float: right;
	padding: 2px 4px 20px 0;
}
	#sidebar .box {
		padding-bottom: 20px;
		background: #F7F7F7 url(images/horizontal.gif) repeat-x 0 bottom;
	}
		#sidebar h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 13px 15px 12px;
			margin-bottom: 10px;
			background: #F4F4F4 url(images/horizontal.gif) repeat-x 0 bottom;
		}
		#sidebar .box .popular {
			list-style-type: none;
		}
			#sidebar .box .popular li {
				line-height: 1.5em;
				padding: 12px 20px 10px;
				background: url(images/horizontal.gif) repeat-x 0 0;
			}
			#sidebar .box .popular li.f {
				background-image: none;
			}
			#sidebar .box .popular li p {
				padding: 5px 0;
			}
			#sidebar .box .popular li a {
				text-decoration: underline;
				color: #BF0101;
			}
		#sidebar .box .flickr {
			text-align: center;
		}
			#sidebar .box .flickr img {
				margin: 4px;
			}
		#sidebar .box .tags {
			padding: 0 20px;
		}
			#sidebar .box .tags a {
				color: #333333;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #BF0101;
			}
		#sidebar .box .ads {
			text-align: center;
		}
			#sidebar .box .ads img {
				margin: 5px;
			}
		#sidebar .box form {
			height: 30px;
			background: url(images/search.gif) no-repeat center 0;
			padding: 0 7px;
			margin: 15px 0;
		}
			#sidebar .box form input {
				float: left;
				border: 0;
				width: 215px;
				margin: 7px 0 0 7px;
				background-color: transparent;
			}
			#sidebar .box form button {
				border: 0;
				text-indent: -9999px;
				width: 58px; height: 30px;
				float: right;
				background-color: transparent;
			}
		#sidebar .box .rss, #sidebar .box .email {
			padding: 0;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
			background: url(images/horizontal.gif) repeat-x 0 bottom;
			padding-bottom: 2px;
		}
			#sidebar .box .rss a, #sidebar .box .email a {
				color: #A1A1A1;
				text-decoration: none;
				display: block;
				padding: 15px 60px;
				background: url(images/rss.gif) no-repeat 15px 10px;
			}
			#sidebar .box .email a {
				background-image: url(images/email.gif);
			}
	#sidebar .l {
		float: left;
		width: 149px;
	}
	#sidebar .r {
		float: right;
		width: 149px;
	}
		#sidebar .half h2 {
			margin-bottom: 0;
		}
		#sidebar .half ul {
			list-style-type: none;
			background: url(images/horizontal.gif) repeat-x 0 bottom;
		}
			#sidebar .half ul li {
				padding: 5px 15px;
				line-height: 1.5em;
				border-bottom: 1px solid #ffffff;
			}
			#sidebar .half ul li a {
				text-decoration: none;
				color: #333333;
			}
			#sidebar .half ul li a:hover {
				color: #BF0101;
			}
/** END sidebar **/

/** BEGIN footer 1 **/
#footer1 {
	clear: both;
	height: 30px;
	background-color: #333333;
	height: 32px;
	overflow: hidden;
}
	#footer1 ul {
		list-style-type: none;
		float: left;
		padding-right: 3px;
		background: url(images/divider2.gif) no-repeat right 9px;
	}
		#footer1 ul li {
			float: left;
			font-size: 0.9em;
			padding-left: 3px;
			background: url(images/divider2.gif) no-repeat 0 9px;
		}
		#footer1 ul li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 7px 15px;
		}
/** END footer1 **/

/** BEGIN footer2 **/
#footer2 {
	height: 40px;
	font-size: 0.9em;
}
	#footer2 .l {
		float: left;
		padding: 15px;
	}
	#footer2 .r {
		float: right;
		padding: 15px;
	}
	#footer2 a {
		text-decoration: none;
	}
/** END footer2 **/

/** BEGIN miscellaneous **/
#content .single {
	padding: 20px;
	margin-bottom: 40px;
}
	#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: 1.8em;
		font-weight: normal;
		margin-bottom: 10px;
		color: #333333;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #565656;
	padding: 20px 20px 0;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/
