@import "reset.css";


/* HTML tags
--------------------------------------*/
body {
	margin: 0 auto;
	font: 11px Verdana, Geneva, sans-serif;
	color: #262626;
}


/* General class rules
--------------------------------------*/
.hide { display: none; }
.clear { clear: both; }

/* Container
--------------------------------------*/
div#leaderboard {
	width: 959px; margin: 0 auto;
/*	height: 90px; text-align: center; padding: 10px; */
	height: auto;
	padding: 0;
	text-align: center;
}
div#shadow {
	width: 959px;
	padding: 0 24px; margin: 0 auto;
	background: url(../images/shadows.gif) repeat-y;
}
div#header, div#content, div#footer {
	padding: 0 29px;
	overflow: hidden;
}

/* Header
--------------------------------------*/
div#header {
	padding-top: 98px;
	position: relative;
}
div#header h1, div#header p.header {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div#top-bar {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	background:url(../images/bg-sub-menu.gif) no-repeat left bottom;
}
div#top-bar ul {
	float: left;
}
div#top-bar ul li {
	float: left;
	font-size: 11px;
	font-weight: bold;
}
/* OLD CODE - NEW MENU
div#top-bar ul li a {
	width: 77px; height: 20px;
	text-align: center; padding-top: 7px;
	display: block;
	overflow: hidden;
	color: #fff;
	background: url(../images/sprites-menu-tabs.gif) no-repeat -77px 0;
}
*/

div#top-bar ul li a {
       display:block;
       overflow:hidden;
       color:#fff;
}

div#top-bar a:hover {
       cursor:pointer;
       overflow:hidden;
}
div#top-bar ul li li a {
       padding-top:7px;
}
div#top-bar span.left, div#top-bar span.right {
       width:4px;
       background:url(../images/sprites-menu-tabs.gif) no-repeat;
}
div#top-bar span {
       height:27px;
       display:block;
       float:left;
       overflow:hidden;
}
div#top-bar a span.right {
       background-position:-150px 0;
}
div#top-bar a:hover span.right, div#top-bar a.selected span.right {
       background-position:-73px 0;
}
div#top-bar a:hover span.left, div#top-bar a.selected span.left {
       background-position:0 0;
}
div#top-bar a span.left {
       background-position:-77px 0;
}
div#top-bar a span.content {
       height:20px;
       padding:7px 10px 0;
       background:url(../images/sprites-menu-bg.gif) repeat-x;
}
div#top-bar a:hover span.content, div#top-bar a.selected span.content {
       background:none;
       background-color:#fff;
}











div#top-bar ul li a:hover, div#top-bar ul li a.selected {
	background-position: 0 0;
	color: #333;
}
div#top-bar ul li ul {
	float: none;
	display: none;
	margin: 0; padding: 0;
	position: absolute;
	width: 860px;
	left: 20px; top: 30px;
	white-space: nowrap;
}
div#top-bar ul li.current_page_item ul {
	display: block;
}
div#top-bar ul li ul li {
	padding: 0 15px 0 0; margin: 0 13px 0 0;
	background: url(../images/sep.gif) no-repeat right 5px;
}
div#top-bar ul li.current_page_item ul li.last {
	background: 0 none;
	padding: 0; margin: 0;
}
div#top-bar ul ul li a {
	width: auto; height: auto;
	background: none; color: #656565;
}
div#top-bar ul ul li a:hover {
	color: #333;
}
div#top-bar fieldset {
	width:203px;
	height:25px;
	padding:5px 0 0 10px;
	float:right;
	background:url(../images/bg-search-tab.gif) no-repeat;
}
div#top-bar input {
	float:left;
	display:block;
	overflow:hidden;
	border:none;
}
div#top-bar input.text {
	width:160px;
	height:15px;
	padding:5px 0 0 10px;
	margin-right:10px;
	font:11px/12px bold italic Arial, Helvetica, sans-serif;
	color:#999999;
	background:url(../images/bg-input-search.gif) no-repeat;
}
div#top-bar input.submit {
	width:15px;
	height:20px;
	cursor:pointer;
	background:url(../images/bg-input-submit.gif) no-repeat;
}
p#breadcrumbs {
	padding: 0 0 0 20px; margin: 0;
	overflow: hidden;
	font-size: 11px;
	line-height: 28px;
}

