/*
Title: Special Reports Site Template Zero
Author: Dino L.
Date of Creation: May 5, 2007
Modified:11-20-2008 Justin Calingasan
*/

*{margin:0;padding:0;}

body{
	font-family: Verdana, tahoma, Arial, sans-serif;
	font-size:12px;
	background: #000;
	color: #333;
	text-align:center;
	behavior:url("template/template1/css/csshover.htc");
}
img{border:0;}
a{
	color:#900;
	background-color: inherit;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:active{
	color:#111;
	background-color: inherit;
}

a:visited{
	/* color:#666;
	background-color: inherit; */
}
p{
	line-height:130%;
}
h1, h2, h3{
	font-weight: normal;
}

select{
	clear: both;
	margin: 10px;
	width: 93%;
	font-size:11px;
	color:#ccc;
	background-color: #555;
	border:1px solid #777;
}
option{
	padding:2px;
}

/*classes*/
.clearfix{
	clear: both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.replace{
	display: none;
}
.wrapper{
	width:760px;
	margin:0 auto;
	padding:0;
}

/*site layout*/
#container{
	width: 760px;
	margin:10px auto 0;
	color: #fff;
	text-align:left;
	border:5px solid #fff;
	background:#000;
}

#header{
	clear: both;
	margin:0 5px 0 5px;
	padding-top:5px;
	height:100px;
	background: #000 url(../images/mast.jpg) bottom left no-repeat;
	color: #000;
}
#main{
	clear: both;
	color: inherit;
}
#giveusthisday{
	padding-top:5px;
}
#content{
	float: left;
	width:450px;
	margin-left:5px;
	display: inline;
}

#sidebar{
	float: left;
	width:300px;
	margin-left:0;
	display: inline;
	background-color: #000;
	color:#eee;
}
#footer{
	padding: 10px;
}

a.back2top{
padding:0;
color:#fff;
}		
a.back2top:hover{
	
}
#containerbottom{
	height:20px;
	padding:3px;
	background-color: #600;
	font-size:11px;
	text-align: center;
}

/*Global Nav Bar*/
h1#inqlogo{
	float:left;
	width:160px;
	height:40px;
	display: inline;
}
h1#inqlogo a{
	text-indent:-9999px;
	display: block;
	background: #06c url(../images/inquirerlogo_blue.png) bottom left no-repeat;
	color:#fff;
	height:100%;
	width:100%;
}
h1#inqlogo a:hover{
	background: #06c url(../images/inquirerlogo_blue.png) top left no-repeat;
	color:#fff;
}
#globalnavbar{
	clear: both;
	height:40px;
	width:100%;
	background: #06c url(../images/globalnavbar_bg.png) top left repeat-x;
	color:#ddd;
	font-family: Tahoma, serif;
	font-size:9px;
}

#globalnavbar ul{
	float: right;
	padding-top:15px;
	width:665px;
	display: inline;
}
#globalnavbar ul li{
	float: left;
	display: inline;
}

#globalnavbar ul li a{
	text-transform: uppercase;
	font-size:10px;
	padding-left:5px;
	padding-right:5px;
	border-right: 1px solid #8bb0db;
	color: #8bb0db;
	background-color: inherit;
}
#globalnavbar ul li a:hover{
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
#globalnavbar ul li.last a{
	border:0;
}

/*ADS*/
#leaderboard_ad{
	clear: both;
	margin:10px auto;
	text-align: center;

	width:750px;
	height:90px;
}

#billboardad{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	padding:10px 0 10px 0;
	text-align: center;
	width:300px;
	height:250px;
}

/*siteNavigation*/



ul#siteNav{
	clear: both; 
	margin:0 5px 0 5px;
	height:30px;
	font-size:12px;
   	list-style:none;
	color:#555;
	background: url(../images/nav.gif) top repeat-x;
	/* border-left:1px solid #222;
	border-right:1px solid #222; */
}
ul#siteNav a{
	float: left;
	display: block;
	padding:8px 10px 5px 0;
	color:#fff;
	/* text-transform:uppercase; */
}

ul#siteNav li {
   float:left;
   background:url(../images/navtab.png) no-repeat 0 -24px;
   margin-left:5px;
   padding-left:8px;
   display: inline;
}
ul#siteNav li.active{
   background:url(../images/navtab.png) no-repeat 0 0;
   padding-left:8px;
}
ul#siteNav li.active a {
	color:#06c;
}


/*posts, content, archives etc*/

.post, .postview{
	clear: both;
	border-bottom:1px solid #333;
	color:#ccc;
}

.post h2, .postview h2{
	font-family: Tahoma, Verdana, sans-serif;
	font-size:22px;
	line-height:120%;
	color:#fcd116;
	background-color: transparent;
	padding: 10px;
}
.post h2 a{
	color: #fcd116;
	background-color: inherit;
}
.post h2 a:hover{
	color: #660;
	text-decoration: none;
	background-color: inherit;
}
.post p, .postview p{
	padding: 10px;
}
.postbottom{
	clear: both;
	height:10px;
}

.timestamp{
	font-size:10px;
	color: #666;
	background: url(../images/calendar.png) left no-repeat;
	padding:3px 0 3px 20px;
	margin:0 10px 0 10px;
}
a.jumpto{
	text-transform:uppercase;
	font-weight: bold;
	font-size:10px;
	margin:0 10px 0 10px;
}

.author{
	font-size:10px;
	color: #fff;
	background-color: transparent;
	padding:5px 10px 0 10px;
}
.source{
	font-size:10px;
	color: #999;
	background-color: transparent;
	padding:2px 10px 0 10px;
}
.pageoptions{
	float: right;
	padding:10px 0 0;
	display: inline;
}
.pageoptions a{
	font-size:10px;
}

