/*
Theme Name: Usenet-Index.com
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	background: #282827;
}
a {
	text-decoration: none;
	color: #00b9ff;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.leftindent {
	margin-left: 20px;
}
.space {
	margin-top: 20px;
}

/** BEGIN wrapper **/
#wrapper {
	width: 876px;
	margin: auto auto;
	text-align: center;
	position: relative;
	background: #282827 url(images/wrapperbg.png);
}
/** END wrapper**/

/** BEGIN header **/
#header {
	background: #FFFFFF;
	width: 850px;
	height: 78px;
	margin: 0 auto;
}

	#header h1 {
		margin: 35px 20px 15px 20px;
		height: 20px;
		width: 500px;
		float: right;
		color: #727272;
		font-size: 1.0em;
		text-align: right;
		font-weight: lighter;
	}
	
	#header .logo {
		margin: 20px 20px 15px 20px;
		background: #FFFFFF url(images/logo.png) no-repeat;
		height: 40px;
		width: 200px;
		float: left;
	}
		
#nav {
	height: 30px;
	width: 850px;
	background: #015d7b url(images/navbg.png) repeat-x 0;
	margin: 0 auto;
}		
	#nav ul {
		clear: both;
		float: left;
		list-style-type: none;
		padding-top: 0;
		margin-bottom: 0;
	}
		#nav ul li {
			float: left;
		}
		#nav ul li a {
			color: #FFFFFF;
			display: block;
			font-size: 0.9em;
			font-family: Verdana;
			font-weight: bold;
			outline: none;
			padding: 10px 5px;
			padding-bottom: 7px;
			margin-left: 8px;
			text-transform: uppercase;
		}
		#nav ul li a:hover {
			color: #ffffff;
			text-decoration: none;
			background: url(images/hover.png) repeat-x 0 0;
		}

/** END header **/


/** BEGIN content **/
#content {
	width: 850px;
	height: 100%;
	/* padding: 0 10px 10px 10px; */
	background: url(images/contentbg.jpg) repeat-x 0;
	margin: 0 auto;
}

#content .columnLeft {
	width: 480px;
	height: 100%;
	background: #ffffff url(images/columnLeftbg.png);
	padding: 10px 10px;
	margin: 10px 5px 10px 10px;
	float: left;
	border: #e9f1f3 solid 2px;
}
		#content .post {
			border-top: 1px solid #E9E9E9;
		}
			#content .post img {
				float: left;
				margin-right: 20px;
				padding: 7px;
				border: 1px solid #E9E9E9;
				background-color: #F2F2F1;
				width: 150px; height: 150px;
			}
			#content .columnLeft h1{
				font-size: 1.8em;
				font-weight: normal;
				padding-bottom: 5px;
				padding-top: 10px;
				text-align: left;
				color: #00b9ff;
			}
			#content .columnLeft h1 a {
				color: #00b9ff;
				text-decoration: none;
			}
				#content .columnLeft h1 a:hover {
					text-decoration: underline;
				}
			#content .columnLeft p {
				color: #212121;
				font-size: 1.1em;
				line-height: 1.2em;
				margin-bottom: 15px;
				text-align: left;
			}
			#content .columnLeft h2{
				float: left;
				background: #999999;
				width: 100%; height: 1px;
				margin-bottom: 5px;
			}
			#content .columnLeft h3 {
				color: #212121;
				font-size: .8em;
				margin: 5px 0;
				text-align: left;
				float: left;
				width: 100%;
				font-weight: lighter;
			}
			#content .columnLeft .comment a {
				float: right;
				background: url(images/comment.gif) no-repeat 1px 0;
				width: 91px;
				color: #FFFFFF;
				padding: 7px 6px 14px 6px;
				text-decoration: none;
				font-size: 0.9em;
				margin-top: 10px;
			}
			
	#featured{
	width: 460px;
	height: 100%;
	margin: 0;
	float: left;
	text-align: left;
	background: #199bc7;
	padding: 10px;
}
	#featured p {
	font-size: 1.2em;
	color: #000000;
	}

	#featured a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	#featured a:hover {
		text-decoration: underline;
		font-weight: bold;
	}

	#featured .columnFeatured{
		width: 45%;
		height: 100%;
		padding: 10px 5px;
		margin: 0 0 5px 9px;
		float: left;
	}
		#featured .columnFeatured h4{
		font-size: 1.4em;
		font-weight: bold;
		padding-bottom: 17px;
		text-align: left;
		color: #002552;
		text-align: left;
		text-transform: uppercase;
	}
	
	#content .adSpot {
	width: 460px;
	height: 100%;
	margin: 0;
	float: left;
	text-align: center;
	background: #e5e5e5;
	padding: 10px;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320;
	height: 100%;
	background: #ffffff;
	padding: 0 5px 5px 5px;
	margin: 10px 0 0 0;
	float: left;
	text-align: center;
}
#sidebar img {
	padding-left: 4px;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 12px;
	color: #FFFFFF;
	border: solid 1px;
}
#sidebar img:link {
}
#sidebar img:visited {
}
#sidebar img:hover {
	padding-left: 7px;
	padding-right: 2px;
	padding-top: 8px;
	padding-bottom: 3px;
	color:#FFFF00;
	border: solid 4px;
}

