@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #303030;
	background-image: url('../images/blackback.png');
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #000;
}
.layout #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F2F2F2;
	background-image: url('background.png');
	background-repeat:repeat-y;
} 
.layout #header {
	background-color:#000;
	background-image: url('logo.png');
	background-repeat:no-repeat;
	height: 210px;
} 
.layout #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ede4e6; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:1px;
	margin-right:2px;
}
.layout #sidebar h2 {
	background-color:#771C1E;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-style:solid;
	border-color:#000;
}
.layout #sidebar h3 {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	margin: 0px;
	padding-left: 5px;
}
.layout #sidebar h2 a:visited {
	color: #FFF;
	text-decoration: none;
}
.layout #sidebar h2 a:link {
	color: #FFF;
	text-decoration: none;
}
.layout #sidebar h2 a:hover {
	color: #000;
	text-decoration: underline;
}
.layout #sidebar h3 a:visited {
	color: #000;
	text-decoration: none;
}
.layout #sidebar h3 a:link {
	color: #000;
	text-decoration: none;
}
.layout #sidebar h3 a:hover {
	color: #000;
	text-decoration: underline;
}
.layout #mainContent { 
	margin: 0 0 0 120px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.layout #mainContent p { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
} 
.layout #mainContent h2 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	text-shadow: 1px 1px 3px #500;
} 
.layout #mainContent h1 { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	margin:0px;
} 

.layout #footer {
	background-image: url(../images/table_teaser.png);
	background-repeat: repeat-x;
	background-color:#0F9;
	clear:both;
} 
.layout #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:8px;
	color:#FFF;
	padding-right: 15px;
	padding-left: 15px;
}
.layout #footer a:visited {
	color: #FFF;
}
.layout #footer a:link {
	color: #FFF;
}
.layout #footer a:hover {
	color: #FFF;
	text-decoration: none;
}

.information_block {
	border:thin solid #900;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:15px;
	background-image: url(../images/table_teaser.png);
	background-repeat: repeat-x;
	background-color: #ede4e6;
	margin-left:auto;
	margin-right:auto;
}

#leaderboard_ad { 
	margin-top:6px;
	margin-bottom:6px;
	margin-left:auto;
	margin-right:auto;
}

.social_button {
	float: left; float: 
	width: 50px;
}

.search_box {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
}

input .search_textbox {
	width:150px;
}


.text_center{
	text-align:center;
}
.center{
	margin-left:auto;
	margin-right:auto;
}
.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.float_left_only { /* this class can be used to float an element left in your page */
	float: left;
}
.clear_float { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.addthis_toolbox a {
    opacity: 1.0;
}
.addthis_toolbox a:hover {
    opacity: 0.75;
}  