/*------------------------------------------------
==================================================

2theadvocate.com Screen Styles

Capital City Press, LLC
7290 Bluebonnet Blvd
Baton Rouge, LA 70810
http://www.2theadvocate.com

Nicholas Scheurich
Lead Web Developer

Contents:
	1. Reset
	2. Body
	3. Headings
	3. Links
	4. Images
	5. Layout
	6. Header
	7. Main content
	8. Carousel
	9. Subsections
	10. Ad rail
	11. Footer
	
==================================================
------------------------------------------------*/


/*
1. Reset
------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

ul, ol {
	list-style: none;
}


/*
2. Body
------------------------------------------------*/
body {
	font: 12px/1.4 "Helvetica Neue", "Arial", sans-serif;
	text-align: center;
	background: url(http://media.2theadvocate.com/designimages/centered-2.gif) center 0 repeat-y #EEE;
}


/*
3. Headings
------------------------------------------------*/
h1 {
	font-size: 36px;
}

h2 {
	margin: 15px 0px 5px;
	font-size: 24px;
}

h2.subsection-heading {
	margin: 0 0px 8px;
	font-size: 13px;
	text-transform: uppercase;
	color: #D00;
}


h2.subsection-heading a {
	color: #D00;
}

.article-summary h2, .article-summary h3 {
	margin-bottom: 2px;
	font-size: 14px;
}

#top-stories h2 {
	font-size: 16px;
}

.top-story h2 {
	font-size: 17px;
}

.subsection-children h3 {
	display: inline;
}


/*
3. Links
------------------------------------------------*/
a {
	color: #04298F;
}

a:hover {
	color: #021447;
	text-decoration: underline;
}


/*
4. Images
------------------------------------------------*/
img {
	border: none;
}


/*
5. Layout
------------------------------------------------*/
#page {
	width: 960px;
	margin: 15px auto;
	padding: 0 20px;
	overflow: hidden;
	text-align: left;
	background: #FFF;
}

.double {
	width: 630px;
	float: left;
	margin: 0 30px 15px 0;
	overflow: hidden;
}

.triple {
	width: 960px;
	overflow: hidden;
}

.col {
	width: 300px;
	margin-right: 30px;
	float: left;
}

.last {
	margin-right: 0;
}

.block {
	margin-bottom: 15px;
}

.clear {
	clear: both;
}

.subsection {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #BBB;
}

.subsection ul {
	list-style: none;
}

.subsection .article-summary {
	margin-bottom: 10px;
}

.subsection-column {
	width: 300px;
	margin-right: 30px;
	float: left;
}


/*
6. Header
------------------------------------------------*/
#ad-leaderboard {
	width: 728px;
	height: 90px;
	margin-bottom: 10px;
	float: left;
}

#weather-box {
	width: 222px;
	height: 172px;
	float: right;
}

#masthead {
	width: 728px;
	height: 82px;
	float: left;
}

#masthead h1 {
	height: 82px;
	position: relative;
	text-indent: -9999px;
	background: url(http://media.2theadvocate.com/designimages/2theadvocate_logo_728_new.gif);
}

#masthead a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}

#masthead .strapline {
	display: none;
}

#search-bar {
	margin-bottom: 8px;
	clear: both;
	overflow: hidden;
}

#info-bar {
	padding: 8px 0;
	overflow: hidden;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #222;
}

#info-bar .nav {
	float: right;
}

#info-bar em {
	font-style: normal;
	color: #D00;
}

#info-bar #last-updated {
	float: left;
	font-weight: bold;
}

#info-bar #featured-navigation {
	float: right;
}

#navigation {
	clear: both;
	overflow: hidden;
}

#nav-tier-2 {
	padding: 1px 0;
}


/*
6. Article summaries
------------------------------------------------*/
.article-summary {
	margin-bottom: 15px;
	overflow: hidden;
}

.article-summary .figure img.small {
	width: 138px;
	margin: 2px 0px 5px 5px;
	float: right;
}

#todays-headlines ul {
	list-style: none;
	color: #333;
}

.related-items {
	margin-top: 5px;
}


/*
7. Content indicators
------------------------------------------------*/
a[rel=audio], a[rel=facebook], a[rel=feed], a[rel=gallery], a[rel=link], a[rel=offsite], a[rel=twitter], a[rel=user], a[rel=video], .default, .rel-audio, .rel-gallery, .rel-link, .rel-offsite, .rel-video {
	padding-left: 20px;
	background-position: left center;
	background-repeat: no-repeat;
}

