/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

#secondary2 {
	float: right;
	margin-top: 20px;
	width: 160px;
}

body {
	line-height: 1.5;
        font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
/* End Reset */

/* Basic Styles */
h2 {
 font-size: 27px;
}

p {
 font-size: 14px;
}

a {
 text-decoration: none;
 color: #4e4e4e;
 font-size: 14px;
}
a:hover {
 text-decoration: underline;
}

input {
 background: #232323;
 border: 1px solid #000;
 color: #cbcbcb;
 padding: 3px;
}

input:hover {
 background: #232323;
 color: #fff;
}

body {
	background-color: #242424;
	background-image: url("images/headerbg1.jpg");
	background-repeat: repeat-x;
	width: 100%;
	margin: 0 auto;
}

#container {
	width: 1000px;
	margin: auto;
}

/* Header */
#header{
	width: 100%;
	height: 180px;
}
#header h1 {
	margin-top: 10px;
        margin-bottom: 10px;
	float: left;
	text-indent: -9999px;
	width: 996px;
	height: 105px;
}
#header h1 a {
	display: block;
	float: left;
	width: 700px;
        height:100px;
	text-decoration: none;
}

ul#menu {
	margin-top:0px; padding:0px;
	float: right;
	display: block;
}
ul#menu li {
	display: inline-block;
	margin-left: 10px;
	height: 30px;
	float: left;
}
ul#menu li a {
	text-decoration:none;
	color:#716d6a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#fff;
}

#headertp{
	background-color: #1E1E1E;
	height: 19px;
	width: 980px;
}
#nav{
	height: 19px;
}
/*** Nav bar styles ***/

#btmnav ul {
	overflow: hidden;
	margin-top: 136px;
	margin-left: -20px;
}
#btmnav ul li {
	font-family: Verdana, Georgia, sans-serif;
	font-size: medium;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-left: 40px;
}
#btmnav ul li a {
	font-family: Verdana, Georgia, sans-serif;
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#btmnav a:hover {
	font-family: Verdana, Georgia, sans-serif;
	font-size: small;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#btmnav ul li ul {
	display: none;
	overflow: hidden;
	margin-top: -10px;
	margin-left: -20px;
}
#btmnav ul li ul:hover {
	display: none;
	overflow: hidden;
	margin-top: -10px;
	margin-left: -20px;
}
#btmnav ul li ul li {
	font-family: Verdana, Georgia, sans-serif;
	font-size: medium;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	float: left;
	padding-left: 20px;
}

/* Nav bar styles END */
/* Header End */

/* Begin POST */
#main {
	width: 504px;
        float:right;
padding-right: 7px;
}	

