/*
Title: Special Reports Site Template Zero
Author: Dino L.
Date of Creation: May 5, 2007
*/

*{margin:0;padding:0;}

body{
	font-family: Verdana, tahoma, Arial, sans-serif;
	font-size:12px;
	background: #ddd;
	color: #333;
	behavior:url("template/template1/css/csshover.htc");
}

a{
	color:#02468e;
	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 0;
	width: 100%;
	font-size:11px;
	color:#666;
	background-color: #fff;
	border:1px solid #333;
}
option{
	padding:2px;
}

/*classes*/
.clearfix{
	clear: both;
	height:10px;
	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;
	padding-top:15px;
	background: #fff url(../images/containertop.png) top left no-repeat;
	color: #777;
}

#header{
	clear: both;
	margin:10px 15px 0 15px;
	height:130px;
	background: #fff url(../images/header.jpg) top left no-repeat;
	color: #000;
}
#main{
	clear: both;
	background-color:#fff;
	color: inherit;
}

#content{
	float: left;
	width:540px;
	margin-left:15px;
	display: inline;
}

#sidebar{
	float: left;
	width:180px;
	margin-left:10px;
	display: inline;
}
#footer{
	padding: 10px;
}

a.back2top{
padding:0;
}		
a.back2top:hover{
	
}
#containerbottom{
	height:25px;
	text-align: center;
	background: url(../images/containerbottom.png) bottom left no-repeat;
	color: #ddd;
}

/*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:615px;
	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;
}

/*leaderboard*/
#leaderboard{
	clear: both;
	margin:0 auto;
	text-align: center;
	background: #000;
	color: #fff;
	width:730px;
	height:90px;
}

/*siteNavigation*/



ul#siteNav{
	clear: both; 
	margin:10px 15px 0 15px;
	height:25px;
	font-size:12px;
   	list-style:none;
	color:#555;
	background: url(../images/navtab.png) bottom repeat-x;
}
ul#siteNav a{
	float: left;
	display: block;
	padding:6px 10px 5px 0;
	color:#555;
	background: url(../images/navtab.png) no-repeat 100% -24px;
}

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 {
    background:url(../images/navtab.png) no-repeat 100% 0px;
	padding:6px 10px 5px 0;
	color:#06c;
}


/*posts, content, archives etc*/

.post, .postview{
	clear: both;
	/* padding: 10px; */
	background: #eee url(../images/postbg.png) top left no-repeat;
	color:#222;
	margin-bottom:10px;
}

.post h2, .postview h2{
	font-family: Georgia, Times New Roman, sans-serif;
	font-size:25px;
	line-height:120%;
	color:#06c;
	background: inherit;
	padding: 10px;
}
.post p, .postview p{
	padding: 10px;
}
.postbottom{
	clear: both;
	height:15px;
	font-size:1px;
	line-height:1px;
	background: #eee url(../images/postbottombg.png) bottom left no-repeat;
	color:#777;
}

.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;
}
.post:hover{
	background: #39f url(../images/postbghover.png) top left no-repeat;
	color:#fff;
}
.post:hover .postbottom{
	background: #39f url(../images/postbottombghover.png) bottom left no-repeat;
	color:#fff;
}
.post:hover h2 a{
	color:#fff;
}
.post:hover .timestamp{
	color: #fff;
}
.author{
	font-size:10px;
	color: #06c;
	background-color: transparent;
	padding:5px 10px 0 10px;
}
.source{
	font-size:10px;
	color: #06c;
	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 5px;
}
.pagination a{
	padding:2px 5px 2px 5px;
	border:1px solid #ddd;
}
.archive ul{
	margin:10px 5px 10px 20px;
	list-style: none;
}
.archive ul li{
	color: #999;
	background-color: iherit;
	padding:3px;
}

/*feedback form*/
#feedbackform{
	clear: both;
	padding:10px;
}
#feedbackform p{
	padding:10px 0;
}
span.warning{
	color: #c00;
	background-color: #ffe;
	padding: 5px;	
}
.status{
	font-size:15px;
	clear: both;
	color: #c00;
	background-color: inherit;
}
#feedbackform label{
	float: left;
	width:150px;
}
#feedbackform input{
	width: 160px;
}
#feedbackform input.ph1{
	width:80px;
	margin-right:10px;
}
#feedbackform input.longinput{
	width:350px;
}
#feedbackform textarea{
	width:350px;
}
.numbreak{
	float: left;
	display: inline;
	margin-right:10x;
}


/*sidebar*/
h3.pageTitle{
	float:left;
	text-transform: uppercase;
	padding:10px 0 10px 0;
	
	font-size:11px;
	color:#666;
	background-color: inherit;
	display: inline;
}


/*footer*/
#footer small{
	padding: 10px;
}


/*for AdBrite styling*/
.adHeadline{
}
.adText{
	color: #999;
	background-color: inherit;
	font-size:10px;
}
