

@charset "UTF-8";
/* CSS Document */

#wrapper {}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../gfx/inverse/blackphotobg.jpg) repeat fixed;
	font-size: 12px;
	color: #999999;
	min-width:1000px;
	
}

#header {
	z-index:2;
	position:relative;
	background-color:#FFFFFF;
	background-image:url(../gfx/inverse/head-foot-tile.png);
	background-repeat:repeat;
	height:85px;
	margin:0 auto 0;
	padding:0;
	text-align:left;
	width:100%;
}

#main {
	clear:both;
	padding:40px 30px 22px;
	margin:0 auto;
	position:relative;
	width:940px;
}

#footer {
	background-color:#FFFFFF;
	background-image:url(../gfx/inverse/index_footile1.jpg);
	background-repeat:repeat;
	border-top:4px solid #FFFFFF;
	margin-top:0;
	clear: both;
}

#content {}

/* nav menu styling */

#nav_menu {
	padding: 0px;
	width: 940px;
	margin: 0px auto 0;
	background-color: transparent;
	position: relative;
	text-align: left;
	height: 94px;
}

#img_logo {
	position: absolute;
	height: 85px;
	width: 405px;
	left: -10px;
	top: 1px;
}
#img_menu_feat {
	position: absolute;
	height: 13px;
	width: 72px;
	left: 452px;
	top: 72px;
}

#img_menu_prod {
	position: absolute;
	height: 13px;
	width: 77px;
	left: 560px;
	top: 72px;
}

#img_menu_edu {
	position: absolute;
	height: 13px;
	width: 81px;
	left: 670px;
	top: 72px;
}

#img_menu_art {
	position: absolute;
	height: 13px;
	width: 60px;
	left: 782px;
	top: 72px;
}

#img_menu_cont {
	position: absolute;
	height: 13px;
	width: 66px;
	left: 874px;
	top: 72px;
}

#sitesearch {
	position: absolute;
	left: 730px;
	top: 10px;
}

/* content styling -- scroll has its own stylesheet */

.boxheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.boxheadline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 12px;
	text-transform: uppercase;
}

.feedbox {
	background-color: #333333;
	border: 6px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#exchangefeed {
	width: 531px;
	margin-right: 20px;
	margin-left: 28px;
	margin-top:36px;
	background-color: transparent;
}

#podcastbox {
	float: right;
	overflow: hidden;
	margin-right: 28px;
	margin-top: 48px;
	display: inline;
	clear: both;
	width: 321px;
	
}

#newblood {
	float: right;
	width: 311px;
	margin-right: 28px;
	margin-top: 72px;
	display: inline;
	background-color: #999966;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display:none;
}

#newblood .boxheadline {
	font-weight: bold;	
}

.newbloodthumb {
	float: left;
	height: 58px;
	width: 58px;
	margin-right: 4px;
	margin-bottom: 4px;
	cursor: pointer;
}

#newsfeed {
	float: right;
	width: 321px;
	margin-right: 28px;
	clear: both;
	margin-top: 20px;
	display: inline;
	background-color: transparent;
}

.editem {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

.editem li {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.srssfetcher {
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.srssfetcher a {
	color: #CCCCCC;
	text-decoration: none;	
}

.srssfetcher a:hover, .srssfetcher a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

.srssfetcher-timestamp {
	font-size: 10px;
	color: #999999;
}

.srssfetcher-item {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;	
}

.posttitle a {
	color: #FFFFFF;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}

.posttitle a:hover, .posttitle a:active {
	color: #999999;
	text-decoration: none;
}

.postbyline, .postbyline a, .postbyline a:hover {
	color: #1EB1EF;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

.postexcerpt {
	color: #CCCCCC;
}

#exchangelink {
	color: #CCCCCC;
	background-image: url(../gfx/inverse/exc_link_arrow.png);
	background-position: left top;
	width: 201px;
	background-repeat: no-repeat;
	height: 27px;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 315px;
	font-weight: bold;
	font-size: 13px;
}

#exchangelink a {
	color: #CCCCCC;
	text-decoration: none;
}

#exchangelink a:hover {
	color: #1EB1EF;
}

#newswirelink {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	width: 295px;
	margin-top: 5px;
}

#newswirelink a {
	color: #CCCCCC;
	text-decoration: none;
}

#newswirelink a:hover {
	color: #1EB1EF;
}

/* footer styling */

#twitter-bird {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	top:7px;
	width:940px;
	background-image: url(../gfx/inverse/twitter-bird.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	clear: both;
}

#footcontent {
	padding:25px 0 0;
	margin:0 auto;
	overflow:hidden;
	width:940px;
}