.pagination{
	clear: both;
	padding:10px 0 10px 10px;
	color:#222;
}
.pagination a{
	padding:2px 5px 2px 5px;
	border:1px solid #aaa;
	background-color: #ddd;
	color:#777;
}
.archive ul{
	margin:10px 5px 10px 20px;
	list-style: none;
}
.archive ul li{
	color: #06c;
	background-color: iherit;
	padding:3px;
}

h3.pageTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
	color: #fff;
	padding:5px;
}

/*feedback form*/
#feedbackform{
	clear: both;
	padding:10px;
}
#feedbackform p{
	padding:10px 0;
}
span.warning{
	color: #ff0;
	background-color: #222;
	padding: 5px;	
}
.status{
	font-size:15px;
	clear: both;
	color: #c00;
	background-color: inherit;
}
#feedbackform label{
	float: left;
	height:30px;
	width:120px;
}
#feedbackform input{
	width: 140px;
}
#feedbackform input.ph1{
	width:60px;
	margin-right:10px;
	margin-bottom:10px;
}
#feedbackform input.longinput{
	width:300px;
}
#feedbackform textarea{
	width:420px;
}
#feedbackform input.button{
	margin-top:10px;
}
.numbreak{
	float: left;
	display: inline;
	margin-right:10x;
}


/*sidebar*/
#sidebar h3{
	padding:5px 5px 0 5px;
	color: #ddd;
	background-color:transparent;
	font-size:11px;
	text-transform: uppercase;
}

.sbox{
	background:#111;
	color: #eee;
}
#tale{
	margin:0 10px 10px 10px;
	padding:10px;
	background:#000 url(../images/tale_bg.png) top left no-repeat;
	color: #eee;
}
#tale h4{
	font-size:15px;
	font-weight:normal;
	color:#ddd;
	padding:5px;
	text-transform: uppercase;
}
#tale img{
	margin-right:5px;
}
#tale table{
	clear: both;
	margin-top:5px;
	border-top:1px solid #222;
	border-right:1px solid #222;
	font-size:11px;
}
#tale table td{
	padding:3px;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
}
#tale table th{
	color:#f90;
	/* font-weight:normal; */
	text-align: center;
	padding:3px;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
}
#tale table td.leftstat{
	text-align:right;
}
#tale table td.rightstat{
	text-align:left;
}
span.vs{
	font-size:15px;
	padding-top:20px;
	font-weight:normal;
	color: #555;
}
img.mug{
	border:2px solid #ddd;
}
/*footer*/
#footer small{
	padding: 10px;
}


/*for AdBrite styling*/
#adbrite{
	padding:10px;
}
#adbrite a{
	color: #ddd;
	background-color: transparent;
}
.adHeadline{
	color: #ff7f00;
	background-color: inherit;
	font-size:11px;
	text-decoration: underline;
}
.adText{
	color: #aaa;
	background-color: inherit;
	font-size:10px;
}
.buttonad{
	float: left;
	padding:5px 0px 5px 20px;
	width:120px;
	height:60px;
	display: inline;
}
a.sponsortext{
	display: block;
	font-size:10px;
	margin:10px;
	padding:5px;
	color:#900; 
	background-color: #ddd;
	text-align: center;
}

#cover{
	width:300px;
	height:20px;
	background-color: #eee;
	position: relative;
	top:490px;
	left:130px;
}

.vid{
	margin:5px;
	border:1px solid #444;
	background: #111 url(../images/vid_bg.png) top left repeat-x;
	padding:5px;
	height:72px
}
.vid:hover{
	background: #0043a9 url(../images/vid_bghover.png) top left repeat-x;
	border:1px solid #0cf;
}

.vid img{
	float: left;
	margin-right:10px;
	border:1px solid #222;
}
.vid:hover img{
	border:1px solid #06c;
}
.vid img:hover{
	border:1px solid #eee;
}
.vid a{
	color: #bbb;
	background-color:transparent;
	font-size:14px;
	font-weight: bold;
}
.vid:hover a{
	color: #fff;
	background-color:transparent;
	font-size:14px;
	font-weight: bold;
}

#videostage{
	padding:10px;
}
#vidinfo{
	padding:10px;
}
#vidinfo h4{
	padding:5px 0 5px 0;
	font-size:15px;
}
ul#videothumbs{
	padding:10px;
}
ul#videothumbs li{
	display: block;
	border:1px solid #aaa;
	height:82px;
	margin-bottom:5px;
	clear: both;
}
ul#videothumbs li:hover{
	background-color: #06c;
}
ul#videothumbs li:hover a{
	color: #fff;
}
ul#videothumbs li img{
	float: left;
	margin:5px;
	border: 1px solid #aaa;
	width:100px;
	height:70px;
}
ul#videothumbs li img:hover{
	border: 1px solid #fff;
}
ul#videothumbs li h5{
	margin:10px;
	font-size:12px;
}
ul#videothumbs li h5 a{
	color: #666;
}
h4#smalltitle{
	margin:10px 0 0 10px;
	font-size:11px;
	text-transform: uppercase;
	
}
.sbox b{
	font-size:10px;
}
a.googlelinkgoob{
	color:#fff;
}
.googlefontsmall{
	color:#999;
	font-size:9px;
	cursor:pointer;
}
.googlefontsmall span{
	font-size:8px;
	color:#f00 !important;
}
#footerad{
	width:728px;
	height:90px;
	margin:0 auto;
}
#photos img{
	padding:20px 10px;
}