/* Non-generic site styles go in here */

body {
}

.container {
	width:1000px;
	background-color: #fff7e4;
	margin:0 auto;
}

.header {
}

.content {
	overflow:hidden;
}

.right-bar{
	width: 225px;
	/*margin-top:10px;*/
}

.left-bar{
	width: 225px;
	background-color:#FFE4A3;
	color:#000;
}

.main {
	/*width:715px;*/
	width:490px;
	padding:0 20px;
}
.main, .right-bar, .left-bar{
	float:left;
}

.footer {
	width:1000px;
	background:#ffc947;
}
.legal{
	padding:10px 20px;
}

.legal p{
	margin-bottom:0;
}

.legal_nav{
	float:right;
}

ul.nav{
	border-top:1px solid #ffffff;
	background:#262522;
	font-size: 14px;
	/*padding: 10px 20px;*/
}

ul.nav a{
	color: #ffc947;
	text-decoration:none;

}

ul.nav li{	
	padding:10px 20px;
}

.main p img{
	float:left;
	margin:0 15px 10px 0;
	border: 1px solid #999999;
	padding:5px;
	
}

.right-bar img{
	border: 1px solid #999999;
	padding:5px;
	margin:10px 0;
}


.right-bar .no-border{
	border:none;
	padding: 10px 0 0;
}

.right-bar h3{
	margin-top:11px;
}

.newsletter_widget #id_email{
	width:150px;
	height:22px;
	border: 1px solid #9b9b9b;
	margin-right: 10px;
	float: left;
}

.newsletter_widget .submit{
	width: 50px;
	font: arial bold;
	font-size: 12px;
	color: #ffffff;
	background: url(/media/img/button-middle.png) repeat-x  repeat-y ;
	padding:5px 0;
	text-decoration:none;
}

.newsletter_widget{
	margin:20px;
}

#id_subscribed{
	width:20px;	
}

.events-widget, .text-img, .section1, .section2, .section3{
	float:left;
	width:224px;
	
}

.section4{
	float:left;
	width:470px;
	
}

.text-img {
	border:1px solid #999999;
	height:163px;
	padding:5px;
	width:458px;
}

.text-img div{
	margin:10px;
	
}

.text-img p {
	width:225px;
}

.events-widget, .section1, .section2{
	padding-right:20px;
}

.home-section{
	margin-top:15px;
	overflow:hidden;
}

.home-section .events-widget h3{
	margin-top:0px;

}

.section1 h3, .section2 h3, .section3 h3{
	margin-bottom:10px;
}

.sub-nav{
	padding:10px 20px;
	font-size:14px;
	/*background:#ffc947;*/
	
}
.sub-nav a{
	text-decoration:none;
	color:#262522;
	
}

.sub-nav li,.parentnav li{
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #555555;
}
.parentnav{
	margin-top:20px;
	margin-left:20px;
}

.left-bar  .subsubnav li.last{
	border-bottom:1px dotted #555555;
}

.parentnav li a{
	color:#262522;
	text-decoration:none;
	font-size:14px;
}

.parentnav ul{
	padding-top:0px;
}

.sub-nav li ul li{
	margin-left:0;	
}

.sub-nav .parent{
	margin-left:0;	
	background:none;
	padding:0;
}

.sub-nav .first{
	padding-left:0;	
}

.left-bar ul li.last{
	border-bottom:0px;
}

.subsubnav{
	margin-left:20px;
}
.event_widget li{
	margin:0;
	border-bottom:1px dotted #555555;
	padding-bottom:7px;
	margin-bottom: 7px;
}

.event_widget li.last{
	border:0;
	padding-bottom:0px;
	margin-bottom: 0px;
}

.event_list li, .story_list li{
	margin-bottom:20px;
	border-bottom:1px dotted #555555;
	padding-bottom:10px;
}

.story_details img{
	float:left;	
	border: 1px solid #999999;
	padding:5px;
	margin:0 10px 10px 0;
}

.story_list img{
	float:left;	
	border: 1px solid #999999;
	padding:5px;
	margin:0 10px 10px 0;
}

.breadcrumb{
	padding:20px 0 0;
}
/*************************************************************************/
a.boldbuttons{
background: transparent url('/media/img/button-left.png') no-repeat top left;
display: block;
float: left;
font: bold 12px Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 24px; /* Height of button background height */
padding-left: 5px; /* Width of left menu image */
text-decoration: none;

}



a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/media/img/button-right.png') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}



.main .photos li{
	list-style-type:none;
	float:left;
	margin:0px 10px 20px 0;
}

.main .photos{
	margin-left:0;
	margin-right:0;
	overflow:hidden;
}

.pagination{
	text-align:right;
	margin-bottom:10px;
}