/*  
Theme Name: Sbtoggi
Theme URI: http://sbtoggi.it/
Description: Minimalistic theme for Sbtoggi.it. Powered by AJAX
Version: 1.0
Author: Berardo Mate' for Webgrapes
Author URI: http://webgrapes.it/
*/


/*-----------------------------------------------------------------------------------------------
  1. Global
-----------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0; font-size: 100%;}

body {
	background: #fff;
	/*font: small/16px "Trebuchet MS","Lucida Grande", Arial, sans-serif;*/
	font: small/16px Arial, Helvetica, sans-serif;
	color: #454545;
	text-align: left;
}

a {
	color: #454545;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

img, fieldset {
	border-style: none;
}

ul, li {
	list-style: none;
}

input, textarea {
	font: 10px Monaco, Tahoma, Verdana, sans-serif;
	color: #444;
}

.clear { 
	clear: both; 
	overflow: hidden; 
	height: 1px; 
	margin: 0; 
	padding: 0; 
	max-height: 0;
}	

.adv {
	background: url(images/bg_adv.gif) no-repeat;
	padding-top: 12px;
}


/*-----------------------------------------------------------------------------------------------
  2. Layout
-----------------------------------------------------------------------------------------------*/

#header {
	background: url(images/bg_top.jpg) repeat-x top left;
	height: 275px;
	margin-bottom: 10px;
}

.wrap {
	width: 960px;
	margin: 0 auto;
	/*position: relative;*/
}

#primarycontent {
	background-color: #fff;
	height: auto;
}

#mediacenter {
	background: #fff url(images/bg_media.gif) repeat-x 0 21px;
	margin-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#content {
	background: #fff url(images/bg_content.gif) repeat-x bottom left;
	padding: 20px 0 30px;
	clear: both;
}

#sidebar {
	float: right;
}

#footer {
	background: #333 url(images/bg_footer.jpg) repeat-x top left;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

/*-----------------------------------------------------------------------------------------------
  3. Header
-----------------------------------------------------------------------------------------------*/

#top {
	position: relative;
	padding: 5px 0;
	height: 92px;
}

#leaderboard {
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 10px;
	background: url(images/bg_adv2.gif) no-repeat;
	padding-left: 12px;
}

#loginbox {
	width: 180px;
	margin-left: 760px;
	padding-top: 10px;
}

#loginbox #submit { float: right; }

#loginbox #pwd { width: 120px; }
#loginbox #log { width: 180px; }
#loginbox p { margin-bottom: 3px; _margin-bottom: 1px; font-size: 10px; }

.remember { color: #999; font-size: 9px; clear: left; padding-bottom: 5px; }

#loginbox a:link, #loginbox a:visited {
	color: #666;
	text-decoration: underline;
	}
	
/*-----------------------------------------------------------------------------------------------
  3.1 Logo
-----------------------------------------------------------------------------------------------*/
#logo {
	position: relative;
	height: 116px;
	}

#logo h1 a { 	
	height: 75px;
	width: 495px;
	position: absolute;
	left: 10px;
	top: 22px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background: transparent url(images/logo.gif);
	overflow: hidden;
	margin: 0;
}

#logo h2 { display: none }

#mag {
	position: absolute; 
	left: 680px;
	top: 12px;
	font: bold 10px Verdana, sans-serif;
	color: #f5f5f5;
	width: 240px;
	}
	
#mag ul li {
	margin: 0;
	padding-top: 10px;
	color: #ECBABB;
}

#mag ul li a {
	margin: 0;
	padding: 0;
	color: #ECBABB;
	font-weight: normal;
	border-bottom: 1px solid #DF898B;
}

#mag ul li a:hover {
	border: none;
	color: #fff;
}
	
#mag .pic {
	float: right; 
	padding: 2px;
	height: 92px;
	margin: 0 10px 0 0;
	border: 1px solid #DF898B;
	}


/*-----------------------------------------------------------------------------------------------
  3.2 Navigation
-----------------------------------------------------------------------------------------------*/

