body {
	background: #fff;
}

header,
.links {
	background: #f6f4f0;
}

.view-all {
	display: inline-block;
	height: 26px;
	margin: 20px 0;
	padding: 0 0 0 35px;
	background: url('/images/general/view-all-arrow.png') no-repeat 0 50%;
	color: #6d6144;
	font-weight: 700;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
}

.content {
	float: left;
	width: 760px;
	margin: 10px 0 10px 20px;
}

.home-content .banner {
	background: url('/images/general/bg-banner.png') no-repeat 0 0;
}
.home-content .banner .left {
	float: left;
	width: 305px;
	padding: 45px 0 0 25px;
	margin-right: 70px;
}
.home-content .banner .left h2 {
	color: #523d0a;
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
}
.home-content .banner .left h2 span {
	color: #a2b13c;
}
.home-content .banner .left .more-info {
	display: inline-block;
	height: 28px;
	margin: 5px 0 0;
	padding: 0 0 0 35px;
	background: url('/images/general/more-info-arrow.png') no-repeat 0 50%;
	color: #a2b13c;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
}

.home-content .banner .right {
	float: left;
	width: 660px;
	padding: 0;
}
.home-content .banner .right .current-issue .left {
	float: left;
	width: 342px;
	margin: 0;
	padding: 10px 0 0;
}
.home-content .banner .right .current-issue .right {
	float: right;
	width: 290px;
	padding: 0;
}

.home-content .banner .right .current-issue h2 {
	color: #fff;
	font-size: 28px;
}
.home-content .banner .right .current-issue h2 span {
	color: #000;
	font-weight: 400;
}
.home-content .banner .right .current-issue p {
	font-size: 16px;
	line-height: 22px;
}

.current-issue .button {
	float: left;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.current-issue .button:hover {
	background-color: #c0b8b3;
}
.button.preview {
	padding: 0 35px 0 16px;
	background: #fff url('/images/general/preview-arrow.png') no-repeat 84px 14px;
	color: #ff6e44;
}
.button.preview:hover {
	color: #fff;
	background: #c0b8b3 url('/images/general/bg-sidebar-menu-arrows.png') no-repeat 84px -86px;
}
.button.membership {
	margin: 0 0 0 7px;
	padding: 0 56px 0 40px;
	background: #ff6e44 url('/images/general/bg-sidebar-menu-arrows.png') no-repeat 182px -186px;
}


/* Tabs */
.tabs {
	border-bottom: 3px solid #ff6e44;
}	
.tabs li {
	float: left;
	height: 40px;
	margin-right: 4px;
}
.tabs a {
	display: block;
	width: 227px;
	height: 40px;
	padding-left: 15px;
	background: #f5f5f5;
	color: #523d0a;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
}
.tabs .active a {
	background: #ff6e44;
	color: #fff;
}
.tab-content .tab-pane {
	padding-left: 10px;
}


/* News / Blog list items */
.news-item {
	float: left;
	width: 235px;
	margin: 15px 22px 0 0;
}
.news-item.last {
	margin-right: 0;
}
.news-item .image {
	width: 235px;
	height: 170px;
	margin-bottom: 10px;
	background: #eee;
	position: relative;
}
.news-item .image a {
	display: block;
	width: 235px;
	height: 170px;
}
.news-item .news-type-latest,
.news-item .news-type-blog {
	display: inline-block;
	padding: 0 5px;
	background: #ff6e44;
	color: #fff;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-item .news-type-latest {
	background: #97a93d;
}
.news-item .date {
	margin-bottom: 10px;
	color: #999;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
}
.news-item .title a {
	display: inline-block;
	margin-bottom: 10px;
	color: #ff6e44;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
}

.news-item .short p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}
.news-item .more-comments {
	margin: 10px 0 0;
	padding: 5px 0;
	border-top: 1px solid #edebe7;
}
.news-item .more a {
	float: left;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.news-item .more a span {
	display: inline-block;
	width: 10px;
	height: 9px;
	background: url('/images/general/news-read-more-arrow.png') no-repeat 100% 0;
}