@CHARSET "UTF-8";
body{
	font-family: sans-serif,tahoma,arial,verdana,helvetica;
	font-size: 0.9em;
	background-color: #acc8d7;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	line-height: 1.3em;
	margin: 0px;
	color: #333;
}
A:link {color: #1e66a4; text-decoration:none}
A:visited {color: #1e66a4; text-decoration:none}
A:active {text-decoration:underline}
A:hover {text-decoration:underline}
h1{
	font-weight: bold;
	font-size: 1.5em;
	color: #1f425c;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#spacediv{
	width: 100%;
	height: 25px;
	display: none;
	background-color: #999999;
}
#fixdiv{ 
	position:fixed !important; top/**/:0px;
	position: absolute;
	z-index: 1;
	top: expression(offsetParent.scrollTop);
	left: 0px;
	background: #ffffe1; 
	width: 100%; 
	height: 23px;
	text-align: center;
	border-bottom: 2px solid #696969;
	display: none;
}
#fixdiv A{
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: bold;
}
#fixdiv A:link {color: #ff0000; text-decoration:none}
#fixdiv A:visited {color: #ff0000; text-decoration:none}
#fixdiv A:active {color: #ff0000; text-decoration:underline}
#fixdiv A:hover {color: #ff0000; text-decoration:underline}
#mainLayer{
	text-align: center;
}
#main{
	background-color: #ffffff;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: left;
	width: 950px;
}
#header{
	height: 80px;
	background-color: #f9f9f9;
	overflow: hidden;
}
#header .logo{
	padding-left: 15px;
	padding-top: 20px;
	float: left;
	color: #999999;
}
#header .logo A:link {text-decoration:none}
#header .logo A:visited {text-decoration:none}
#header .logo A:active {text-decoration:none}
#header .logo A:hover {text-decoration:none}

#content-div{
	border-top: 1px solid #dddddd;
	background-image: url('images/content-bg.gif');
	background-repeat: repeat-x;
	padding: 20px;
	overflow: hidden;
}
.videoTitle{
	font-size: 0.8em;
}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
#sidebar{
	float: right;
	width: 160;
}
.title{
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}
.sidebarContent{
	font-size: 0.9em;
}

#mainContainer{
	width: 730px;
}
#mainContent{
	margin: 15 0 15 0;
	overflow: hidden;
}
#leftAds{
	float: left;
	width: 315px;
}
#topbanner{
	padding-right: 15px;
	padding-top: 10px;
	float: right;
}
#leftAdsBlock{
	float: left;
	width: 315px;
}
#contentBlock{
	margin-left: 315px;
}
#retweetBlock{
	float: right;
	padding: 0 0 10 10;
}

.links{
	border-top: 1px dashed #aaaaaa;
	font-size: 0.9em;
}
.links a{
	font-weight: bold;
}

#footer{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 0.85em;
	text-align: center;
}
/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/toolbar-bg.gif) top left repeat-x;
	border-bottom: 1px solid #ffffff;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/button-bg.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 35px;
	padding-left: 20px;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	color: #1f425c;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 35px;
	padding-top: 10px;
	padding-right: 20px;
	background: transparent url(images/button-bg.gif) top right no-repeat;
	color: #1f425c;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */

/* MENU HOVER */
.bubplastic ul li a:hover,
.bubplastic ul li.highlight a {
	background: transparent url(images/button-h-bg.gif) top left no-repeat;
	color: #a17331;
}
.bubplastic ul li a:hover span.menu_ar,
.bubplastic ul li.highlight a span.menu_ar {
	background: transparent url(images/button-h-bg.gif) top right no-repeat;
	color: #a17331;
}

/* Addthis */
.addthis_toolbox .hover_effect
{
    width: 400px;
	height: 20px;
    padding: 10px 0 6px 10px;
    border: 3px solid #eee;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_effect div
{
    float: left;
}

.addthis_toolbox .hover_effect a
{
    border: 2px solid #fff;
    padding: 2px 2px 2px 16px;
    position: relative;
    text-decoration: none;
}

.addthis_toolbox .hover_effect a:hover
{
    border: 2px solid #105CB6;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #B4D3F8;
    color: #105CB6;
    text-decoration: none;
}

.addthis_toolbox .hover_effect span
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 1px;
}