/* Body
--------------------------------------*/
div#main {
	width: 568px;
	overflow: hidden;
	float: left;
}
table.news {
	width: 568px;
	margin-bottom: 25px;
	border-collapse: collapse;
}
table.news img {
	padding: 5px 0;
}
h1.news, h2.news, h3.news {
	display: block; margin: 0; padding: 0 10px;
	color: #fff;
	text-align: left;
	font: bold 18px/35px Arial, Helvetica, sans-serif;
	background: url(../images/bg-headline.gif) no-repeat;
}
h1.news span, h2.news span, h3.news span {
	float: right;
	display: block; width: 22px; height: 35px;
	background: url(../images/ico-comments.gif) right center no-repeat;
}
h2.news span {
        *margin:-35px 0 0 0; /*would need moved to the ie.css */
        *position:relative; /*would need moved to the ie.css */
        *left:-10px; /*would need moved to the ie.css */
}
h2.news-thisweek {
	background: url(../images/bg-headline-small.gif) no-repeat;
	font: bold 14px/25px Arial, Helvetica, sans-serif;
}
h2.news-thisweek span {
	height: 25px;
        *margin:-25px 0 0 0; /*would need moved to the ie.css */
        *position:relative; /*would need moved to the ie.css */
        *left:-10px; /*would need moved to the ie.css */
}
table.news tr.indented td {
	padding: 0 15px;
	background-color: #fff;
}
table.news tr.indented td div.left {
	float: left;
}
table.news tr.indented td div.right {
	float: right;
}
table.news td {
	background-color: #f6f6f6;
}
table.news td.flag {
	width: 30px;
	padding-left: 15px;
}
table.news td.time {
	width: 43px;
}
table.news td.time a, table.news td.time a:visited {
/*	font-weight: bold;
	color:#666666;*/
	color:##262626;
}
table.news td.time-full {
	width: 113px;
}
table.news td.title {
	white-space: nowrap;
}
table.news td.title a {
	color:#262626;
}
table.news td.count {
	width: 14px;
	text-align: right;
	padding-right: 15px;
	color:#262626;
}
table.news td.count a, table.news td.count a:visited {
	color:#262626;
}
table.news td.ads {
	text-align: center;
}
table.news-thisweek td.time {
	width: 113px;
	color: #666666;
}
table.news td.title a:hover {
	text-decoration:underline;
}
.news .preview {
	display: none;
}



/* Article/Post Entry/Page
--------------------------------------*/
div.article { width: 568px; overflow: hidden; }
div.article div.top {
	height: 19px; padding: 5px 0 0 15px;
	text-transform: uppercase; overflow: hidden;
	background:url(../images/top-page-section.gif) no-repeat;
}
div.article div.bottom {
	height: 4px; overflow: hidden;
	background: url(../images/bottom-page-section.gif) no-repeat;
}
div.article {
	font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}
div#content {
}
div#content div.article div.top p {
	margin-bottom: 20px;
}
div#content div.article div.top p, div#content div.article div.top p a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
div.article div.content {
	padding: 15px;
	overflow: hidden;
	background: url(../images/content-page-section.gif) repeat-y;
}
div.article div.content p.author {
	font-weight: bold; color: #666;
}
div#content div.article h1 {
	margin-bottom: 15px;
	color: #333;
	font: bold 26px/31px Arial, Helvetica, sans-serif;
}
div#content div.article h1 a {
	color: #333;
}
div#content div.article p {
	margin-bottom: 15px;
}
div#content div.article ul, div#content div.article ol {
	margin-left: 1.5em;
	margin-bottom: 15px;
}
div.centered { text-align: center;	 }
div.box-details h3 { color: #fff; }
div#content input, div#content textarea, div#content select {
	padding: 2px; border: 1px inset #666; margin: 0;
}


