body {
	
	border-top: none;
	
	/* background: #cedce7;
	background: -moz-radial-gradient(center, ellipse cover, #cedce7 0%, #596a72 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #cedce7 0%,#596a72 100%);
	background: radial-gradient(ellipse at center, #cedce7 0%,#596a72 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); */
	
	background-color: #fff;
	background: #fff;
	
	padding: 0px 0px 0px 0px;
}

#infomac-wrapper {
	max-width: 1200px;
	margin: 0px auto;
	background-color: white;
	padding: 0px 0px 10px 0px;
   	box-sizing: border-box;
     /* box-shadow: 0px 0px 12px rgba(0,0,0,0.2); */
}

.navbar .inner.static>.static-inner {
	margin: 0px 0px;;
}

.navbar.tabbed.not-static+.navbar.secondary {
	border-radius: 0px !important;
	border-width: 1px 0px 1px 0px !important;
}

.header .list-inner {
	padding-left: 0px !important;
}

#page-header {
	background-image: url(images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 40px;
	/* box-shadow: 0px 0px 6px rgba(0,0,0,0.33); */
	
	margin: 0px 0px;
	
	padding-top: 20px;
	
	margin-bottom: 30px;
}

.logo {
	padding-top: 0px !important;
}

.header {
	background: #7b8d99 !important;
	background: -moz-linear-gradient(top, #7b8d99 0%, #7b8d99 100%) !important;
	background: -webkit-linear-gradient(top, #7b8d99 0%,#7b8d99 100%) !important;
	background: linear-gradient(to bottom, #7b8d99 0%,#7b8d99 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8d99', endColorstr='#7b8d99',GradientType=0 ) !important;	
}

#recent-topics dd.status-icons {
	display: none;
}

@media (min-width: 800px) {
	#infomac-wrapper {
		padding: 0px 20px 20px 20px;
	}
	.forabg+.forabg, .forabg {
		margin-top: 20px;
	}
}