@import "reset.css";

/* Tags */

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7F7F;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

/* Wrapper */

#page {
	background: url("images/bg_page.png") repeat-x top left;
}

#wrapper {
	width: 980px;	
	margin: 0 auto;
}

/* Header */

#header {
	width: 980px;
	height: 290px;
	background: url("images/bg_header.jpg") no-repeat top left;
	overflow: hidden;
}

#page-header {
	overflow: hidden;
}

#page-header .logo {
	float: left;
	margin: 40px 0 50px 0;
}

#leaderboard {
	float: right;
	margin: 30px 20px 0 0;
}

/* Enter Men */

#enter-men {
	width: 250px;
	float: left;
	margin: 25px 0 0 200px;
}

#enter-men .logo {
	float: right;
	margin-bottom: 25px;
}

#enter-men p {
	line-height: 1.3;
	width: 200px;
	float: right;
	margin-bottom: 25px;
	font-size: 90%;
	color: #A8B5BD;
}

#enter-men .btn-enter {
	margin-left: 50px;
}

/* Enter Women */

#enter-women {
	width: 250px;
	float: left;
	margin: 25px 0 0 80px;
}

#enter-women .logo {
	float: left;
	margin-bottom: 25px;
}

#enter-women p {
	line-height: 1.3;
	width: 200px;
	margin-bottom: 25px;
	font-size: 90%;
	color: #BEA5BA;
}

/* Affiliates */

#affiliates ul {
	overflow: hidden;
	margin-left: 15px;
	padding: 20px 0 30px 0;
}

#affiliates ul li {
	float: left;
	margin-left: 30px;
}

/* Content */

#container {
	overflow: hidden;
	margin-bottom: 20px;
}

#content {
	width: 660px;
	float: left;
}

#content h1 {
	font-size: 150%;
	line-height: 1.3;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333333;
}

#content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

#content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

#content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

#content ul,#content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

#content ul {
	list-style: outside;
}

#content ol {
	list-style: decimal;
}

#content ul li,#content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 20px;
}

.sidepanel .top {
	height: 38px;
	background: url("images/bg_sidepanel_top.png") no-repeat top left;
}

.sidepanel .top h3 {
	padding: 12px;
	font-weight: bold;
	font-size: 110%;
	color: #566274;
}

.sidepanel .middle {
	padding: 15px 19px 10px 19px;	
	overflow: hidden;
	border-left: 1px solid #DBE1E6;
	border-right: 1px solid #DBE1E6;
}

.sidepanel .bottom {
	height: 10px;
	background: url("images/bg_sidepanel_btm.gif") no-repeat top left;
}

.sidepanel ul li {
	background: url("images/bg_listitem.gif") repeat-x bottom left;
	padding: 8px 0;
	line-height: 1.2;
}

#content a,
#sidebar a {
	color: #3E82AA;
}

/* Panels */

#footer-panels {
	overflow: hidden;
}

.column {
	float: left;
	width: 310px;
	margin-right: 25px;
}

.footpanel {
	margin-bottom: 20px;
}

.footpanel .top {
	height: 38px;
	background: url("images/bg_footpanel_top.png") no-repeat top left;
}

.footpanel .top h3 {
	padding: 12px;
	font-weight: bold;
	font-size: 110%;
	color: #566274;
}

.footpanel .middle {
	padding: 15px 19px 10px 19px;
	overflow: hidden;
	border-left: 1px solid #DBE1E6;
	border-right: 1px solid #DBE1E6;

}

.footpanel .bottom {
	height: 10px;
	background: url("images/bg_footpanel_btm.gif") no-repeat top left;
}

.footpanel .split {
	height: 16px;
	background: url("images/bg_footpanel_sep.gif") no-repeat top left;
}

.ebook-cover {
	float: right;
	margin: 5px 0 10px 10px;	
	width: 128px;
	height: 186px;
}

.newsletter {
	margin-top: 25px;
}

.newsletter .editbox {
	border: 1px solid #E5E5E5;
	padding: 6px;
	color: #7F7F7F;
	width: 254px;
}

.newsletter .btn-subscribe {
	width: 107px;
	height: 26px;
	background: url("images/btn_subscribe.png") no-repeat top left;
	border: none;
	margin-top: 5px;
	cursor: pointer;
}

.recentposts {
	border-left: 1px solid #DBE1E6;
	border-right: 1px solid #DBE1E6;
	padding: 0 19px;	
}

.recentposts li {
	padding: 10px 0;
	border-top: 1px solid #EFEFEF;
	line-height: 1.3;
}

.recentposts li:first-child {
	border-top: none;
}

#posts-men a {
	color: #3E82AA;
}

#posts-women a {
	color: #BF62A8;
}

.footpanel p {
	margin-top: 8px;
	line-height: 1.3;
}

/* Footer */

#footer {
	margin: 0 auto;
	width: 980px;
	height: 85px;
	background: url("images/bg_footer.png") no-repeat top left;		
	margin-bottom: 40px;
	overflow: hidden;
}

#footer a {
	color: #7F7F7F;
}

#footer-links {
	width: 620px;
	float: left;
	margin: 25px 0 0 25px;
}

#copy {
	font-size: 85%;
	margin-top: 8px;
}

#footer-social {
	float: right;
	margin: 26px 27px 0 0;
}

/* Misc */

.sep {
	color: #EAEAEA;
	margin: 0 10px;
}

.icon {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.nomargin {
	margin-right: 0;
}