/* Comments
--------------------------------------*/
ol#comments-list {
	margin-top:-15px;
	color:#333333;
}
ol#comments strong {
	display:block;
	margin:10px 0;
}
ol#comments strong span {
	margin:0 10px;
}
ol#comments li {
	margin:0 -12px;
	padding:0 12px;
	border-top:4px solid #fff;
}

/* Comment form
--------------------------------------*/
form#comment-form { display: block; margin: 0; padding: 0; }
form#comment-form p { font-size: 11px; display: block; margin: 0; padding: 0; }
form#comment-form p label { display: block; }
form#comment-form p.input input {
	display: block; width: 205px; height: 18px;
	padding: 1px 0 0 5px; border: 1px solid #ccc;
}
form#comment-form textarea {
	width: 525px; padding: 5px 0 0 5px; height: 112px;
	border: 1px solid #ccc;
}
form#comment-form button {
	width: 78px; height: 21px;
	cursor: pointer; float: right; border: none;
	background: transparent url(../images/btn-submit-contact.gif)
}
form#comment-form button span { display: none; }




/* Sidebar
--------------------------------------*/

/* new stuff */
div#shadow {
position:relative;
}
div.banners {
width:120px;
position:absolute;
left:-130px;
top:300px;
}
div.banners div {
margin-bottom:400px;
}
ul#side-art {
overflow:hidden;
zoom:1; /* this would need added in the ie.css file*/
}

ul#side-art div.pic {
width:45px;
float:left;
}
ul#side-art div.info {
width:215px;
float:left;
}


div.article div.info {
	width:305px;
	float:left;	
}
div#info div.sociable {
	display:none;
}
div.article div.pic {
	float:right;
	margin-bottom: 15px;
}
div#content div.article div.info h1 {
	margin-bottom:15px;
	color:#333333;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:28px;
}
div#content div.article div.info span {
	margin-bottom:20px;
	display:block;
	color:#999999;
	font-weight:bold;
	font-style:italic;
}
div#content div.article div.info p {
	font-weight:bold;
	line-height:18px;
}


ul#side-art a {
color:#333333;
}
ul#side-art a:hover {
text-decoration:underline;
}
ul#side-art li {
margin-bottom:3px;
padding:0 10px 3px;
border-bottom:1px solid #ced8e3;
overflow:hidden;
zoom:1; /* in the ie.css file*/
}
ul#side-art li.last {
border:none;
margin-bottom:0;
padding-bottom:0;
}
ul#side-art div.comments {
width:20px;
padding-top:5px;
float:left;
}
div.sidebar-box div.top.title h3 {
font-size:11px;
color:#fff;
background:url("../images/ico-comments.gif") no-repeat scroll 96% 0;
}
div.sidebar-box div.top.title {
background:url("../images/sidebar-title.gif") no-repeat scroll 0 0;
height:19px;
padding:5px 0 0 10px;
}
div.align {
position:relative;
left:-10px;
}
div.sidebar-box div.top.results {
background:url("../images/top-results.gif") no-repeat scroll 0 0 transparent;
height:35px;
overflow:hidden;
}
div.sidebar-box div.top.results h3 {
color:#FFFFFF;
float:left;
font-size:12px;
font-weight:bold;
padding:10px 5px 0 10px;
}
div#content div.sidebar-box div.top.results select {
float:left;
margin:8px 0 0 5px;
width:120px;
padding:0;
}