#nav {
	height: 25px;
	line-height: 25px;
	padding-left: 11px;
	z-index: 10;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#nav li.main {
	text-align: center;
}

ul#mainmenu, ul.submenu {
	list-style-type: none;
}

ul.submenu {
	background: #fff;
	opacity: .96;
	border: 1px solid #E0E0E0;
	border-top: 0;
	display: none;
	left: 0;
	margin-left: -1px;
	padding: 0;
	position: absolute;
	width: 110px;
	text-align: left;
	line-height: 18px;
	z-index: 2;
}

li.main, li.current {
	float: left;
	font-size: 11px;
	margin: 0;
	position: relative;
	width: auto !important;
}

li.current span {
	background: url(images/bg_navcur.jpg) repeat-x bottom right;
	color: #fff;
	cursor: default;
	display: block;
	font-weight: bold;
	padding: 0 8px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #920B0E;
}

a.mainlink:link, a.mainlink:visited {
	text-transform: uppercase;
	color: #ededed;
	display: block;
	padding: 0 8px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #920B0E;
}

a.mainlink:hover, a.mainlink:active, a.mainlink:focus {
	background: #D52623 url(images/bg_navover.jpg)  repeat-x top right;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a.sublink:link, a.sublink:visited {
	color: #3C3C3C;
	display: block;
	width: 105px;
	padding: 0 0 0 5px;
	height: 18px;
}

a.sublink:hover, a.sublink:active, a.sublink:focus {
	background: #525252;
	text-decoration: none;
	color: #fff;
}

#mainmenu li:hover a.mainlink, #mainmenu li.over a.mainlink {
	background: #D52623 url(images/bg_navover.jpg)  repeat-x top right;
	color: #fff;
	text-shadow: none;
}

#subnav a:link, #subnav a:visited {
	border: 0;
	color: #656565;
	display: block;
	float: left;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

#subnav a:hover, #subnav a:active, #subnav a:focus {
	background: transparent url(images/bg_subnavover.gif) top left repeat-x;
	color: #212121;
	text-decoration: none;
}

#subnav {
	clear: both;
	margin-top: 1px;
	padding-left: 10px;
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
}

#mainmenu li.main:hover ul.submenu, #mainmenu li.over ul.submenu {
	display: block;
}

/*-----------------------------------------------------------------------------------------------
  4. Content
-----------------------------------------------------------------------------------------------*/

.leftcol {
	padding: 0;
	float: left;
	width: 650px;
}

.col1 {
	float: left;
}

.col2, .rightcol {
	float: right;
}

.post h2 {
	font: 15px/16px Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin: 0 0 2px 0;
}

.post img, .topstory img, .postpic img, .galpic img {
	float: left;
	margin: 3px 8px 2px 0;
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.post img:hover, .topstory img:hover, .postpic img:hover, .galpic img:hover {
	border: 1px solid #a9a9a9;
}

.post .extras, .audio .player, #single .postmeta {
	clear: both;
	margin: 5px 0 15px 0;
	padding: 5px 0;
	font: normal 11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #a7a7a7;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: transparent;
	position: relative;
}

.post .extras .rating, .postmeta div {
	position: absolute;
	right: 0;
	top: 5px;
	width: 90px;
}

.post .extras .rating span {
	float: left;
    margin-right: 4px;
}

.unit-rating { 
	list-style:none;
	text-decoration: none;
	top:0;
	_top:2px;
	left:0;
	float:left;
	margin:0;
	padding:0;
	width: 70px;
	height: 12px;
	line-height: 12px;
	position: relative;	
	background: url(images/star_rating.gif) top left repeat-x;	
}

.unit-rating li { 
	text-indent: -90000px;
	padding:0px;
	margin:0 0 0 0;
	text-decoration: none;
	/*\*/
	float: left;
	/* */
 }
.unit-rating li a { 
	border: 0;
	display:block;
	left: 0px;
	top: 0px;
	width: 14px;
	height: 12px;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	text-decoration: none;
	border: 0;
 }
