/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/back_texture.jpg);
	background-repeat: repeat;
}

p {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

#site {
	width: 996px;
	height: 100%;
	background-image: url(images/site_texture.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

#header {
	width: 976px;
	float: left;
	display: inline;
	margin-left: 12px;
}

#header_left {
	width: 242px;
	height: 146px;
	float: left;
	display: inline;
}

#header_right {
	width: 730px;
	height: 146px;
	float: left;
	display: inline;
	background-color: #16000f;
	background-image: url(images/header_right.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

.ad_728 {
	width: 728px;
	height: 90px;
	float: left;
	display: inline;
	margin-top: 21px;
}

.navigation {
	width: 972px;
	height: 29px;
	background-image: url(images/nav_texture.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
}

.nav_button {
	float: left;
	display: inline;
}

.search {
	width: 220px;
	height: 29px;
	float: left;
	display: inline;
	margin: 3px 3px 0 0;
	float: right;
}

.search_back {
	float: left;
	display: inline;
}

.search_button {
	width: 60px;
	height: 20px;
	float: left;
	display: inline;
	margin-left: 4px;
	margin-top: 0px;
}

.top_box {
	width: 970px;
	height: 192px;
	float: left;
	display: inline;
	background-color: #16000f;
}

.top_box a:link {text-decoration: none; color:#FFFFFF;}
.top_box a:visited {text-decoration: none; color:#FFFFFF;}
.top_box a:active {text-decoration: none; color:#FFFFFF;}
.top_box a:hover {text-decoration: underline; color:#FFFFFF;}

.chosen {
	width: 160px;
	height: 150px;
	float: left;
	margin: 22px 0 0 28px;
}

.chosen_thumb {
	width: 160px;
	height: 120px;
	float: left;
	display: inline;
}

.chosen_title {
	width: 160px;
	height: 27px;
	float: left;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	overflow: hidden;
}

.chosen_title a:link {text-decoration: none; color:#FFFFFF;}
.chosen_title a:visited {text-decoration: none; color:#FFFFFF;}
.chosen_title a:active {text-decoration: none; color:#FFFFFF;}
.chosen_title a:hover {text-decoration: underline; color:#FFFFFF;}

#footer {
	width: 976px;
	float: left;
	display: inline;
	margin-left: 12px;
}

.footer_top {
	width: 972px;
	height: 34px;
	background-image: url(images/footer_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	background-color: #00CC99;
}

.footer_nav {
	width: 972px;
	height: 22px;
	background-image: url(images/footer_nav_texture.jpg);
	background-repeat: repeat-x;
	float: left;
	display: inline;
}

#footer_box {
	width: 972px;
	height: 147px;
	background-image: url(images/footer_back.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#main {
	width: 976px;
	float: left;
	display: inline;
	margin-left: 12px;
}

#left {
	width: 143px;
	float: left;
	display: inline;
}

.left_title {
	width: 143px;
	height: 25px;
	float: left;
	display: inline;
}

.left_box {
	width: 143px;
	height: 507px; /* remove height */
	background-image:url(images/left_box_texture.jpg);
	background-repeat:repeat-y;
	float: left;
	display: inline;
}

.left_bottom {
	width: 143px;
	height: 10px;
	background-image: url(images/left_box_bottom.jpg);
	background-repeat:no-repeat;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

#central {
	width: 518px;
	float: left;
	display: inline;
}

.central_top {
	width: 518px;
	height: 12px;
	background-image: url(images/central_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	margin-bottom: 10px;
}

.thumb {
	border: #B7C9D3 solid 1px;
}

.pages {
	width: 500px;
	float: left;
	display: inline;
	margin-left: 7px;
	color: #FFFFFF;
}

.pages a:link {text-decoration: none; color:#FFFFFF;}
.pages a:visited {text-decoration: none; color:#FFFFFF;}
.pages a:active {text-decoration: none; color:#FFFFFF;}
.pages a:hover {text-decoration: underline; color:#FFFFFF;}

.post {
	width: 500px;
	float: left;
	display: inline;
	margin-left: 7px;
	color: #ff00aa;
}

.post_thumb {
	width: 170px;
	float: left;
	display: inline;
}

.post_title {
	width: 330px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	display: inline;
	overflow: hidden;
}

.post_title a:link {text-decoration: none; color:#ff00aa;}
.post_title a:visited {text-decoration: none; color:#ff00aa;}
.post_title a:active {text-decoration: none; color:#ff00aa;}
.post_title a:hover {text-decoration: underline; color:#ff00aa;}


.post_description {
	width: 330px;
	height: 80px;
	font-size: 12px;
	float: left;
	display: inline;
	color:#FFFFFF;
	overflow: hidden;
}

.post_details {
	width: 330px;
	float: left;
	display: inline;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}

.post_details a:link {text-decoration: none; color:#ff00aa;}
.post_details a:visited {text-decoration: none; color:#ff00aa;}
.post_details a:active {text-decoration: none; color:#ff00aa;}
.post_details a:hover {text-decoration: underline; color:#ff00aa;}

.category {
	float: left;
}

.link {
	float: right;
}

.post_brake {
	width: 511px;
	height: 14px;
	background-image: url(images/post_brake.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#right {
	width: 311px;
	float: left;
	display: inline;
}

.right_box {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 0 10px 6px;
}

.player_title {
	width: 518px;
	height: 74px;
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
}

.player_description {
	width: 518px;
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
}

.player {
	width: 518px;
	margin-bottom: 40px;
}

.player_top {
	width: 518px;
	height: 12px;
	background-image: url(images/player_top.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.player_box {
	width: 518px;
	background-image: url(images/player_texture.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.player_bottom {
	width: 518px;
	height: 36px;
	background-image: url(images/player_bottom.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

.partners {
	color: #FFFFFF;
	margin-left: 7px;
	margin-top: 3px;
	font-size: 11px;
}

.partners a:link {text-decoration: none; color:#FFFFFF;}
.partners a:visited {text-decoration: none; color:#FFFFFF;}
.partners a:active {text-decoration: none; color:#FFFFFF;}


.white {
	color: #FFFFFF;
}

.white a:link {text-decoration: none; color:#FFFFFF;}
.white a:visited {text-decoration: none; color:#FFFFFF;}
.white a:active {text-decoration: none; color:#FFFFFF;}
.white a:hover {text-decoration: underline; color:#FFFFFF;}

.dark {
	color: #6c3d00;
}

.margin_right {
	margin-right: 10px;
}

.floatleft {
	float: left;
}
a img {border: none; } 