
/*
CSS-file for Strictly CSS three column layout 2006
http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
	padding: 0;
	margin: 0;
	border: 0;
}
body, html {
	color: #000; 
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	background-color: #aaaaaa; 
	text-align: center; /*** Centers the design in old IE versions ***/
}
body {
	font-size: 75%;
}
p {padding: 7px 0 7px 0;}
a {color: black;}
a:hover{
	text-decoration: none;
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 12px;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	padding-bottom: 3px;
}
h4 {
	font-size: 1em;
	font-weight:bold;
	padding-bottom: 9px;
}
h1 a, #header h2{
	color: #fff;
}
.clear { clear: both; }

#mainContainer {
	width: 906px;
	margin: 0 auto; /*** Centers the design ***/
	min-height: 300px;
	background: #1f1f1f;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
	height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}


/**************************
HEADER
**************************/

#header {
	margin: 0px; /*** Make some space for the header menu ***/
	background-image: url(images/bg-gradient-bodybuilding.jpg);
	padding: 0px 10px;
	height: 247px;
}


/**************************
CONTENT AND COLUMNS
**************************/

.outer {
	padding-left: 300px;  
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
	width: 607px; /*** This width is for non-IE browsers. Mozilla makes this necessary. Be sure to check your layout in different browsers if you changes this value. Especially IE7 seems to create a horisontal scroll if this value is set too large ***/
}
* html .inner {
	width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
	float: left;
	width: 899px;
	margin-left: -300px; /*** Same length as .outer padding-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}

#content {
	float: right;
	width: 589px;
	margin:0px 0px 0px 0px;
}
* html #content {
	position: relative; /*** IE needs this  ***/
}
.contentWrap{
	padding: 5px;
}
.contentWrap ol, .contentWrap ul {
	margin: 3px 0 5px 35px;
}
.contentWrap li {
	padding-bottom: 2px;
}

#teaserbox {
	background:#b26a00;
	padding:5px;
	margin:-5px 0px 5px 0px; 
}
#teaserbox a {
	color:#000;
}

#maincontentbox {
	background:#111;
	color:#d2d2d2;
	#background:#a5a5a5;
	padding:10px;
	margin:0px 0px 10px 0px; 
}
#maincontentbox a {
	#color:black;
	color:#0068B2;
}

.maincontentbox_td {
	padding:3px;
	background-repeat: no-repeat;
	height: 123px;
	padding-left: 98px;
	color:white;
	border: 1px solid #e2e2e2;
}

#maincontentbox h1 {
	color:#b26a00; 
	font-size:xx-large;
}

#maincontentbox h4 {
	color:#b2b2b2; 
	font-weight:200; 
	font-style:italic;
}

#artikelbox {
	border: #b2b2b2 1px solid; 
	width:200px; 
	float:right; 
	padding:3px; 
	color:#e2e2e2;
}

#artikelbox a{ 
	color:#e2e2e2;
}


/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

#left {
	float: left;
	width: 288px;
	background: #111;
	border: #b2b2b2 1px solid;
	#background: #383838; 
	min-height: 250px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
}
* html #left {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	height: 250px;
}

#left ul {
	color:#ff9801;
	list-style: none;
	padding-bottom: 10px;
}

#left li {
	color:#b2b2b2;
	padding-bottom: 2px;
	padding-left:25px;
}

#left a {
	color:#fff
}

#left a hover{
	color:#fff
}

#left img {
	padding-right:4px;
	vertical-align:-12%;
}

#werbungleft {
	clear: left;
	width: 298px;
	background: #111;
	border: #b2b2b2 1px solid;
	color:#b2b2b2;
	padding-top: 5px;
	margin: 0px 0px 10px 10px;
}

* html #werbungleft {
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

#werbungleft a{
	color:#b2b2b2;
}

/**************************
FOOTER
**************************/

#footer {
	width: 906px;
	margin: 0 auto; /*** Since the footer is outside the #mainContainer we also need to center the footer ***/
	text-align: center;
	background-color: #aaa;
	color:#383838;
}



/***********************
RATING
***********************/
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 30px;
	background: url('http://www.bodybuilding.cc/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('http://www.bodybuilding.cc/images/starrating.gif') top left repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('http://www.bodybuilding.cc/images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{left:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{left: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{left: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{left: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{left: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{left: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{left: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{left: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{left: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#000;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	
