

/* - STORY PAGE 1 - */

/* STORY1 LAYOUT */
.story1 #mi_content {
	float: left;
	width: 630px;
	padding: 10px;
	position: relative;
	}

.story1 #story_detail_top {
	float:left;
	width: 490px;
	}

.story1 #story_tools {
	float: right;
	width: 125px;
	padding: 5px;
        margin-right:10px;
	background-color: #F8F9F9;
	border: 1px solid #ABADB3;
	}

.story1 #story_body #mi_story_embedded {
	width: 315px;
	float: left;
	padding-right: 5px;
	}

/* END STORY1 LAYOUT */





#story_header #story_section_breadcrumb {
	font-weight: normal;
	margin-bottom: .5em;
	color: #ccc; /*<- color of the dash*/
	font-size: 2em;
	padding: 0 10px 0 0;
	position: relative;
	}

#story_header #story_section_breadcrumb a {
	color: #5F5F5E;
	}


#story_header h4.date {
	font-weight: normal;
	color: #999;
	margin-bottom: 5px;
	font-size: 1em;
	}

#story_header h1#story_headline {
	font-size: 2.6em;
	color: #092547;
	}

#story_header h2#story_subheadline {
	color: #666;
	line-height: 1.2em;
	font-size: 1.6em;
	margin-bottom: .5em;
	}

#story_header h3#story_creditline, #story_header #story_bycredit {
	font-weight: normal;
	font-size: 1.3em;
	color: #666;
	font-style: italic;
	}

#story_tools a {
	font-size: 1.1em;
	margin-bottom: 5px;
	text-transform: uppercase;
	}

#story_tools div#addthis,
#story_tools a.myYahooButton,
#story_tools a#story_link_email,
#story_tools a#story_link_print,
#story_tools a#story_link_reprint {
	display: block;
	margin: 0 0 5px 0;
	}



/* ----- Text Resize Styles */
#txtResizeTool {
	}

#txtResizeTool .txtResizeToolHeading {
	margin: 0 5px 0 0;
	line-height: 1em;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	}

#txtResizeTool #txtResizeImageContainer {
	margin-left: 15px;
	}

#txtResizeTool a#txtResizeMinus {
	margin: 0 5px 0 2px;
	}

#txtResizeTool img#txtResizeMinusFade, 
#txtResizeTool img#txtResizePlusFade {
	display: none;
	}

#txtResizeTool a img {
	vertical-align: bottom;
	height: 13px;
	width: 13px;
	}

#txtResizeTool img.txtResize {
	margin-top: 0;
	}
/* ----- END: Text Resize Styles */



#story_body {
	line-height: 1.8em;
	}

#story_body p {
	color: #272627;
	font-size: 1.3em;
	margin-top: 10px;
	}

#story_body #story_text_remaining, 
#story_body #story_text_remaining p {
	}





/* ******************** */
/* START: Story Asset Styles */
#story_assets{
	margin: 10px;
	margin-left: 0;
	border: 1px solid #efefef;
	text-align: center;
}
#story_assets p.asset_heading, #story_assets a.asset_heading {
	margin: 0;
	padding: 0 0 0 5px;
	text-align: left;
	font-weight: bold;
}
#story_assets a.asset_heading{
	outline: none;
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
}
#story_assets a.asset_heading:hover {
	text-decoration: underline;
}
#story_assets ul#cycleNav { 
	display: none;
}
#story_assets ul#cycleNav a { 
	outline: none;
}
#story_assets ul#more_assets_list {
	margin: 10px 5px 5px 5px;
}
/*#story_assets #more_assets_list li a {
	font-size: 1.2em;
}*/

#story_assets #more_assets div {
	display: inline;
}

#story_assets div.mp3 p.assetHeadline {
	display: inline;
	line-height: 1.4em;
	font-size: 1.2em;
	margin-left: 7px;
}
#story_assets div.mp3 object.button embed {
	margin-top: -15px;
}
#story_assets div.mp3 p.assetSubHeading {
	margin: 0 0 10px 15px;
}

#story_assets ul#more_assets_list li div.flashVideoFile {
	display: none;
}
div#cycleImageCaption {
	text-align: left;
	clear: both;
	font-size: 1.3em;
}



/* *** */
/* These drive the jquery cycle plugin for pictures in story detail */

#cycleSlideShow{ 
	position: relative;
}
#cycleSlideShow #cycleControls {
	z-index: 1000; 
	top: 0;
	left: 0;
	position: absolute; 
	display: none;
	margin: 0; 
	padding: 2px; 
    	width: 290px;
}
#cycleSlideShow #cycleControls a { 
	margin: 0;
	padding: 0;
	outline-style: none;
}
a#cyclePrev{
	position: absolute;
	top: 10px;
	left: 10px;
}
a#cycleNext{
	position: absolute;
	top: 10px;
	right: 0;
}
a#cyclePause{
	position: absolute;
	left: 120px;
	
}
a#cyclePlay{
	position: absolute;
	right: 105px
}

#cycleSlides{
	height: 300px;
	overflow: hidden;
}
#cycleSlides .byline {
	line-height: 1em;
	text-align: right;
}
#cycleSlides p.caption {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 4px;
	text-align: left;
}
a.activeSlide img {
	background: rgb(0, 0, 0);
	opacity: 0.5;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
	z-index: 20;
}

