* {
   margin:0; 
   padding:0;
   border:0;
   }
a {
	color:#fff;
}
body {
	font-family:"Trebuchet MS", Arial, "helvetiva lt";
	background:#fff url(../images/bgSite.gif) top center repeat-x;
	margin:0;
   }
#navbar-iframe {
   display: none !important;
}
#wrap {
	width:980px;
	margin:0 auto;
	padding:0;
	border:0;
}
#header {
	display:block;
}
#header img#logo{
	margin:0 0 0 10px;
}






ul#navigation {
	display:block;
	width:980px;
	float:left;
	margin-top:0;
}
ul#navigation li {	
	display:inline;
	float:left;
}
ul#navigation li a {
	padding: 14px;
	margin:7px 0 0 0;
	display:block;
	text-decoration:none;
	color:#720b0b;
}
ul#navigation  li a:hover, ul#navigation  li a.loc { 
	background:url(../images/bgMainMenu.png) top center no-repeat;
}


div.feedburnerFeedBlock ul {
	margin:0;
	padding:0;
	list-style-type: none;
}

div.feedburnerFeedBlock ul ol {
	list-style-type: decimal;
}
div.feedburnerFeedBlock ul li {
	color:#ededed;
	font-weight:normal;
	font-size:16px;
}
div.feedburnerFeedBlock ul li span.headline {
	font-weight:bold;
	display:block;
	margin:0;
	padding:8px 0;
}
div.feedburnerFeedBlock {
	border:0;
	padding:0;
	margin:0;
}
p.date {
	display:none;
	margin:0;
	font-size:2em;
	padding:0;
	color:#000;
}
div#creditfooter {
	display:none;
}




#left {
	float:left;
	background:url(../images/bgAside.png) top left no-repeat;
	width:263px;
	margin: 0 2em 4em 2em;
}
#left p {
	color:#fff;
	font-size:0.8em;
	padding:1em;
}
#left ul  {
	display:block;
}
#left ul li {
	list-style:none;
	padding:0 1em;
	font-size:12px;
}
#left ul li a {
	list-style:none;
	font-size:0.9em;
	text-decoration:none;
	padding:0.5em 1.2em;
	margin: 0 0 0 -12px;
	display:block;
	width:237px;
}
#left ul li a:hover {
	background:#720b0b;
	}

#left .footer {
	display:block;
	width:263px;
	height:20px;
	clear:left;
	margin-bottom:-20px;
	padding:0;
	background:url(../images/bgColumnFooter.png) top left no-repeat;
}

#main {
	width:630px;
	float:right;
	padding:0;
	margin:0;
}




#article {
	display:block;
	margin:0;
	float:left;
}
#section img {
	float:right;
	margin:0 0 1em 1em;
}
#section ul {
	margin:0 0 1em 0;
	padding:0 2em;
	border-left:6px #720b0b solid;
}
#section ul li {
	list-style:none;
}


.date-header {
	color:#999966;
	margin:0;
}
.post-body a {
	color:#720b0b;

}
.post-footer, .post-footer-link {
	color:#000;
}

h1 {
	clear:left;
	font-size:1.5em;
	margin:0.5em 0 0 0;
	color:#720b0b;
	font-weight:normal;
}
h2 {
	clear:both;
	font-size:1.1em;
	margin:0.5em 1em;
	color:#fff;
}
h2 a { 
	text-decoration:none;
}
h3 {
	clear:left;
	font-size:1em;
	margin:0;
	color:#720b0b;
}
p {
	padding:0 0 1em 0;
	font-size:0.9em;
	line-height:1.4em;
}
p a {
	color:#720b0b;
	text-decoration:underline;
}
a.nextButton {
	background:url(../images/nextButton.png) top left no-repeat;
	height:24px;
	width:20px;
	float:right;
	margin:1em;
}
a.nextButton:hover {
	background-position:right top;
}



/*  Easy Slider  -------------------------------------------------------------*/

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:980px;
	height:300px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:40px;
	height:40px;
	position:absolute;
	top:-160px;
	}	
#nextBtn, #nextBtn2{ 
	left:945px;
	}														
#prevBtn a, #prevBtn2 a{  
	width:40px;
	height:40px;
	margin-left:-5px;
	display:block;
	background:url(../images/bgPrevious.png) right no-repeat;	
	}
#prevBtn a:hover, #prevBtn2 a:hover { 
	background-position:left;
}
#nextBtn a, #nextBtn2 a{
	width:40px;
	height:40px;
	display:block;
	background:url(../images/bgNext.png) left no-repeat;	
	}
#nextBtn a:hover, #nextBtn2 a:hover{
	background-position:right;
}
/* -------------------------------------------------*/

#footer {
	display:block;
	width:980px;
	margin:0 auto;
	clear:both;
	padding:0.5em;
	font-size:0.7em;
	color:#fff;
	background:#88836f;
}