a.icon {
	width: 16px;
	height: 16px;
	padding-left: 0;
	display: block;
	text-indent: -9999px;
	background-position: right center;
}

a[rel=audio], .rel-audio {
	background-image: url(http://media.2theadvocate.com/designimages/link-audio.gif);
}

a[rel=facebook] {
	background-image: url(http://media.2theadvocate.com/designimages/link-facebook.gif);
}

a[rel=feed] {
	background-image: url(http://media.2theadvocate.com/designimages/link-feed.gif);
}

a[rel=anchor], .rel-link {
	background-image: url(http://media.2theadvocate.com/designimages/link-anchor.gif);
}

a[rel=offsite], .rel-offsite {
	background-image: url(http://media.2theadvocate.com/designimages/link-offsite.gif);
}

a[rel=gallery], .rel-gallery {
	background-image: url(http://media.2theadvocate.com/designimages/link-gallery.gif);
}

a[rel=twitter] {
	background-image: url(http://media.2theadvocate.com/designimages/link-twitter.gif);
}

a[rel=user] {
	background-image: url(http://media.2theadvocate.com/designimages/link-twitter.gif);
}

a[rel=video], .rel-video {
	background-image: url(http://media.2theadvocate.com/designimages/link-video.gif);
}

.default {
	background-image: url(http://media.2theadvocate.com/designimages/link-default.gif);
}


/*
8. Homepage
------------------------------------------------*/
.subsection-heading {
	position: relative;
}

.subsection-heading a.icon {
	position: absolute;
	right: 0;
	top: 0;
}

.subsection-children * {
	font-size: 12px;
}

.subsection-children a {
	font-weight: bold;
}


/*
10. Footer
------------------------------------------------*/
#footer {
	width: 958px;
	padding: 0;
	clear: both;
	overflow: hidden;
	border: 1px solid #AAA;
}

#archives-search {
	padding: 10px;
	border-bottom: 1px solid #AAA;
	overflow: hidden;
}

#archives-search form {
	float: right;
}

#archives-search label {
	font-weight: bold;
}

#archives-search select {
	margin-left: 5px
}

#archives-search input[type=submit] {
}


#footer-information {
	padding: 15px;
}

#footer .col {
	width: 185px;
	min-height: 205px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #DDD;
}

#footer .last {
	width: 280px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 11px;
}

#footer h2 {
	margin-top: 0;
	font-size: 15px;
	color: #04298F;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	color: #D00;	
}


/*
11. Advertising
------------------------------------------------*/
#ad-rail {
	width: 300px;
	margin-top: 15px; 
	float: right;
}

#ad-rail li {
	margin-bottom: 15px;
}

.ad-heading {
	margin: 15px 0px 10px;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
}


.ad-heading h2 {
	margin: 0;
	float: left;
	font-weight: normal;
	font-size: 10px;
	color: #888;
}

.ad-heading a {
	float: right;
}

#ad-triplex {
	text-align: center
}

#ad-triplex p {
	margin-bottom: 5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
}

/* Fix for "Today's Headlines" */
#main-content { margin-top: -4px; }
#main-content .col { margin-top: 4px; }
#main-content .last { margin-top: 0; }

#feedback-form {
	display: none;
}

.figure .credit {
border: 1px solid #CCC;
border-top: none;
	height: 15px;
line-height: 15px;
padding: 2px 3px 1px;
background: #EEE;
}

.figure .credit p {
	float: right;
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #444;
}

.figure .credit a {
	float: left;
	font-size: 10px;
	color: #666;
}

.figure .credit a span {
	font-size: 9px;
}

.figure .caption {
	padding-top: 5px;
	clear: both;
	display: none;
	font-size: 11px;
	color: #333;
}

.button {
	padding: 3px 8px;
	border: 1px solid #666;
	cursor: pointer;
	color: #FFF;
	background: #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button {
	color: #FFF;
}

a.button:hover {
	text-decoration: none;
}

#archives-search a.button {
	float: left;
	border-color: #6E0000;
	color: #FFF;
	background: #D00;
}

#sticky-container {
	position: absolute;
	z-index: 9999;
	left: 600px;
	top: 90px;
}

#sticky-ad {
	width: 250px;
	height: 250px;
	position: relative;
	z-index: 9997;
}

#sticky-ad img {
	position: absolute;
	left: 0;
	bottom: 0;
	border: none;
}

#close-sticky {
	width: 100px;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9998;
	cursor: pointer;
}

.big-story {
	margin-top: 15px;
}

body.offsite {
	background: none;
}

.offsite #page {
	margin: 0;
	padding: 0;
}