div.sidebar-box div.top {
	background:url("../images/top-sidebar-box.gif") no-repeat scroll 0 0 transparent;
	height: 4px;
	overflow: hidden;
}
div.sidebar-box div.content p {
	padding:5px;
}
div.sidebar-box div.content p a {
	color:#000;
}

div.sidebar-box div.bottom {
height:4px;
overflow:hidden;
background:url("../images/bottom-sidebar-box.gif") no-repeat scroll 0 0 transparent;
}
div.sidebar-box div.content {
background:url("../images/content-sidebar-box.gif") repeat-y scroll 0 0 transparent;
padding:5px 0;
}
/**/
div#sidebar {
	width: 301px;
	float: right;
}
div#sidebar div.box {
	width: 301px;
	overflow: hidden;
	margin-bottom: 25px;
}
div#sidebar div.box div.top, div#sidebar div.box div.bot {
	height: 4px;
	overflow: hidden;
}
div#sidebar div.box div.top {
	background: url(../images/top-sidebar-box.gif) no-repeat;
}
div#sidebar div.box div.bot {
	background: url(../images/bottom-sidebar-box.gif) no-repeat;
}
/*
div.dfrads {
	padding: 0 !important;
}
*/
div#sidebar div.box div.interior {
	padding: 5px 10px;
        overflow:hidden;
        *zoom:1;
	background: url(../images/content-sidebar-box.gif) repeat-y;
}
div#sidebar div.box div.interior ul {
	margin-bottom: -5px;
}
div#sidebar div.box div.interior ul li {
	margin-bottom: 5px;
}
div#sidebar div.box div.interior p {
	padding: 5px;
}
div#sidebar div.box div.interior p a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
div#sidebar div.box h3 {
	height: 19px;
	padding: 5px 0 0 10px;
	background: url(../images/sidebar-title.gif) no-repeat;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
div#sidebar div.box div.top.results {
	height: 35px;
	background: url(../images/top-results.gif) no-repeat;
}
div#sidebar div.box div.top.results h3 {
	padding:10px 5px 0 10px;
	float:left;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
div#sidebar div#login-box {
	text-align: center;
	background: url(../images/bg-login.gif)
}
div#sidebar div#login-box h3 {
	height: auto;
	padding: 0;
	background: 0 none;
	font-size: 16px;
	text-transform: none;
	margin-bottom:10px;
	color:#000;
        zoom:1; /*would need moved to the ie.css*/
}
div#sidebar div#login-box ul {
	display:inline-block;
	*display:inline;
        *zoom:1;
}
div#sidebar div#login-box ul li {
	float:left;
}
div#sidebar div#login-box ul li a {
	width:90px;
	height:21px;
	color:#15a236;
	padding-top: 3px;
	display: block;
	background: url(../images/btn-login.gif) no-repeat;
}
div#sidebar ol.comments {
	display: block; list-style: none; margin: 1em 0 0 0; padding: 0;
}
div#sidebar ol.comments li {
	display: block; padding: 0; margin: 0 0 1em 0;
}
div#sidebar ol.comments div.meta {
	font-weight: bold;
	margin: 0 0 1em 0;
}

div.sidebar-box div.top.results select {
	margin:8px 0 0 5px;
	width:120px;
	float:left;
}
ul#tabs {
	top:-4px;
	position:relative;
	height:25px;
	background:url(../images/bg-tabs.gif) no-repeat;
}
ul#tabs li {
	width:150px;
	padding-top:5px;
	text-align:center;
	float:left;
}
ul#tabs li a {
	color:#fff;
}
ul#tabs li.stand a {
	color:#333333;
}
ul#results {
	top:-3px;
	position:relative;
}
ul#results li.title {
	color:#ffffff;
	font-size:10px;
	background:url(../images/bg-title.gif) repeat-x;
}
ul#results li {
	height:18px;
	padding:4px 0 0 10px;
	background:url(../images/bordered.gif) repeat-x;
}
ul#results li span {
	font-size:12px;
	color:#333333;
	display:block;
	float:left;
}
ul#results li span.time {
	width:40px;
	font-size:11px;
	color:#183c45;
}
ul#results li span.col1 {
	width:100px;
	margin-right:5px;
	text-align:right;
}

