/*
Theme Name: Rewire Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #282828;
	background-color: #000000;
	background-position: center 0;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image: url(images/bg.gif);
}
a {
	text-decoration: none;
	color: #0099FF;
}

a:hover {
	color: #999999;
}

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;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	width: 980px;
	margin: auto auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}

#rss {
	position: absolute;
	width: 54px; height: 69px;
	top: 145px; left: 682px;
}

.date {
	color:#999999;
	text-align: right;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 90%;
}

.date a {
	color: #999999;
}

/** BEGIN header **/
#header {
	height: 366px;
	background:url(images/random/rotate.php) 0 50% no-repeat;
	background-position: top;
}

	#header #categories {
	list-style-type: none;
	height: 50px;
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 280px;
	}
		#header #categories li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
		#header #categories li.f {
			padding-left: 0;
			background: none;
		}
		#header #categories li a {
	color: #000000;
	display: block;
	padding: 10px;
		}
		#header #categories li a:hover {
		color: #0099FF;		
		}
	#header #subcate {
	list-style-type: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	float: right;
	margin-top: -50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
		#header #subcate li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
		#header #subcate li.f {
			padding-left: 0;
			background: none;
		}
		#header #subcate li a {
		color: #000000;
			display: block;
			padding: 10px;
		}
		#header #subcate li a:hover {
	color: #0099FF;			
		}
/** END header **/

#body {
	background: url(images/wrapper.gif) repeat-y 660px 0;
}

/** BEGIN content **/
#content {
	width: 662px;
	float: left;
}
	#content #categories {
	list-style-type: none;
	height: 50px;
	padding-left: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 20px;
	}
		#content #categories li {
			float: left;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
		#content #categories li.f {
			padding-left: 0;
			background: none;
		}
		#content #categories li a {
			display: block;
			padding: 10px;
		}
		#content #categories li a:hover {
			
		}
	#content .post {
	clear: both;
	border-bottom: 1px solid #D4D3CF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	}
	#content .post a:hover {
	filter: alpha(style=0; opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	}

		#content .post hr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0px;
		}
		#content .post hr.style2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 30px;
	padding: 0px;
	margin-top: 0px;
		}
		#content .post .backbutton {
	float: left;
	color: #808080;
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 25px;
	margin-top: 30px;
	padding-bottom: 50px;
		}
		#content .post .backbutton a {
	color: #000000;
		}
		#content .post .backbutton a:hover {
	color: #0099FF;
		}
		#content .post .l {
			float: left;
			width: 220px;
			font-size: 0.8em;
			color: #808080;
		}
			#content .post .l p {
				margin-bottom: 5px;
				padding: 0 10px;
			}
			#content .post .l img {
				margin-bottom: 10px;
				width: 300px; height: auto;
			}
			#content .post .l a {
			color: #999999;
			}
		#content .post .r {
			float: right;
			width: 282px;
			padding-right: 20px;
		}
			#content .post h2 {
	font-size: 1.3em;
	margin-bottom: 15px;
	font-family: Helvetica, Arial, sans-serif;
			}
				#content .post h2 a {
	color: #000000;
				}
				#content .post h2 a:hover {
	color: #0099FF;
				}
			#content .post h3 {
	font-size: 1.8em;
	margin-bottom: 50px;
	font-family: Helvetica, Arial, sans-serif;
			}
				#content .post h3 a {
				color: #000000;
					
				}
				#content .post h3 a:hover {
				color: #0099FF;
					
				}
			#content .post p {
				margin-bottom: 15px;
				line-height: 1.5em;
			}
			#content .post .r .details {
				padding: 1px;
				border: 1px solid #D4D3CF;
				float: left;
			}
			#content .post .r .details p {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	height: 20px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 7px;
			}
				#content .post .r .details p a {
	display: block;
	float: left;
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	color: #666666;
				}
				#content .post .r .details p a:hover {
	color: #20799E;
				}
				#content .post .r .details p a.readmore {
	margin-right: 3px;
	padding-right: 3px;
				}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 318px;
	float: right;
	padding: 0px;
}
	#sidebar a:hover {
		color: #20799E;
	}
	#sidebar #subscribe {
	background: url(images/navigation.gif) repeat-x 0 0;
	height: 34px;
	margin: 0 3px 10px 0;
	padding: 10px 0 0 88px;
	font-size: 0.9em;
	color: #666666;
	}
		#sidebar #subscribe a {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
		}
		#sidebar #subscribe a:hover {
			color: #99CC00;
		}
	#sidebar #ad125x125 {
		text-align: center;
	}
		#sidebar #ad125x125 img {
			border: 0;
			margin: 5px;
		}
	#sidebar .box {
		background: url(images/horizontal.gif) repeat-x 0 bottom;
		margin-right: 3px;
		padding: 10px 15px;
	}
		#sidebar .box form {
			width: 283px; height: 30px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			#sidebar .box form input {
				border: 1px solid #ffffff;
				margin: 6px;
				float: left;
				width: 207px;
			}
			#sidebar .box form button {
				float: left;
				width: 57px; height: 30px;
				text-indent: -9999px;
				border: 0;
				margin-left: 5px;
				background-color: transparent;
			}
		#sidebar .box h2 {
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#sidebar .box ul {
			list-style-type: none;
			padding: 10px 0;
		}
			#sidebar .box ul li {
				font-size: 0.9em;
				padding: 5px 0;
			}
	#sidebar .c {
	width: 313px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	padding-top: 5px;
	}
	#sidebar .c a {
	text-decoration: none;
	display: block;
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 1.1em;
}
	#sidebar .c a:hover {
	color: #FFFFFF;
	background-color: #BBBBBB;
	}
		#sidebar .c h2 {
	background-color: #282828;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	padding: 10px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 4px;
		}
		#sidebar .c ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 4px;
		}
			#sidebar .c ul li {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
			}
	#sidebar .l {
	width: 157px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	padding-top: 5px;
	}
	#sidebar .l a {
	text-decoration: none;
	display: block;
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 1.1em;
}
	#sidebar .l a:hover {
	color: #FFFFFF;
	background-color: #BBBBBB;
	}
		#sidebar .l h2 {
	background-color: #282828;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	padding: 10px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 4px;
		}
		#sidebar .l ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 4px;
		}
			#sidebar .l ul li {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
			}
	#sidebar .r {
	width: 157px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	padding-top: 5px;
	}
	#sidebar .r a {
	text-decoration: none;
	display: block;
	color: #333333;
	background-color: #EAEAEA;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 1.1em;
}
	#sidebar .r a:hover {
	color: #FFFFFF;
	background-color: #BBBBBB;
	}
		#sidebar .r h2 {
	background-color: #282828;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	padding: 10px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 4px;
		}
		#sidebar .r ul {
	list-style-type: none;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 4px;
		}
			#sidebar .r ul li {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
			}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	color: #6A6A6A;
	clear: both;
	font-size: 0.8em;
	padding: 30px 0;
	background-color: #000000;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}
	#footer div {
		width: 980px;
		margin: auto auto;
		text-align: left;
	}
	#footer p {
		margin-bottom: 10px;
		padding-left: 30px;
	}
	#footer a {
		color: #6A6A6A;
	}
	#footer a:hover {
		color: #ffffff;
	}
