/* CSS & Design By ChadZilla */

body {
	background-image: url(images/bg1.gif);
	/* background-repeat:repeat-x; */
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	width:960px;
	
}

#container {
	width: 960px;
	margin-left: 0px;
	margin-right: auto;
}

#content {
	width: 960px;
	font-size: 12pt;
	background-color: #FFFFFF;		
	background-repeat: repeat-y;
	background-position:top center;
	
}


#header {
	width: 960px;
	height: 156px;
	background-image: url(images/headerbg.gif);
	background-repeat: no-repeat;
	background-position:top center;

	
}

#logo {
	position: absolute;
	top: 50px;
	left: 150px;
	float:left;
	
}

#headertxt {
	color: #FFF;
	position: relative;
	font-size: 14px;
	font-weight:bold;
	top: 18px;
	left: 230px;
	width: 470px;
	text-align:left;

}

#headerbuttons {
	
	position: relative;
	top: 35px;
	left: 60px;

}

.headerbutton {padding-bottom: 5px;}

#leftsidebar {
	width: 190px;
	float:left;
	background-color: #FFFFFF;
	/* background-image: url(images/left_sidebar_bg.gif); */
	background-repeat:no-repeat;
	background-position:top;
	margin-left: 0px;
	padding-top: 10px;
	height: auto;
}

#leftsidebar h2 {
	color: #FFFFFF;
	font-size:18px;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	text-align: left;
	background: url(images/sidebarh2bg.gif) repeat-x center;
	height: 40px;
	line-height: 40px;

}
#leftsidebar h4 {
	color: #FFFFFF;
	font-size:18px;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	text-align: left;
	background: url(images/sidebarh2bg.gif) repeat-x center;
	height: 40px;
	line-height: 40px;

}

#leftsidebar ul, li {
	color: #FFF;
	font-size:14px;
	margin-left: 10px;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
	list-style:none;
	font-weight:bold;

}

.leftsidebar li a:link {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; }
.leftsidebar li a:visited {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; }
.leftsidebar li a:active {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; }
.leftsidebar li a:hover {background-color: #fff1f8; color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg_over.gif); background-position:left; background-repeat:no-repeat; }




#centercontent {
	width: 470px;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top:5px;
	
}

#content h1 {
	margin: 0px;
	padding-left: 0px;
	font-size: 16px;
	color: #3c8fc3;
	
	font-family: Georgia;
}

#thepost ol, #thepost, #thepost ul, #thepost li {
color: #444445;
list-style: square;

}