ul#links {
	padding-left:10px;
}
ul#links li {
	margin-bottom:10px;
}
ul#links li a {
	font-size:11px;
	color:#333333;
}
div#sidebar div.widget_tag_cloud h3, div#sidebar div.widget_text h3,
div#sidebar div.dfrads h3 {
	display: block; height: 4px; margin: 0; padding: 0; overflow: hidden;
	background: url(../images/top-sidebar-box.gif) no-repeat;
}
div#sidebar div.dfrads h3 { display: none; }
div#sidebar div.widget_tag_cloud h3 span, div#sidebar div.widget_text h3 span,
div#sidebar div.dfrads h3 span {
	display: none;
}
div#sidebar div.dfrads h3 { background: none; }
div#sidebar div.dfrads div.interior { background: none; text-align: center; }
div#sidebar div.dfrads div.bot { display: none; }
ul.blogroll li a { font-weight: bold; color: #333; }


/* Comments
--------------------------------------*/
div#content div.article ol.comments-list {
	display: block; margin: 0; padding: 0;
	list-style: none;
	overflow:hidden;
}
div#content div.article ol.comments-list li {
	display: block; margin: 0 0 1em 0; padding: 0;
	border-bottom: 3px solid #fff;
}
div#content div.article div.comment-author {
	font-weight: bold;
	margin: 0 0 1em 0;
}




/* Footer
--------------------------------------*/

div#footer {
	border-top:1px solid #62acf0;
	background:#e6ebf1 url(../images/bg-title.gif) repeat-x 0 1px;
}
div#footer div.box {
	width:280px;
	float:left;
}
div#footer div.box ul li {
	padding-bottom:10px;
}
div#footer div.box h3 {
	display: block;
	padding: 0;
	font-size:11px; line-height: 23px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
}
div#footer div.box ul li a {
	color:#333333;
}
div#footer h3 {
	padding-bottom: 15px;
}
div#footer div.box-categories {
	width: 150px;
	margin-right: 60px;
}
div#footer div.box ul {
	margin-top: 10px;
}
div#footer div.box p {
	margin: 1em 0;
}
div#footer div.box-categories {
	margin-left: 40px;
       _margin-left:20px;
}
div#footer div.box-categories ul li  {
}
div#footer div.box-categories ul li a {
	padding-left:10px;
	display:block;
	background:url(../images/sep-footer.gif) no-repeat 0 2px;
}
div#footer div.box-popular-articles {
	width: 300px;
	margin-right:60px;
}
div#footer div.box-popular-articles h3 span {
	display: block; float: right; width: 23px; height: 23px;
	background:url(../images/ico-comments.gif) right center no-repeat;
        *margin-top:-23px;
}
div#footer table.news-popular { width: 100%; }
div#footer table.news-popular td { vertical-align: top; padding-top: 10px; }
div#footer table.news-popular td a {
	color: #333;
}
div#footer table.news-popular td.flag {
	width: 30px;
}
div#footer table.news-popular td.time {
	width: 43px; padding-right: 10px;
	color:#666666; font-weight: bold;
}
div#footer table.news-popular td.time-full {
	width: 113px;
}


div#footer div.final {
	clear: both;
	border-top: 1px solid #62acf0;
	background: #fff none;
	height: 45px;
	margin: 0 -29px;
}
div#footer div.final p {
	font: 10px/46px Verdana,sans-serif; text-align: center;
	margin: 0; padding: 0;
	color: #000;
}
div#footer div.final p a {
	color: #000;
}

div#skyscraper {
	width: 100px;
	position: absolute;
}
div#skyscraper div.container {
	border: 1px solid;
	height: 600px;
}
