@charset "utf-8";
@import "typography.css";
/* CSS Document */

*{ margin: 0; padding: 0; }

body {
	background: #0e0e0e url(../images/misc/bg.jpg) top center repeat-x;
}
img {
	border: 0;
}

iframe {
	width: 100%;
	height: 1000px;
}

.ranking_iframe {
	background:  #FFF;
}

#menu_branding {
	background: #2c2c2c;
	color:#eee;
	/*	width: auto;
	margin: 0px 10px; 10px 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
*/
	height:27px;
	line-height: 2em;
}

.follow {
	margin-bottom: -3px;
	margin-left: 5px;
}

#menu_left {
	float: left;
	height: 28px;
}
#menu_right {
	float: right;
	height: 28px;
}
#menu_left p {
	padding-left: 7px;
	line-height: 2em;
}
#menu_right p {
	text-align: right;
	padding-right: 5px;
	line-height: 2em;
}
#menu_right a {
	text-decoration: none;
}
#wrapper {
	margin: 0 auto;
	width: 922px;
}
#logo {
	background-image: url(../images/misc/logo.png);
    width: 428px;
	height: 57px;
}
#navigation {
	background: url(../images/misc/navstrip_bg.png) repeat-x;
	height: 28px;
	margin-top: 15px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 2em;
	word-spacing: 30px;
}
#navigation a {
	text-decoration: none;
	text-transform: uppercase;
}
#header {
	width: 900px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 10px 0px 5px 0px;
}
.tagline {
	width: auto;
	-moz-border-radius: 5px;
	background-color: #101010;
	border: 1px solid #393939;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
}
#leftcolumn {
	width: 688px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	margin: 0px 0px 5px 0px;
	height: 350px;
	width: 215px;
	display: inline;
}
#footer {
	width: 900px;
	clear: both;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}
#footer img {
	padding: 5px;
}

#footer a{
	text-decoration: none;
	color: #434343;
}

.content {
	-moz-border-radius: 5px;
	background-color: #101010;
	border: 1px solid #393939;
	margin-bottom: 20px;
	padding: 10px;
}
.content .head {
	font-weight: bold;
	font-size: 15px;
	background: #101010 url(../images/gradients/head_bg.png);
	padding: 2px 0px 2px 5px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-radius-topleft: 3px;
	border-radius-topright: 3px;
	-webkit-border-radius-topleft: 3px;
	-webkit-border-radius-topright: 3px;
	color: white;
	margin: -11px;
	margin-bottom: 0.5em;
	border-top: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
}
.content .head2 {
	background: #262626;
	width: auto;
	font-size: 13px;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 2px 0px 2px 5px;
	margin: 0;
	color: white;
	margin: -10px;
	margin-bottom: 0.5em;
	margin-top: 20px;
}
.content .tag {
	display: block;
	background-color: #262626;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: -10px;
	margin-bottom: 0.5em;
	padding: 0 5px 5px 5px;
	color: white;
}
.gc {
	background-image: url(../images/misc/nav_girl.png);
	background-repeat: no-repeat;
	float: right;
	width: 174px;
	height: 159px;
	margin-top: -150px;
}

.full {
	clear: both;
}

.vote {
	padding: 1px;
}
