/* Reset */
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, input, fieldset, th, td, table, a {  
	margin: 		0;
	padding: 		0;
	border: 		0;
	outline: 		none; 
}

/* General styles */
body {
	margin: 0;
	background: #404042;
	font: bold 100% "Trebuchet MS";
	color: #FFF;
}

a {
	/*color: #fef200;*/
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Containers */

#root {
	width: 996px;
	background: #231f20;
	margin: 15px auto;
	overflow: hidden;
}

#header {
	width: 996px;
	margin: 15px 0 30px;
	padding: 5px 0 0;
	border-bottom: 10px solid #fef200;
}

#header .logo {
	width: 285px;
	height: 67px;
	margin: -5px 15px 15px;
	display: block;
}

#header .homeBtn {
	width: 51px;
	height: 16px;
	padding: 0px 10px 2px 25px;
	background: #404042;
	float: left;
	overflow: hidden;
	border-top: 1px solid #fef200;
	border-right: 1px solid #fef200;
	border-bottom: 1px solid #fef200;
}

#header .homeBtn a {
	font-size: 13px;
	text-transform: uppercase;
}

#header .homeBtn a:hover {
	color: #faf200;
	text-decoration: none;
}

#header .strokedBar {
	width: 909px;
	height: 20px;
	float: right;
	margin-bottom: 15px;
}

#content {
	width: 936px;
	padding: 0 35px 5px 25px;
	border-bottom: 5px solid #fef200;
}

#content .left {
	width: 378px;
	margin-right: 28px;
	float: left;
}

#content .right {
	float: right;
	margin-top: 5px;
}

.yellow {
	color: #fef200;
}

.bigger {
	font-size: 18px;
}

.smaller {
	font-size: 11px;
}

.welcome {
	
}

.topMarginDrop {
	margin-top: 25px;
}

h1.welcomeTitle {
	font-size: 20px;
	color: #fef200;
	margin-bottom: 12px;
}

.subscribe {
	margin-bottom: 15px;
}

.bonus {
	margin-bottom: 15px;	
}

h1.bonusTitle {
	font-size: 20px;
}

h1.otherBonusTitle {
	font-size: 20px;
}

.article {
	margin-bottom: 15px;
}

.article a {
	text-decoration: none;
}


.article a:hover {
	color: #faf200;
	text-decoration: none;
}

h2.articleTitle {
	font-size: 15px;
}

h2.backIssueLink {
	font-size: 18px;
}

a.monthLink {
	text-decoration: none;
}

a.monthLink:hover {
	text-decoration: underline;
}

.separatorSmall {
	color: #666;
	font-size: 11px;
}


.articleSummary {
	font-size: 11px;
	line-height: 16px;
}

h2 {
	font-size: 15px;
}

#footer {
	width: 936px;
	height: 20px;
	padding: 0 35px 5px 25px;
	font: normal 100% Arial;
}

#footer .leftLinks, #footer .rightLinks {
	font-size: 11px;
}

#footer .leftLinks ul, #footer .rightLinks ul {
	list-style-type: none;
}

#footer .leftLinks ul {
	margin-top: 12px;
	float: left
}

#footer .rightLinks ul {
	margin-top: 12px;
	float: right;
}

#footer .leftLinks ul li, #footer .rightLinks ul li {
	display: inline;
	padding: 0 5px 0 1px;
	background: url(../gfx/menuSeparator.jpg) no-repeat scroll 100% 56%;
}

#footer .leftLinks ul li.lastChild, #footer .rightLinks ul li.lastChild  {
	background: none;
	padding-right: 0px;
}

#footer .leftLinks ul li a, #footer .rightLinks ul li a {
	color: #FFF;
}

br.clear {
	clear: both;
	height: 1px;
}