#footcontent table, #footcontent th, #footcontent td, #footcontent tr {
	vertical-align: middle;
	font-size: 11px;
}

#footcontent table img {
	margin-right: 10px;
}

#footcontent table a {
	color: #333333;
	text-decoration: none;
}

#footcontent table a:hover {
	color: #666666;	
	text-decoration: none;
}

.footheader {
	color:#333333;
	font-family:"Helvetica Neue", Arial, Sans-Serif;
	font-size:16px;
	font-style:normal;
	font-weight:600;
	letter-spacing:0.2em;
	line-height:26px;
	text-transform:uppercase;
	text-decoration: none;
}

.footheader a:link, .footheader a:visited, .footheader a:active {
	color:#333333;	
	text-decoration: none;
}

.footheader a:hover {
	color:#666666;
}

#twitter-header {
	float:left;
	margin:0 35px 0 0;
	width:290px;
}

#popular-header {
	float:left;
	margin:0 38px 0 17px;
	width:300px;
}

#syndication-header2 {
	float:left;
	margin:0px;
	width:220px; /*245 minus the padding*/
	background-image: url(../gfx/content/rssicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	display: none;
}

#syndication-header2 a:hover {
	color: #FF9933;
}

#syndication-header {
	float:left;
	margin:0px;
	width:220px; /*245 minus the padding*/
	background-image: url(../gfx/content/rssicon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	
}

#twitterfeed {
	float:left;
	margin:0 35px 0 0;
	width:290px;
	overflow: hidden;
}

#popularlinks {
	float:left;
	margin:0 38px 0 17px;
	width:300px;
}

#popularlinks td {
	line-height: 12px;
}

#syndication {
	float:left;
	margin:0px;
	width:245px;
	line-height: 12px;	
}

#syndication ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 25px;
}

#syndication li, #syndication li a {
	margin-bottom: 5px;
	color: #333333;
	text-decoration: none;
}

#syndication li a:hover {
	color: #666666;
	text-decoration: none;
}

.syndication_title {
	font-style: italic;
	font-weight: bold;
}

.syndication_subtitle {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

#siteinfo, #siteinfo a {
	color:#666666;
	font-size:10px;
	line-height:18px;
	padding:5px 0;
	clear: both;
	margin:0 auto;
	width:940px;
	text-align: right;
	text-decoration: none;
}

#siteinfo a:hover {
	color:#000000;
}

/* tweet styles */

#twitterfeed li {
	font-size: 11px;
	color: #000000;
	background:#999999;
	margin-bottom:5px;
	list-style-type:none;
	line-height: 13px;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: .7em;
	padding: 5px 5px 5px 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#twitterfeed .hash { color:#FFCC99; } 

#twitterfeed .reply { color:#FFCC99; } 

#twitterfeed a:link { text-decoration:none; color:#FFCC99;}
#twitterfeed a:active { text-decoration:none; color:#FFCC99;}
#twitterfeed a:hover { text-decoration:none; color:#FFCC99;}
#twitterfeed a:visited { text-decoration:none; color:#FFCC99;}
small {
	font-style:italic;
	color: #FFFFFF;
}

/* behaviors */

img, div, body, html, a { behavior: url(../iepngfix/iepngfix.htc) }

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */ 
    display:none;
	/* place overlay on top of other elements */ 
    z-index:10000;
	/* styling */ 
    background-color:#333;
	width:675px;
	min-height:200px;
	border:4px solid #FFFFFF;
	/* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 35px #000000;
	-webkit-box-shadow: 0 0 90px #000000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../gfx/inverse/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* styling lightbox text */
.lbtext {
	font-size:11px;
	color:#333333;
	font-weight: normal;
}

.lbwho {
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-decoration: none;
}

.lbassoc {
	color: #1EB1EF;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
}

/* modal overlay for translate */
.modal { 
    background-color:#fff; 
    display:none; 
    width:350px; 
    padding:15px; 
    text-align:left; 
    border:2px solid #333; 
 
    opacity:0.8; 
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
} 
 
.modal h2 {  
    margin:0px; 
    padding:10px 0 10px 45px; 
    border-bottom:1px solid #333; 
    font-size:20px; 
}

.modal .close {
	background-image:url(../gfx/inverse/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#dailybeat {
background-color:#000000;
clear:both;
float:right;
padding:10px;
width:860px;
}
#dailybeat .left {
float:left;
}
#daily_video_futube {
float:right;
}
#dailybeat .bottom {
clear:both;
}
#dailybeat .title img{
position:relative;
right:45px;
}
