/* css styles */

/* Even the playing field in all browsers */

html, body, ul, ol, li, p, img,
h1, h2, h3, h4, h5, h6,
form, fieldset, table, a {
margin:						0;
padding:					0;
border:						0;
}

/* Firefox imaage selection fix */
*:focus {outline: none}

br
{
	clear:both;
}

blockquote
{
	padding:0px;
}

body{
	background: #696969 url('../img/tabs/body_background.jpg') repeat-x;
	width:1000px;
	margin:0 auto;
	font:normal 11px tahoma,helvetica,arial;
}

/******* hyperlink and anchor tag styles *******/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #14a201;
}

/* Firefox imaage selection fix */
*:focus {outline: none}


.heading{
	width:1000px;
	height: 90px;
}

.heading_background{
	background: url('../img/tabs/headbar.jpg') repeat-x top;	
}

.logo{
	float:left;
	background: url('../img/logo.jpg') no-repeat scroll top left;
	width: 180px;
	height: 77px;
	text-indent:-999em;
	margin:5px 0 0px 15px;
}

.logo a{
	display:block;
	width: 180px;
	height: 77px;		
}

.global_navigation{
	width:980px;
	margin:auto;
}

.global_navigation li{
	display:block;
	float:left;
	display:inline;	
}

.global_navigation li a{
	float:left;
	display:inline;
}

.page_content{
	padding:0 10px;
	
}

.feed_list_container{
	clear:both;
	width:980px;
	margin:10px 0px 0 10px;
}


a.feed_list_link{
	color:#204962;
	text-decoration:none;
}

.feed_list{
	float:left;
	display:inline;
	width:320px;
	height:210px;
	background: url('../img/tabs/feed_background.jpg') repeat-x;	
	margin:0  0 6px 0px;
}

#recent_blog_posts{
	margin:0 9px;
}

.feed_list_header{
	padding:5px 0 5px 15px;
}

.feed{
	margin:0 0 0 10px;	
}

.feed li{
	float:left;
	height:auto;
	padding:8px 8px;
	list-style-type: none;
	width:282px;
	background:#fff;
}

.feed_container{
	padding:10px;
	background:#fff;
	width:280px;
	margin:auto auto 10px;
}

.footer, .footer a{
	color:#bababa;
	text-align:center;
}

.footer a{
	text-decoration: none;
}

.footer li{
	display:inline;
	list-style:none;
}

a.more_link{
	float:left;
	background: url('../img/icons/hand.gif') no-repeat center left;
	padding:0px 20px 0px 17px;
	margin-left:15px;
	margin-top:10px;
	color:#0f212c;
	text-decoration: none;
}

a.more_link:hover{
	color:#0f212c;
	text-decoration: underline;
}

/*global navigation ids*/
#advertisers{
	width:244px;
	height:35px;
	background: #76878f url('../img/tabs/global_navigation.png') no-repeat;
	background-position: 0px 0px;
	text-indent:-999em;
}

#advertisers:hover{
	background-position: 0px -35px;
}

#publishers{
	width:244px;
	height:35px;
	background: #76878f url('../img/tabs/global_navigation.png') no-repeat;
	background-position: -246px 0px;
	text-indent:-999em;	
}

#publishers:hover{
	background-position: -246px -35px;
}

#oneload{
	width:242px;
	height:35px;
	background: #76878f url('../img/tabs/global_navigation.png') no-repeat;
	background-position: -490px 0px;
	text-indent:-999em;
}

#oneload:hover{
	background-position: -490px -35px;
}

#viral_video_research{
	width:241px;
	height:35px;
	background: #76878f url('../img/tabs/global_navigation.png') no-repeat;
	background-position: -733px 0px;
	text-indent:-999em;	
}

#viral_video_research:hover{
	background-position: -733px -35px;
}

.clear{
	clear:both;
	line-height:0px;
}
div#footer {
	font-size: 12px;
	width: 900px;
	margin: 20px auto;
	text-align: center;
  color: #BABABA;
}
div#footer a {
  color: inherit;
}