.unit-rating li a:hover { 
	border: 0;
	background: url(images/star_rating.gif) left center;
	z-index: 2;
	left:0;
	top:0;
 }
.unit-rating a.r1-unit { left: 0px; border: 0; }
.unit-rating a.r1-unit:hover { width: 14px; }
.unit-rating a.r2-unit { left: 14px; border: 0; }
.unit-rating a.r2-unit:hover { width: 28px; }
.unit-rating a.r3-unit { left: 28px; border: 0; }
.unit-rating a.r3-unit:hover { width: 42px; }
.unit-rating a.r4-unit { left: 42px; border: 0; }	
.unit-rating a.r4-unit:hover { width: 56px; }
.unit-rating a.r5-unit { left: 56px; border: 0; }
.unit-rating a.r5-unit:hover { width: 70px; }
.unit-rating li.current-rating {
    background: url(images/star_rating.gif) left bottom;
    position: absolute;
	left: 0px;
    top: 0px;
    height: 12px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
	text-decoration: none;
    border-bottom: solid 1px #fff;
}

.cat {
	font: 10px/11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #888;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	line-height: 10px;
	display: block;
	clear: both;
	padding: 3px 0 2px 2px;
}

.meta a {
	color: #a7a7a7;
}

.cat a:hover, .meta a:hover {
	color: #1a1a1a;
	text-decoration: none;
}

.comments a {
	padding: 0 10px 0 14px;
	background: url(images/comment.gif) 0 0 no-repeat;
	_background-position: 0 3px;
}

.print a {
	padding: 0 5px 3px 18px;
	background: url(images/ico_print.gif) 0 0 no-repeat;
	_background-position: 0 3px;
}

.emailit a {
	padding: 0 5px 3px 18px;
	background: url(images/ico_send.gif) 0 0 no-repeat;
	_background-position: 0 3px;
}

/*-----------------------------------------------------------------------------------------------
  4.1 Primary (home page)
-----------------------------------------------------------------------------------------------*/

#primarycontent .col1 {
	width: 295px;
}

#primarycontent .col2 {
	width: 345px;
}

#primarycontent .rightcol, #mediacenter .rightcol {
	padding: 0;
	width: 300px;
}

.topstory {
	padding: 0 5px;
	position: relative;
}

.topstory h2 {
	font: 22px/21px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px 0;
	text-align: left;
}

#primarycontent .topstory img {
	margin: 2px 8px 6px 0 !important;
}

.blog {
	background: #FBF8E5;
	border-top: 1px solid #EEECE2;
	margin-top: 35px;
	padding: 0 5px 10px;
}

#controls { position:absolute;  margin: 0; }
#controls div { float: left; height: 16px; margin-right: 3px;  }
#primarycontent .topstory #controls div img { cursor: pointer; margin: 0; border: 0; margin: 0 !important; padding: 0 !important; }
#controls #pausebtn { background: url(images/btn_play.gif) no-repeat 0 0;float: left; height: 16px; }


/*-----------------------------------------------------------------------------------------------
  4.2 Media center (home page)
-----------------------------------------------------------------------------------------------*/

#mediacenter .col1 {
	width: 336px;
}

#mediacenter .col2 {
	width: 300px;
	padding-top: 40px;
}

#mediacenter h2 {
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 2px 0;
	clear: both;
}

#mediacenter h3, #ticker h3, #classads h3, #comments h3 {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	height: 21px;
	margin: 0 0 15px 5px;
}

#mediacenter .col1 h3 {
	background-image: url(images/h3_mc.gif);
}

#mediacenter .rightcol h3 {
	background-image: url(images/h3_so.gif);
}

.topvideo div {
	width: 320px;
	height: 268px;
	padding: 12px 12px 0;
	background: url(images/vframe.gif) no-repeat top left;
	margin-bottom: 10px;
}

.video {
	margin: 0 0 12px 0;
	clear: both;
}

.video img {
	float: left;
	margin: 3px 6px 2px 0;
	padding: 6px;
	background: url(images/vframe_small.png) no-repeat top left;
}