.post-item {
	margin-top: 20px;
	background-color: #2D2D2D;
	border: 1px solid black;
	overflow: hidden;
	padding-right: 10px;
}
.post img {
	float: left;
	padding: 10px 10px 10px 10px;
}
.posttxt p.meta {
	color: #fff;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-left: 3px;
}
.posttxt p.meta a {
	color: #ff0000;
	font-size: 11px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.post-item p {
	color: #7e7e7e;
}
.post-item p a {
	color: #ff0000;
	font-weight: bold;
}
.posttopbar {
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	width: 504px;
	height: 33px;
	float: left;
	border-bottom: 1px solid black;
}
.postbottombar {
	background-image: url(images/btmbar.jpg);
	background-repeat: repeat-x;
	width: 504px;
	height: 33px;
	float: left;
	border-top: 1px solid black;
	overflow: hidden;
}
.post-item div.numComments {
	float: right;
	width: 58px;
	height: 49px;
	text-align: center;
	line-height: 38px;
	background: url(images/comments.png) no-repeat;
	margin-left: 5px;
}
.numComments a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: italic;
	font-size: large;
}
.posttxt {
	margin-top: 55px;
        overflow: hidden;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #232323;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}
.posttxt:hover {
	margin-top: 55px;
	margin-left: 10px;
	margin-bottom: 20px;
	background: #191919;
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}
.posttxt img {
	background-color: #2D2D2D;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-right: 5px;
	border: 1px solid #000;
}
/* Post Title */
.posttxt h2 a {
	text-decoration: none;
	font-size: x-large;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	background-color: #242424;
	border: 1px solid black;
	padding: 5px 10px 5px 10px;
	margin-bottom: 3px;
}
/* Post Title END */
.theauthor {
	margin-left: 10px;
	margin-bottom: 20px;
	background: #232323;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}
.theauthor:hover {
	margin-left: 10px;
	margin-bottom: 20px;
	background: #191919;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 60px;
}
.theauthor h3 {
	font-size: 14px;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: #FFF;
}
.theauthor h3 a {
	color: #FF0000;
}
.theauthor p {
	color: #7e7e7e;
}
.authimg {
	float: left;
	background-image: url(images/paper.png);
	height: 60px;
	width: 51px;
	margin-right: 20px;
}
a.more-link {
	background-image: url(images/searchbtn.png);
	background-repeat: repeat-x;
	padding: 2px 8px 2px 8px;
	margin-top: 3px;
	border: 1px solid black;
	text-decoration: none;
	color: #000;
}
/* Share It! */
.sharebox {
	float: right;
	width: 89px;
	height: 22px;
	background-color: #232323;
	border: 1px solid black;
	margin-top: 5px;
	margin-right: 10px;
	padding-right: 2px;
}
.sharebox a, .sharebox img {
	margin-left: 2px;
	margin-top: 3px;
}
/* Share It! END */
/* End POST */
#morePrev a {
	background-image: url(images/searchbg.png);
	background-repeat: repeat-x;
	padding: 2px 8px 2px 8px;
	border: 1px solid black;
	color: #000;
}
#morePrev {
	margin-top: 10px;
}
/* Begin COMMENTS */
body.single #comments_template {
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #2D2D2D;
	border: 1px solid black;
	overflow: hidden;
	padding-right: 30px;
}
body.single #comments_template h3 {
	color: #fff;
}
#comments_template {
	margin-top: 20px;
	padding: 10px 10px 10px 10px;
	background-color: #2D2D2D;
	border: 1px solid black;
	overflow: hidden;
	padding-right: 30px;
}
#comments_template h3 {
	color: #fff;
}
.commentlist {
	margin-left: 20px;
}
div#respond textarea {
	width: 400px;
	background: #232323;
	border: 1px solid black;
	color: #fff;
	padding: 4px 4px 4px 4px;
}
div#respond form p {
	color: #fff;
}
div#respond input#submit {
	background-image: url(images/searchbtn.png);
	background-repeat: repeat-x;
	color: #000;
	padding: 2px 3px 2px 3px;
}
div#respond input#submit:hover {
	background-image: url(images/searchbtn.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 2px 3px 2px 3px;
}
form#commentform input {
	margin-bottom: 5px;
	background-image: url(images/searchbtn.png);
	background-repeat: repeat-x;
	color: #000;
}
ol.commentlist {
	background: #232323;
	border: 1px solid black;
	color: #fff;
	padding: 5px 5px 5px 5px;
}

ol li div div img {
	background: #232323;
	padding: 3px 3px 3px 3px;
	border: 1px solid black;
}
ol.commentlist li {
	padding-left: 10px;
	background-color: #232323;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #2d2d2d;
	padding-top: 5px;
	padding-bottom: 5px;
}
ol.commentlist li:hover {
	padding-left: 10px;
	background-color: #191919;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.secondaryBox li a {
	text-decoration: none;
}
.secondaryBox li a:hover {
	color: #fff;
}

/* sec2 */


.secondaryBox2 li a {
	text-decoration: none;
}
.secondaryBox2 li a:hover {
	color: #fff;
}
.secondaryBox2 h2 {
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}
.secondaryBox2 {
	width: 160px;
	background-color: #2d2d2d;
	border: 1px solid black;
	border-top: none;
	list-style: none;
}
.secondaryBox2 ul#mainside {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #2d2d2d;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.secondaryBox2 ul li ul li {
	padding-left: 10px;
	background-color: #232323;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #2d2d2d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.secondaryBox2 ul li ul li:hover {
	padding-left: 10px;
	background-color: #191919;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}





div#respond {
	margin-left: 20px;
	margin-top: 10px;
}
ol li div div cite a {
	color: #ff0000;
}
ol li div p a {
	color: #ff0000;
}
/* End COMMENTS */

/* SIDEBAR */
#secondary {
	float: left;
	margin-top: 20px;
	width: 320px;
}
.firefox {
	background-image: url(images/firefox.png);
	width: 289px;
	height: 84px;
}

#sidebar {
	
}