.centercontent h1 a:link {color: #EF027D; text-decoration:none; font-size: 11pt;}
.centercontent h1 a:visited {color: #EF027D; text-decoration:none; font-size: 11pt;}
.centercontent h1 a:active {color: #EF027D; text-decoration:none; font-size: 11pt;}
.centercontent h1 a:hover {color: #EF027D; text-decoration:none; font-size: 11pt;}

#thepost {
	color: #f93a9d;
	font-size: 10pt;
	overflow: hidden;
	/* background-image: url(images/centercontentbg.jpg);
	background-position:top;
	background-repeat:no-repeat; */


}

.contentheadmenu {background-color: #FFF; height: 30px; line-height:30px; text-align:center; position:relative; width:470px; background-image: url(images/contentmenubg.gif) }
.contentheadmenu a:link {font-size: 14px; color: #FFFFFF; text-decoration:none; display:block; float:left; margin-right:5px; margin-left:5px; font-weight: bold;}
.contentheadmenu a:visited {font-size: 14px; color: #FFFFFF; text-decoration:none; display:block; float:left; margin-right:5px; margin-left:5px; font-weight: bold;}
.contentheadmenu a:active {font-size: 14px; color: #FFFFFF; text-decoration:none; display:block; float:left; margin-right:5px; margin-left:5px; font-weight: bold;}
.contentheadmenu a:hover {font-size: 14px; color: #FFFFFF; text-decoration:none; display:block; float:left; margin-right:5px; margin-left:5px; font-weight: bold; }



.thepost a:link {font-size: 11pt; color: #f93c9e; text-decoration:none}
.thepost a:visited {font-size: 11pt; color: #f93c9e; text-decoration:none}
.thepost a:active {font-size: 11pt; color: #f93c9e; text-decoration:none}
.thepost a:hover {font-size: 11pt; color: #f93c9e; text-decoration:none}

#thepost form textarea {width: 450px;}

#thepost img {max-width: 470px; height:auto; margin-left:10px;  }




}

.topthumbs {
	text-align: center;
	padding-top: 7px;
	color:#F00;
	font-weight:bold;
}
.sty{
	text-align: center;
	padding-top: 7px;
	color:#F00;
	font-weight:bold;
}

.topthumbs a img {
	border: 1px solid #333333;
	padding: 2px;
	margin:2px;
	background-color:#FFFFFF;
}

#commentbar {
	width: 470px;
	height: 50px;
	background-image: url(images/commentbarbg.gif);
	line-height: 50px;
	padding-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
}


#rightsidebar {
	width: 275px;
	float:left;
	background-color: #FFFFFF;
	background-repeat:no-repeat;
	background-position:top;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	
	
	
}


#rightsidebar h2 {
	color: #FFFFFF;
	font-size:17pt;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	text-align: left;
	background: url(images/sidebarh2bglarge.gif) no-repeat;
	height: 40px;
	line-height: 40px;

}
#rightsidebar h4 {
	color: #FFFFFF;
	font-size:17pt;
	margin: 0px 0px 0px 5px;
	padding-left: 5px;
	text-align: left;
	background: url(images/sidebarh2bglarge.gif) no-repeat;
	height: 40px;
	line-height: 40px;

}

#rightsidebar ul, div.rightsidebar li {
	color: #3C8FC3;
	margin-left: 10px;
	margin-top: 2px;
	padding: 0px;
	text-align: left;
	list-style:none;
	font-weight:bold;
	font-size:10pt;


}



.rightsidebar li a:link {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; font-size:10pt; }
.rightsidebar li a:visited {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; font-size:10pt;}
.rightsidebar li a:active {color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg.gif); background-position:left; background-repeat:no-repeat; font-size:10pt;}
.rightsidebar li a:hover {background-color: #fff1f8; color: #2C2C2C; text-decoration:none; display: block; padding-left: 25px; padding-top: 8px; padding-bottom: 6px; border-bottom: 1px solid #ffcfe8; background-image: url(images/starbg_over.gif); background-position:left; background-repeat:no-repeat; font-size:10pt;}



#footer {
	width: 960px;
	height: 31px;
	background-image: url(images/footerbg.gif);
	background-repeat: no-repeat;
	background-position:top center;

	
}
#clear {clear:both;}
#spacer {height: 10px;}
#spacermed {height: 20px;}

.sidethumbs {
	margin: 5px;
	padding: 10px;
	background:#CCC;
	border: 1px solid #464646;
}

#extra {
	width: 100px;
	background-color:#333333;
	float: left;
}

.extra a, extra a:visited {color: #fff; text-decoration:none; font-size:10px;}

#extra a img {
	margin-bottom: 3px;
	hover: opacity .50;
}

.date {
	padding-top: 5px;
	font-size: 18px;
	width:35px;
	height:36px;
	margin-left: 0.6em;
    text-align:center;
	position:relative;
	background: url(images/h4.gif)}

 .month {
	position:absolute;
	bottom:3px;
	left:6px;
	font-size: 11px;
	color: #EF027D;
	text-transform:uppercase; font-weight:bold;
	}
	.month:hover {
	color: #465155;
	}	

	.contentdate h2 {
	text-transform: ;
	color: #c30f18;
	padding: 0 0 0 10px;
	}
	.contentdate p {
	color: #c30f18;
	padding: 0 0 0 10px;
	}
	.contentdate a, .contentdate a:link, .contentdate a:visited { color: #EF027D; text-decoration: none;}
	.contentdate a:hover { color: #EF027D; text-decoration: none;}
	.contentdate
	{
	width: 100%;
	background: url(images/contentdate.png) repeat center top;
	}
	.contentdate:hover, .contentdate:visited:hover
	{
	background: url(images/contentdate_mo.png) repeat center top; text-decoration: none;
	}
	
#post-ratings {height: 1px; line-height:1px; position: relative; top: -15px;} 

.postmetadata{
	width:100%;
	height:48px;
	margin-bottom:30px;
}

.postmetadata .alignright a{
	color:#9e0b0e;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}

.postmetadata .alignright a:hover{
	text-decoration:none;
}

.postmetadata .alignleft a{
	color:#F8399c;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
}
.footer-bas { width:800px; margin:5px auto; color:#000

; font-weight:bold; }
.footer-bas a { color:#000; }
.postmetadata .alignleft a:hover{
	text-decoration:none;
}
.postmetadata .alignleft a span{
	font-weight:bold;
	color:#9e0b0e;
}

.postmetadata .alignleft{
	padding: 15px 0 0 20px;
	width: 200px;
	text-align: left;
	float: left;
}

.postmetadata .alignright{
	padding: 15px 20px 0 0;
	width: 200px;
	text-align: right;
	float: left;
}


.tmvideo  {
	width:456px;
	margin:0px;
	padding-top:8px;
	height:58px;
}
.tmvideo img {
	float:left;
	margin:-7px 0px 0px 0px;
}
.tmvideo h2 {
	margin:0px;
	padding:4px 0px 0px 97px;
}
.tmvideo h2 a {
	color:#f8399c;
	font-size:11px;
	text-decoration:underline;
}
.tmvideo p { font-size:11px; color:#F8399c; margin:1px 0 0 97px; }
.tmads {
	height:126px;
	padding-top:6px;
	padding-left:96px;
}
.tmads .image1, .tmads .image2 {
	position:absolute;
	margin-left:-96px;
}
.tmads .image1 {
	margin-top:-5px;
}
.tmads .image2 {
	margin-top:61px;
}



#adzijqd {
	top:0px;
	left:0px;
	background:#000;
	z-index:99;
	width:100%;
	height:1500px;
	position:absolute;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
#qidjqipdj {
	top:0px;
	left:0px;
	color:#FFF;
	font-size:15px;
	z-index:100;
	width:100%;
	position:absolute;
	margin-top:10%;
}
#qdiqjd {
	background:url(/images/disclamer.png) no-repeat;
	width:625px;
	height:187px;
	margin:0px auto;
	padding:196px 0px 0px 0px;
}
* html #qdiqjd {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/disclamer.png", sizingMethod="crop");
}
* html #qdiqjd a {
	position:relative;
}
#adsdokz {
	width:380px;
	height:140px;
	overflow:hidden;
	padding-left:200px;
}
*+html #adsdokz {
	padding-left:-93px;
}
* html #adsdokz {
	padding-left:-93px;
}
#adsdokz .discl_img1,
#adsdokz .discl_img2 {
	position:absolute;
	margin-left:-93px;
}
#adsdokz .discl_img2 {
	margin-left:-93px;
	margin-top:60px;
}