#democracy fieldset, #democracy ul#voteresults {
	list-style: none;
	margin-left: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
}

#democracy li {
	margin-bottom: 10px;
	color: #808080;
}

#democracy label, #democracy ul#voteresults li {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	padding-left: 5px;
}

.democracy-choice {
	display: block;
	background: #c00;
	height: 3px;
	border-bottom: 2px solid #d30000;
	font-size: 1px;
}

.dem-choice-border {
	margin: 0;
	display: block;
	background: #fff;
	height: 5px;
	width: 100px;
	border: 1px solid #ccc;
}

#mediacenter .rightcol h4 {
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	color: #343434;
	margin: 0 0 10px 3px;
}

.buttons {
	margin: 10px 15px;
	text-align: right;
}

.button {
	border: 0 !important;
	height: 26px !important;
	margin-right: 5px;
	vertical-align: middle;
}

/*-----------------------------------------------------------------------------------------------
  4.3 Content (home page)
-----------------------------------------------------------------------------------------------*/

#home #content .leftcol {
	width: 530px;
	padding-left: 170px;
	position: relative;
}

#home #content .col1 {
	width: 290px;
}

#content .col2 {
	width: 230px;
	background: url(images/bg_col2.gif) repeat-y top left;
}

#colbott {
	height: 35px;
	background: url(images/bg_col2b.gif) no-repeat bottom left;
}

#content .col2 dl {
	font: bold 11px/9px Arial, Helvetica, sans-serif;
}

#content .col2 dt {
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	background: url(images/bg_dt.gif) no-repeat top left;
}

#content .col2 dd {
	line-height: 13px;
	margin: 0 0 10px 10px;
	padding: 0 0 0 15px;
	background: url(images/bul_dd.gif) no-repeat 0 2px;
}

#content .col2 dd span, #footer .col1 li span {
	display: block;
	font: 10px/11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #999;
	height: 10px;
}

#widesky {
	width: 160px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}


/*-----------------------------------------------------------------------------------------------
  4.4 Content (single)
-----------------------------------------------------------------------------------------------*/

#single #content .col2 {
	width: 270px;
	background: #fff;
	margin: 0 0 30px 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#postnav ul {
	padding: 0 0 20px;
	margin: 0 0 25px;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}


#postnav ul li.maincat { 
	position: absolute; 
	right: 0;
	top: 3px;
	font-size: 11px;
	text-transform: uppercase !important;
	letter-spacing: 2px;
}

#postnav ul li.maincat a { 
	background: url(images/mark_back.gif) no-repeat 0 0;
	padding: 0 3px 0 15px;
	color: #888;
}

#postnav ul li.maincat a:hover { 
	color: #242424;
	text-decoration: none;
}

#postnav ul li.childcat { 
	position: absolute; 
	left: 0; 
	font-size: 16px; 
	font-weight: bold; 
	color: #6a6a6a
}


.postmeta div {
	width: 400px;
	text-align: right;
}

#single #content  h2 {
	font: bold 28px/32px Arial, Helvetica;
	letter-spacing: -2px;
	padding: 0 0 10px 0;
}

#single .thepost p {
	margin: 0;
	padding: 0 0 8px 0;
	line-height: 18px;
}

#single .thepost a {
	color: #BE0101;
}

#single blockquote {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #686868;
	padding: 0 0 10px 0;
	text-align: justify;
}

#single .col2 small {
	font: bold 10px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	line-height: 12px;
	display: block;
	color: #6a6a6a;
	margin: 0 0 25px 0;
}

#related, #tagbox {
	margin: 20px 0 10px;
}

#related ul, #tagbox ul {
	padding-top: 10px
}

#related li {
	font: bold 11px/9px Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0 0 10px;
	padding: 0 0 5px 15px;
	background: url(images/bul_dd.gif) no-repeat 0 0;
}

#tagbox li {
	font: bold 11px/9px Arial, Helvetica, sans-serif;
	line-height: 13px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #eee;
}

