
/*
	Page style
*/
body { 
	-webkit-font-smoothing: subpixel-antialiased;
}

#container {
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#recentposts {
	width:670px;
	height:350px;
	position:relative;
	margin: 0 auto;
	border:1px solid black;
}

/*
	Slideshow
*/

#slides {
	margin: 0 auto;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:670px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:670px;
	height:350px;
	display:block;
	background-color: #515151;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-2px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:648px;
}

/*
	Pagination
*/

.pagination {
	margin: 0 auto;
	margin-top: -10px;
	width:100px;
	position: relative;
	z-index: 700;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:85px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:640px;
	font-size:0.9em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

p.title {
	font-weight: bold;
	font-size:1.2em;
}

/*
	Anchors
*/

.caption a:link, .caption a:visited {
	color: white;
	text-decoration: underline;
}

.caption a:hover,.caption a:active {
	color: white;
	text-decoration: underline;
}

img.attachment-full {
	width: 670px;
	height: 350px;
}

.slidesPagination {
	display: none;
}

div#top-main-banner{
	margin: 12px auto 0;	
}

div#middle-main-banner{
	margin: 12px auto 0;	
}

div#top-post-banner{
	margin: 0 auto 12px;	
}

div#bottom-post-banner{
	margin: 0 auto 12px;	
}

div#other-stories{
	margin: 12px auto 12px;	
	width: 670px;
	border: 1px solid black;
}

div#related-news {
	width: 670px;
	margin: 12px auto 35px;	
	border: 1px solid black;
}

div#subcon-facebook {
	width: 670px;
	margin: 17px auto 17px;	
	border: 1px solid black;
}

div#other-content, div#related-content {
	padding: 5px;
}

div.posts{padding:12px 0 0;}
div.posts:not(:last-child) {border-bottom:1px dotted #505050;}

div.posts-thumb {
	float: left; 
	width: 100px;
	height: 100px;
	margin-left: 10px; 
	margin-right: 15px;
}

div.posts-snip {

	float: right:
}

div.posts-snip a {
	color: #9F0D08;
	text-decoration: none;
}

div#related-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

div#facebook-content {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left:5px;
}


table#rss-table {
	width: 100%
	border: 0;
}

td.rss-column, td.end-column {
	width: 153px;
	padding: 5px; 
	border-right: 1px solid black;
	vertical-align: top;
}

td.end-column {
	border-right: 0;
}

li.rss-item {
	margin-bottom: 15px;
}

li.rss-item a {
	color: #9F0D08;
	text-decoration: none;
}

.box-header {
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px;
}


