/* This is the specialty css for the ArkansasOnline homepage only */

body.homepage #center {

}

#homepage_left {
	width:410px;
	float:left;
	clear:left;
	padding:0;
	overflow: hidden;
}

#homepage_center {
	width:315px;
	float:left;
	margin-left:10px;
	padding:0;
	text-align:center;
	overflow: hidden;
}

#contentAndRail {
	clear:left;
	width:100%;
	background-color:#fff;
}



#homepage_left .top_stories h2 a {
}


.top_stories .teasedate {
	font-weight:bold;
}

img.leadStoriesThumb {
    float: left;
    margin: 0px 10px 10px 0px;
}

div.main_news_top_stories p.tease {
    font-size: 0.6875em;
}

div.main_news_top_stories h2 {
    margin: 10px 0px;
    font-size: 1.5em;
}
div.main_news_top_stories h2 a, div.main_news_top_stories h2 a:hover{
    overflow: none !important;
    white-space: normal !important;
}


#stocks {
	padding-top: 10px;
	width: 193px;
	margin: 10px 10px 0px 5px;
	text-align: center;
	border: 1px solid #666;
}

#homepage_center .blogs ul {
	text-align:left;
	font-size: 0.8125em;

}


#homepage_center .blogs .title{
    background: #888899;

}

#homepage_center .blogs .entry {
	margin:0 0 10px 0;
}

#homepage_center .blogs h2 a {
	font-size:.9em;
}

/*==================================================================================================
	Media Bar Slideshow
==================================================================================================*/
.mediaBarSlideshow {
	float:left;
	width:440px;
	height:302px;
}

.most_popular_holder {
    width:405px;
    margin:5px 0;
}    

/*==================================================================================================
	Media Bar Latest News
==================================================================================================*/
.mediaBarLatestNews {
	width:300px;
	line-height:19px;
	font-weight:bold;
    margin:0 auto;
}

.latestNewsTitle {
	text-align:center;
	padding:10px 0 5px 0;
	border-bottom:1px solid #C3C3C3;
	font-size:1.1em;
	color:#990000;
}

.latestNewsContent {

}

.latestNewsContent a:link, .latestNewsContent a:visited {
	text-decoration:none;
}

.latestNewsContent ul.latestnewslist li{
    padding:5px 10px;
	text-align:left;
	border-bottom:1px solid #D1D1D1;

}

.latestNewsContent ul.bloglist li {
    padding:5px 10px !important;
	text-align:left;
	border-bottom:1px solid #D1D1D1;
}

.latestNewsContent ul.latestnewslist li a{
    display: block;
	font-size: 0.6875em;
    width: 100%
}

.latestNewsContent ul.latestnewslist li a span.latestDate{
    display: none;
}

.latestNewsContent ul.latestnewslist, .latestNewsContent ul.bloglist{
    list-style: none;
}

.latestNewsContent p {
    min-height: 65px;
}
.latestNewsContent h2.videoinline {
	background-image: url(../images/video_icon_new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 17px;
}

#hompageLatest div ul li a{
    overflow:hidden;
    white-space: nowrap;
}

#hompageLatest div ul li a:hover{
    overflow:auto;
    white-space: normal;
}


.latestNewsContent ul.latestnewslist li a:hover span.latestDate{
    display: inline;
    white-space: pre;
}

.latestMore {
	float:left;
	height:15px;
	margin:10px 0;
	font-size:.725em;
	text-align:left;
}

.latestMore a:link {
	color:#00006a;
	text-decoration:none;
}

.latestDate {
	color:#990000;
	font-weight:lighter;
}


/********************************** TAB STYLE *****************************************/
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
 margin-left: 0px;
}
.tabberlive {
 margin-left: 0px;
 margin-top: 0px;
 margin-bottom: 10px;
 text-align: left;
}
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
	margin: 10px 0px 0px 0px;
/*	border-bottom: 1px solid #666;*/
	font-weight: normal;
	font-size: .725em;
}

ul.tabbernav li
{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
/*	background-image:url(../images/tab_bg.jpg);*/
	padding: 3px 0.5em;
	margin-left: 3px;
/*	border: 1px solid #666;*/
	border-bottom: none;
	background-color: #999;
	text-decoration: none;
	font-weight:bold;
	font-size:.875em;
}
ul.tabbernav li a:link { color: #FFF; }
ul.tabbernav li a:visited { color: #FFF; }
ul.tabbernav li a:hover
{
/*	background-image:url(../images/tab_bg_over.jpg);*/
	color: #fff;
	background-color: #888;
/*	border-color: #227;*/
}
ul.tabbernav li.tabberactive a
{
	background-color: #555;
/* 	background-image:url(../images/tab_bg_active.jpg);
	border-bottom: 1px solid #D2D2D2;*/
	color: #FFF;
}
ul.tabbernav li.tabberactive a:hover
{
 background-color: #444;
}
/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	background-color:#efefef;
	border: 3px solid #999;
	border-width: 3px 0px 0px 0px;
	line-height: 1em;
	font-size:.75em;
}

.tabbertab ul {
    list-style: none;

}
.tabbertab ul li {
    margin: 0px 10px;
    padding: 4px 0px;
    border-bottom: 1px solid #DDD;
}

.tabberlive .tabberTabContent {

	padding:5px 0 5px 0;
}
.tabberlive a {
	color:#00006A;
	font-size:.95em;

}


.tabberlive .item {
	clear:left;
	padding: 0px 10px;
	margin-bottom: 4px;
}

.tabberlive span.top_bylines {
	font-size:.9em;	
}

.tabbertab .top_headlinesmore {
	font-size: 1em;
	float: right;
	margin-right: 10px;
}

.tabbed_stories .printedition {
font-weight:bold;
margin-top:6px;
text-align:center;
font-size:0.75em;
line-height:1em;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}
/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tabx1 {
}
.tabberlive#blogtab {
	margin-right: 10px;
}
.tabberlive#blogtab .tabbertab {
	padding: 0px;
	margin:0px