#tagbox li a {
	color: #BE0101;
	display: block;
	padding: 5px 0;
	background: #fff url(images/bul_tag.gif) no-repeat 0 7px;
	padding-left: 15px
}

#tagbox li a:hover {
	background: #fbfde0 url(images/bul_tag.gif) no-repeat 2px 7px;
}

#single #content .postmetadata {
	background-color: #f6f6f6;
	border: 1px solid #e4e4e4;
	clear: right;
	font-size: 10px;
	color: #696969;
	padding: 10px;
	display: block;
	font-weight: bold;
	margin: 20px 0 0;
}

.bookmark {
	float: right;
	}
	
a.delicious { background:url(images/ico_delicious.gif) no-repeat 0 50%; padding: 2px 0 2px 15px; }
a.segnalo { background:url(images/ico_segnalo.gif) no-repeat 0 50%; padding: 2px 0 2px 15px; }
.error { color: #d30000; margin: 15px 0; line-height: 16px; }
.datetime { display: none}


/*-----------------------------------------------------------------------------------------------
  4.5 Comments (single)
-----------------------------------------------------------------------------------------------*/

#single #comments {
	background: #fff url(images/bg_comments.gif) repeat-x 0 21px;
	margin-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#comments a {
	color: #333;
	text-decoration: underline;
}

#comments a:hover {
	color: #2a2a2a;
	background: #f6f6f6;
	text-decoration: none;
}

#single #comments .rightcol {
	padding: 0;
	width: 418px;
}

#single #comments .rightcol p {
	padding: 0 10px;
	font-size: 11px;
}

#single #comments .col1, #single #comments .leftcol {
	width: 502px;
}

#single #comments .col1 h3 {
	background-image: url(images/h3_co.gif);
}

#single #comments .rightcol h3 {
	background-image: url(images/h3_cn.gif);
}

.comment {
	background: url(images/bg_com_top.gif) no-repeat top left;
	padding-top: 10px;
	margin-top: 30px;
}

.comment div	{
	margin: 0;
	padding: 0 0 30px;
	background: url(images/bg_com_bot.gif) no-repeat bottom left;
	color: #797979;
	line-height: 150%;
}

.comment div p	{
	position: relative;
	padding: 0 10px;
}

.commentinfo {
	margin-left: 29px;
	font: normal 12px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

.commentinfo img {
	border: 1px solid #ddd;
	padding: 1px;
	vertical-align: middle;
	margin-right: 10px;
}

.notes {
	font-size: 10px;
	line-height: 11px;
	margin-bottom: 10px;
	color: #777;
	display: block;
}

#comment {
	border: 1px solid #ddd;
	margin: 10px 0;
	width: 380px;
}

#single input.txt {
	float: none;
} 

#sendform p {
	margin: 3px 0 10px;
} 
	
#sendform label { 
	font: bold 11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}


/*-----------------------------------------------------------------------------------------------
  4.5 Content (category+archive+search)
-----------------------------------------------------------------------------------------------*/

#category #content .leftcol {
	width: 650px;
	position: relative;
}

#category #content .featured .col1, #category #content .featured .col2 {
	width: 315px;
	background: none;
}


#category #content .col1, #archive #content .col1 {
	width: 400px;
}

#resultslist, #archive .post, #tag .post {margin: 0 0 1.5em;font-size:92%}

#resultslist dt, #resultslist-wrap dl {margin: 0}

#resultslist li {
	padding: 0 0 1em;
	margin:0 0 0 1.2em; 
	list-style:decimal;
}

#resultslist dd {line-height:1.3}

#resultslist dd.date {
	color:#999;
	display:inline;
	padding-right:.5em
}
	
.pagebar { 
	font: 9px Arial, Helvetica, sans-serif; 
	padding: 4px 2px 4px 7px; 
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align:right;
	margin: 0 0 1.5em;
}

.pagebar a, .pageList .this-page {
	padding: 2px 6px; 
	border: solid 1px #ddd; 
	background: #fff; 
	text-decoration: none;
}

.pagebar a:visited {
	padding: 2px 6px; 
	border: solid 1px #ddd; 
	background: #fff; 
	text-decoration: none;
}