/** END sidebar **/

/** BEGIN copyright **/
#copyright {
	background: #151515 url(images/footerbg.png) repeat-y 0;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 850px;
	margin: 0 auto;
}
	#copyright p {
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		width: 850px;
		text-transform: uppercase;
	}
		#copyright a {
			color: #FFFFFF;
		}
			#copyright a:hover {
				text-decoration: underline;
			}

/** END copyright **/

/** BEGIN miscellaneous **/
#content .postnav {
	clear: both;
	padding: 10px 0;
}
	#content .postnav ul {
		list-style-type: none;
		padding: 10px;
	}
		#content .postnav ul li {
			float: left;
			color: #B5B4BC;
			padding: 4px;
		}
		#content .postnav ul li a {
			color: #636363;
			text-decoration: none;
			display: block;
			padding: 2px 6px;
			border: 1px solid #E2E2E2;
		}
		#content .postnav ul li a:hover {
			border-color: #ffffff;
		}
		#wp_page_numbers ul {
			border-top: 0 !important;
		}
		#wp_page_numbers .page_info {
			padding: 3px 6px !important;
			margin-right: 2px;
			border: 1px solid #e0e0e0 !important;
			margin-top: 4px;
		}
		#wp_page_numbers .active_page a {
			background-color: #ffffff !important;
			border: 0 !important;
		}
#content .single {
	padding: 10px;
}
	#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: #e0e0e0;
	}
	#content .title {
		font-size: 1.8em;
		font-family: Arial;
		font-weight: normal;
		padding-bottom: 17px;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#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 #cccccc;
			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 #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#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;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
.flashbox {
	padding: 12px;
}
	.flashbox a {
		color: #000000;
	}
	
/** END miscellaneous **/



.inlinepics {
	width: 460px;
	height: 100%;
	margin: 0;
	float: none;
	text-align: center;
	padding: 10px;	
}

.footer {
	background: #151515 url(images/footerbg.png) repeat-y 0;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 850px;
	margin: 0 auto;
}

.infotable {
	text-align:left;
	vertical-align:top;
}


/* Styles for newsgroup-server-providers.php */
.table_svr_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: 900;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: center;
	
	color: #FFFF00;
	}

.table_svr_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 0px;
	
	color: #000000;
	}
.table_svr_txt:link {
	color: #000099;
}
.table_svr_txt:visited {
	color: #000099;
}
.table_svr_txt:active {
}
.table_svr_txt:hover {
	background-color:#FFFF00;
}
/* Styles for newsgroup-indexing.php */
.sub_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 900;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	vertical-align: center;
	
	color: #FFFF00;
	}

