@import url("../taglib/css/reset.css");

body {
	background-color: #041d2e;
	font: 13px/1.5em arial, verdana, sans-serif;
	color: #111;
	padding-bottom: 100px; 
}

a {
	color: #104684;
}

#container {
	background: url("../images/main/bg-container.png") repeat-y center top;
}

#container2 {
	background: url("../images/main/bg-container2.png") no-repeat center bottom;
}

#header {
	width: 880px;
	height: 508px;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	
}

#header #tagline {
	display: none;
}

#header-nav {
	background: url("../images/main/bg-header-nav.png") repeat-x left top;
	height: 40px;
	padding: 0 20px;
}

#header-nav li {
	float: left;
	background: url("../images/main/bg-header-nav-li.gif") no-repeat left center;
	padding: 0 8px 0 12px;
	line-height: 39px;
}

#header-nav li:first-child {
	background-image: none;
	padding-left: 0;
}	

#header-nav a {
	color: #8eb9e3;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#header-search {
	position: absolute;
	right: 13px;
	bottom: 9px; 
}

#header-search input[type="text"] {
	background-color: #3877b4;
	border: none;
	padding: 3px;
	font-size: 13px;
	font-family: arial, sans-serif;
	vertical-align: middle;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 78px;
}

#header-search button {
	height: 21px;
	width: 21px;
	background: url("../images/main/bg-header-search-btn.gif");
	padding: 0;
	border: none;
	text-indent: -900em;
	vertical-align: middle;
}

#content {
	width: 880px;
	margin: 0 auto;
}

#footer {
	width: 880px;
	margin: 0 auto;
	height: 255px;
}

#footer #podcasts {
	width: 294px;
	padding: 20px 20px 0 126px;
	height: 106px;
	float: left;
	background: url("../images/main/bg-podcast.jpg") no-repeat 20px top;
	color: #bbcede;
	font-size: 11px;
}

#podcasts h2 {
	height: 19px;
	background: url("../images/main/bg-podcast-h2.png") no-repeat left center;
	text-indent: -900em;
}

#podcasts p {
	margin: .7em 0;
}

#podcasts a {
	color: #5c89bc;
	font-weight: bold;
}

#footer #social_media {
	width: 198px;
	padding-top: 41px;
	height: 85px;
	float: left;
	margin-left: 106px;
	background: url("../images/main/bg-social_media-new.jpg") no-repeat center center;
}

#footer #social_media > li {
	width: 50px;
	float: left;
}

#footer #social_media li a {
	display: block;
	/*margin: 0 1.8em;*/
	width: 50px;
	height: 50px;
	text-indent: -900em;
}

#footer #social_media > li:first-child {
	margin-left:98px;
}

#footer-nav {
	padding-top: 20px;
	width: 665px;
	clear: left;
	float: left;
	overflow: auto;
	font-size: 11px;
	line-height: 18px;
}

#footer-nav > li {
	width: 188px;
	float: left;
	background: url("../images/main/bg-footer-nav-li.png") no-repeat 7px 2px;
	padding-left: 27px;
}

#footer-nav > li > a {
	font-weight: bold;
	color: #a0b0bd;
}

#footer-nav a {
	text-decoration: none;
	color: #53697a;
}

#footer-nav a:hover {
	text-decoration: underline;
}

#byline {
	padding-top: 20px;
	text-align: right;
	float: right;
	color: #53697a;
	font-size: 10px;
	line-height: 18px;
}

#byline a {
	text-decoration: none;	
	color: #53697a;
}