/** END footer **/

/** BEGIN misc **/
#postnav {
	padding: 20px;
}
#content .post h3 {
	margin-bottom: 5px;
}
#content .post ul {
	padding-left: 15px;
	margin-bottom: 10px;
}
#content .post ul li {
	padding: 2px 0;
}
#content .post ol {
	padding-left: 20px;
	margin-bottom: 10px;
}
#content .post ol li {
	padding: 2px 0;
}
#content .post blockquote {
	padding-left: 10px;
	border-left: 2px solid #e0e0e0;
	font-style: italic;
	margin-left: 2px;
}
#comments {
	padding: 0 20px 10px 10px;
}
	#comments h2 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.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;
	}
.sdetails {
	clear: both;
	font-size: 0.8em;
	padding-top: 20px;
}
	.sdetails p {
		margin-bottom: 5px !important;
		color: #909090;
	}
	.sdetails a {
		color: #909090;
	}
	.sdetails a:hover {
		color: #282828;
	}


.wp-pagenavi{
	padding-bottom: 30px;
	padding-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	margin: 3px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	color: #000000;
	background-color: #EAEAEA;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.wp-pagenavi a:visited {
	margin: 3px;
	text-decoration: none;
	border: 1px solid #EAEAEA;
	color: #000000;
	background-color: #EAEAEA;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.wp-pagenavi a:hover {
	border: 1px solid #666666;
	color: #FFFFFF;
	background-color: #666666;
}
.wp-pagenavi a:active {
	margin: 3px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.wp-pagenavi span.pages {
	margin: 3px;
	color: #FFFFFF;
	border: 1px solid #222222;
	background-color: #222222;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.wp-pagenavi span.current {
	margin: 3px;
	font-weight: bold;
	border: 1px solid #222222;
	color: #FFFFFF;
	background-color: #222222;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.wp-pagenavi span.extend {
	margin: 3px;
	border: 1px solid #222222;
	color: #FFFFFF;
	background-color: #222222;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/** END misc **/