.pagebar .break {
	padding: 2px 6px; 
	border: none;  
	text-decoration: none;
}

.pagebar .this-page {
	padding: 2px 6px; 
	border-color: #999; 
	font-weight: bold;
}

.pagebar a:hover {
	color: #fff; 
	background: #666;
	border-color: #818181; 
	text-decoration: none;
}

#archive .post p, #tag .post p { margin-left: 60px;}

.dateblock {
    display: block;
    float: left;
    text-align: center;
	padding: 4px;
	width: 40px;
	border: 1px solid #eee;
	background: #fff;
    margin: 0 10px 0 0;
}

.datetop {
    color: #666;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0;
    padding-top: 0;
	padding-bottom: 2px;
}

.datebottom {
    color: #BF0D0B;
    font-size: 1.4em;
    text-transform: uppercase;
    margin: 2 0 0 0;
	letter-spacing: 2px;
}

.dateyear {
    color: #a6a6a6;
    font-size: 0.9em;
    margin: 0;
    padding-top: 2px;
}

/*-----------------------------------------------------------------------------------------------
  5 Sidebar
-----------------------------------------------------------------------------------------------*/

#home #sidebar {
	width: 250px;
}

#single #sidebar, #category #sidebar {
	width: 300px;
}

#ticker h3 {
	background-image: url(images/h3_24.gif);
	margin: 0;
}

#ticker {
	background: #fff url(images/bg_24.jpg) repeat-x;
	position: relative;
	overflow: hidden;
	margin: 10px 0 0;
	width: 300px;
}

#ticker ul {
	padding: 10px 15px;
	padding-right: 30px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}
/** html #ticker ul {
	height: 1.6em;
	overflow: hidden;
}*/

#ticker li {
	font: bold 10px/11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px;
}

#ticker li span {
	font-weight: normal;
	display: block;
}

#ticker li small {
	display: block;
	font: 10px/11px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #999;
}

#ticker li.error {
	color: #f00;
}
#ticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #ticker #togglenewsticker {
	right: 30px;
}

#miniadv {
	background: #fff url(images/bg_miniadv.jpg) no-repeat top left;
	padding-top: 20px;
}

#classads {
	margin: 20px 0;
	background: url(images/bg_class.gif) no-repeat bottom left;
	padding-bottom: 10px;
}

#classads div {
	border-right: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	background: url(images/bg_ads.gif) no-repeat 10px 15px;
	padding:  10px 15px;
}

#classads h3 {
	background-image: url(images/h3_ca.gif);
	margin: 0;
}

#classads div li a {
	font: bold 11px/195% Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 3px;
	color: #8e8e8e;
	display: block;
	width: 200px;
}

#classads div li a:hover {
	color: #2b2b2b;
	background: url(images/bg_adsover.jpg) repeat-y;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------
  6 Footer
-----------------------------------------------------------------------------------------------*/

#footer .leftcol {
	width: 700px;
}

#footer .col1 {
	width: 300px;
}

#footer .col2 {
	width: 390px;
}

#footer .rightcol {
	width: 250px;
}

#footer .leftcol, #footer .rightcol {
	padding-top: 15px;
}

#credits {
	clear: both;
	font-size: 10px;
	color: #d1d1d1;
	border-top: 1px solid #494949;
	padding: 10px 0;
	margin: 15px 0 0;
}

#footer h3 {
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
	height: 21px;
	margin: 0 0 5px 0;
}

#footer .col1 h3 {
	background-image: url(images/h3_s.gif);
}

#footer .col2 h3 {
	background-image: url(images/h3_cr.gif);
}

#footer .rightcol h3 {
	background-image: url(images/h3_t.gif);
}

#footer .col1 div h3 {
	background-image: url(images/h3_ar.gif);
	margin: 20px 0 0;
}

#footer .col1 div h3#sresults {
	background-image: url(images/h3_ri.gif);
	margin: 20px 0 0;
}

#footer a {
	color: #959595;
}

