/* Makeshift CSS Reset */
* {
	margin: 0px;
	padding: 0px;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

body {
	margin: 0 auto;
	font: 14px/22px Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #fff;
	background: #15171b  url('../images/top_bg.png') top left repeat-x;
}
a {
	color: #a3b13b;
}
a:hover {
	color: #fff
}
#all {
	margin: 0 auto;
	font: 14px/22px Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #fff;
	z-index: 1;
}
#all2 {
	margin: 0 auto;
	font: 14px/22px Lucida Sans Unicode,Lucida Grande,sans-serif;
	color: #fff;
	background-image: url('../images/top_bg.png');
	background-color: #15171b;
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	z-index: 2;
	width: 960px;
}
#container {
	margin: 0 auto;
	color: #fff;
	width: 960px;
}

#top {
	background-image: url('../images/logo.png');
	background-repeat:no-repeat;
	width: 960px;
	height: 300px;
	background-position:15% top;
}
#socialNetworking {
	/* margin-top: 130px; */
	margin-left: 820px;
	position: relative;
	top: 160px; 
	height: 140px;
}
#socialNetworking img {
	margin-left: 15px;
	border-style: none;
}

nav {
	font: 13px/22px Helvetica, Arial, sans-serif;
	padding-bottom: 30px;
	width: 100%;
	height: 300px;
	background-image: url('../images/menu_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 200px;
	
}
nav ul {
	margin: auto auto;
	width: 875px;
	/*padding-left: 40px; */
	list-style: none;
	top: 78px;
	/* left: 0px; */
	position: relative;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	margin-right: 20px;
	width: 140px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #a3b13b;
}
nav ul li a:hover {
	color: #fff;
	background: url("../images/hover_highlight.png") center no-repeat;
	
}
nav ul li.selected a {
	color: #fff;
}
nav ul li.subscribe a {
	margin-left: 22px;
	padding-left: 33px;
	text-align: left;
	background: url("rss.png") left center no-repeat;
}
h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 11px 0;
}
p {
	padding-bottom: 22px;
	font: 14px/22px Lucida Sans Unicode, Lucida Grande, sans-serif;
}

footer {
	background-image: url('../images/bottom_bg.png');
	background-color: #15171b;
	background-repeat: repeat-x;
	height: 45px;
	margin-left: auto ;
	margin-right: auto ;
	position: relative;
}

#footerLinks {
	width: 930px;
	margin-left: auto ;
	margin-right: auto ;
}
#footerLinks blockquote {
	padding-top: 15px;
	width: 200px;
	margin-left: 80px ;
	margin-right: auto ;
	display: inline;
	float: left;
}
#footerLinks ul {
	padding-left: 15px;
}
#footerLinks p {
	width: 950px;
	padding-top: 20px;
}
#footerLinks img {
	padding-left: 20px;
	padding-bottom: 5px;
	border: 1px solid #333;
	padding: 15px 25px;
	height: inherit;
}
#footerCopy {
	width: 920px;
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}
#footerCopy p {
	padding-top: 30px:
}
.clearfooter {
height: 30px;
clear: both;
}
#section {
	background-image: url('../images/section_bg.png');
	background-color: #15171b;
	background-repeat: repeat-x;
	background-position: bottom left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;	
}

#section img.border {
	padding-left: 20px;
	padding-bottom: 5px;
	border: 1px solid #333;
	padding: 15px 25px;
	height: inherit;
}

#section .listing {
	padding-left: 20px;
	padding-bottom: 5px;
	border: 1px solid #333;
	height: inherit;
	position: relative;
	margin-bottom: 20px;
}

#section .listing ul {
	padding-left: 15px;
	top: 50;
	left: 20;
}

#section .listing h2 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #333;
}
#featured {
	background-image: url('../images/section_bg.png');
	background-color: #15171b;
	background-repeat: repeat-x;
	background-position: bottom left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	height: 200px;	
}
#featured .items {
	width: 930px;
	margin-left: auto ;
	margin-right: auto ;
}

#featured .item {
	padding-top: 20px;
	width: 275px;
	margin-left: 35px ;
	margin-right: auto ;
	display: inline;
	float: left;
}
#featured .item  ul {
	margin-left: 30px;
	padding-top: 15px;
}
#featured p {
	margin: 0px;
}
#featured .item img {
	padding-top: 10px;
	margin-right: 25px;
}
#featured .item strong {
	margin-bottom: 10px;
	position: relative;
	
}