.sidebarbottom {
	background-image: url(images/btmbar.jpg);
	background-repeat: repeat-x;
	width: 504px;
	height: 33px;
	float: left;
	border-top: 1px solid black;
	overflow: hidden;
}
.secondaryBox {
	width: 320px;
	background-color: #2d2d2d;
	border: 1px solid black;
	border-top: none;
	list-style: none;
}
.secondaryBox ul#mainside {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #2d2d2d;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.secondaryBox ul li ul li {
	padding-left: 10px;
	background-color: #232323;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #2d2d2d;
	padding-top: 5px;
	padding-bottom: 5px;
}
.secondaryBox ul li ul li:hover {
	padding-left: 10px;
	background-color: #191919;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.secondaryBox li a {
	text-decoration: none;
}
.secondaryBox li a:hover {
	color: #fff;
}
.secondaryBox h2 {
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
}
.sidebartop {
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	border: 1px solid black;
	border-bottom: none;
	width: 320px;
	height: 33px;
}
#sidebarbottom {
	background-image: url(images/btmbar.jpg);
	background-repeat: repeat-x;
	width: 320px;
	height: 33px;
	border: 1px solid black;
	border-top: 0px;
}
.sidebartop2 {
	background-image: url(images/titlebar.jpg);
	background-repeat: repeat-x;
	border: 1px solid black;
	border-bottom: none;
	width: 160px;
	height: 33px;
}
#sidebarbottom2 {
	background-image: url(images/btmbar.jpg);
	background-repeat: repeat-x;
	width: 160px;
	height: 33px;
	border: 1px solid black;
	border-top: 0px;
}


#smallads {
	width: 320px;
	height: 32px;
	background-color: #2d2d2d;
	border: 1px solid;
	border-color: #000;
	float: left;
}
.ad {
	width: 20px;
	height: 20px;
	background-color: #232323;
	border: 1px solid;
	border-color: #000;
	margin-top: 5px;
	margin-left: 7px;
	float: left;
}
.ad a {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.ad a:hover {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	font-size: x-small;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
div#subscribebox {
	width: 320px;
	height: 136px;
	border: 1px solid black;
	border-top: 0px;
	list-style: none;
	background-color: #2d2d2d;
	padding-top: 10px;
}
div#subscribebox img {
	margin-top: 8px;
	margin-left: 5px;
}
div#subscribeinside {
	width: 298px;
	height: 100px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #232323;
	border: 1px solid black;
}


div#uprint {
	width: 320px;
	height: 110px;
	border: 1px solid black;
	border-top: 0px;
	list-style: none;
	background-color: #2d2d2d;
	padding-top: 10px;
}
div#uprint img {
	margin-top: 8px;
	margin-left: 5px;
}



/* Search Bar */
input#s {
	width: 190px;
	background-image: url(images/searchbg.png);
	background-repeat: repeat-x;
	color: #000;
}
input#searchsubmit {
	background-image: url(images/searchbtn.png);
	background-repeat: repeat-x;
	color: #fff;
	padding: 2px 3px 2px 3px;
}
div.thesearch {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #232323;
	height: 26px;
	width: 268px;
}
/* Search Bar END */

/* Large Ads */
div#lgadsbox {
	width: 320px;
	height: 550px;
	background-color: #2d2d2d;
	padding-top: 10px;
	border: 1px solid black;
	border-top: none;
	list-style: none;
}
ul#largeads li {
	float: left;
	width: 125px;
	height: 125px;
	background-color: #232323;
	border: 1px solid black;
	margin-left: 11px;
	margin-top: 10px;
	padding: 3px 3px 3px 3px;
}
div#lgadsbox div#advertisehere {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	background-color: #232323;
	height: 90px;
	width: 268px;
	margin-left: 10px;
}
img#adverthere {
	float: left;
	margin-left: 25px;
	margin-top: 20px;
}
/* Large Ads END */
/* Sidebar END */


/* Footer */
#container2 {
	width: 980px;
	margin: 0 auto;
}
#footer {
	background-image: url("images/footer.png");
	background-repeat: repeat-x;
	width: 100%;
	height: 201px;
	float: left;
	margin-top: 30px;
}
#validate {
	margin-top: -1px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
#cssvalidate {
	margin-top: -16px;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
#poweredby p {
	margin-top: 179px;
	margin-left: 100px;
	color: #777777;
	font-size: x-small;
	text-align: center;
}
#poweredby p a {
	text-decoration: none;
	color: #e70000;
	font-size: x-small;
}