/*	overflow: auto;*/
}

.tabbed_stories .columnists {
    padding: 5px 0pt;  
    font-size: 0.75em; 
    line-height: 1em;
	background-color:#E4E4E4;
	margin:10px 0px;
	text-align:left;
}

.tabbed_stories .columnists .columnists_header {
	text-align:center;
	font-weight:bold;
    font-size: 1em;
	margin:0 0 5px 0;
}


.tabbed_stories .columnists ul {
    list-style-image: none; 
    list-style-position: outside; 
    list-style-type: none;
}

.tabbed_stories .columnists li {
    border-bottom: 1px solid rgb(221, 221, 221); 
    margin: 0pt 10px; 
    padding: 4px 0pt;
}

.tabbed_stories .columnists .top_headlinesmore {
    float: right; 
    font-size: 1em; 
    margin-right: 10px;
}

span.top_bylines {
    font-weight: bold;
}

.promotional {
	background:url(../images/lower_tab_layout.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_contact {
	background:url(../images/lower_tab_layout_contact.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_submission {
	background:url(../images/lower_tab_layout_submission.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_community {
	background:url(../images/lower_tab_layout_community.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_special {
	background:url(../images/lower_tab_layout_special.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_previous {
	background:url(../images/lower_tab_layout_previous.jpg);
	background-repeat:no-repeat;
	width:713px;
	height:280px;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align:center;
}

.promotional_info {
	background:url(../images/promotional_item.jpg);
	background-repeat:no-repeat;
	width:256px;
	height:60px;
	margin:0px;
	padding: 10px 0 0 10px;
	text-align:left;
	vertical-align:top;
	font-size: 1.1em;
	font-weight: bold;
	color:#00006A;
	margin: 0;
}

.promotional_info_sub {
	width:256px;
	height:30px;
	padding: 6px 0 0 6px;
	text-align:left;
	vertical-align:middle;
	font-size: .6em;
	font-weight: bold;
	color:#000000;
	margin: 0;
}

.promotional_info a:link {
	text-decoration:none;
}
.promotional_info a:visited {
	text-decoration:underline;
}
.promotional_info a:hover {
	color:#00009B;
	text-decoration:underline;
}
.promotional_info a:active {
	text-decoration:none;
}
.promotional_left {
	float:left;
	width:346px;
	height:230px;
	margin:0px 0 0 0px;
	padding:0px;
}
.promotional_right {
	float:right;
	width:346px;
	height:230px;
	margin:0px 0px 0 0px;
	padding:0px;
}
.promotional_nav {
	background:url(../images/promotional_nav.jpg);
	float:right;
	width:713px;
	height:28px;
	margin:10px 0px 0 0px;
	padding:0px;
	font-family:tahoma;
	font-size:.8em;
	font-weight:bold;
	text-align:center;
	padding-top:12px;
}
.promotional_nav a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.promotional_nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.promotional_nav a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}
.promotional_nav a:active {
	color:#FFFFFF;
	text-decoration:none;
}


/******************************** END TAB STYLE ****************************************/


/***********************AP headlines style ********************************/

.ap_latest_news {
	width: 320px;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
	background-image:url(../images/latest_bg.jpg);
	font-size: .725em;
	line-height: 1.4em;
	padding: 0;
	margin: 0 auto;
	color: #710000;
}
.ap_latest_news img {
	padding: 0;
	margin: 0;
}
.ap_latest_news_stories {
/*	padding: 0 40px 10px 40px; */
	margin:0 auto;
	text-align:left;
	width:260px;
}
.ap_latest_news_stories a{
	font-weight: bold;
	color:#00006A;
}
.ap_latest_news_stories p{
	text-align: left;
	background-color: #fff;
}

.wiretime {
	color:#000;
}
.wire_header {
	font-weight: bold;
	font-size: .92em;
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
}

div.ap_latest_news ul {
	margin-bottom:10px;
}

div.ap_latest_news li {
	margin:0;
	padding:0;
}

.wire_header a:link {
	color: #710000;
}
.wire_header a:visited {
	color: #710000;
}
.under_dot {
	clear: both;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-bottom: 0px dotted #ddd;
	overflow: hidden;
	width: 60%;
}
.line_height {
	line-height: 1.2em;
	height: 1.2em;
}
.wire {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	height: 1.5em;
}

/*********************** end ap headlines *************************/


.blogs .feed img {
	width:60px;
	float:left;
	margin:0 6px 0 0;
	padding:0;
	border:1px solid #000;
}

.middleblock {
	margin:10px auto;
}

/* card ads */
#cardAdWrapper {
    background: #E5E5F1;
    text-align: center;

}

#cardAdWrapper .ad_alert {
    font-size: 0.5em;
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
}
table.cardAds {
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 0.75em;
    text-align: center;
}

td.cardAdItems img {
    width: 175px;
    display: block;
}

td.cardAdItems {
    padding-left: 18px;
}