#footer a:hover {
	color: #f3f3f3;
}

input.txt {
	padding: 2px 2px 3px 2px;
	border: 1px solid #8b8b8b;
	outline: none;
	margin: 3px 6px 0 0;
	width: 200px;
	float: left;
}

#footer .col1 li {
	line-height: 14px;
	margin: 0 0 10px 5px;
	padding: 0 0 0 10px;
	background: url(images/bul_recent.gif) 0 5px no-repeat;
	color: #999;
}

#footer .col1 li a {
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	color: #e9e9e9;
}

#footer .cosmos dt a {
	color: #f9f9f9;
	font: bold 12px/11px Arial, Helvetica, sans-serif;
}

#footer .cosmos dt a:hover {
	color: #c9c9c9;
	text-decoration: none;
}

#footer .cosmos dd a {
	margin: 0 0 10px 0;
	display: block;
	height: 4px;
}

#footer .cosmos dd a span {
	display: none;
}

.cosmos .keyword1 { background-color: #D0571D; }
.cosmos .keyword2 { background-color: #D28A1F; }
.cosmos .keyword3 { background-color: #D1961E; }
.cosmos .keyword4 { background-color: #CF961C; }
.cosmos .keyword5 { background-color: #CEA31B; }
.cosmos .keyword6 { background-color: #CBAD37; }
.cosmos .keyword7 { background-color: #CAB873; }
.cosmos .keyword8 { background-color: #C9C29F; }

#footer .latest .entry {
	font: bold 13px/12px Arial, Helvetica, sans-serif;
	color: #e9e9e9;
	letter-spacing: -1px;
}

#footer .latest .entry:hover {
	text-decoration: none;
	color: #fff;
}

.latest dd {
	font: bold 11px/10px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	margin: 2px 0 10px;
}

#footer .latest dd a, .latest dd a:hover, .latest dd {
	color: #b2b2b2;
}

.latest dd img {
	border: 1px solid #757575;
	padding: 1px;
	vertical-align: middle;
	margin-right: 3px;
}

span.comments-link a, span.comments-link a:hover {
	font: bold 10px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	display: block;
	background: url(images/bg_bubble.gif) no-repeat;
	height: 17px;
	width: 16px;
	line-height: 15px;
	color: #fff !important;
	text-shadow: 2px 2px 2px #3D3D3D;
	text-align: center;
	font-weight: bold !important;
	margin: 2px 8px 18px 0;
	float: left;
	text-decoration: none;
}

.rss {
	padding: 0 10px 0 14px;
	background: url(images/rss_icon10.gif) no-repeat 0 1px;
}

#credits ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
	clear: both;
	width: 685px;
}

#credits li {
	padding: 0;
	margin: 0;
	display: inline;
	border: none;
}

#credits p, address {
	line-height: 11px;
	margin: 10px 0 0;
	font-style: normal;
}

#footer h6 a { 
	float: right;
	background: url(images/wg.gif) no-repeat 0 0; 
	display: block; 
	text-indent: -9999px; 
	text-decoration: none;
	overflow: hidden;
	width: 112px;
	height: 25px;
}

#footer h6 a:hover { 
	background: url(images/wg.gif) no-repeat 0 -25px; 
}


/*-----------------------------------------------------------------------------------------------
  7 Extras
-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
  7.1 Lightbox
-----------------------------------------------------------------------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	


/*-----------------------------------------------------------------------------------------------
  7.2 Greybox
-----------------------------------------------------------------------------------------------*/

#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
  top: 22px;
  left: 0;
  position: absolute;
  background: #fff url(/wp-content/these/images/bg.jpg) repeat-x;
  border: 5px solid #aaa;
  border-top: 0;
  overflow: visible;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
  margin: 0;
  top: 0;
  border-left: 5px solid #aaa;
  border-right: 5px solid #aaa;
  height: 22px;
  position: absolute;
  background-color: #888;
  z-index: 151;
}

#GB_caption {
  font-family: helvetica, verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 2px 5px 0 0;
  float: right;
  cursor: pointer;
}