/* End jquery cylce styles */




#story_assets div.embedded h4, 
#story_assets div.embedded p {
	text-align: left;
}

#story_assets li.thumbnail {
	margin: 10px;
	float: left;
	height: 50px;
	overflow: hidden;
}

#story_assets li.thumbnail img {}

#featured_assets, #story_body #more_photos {
	border-bottom: 1px solid #efefef;
	}

#story_assets #featured_assets, 
#story_assets #more_photos, 
#story_assets #more_assets {
	padding: 5px;
	}

#story_assets #more_assets {
	text-align: left;
	}

#story_assets div.story_asset_divider {
	clear: both;
	border-top: 1px solid #efefef;
	}

#story_assets ul#more_assets_list, #related_news ul {
}

/* Styles for polls */
#story_assets #more_assets div.mi_poll div { display: block; }
.mi_poll { margin-top: 5px; }
.mi_poll .poll_heading { text-align: left; display: inline; font-weight: bold; float: left; margin-right: 5px; }
.mi_poll .poll_question { text-align: left; margin-bottom: 5px; }

#mi_poll_already_voted { font-weight: bold; color: #666; }

#poll_form { margin-bottom: 5px; }
#poll_form #poll_radios div { margin-bottom: 3px; }
#poll_form #poll_radios input, #poll_form #poll_radios label { vertical-align: middle; }
#poll_form #poll_buttons input { margin-top: 5px; }


#poll_result { margin-bottom: 5px; clear: both; }
#poll_result .response { clear: both; margin-top: 10px; }
#poll_result .answer { text-align: left; float: left; margin-right: 5px; }
#poll_result .tally { text-align: left; }
#poll_result .result { text-align: left; }
#poll_result .poll_percent { border: 0px solid black; display: inline; }
#poll_result #total { margin-top: 5px; font-weight: bold; }
/* End polls styles

/* END: Story Asset Styles */
/* ******************** */



#related_news {
	border: 1px solid #efefef;
	padding: 10px;
	margin: 10px 0;
	}

#related_news p.related_news {
	color: #444;
	font-weight: bold;
	font-size:1.4em;
	text-transform:uppercase;
	margin-bottom: 5px;
	}

#related_news li {
	background: url(../images/bltSprite.gif) 0 0 no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-size: 1.1em;
	}

#toolbar { 
	text-align: right; 
	color: #444; 
}
#toolbar h3 { 
	float: left; 
	margin: 0 0 0 .5em; 
	font: 11px arial black, arial, helvetica, sans-serif; 
	text-transform: uppercase; 
}
#toolbar a { 
	font: normal 10px arial, helvetica, verdana, sans-serif; 
	margin-right: .5em; 
	text-decoration: underline; 
	color: #075099; 
}

/* These styles are used for the AJAX version of "Email a friend" and any other tools that 
will be developed needing similar functionality */

#toolbox { 
    display: none;
    position: absolute;
    top: 60px;
    left: 200px;
    border: 3px solid #666;
    background-color: #EEE;
    width: 380px;
    z-index: 100;
}
#tool { margin: .5em; font-size: 1.3em; }
#tool .label { 
	width: 175px; 
}

.email .header { overflow: hidden; border-bottom: 1px solid #c0c0c0; width: 100%; clear: both; }
.email .header h2 { font-size: 18px; font-weight: bold; float: left; }
.email .header img { float: right; }
.email .attn { color: red; }
.email input[type="text"], .email textarea
{ font-family: verdana,arial,helvetica,sans-serif; font-size: 14px; border: 1px solid #c0c0c0;}
.email .required { background-color: #FFF68F; }
.email .form_field { margin: 5px 0; }
.email label { display: block; }

.email .email_msgbox_success { background: white; padding: 5px; font-size: 20px; width: auto; }
.email .email_msgbox_fail { background: red; padding: 5px; font-size: 20px; width: auto; }

#captcha_invalid {
     color: red;
     font-weight: bold;
}

/* END: Toolbox styles */

/* Spill navigation */
.spill_navigation {
	font-size: 1.3em;
	margin: 20px 0;
}

.spill_navigation a {
	color: #990000;
}

.spill_navigation div.previous, .spill_navigation div.next {
        width: 50%;
        font-weight: bold;
	background-repeat: no-repeat;
}

.spill_navigation a {
        padding: 8px 0;
}

.spill_navigation .previous {
        float: left;
        background-image: url(http://www.macon.com/static/images/mi/story_detail/cycle_gallery/previous.png);
}

.spill_navigation .previous a {
        padding-left: 17px;
}

.spill_navigation .next {
        float: right;
        text-align: right;
        background-image: url(http://www.macon.com/static/images/mi/story_detail/cycle_gallery/next.png);
	background-position: 100% 1px;
}

.spill_navigation .next a {
        padding-right: 17px;
        text-align: right;
}
/* End spill navigation */

.story1 #TB_caption {
	height: auto;
}

/* Disables Comments */

.disabled_comments {
        background: url(http://media.mercedsunstar.com/static/images/mi/pluck/comment.gif) no-repeat scroll 0 0;
        padding: 0 30px 0;
        font-size: 14px;
        margin: 30px 0;
        font-weight: bold;
}
