/*  
Theme Name: County Derry Post
Theme URI: http://derrypost.com/
Description: Derry Post Website
Version: 1
Author: Damien Blake
Author URI: http://www.damienblake.com/


*/


body {
	background-color: #cc0000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}

/* Top of Page */
#topContainer {
	display: block;
	background: url(images/topbg.jpg) right top repeat;
	padding: 0;
	top: 0px;
	height: 150px;
	vertical-align: middle;
}


#top {
	margin: 0 auto 0 auto;
 	width: 750px;
 	height: 150px;
	display: block;
	vertical-align: middle;
}

#logo {
	float: left;
	display: inline;
	vertical-align: middle;
	margin: 25px 0 auto 0;
}

#introTxt {
	float: right;
	display: inline;
	vertical-align: middle;
	margin: 43px 0 auto 0;
}

.montage {
	border: 6px solid #fff;
	margin: 0 auto 10px auto;
	display: block;
	padding: 0;
}



/* Main Page */
.mainContainer {
	margin: 0 auto 0 auto;
	padding: 0;
 	width: 750px;
	display: block;
}

h1 {
	text-align: center;
	font-size: 30px;
	margin: 0;
	padding: 0;
}

.montage {
	border: 6px solid #fff;
	margin: 0 auto 10px auto;
	display: block;
	padding: 0;
}

.mainTxt {
	width: 530px;
	float: left;
	margin: 0;
	padding: 0;
}


/* Articles */
h2 {
	margin: 0;
	padding: 0;
}

h2 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
}


p.meta {
	font-size: xx-small;
	color: #d99200;
	font-weight: bold;
}

a.readmore, a.readmore:visited {
	font-size: small;
	color: #d99200;
	font-weight: bold;
}


a.readmore:hover{
	font-size: small;
	color: #fff;
	font-weight: bold;
}



p {
	margin: 3px 0 5px 0;
	text-align: justify;
	font-size: small;
	line-height: 1.5;
}

.article {
	display: block;
	margin: 0 0 20px 0;
}


#navBox {
	float: right;
	width: 200px;
	display: block;
}

.photoRight {
    float: right;
    border: 3px solid #d99200;
    margin: 2px;
}

.entry p {
	color: #fff;
	text-align: justify;
}

/* Navigation */
#nav {
	float: right;
	width: 200px;
	display: block;
	border: 2px solid #fff;
	background: #003399 url(images/navbg.jpg) bottom left no-repeat;
	margin: 0;
	padding: 0;

}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li{
	list-style: none;
	text-align: center;
	margin: 0;
	display: block;
}


#nav li a  {
	color: #ffffff;
	font-weight: bold;
	font-size: small;
	display: block;
	padding: 5px 0 5px 0 ;
    margin:  0;
 }
    
 #nav li a:hover {
 	background: #d99200;
 	text-decoration: none;

 }

.postmetadata {
	font-size: xx-small;
}


 

/* sIFR STYLES */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}
*/
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
