body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#fff;
	background-image:url(/inc/html/sff/pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font:0.9em Arial, Helvetica, sans-serif;
	line-height:105%;
}
 
#wrapper {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
	border:3px solid #294938;
	background-color:#fff;
	background-image:url(/inc/html/sff/pix/header_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.clear {
	clear:both;
}
 
#header {
	height:210px;
	margin-bottom:10px;
}

.logo {
	margin:30px 0 0 20px;
}

img {
	border:none;
	padding:2px;
}

/*----------- LEFT CONTENT ----------*/

#left-content {
	float:left;
	width:180px;
	margin-right:20px;
	margin-left:10px;
	padding:5px;	
}

#left-content a, #left-content a:visited {
	color:#294938;
}

#left-content h2 {
	font-size:1em;
	background-color:#457a5d;
	padding:10px;
	margin-top:0;
	margin-bottom:8px;
	color:#fff;
	margin-top:10px;
}

#left-content ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:0;
	padding:0;
}

#left-content ul li {
	border-bottom:1px solid #ccc;
}

/*
#left-content ul li:last-child {
	border-bottom:none;
}
*/

#left-content ul ul li {
	border-bottom:none;
	padding:2px 5px 2px 30px;
	background-position:left;
	background-repeat:no-repeat;
	 background-image:url(/inc/html/sff/pix/rightcontent_bullet.gif);
	 background-position:15px 5px;
	 background-repeat:no-repeat;

} 

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#294938;
	padding:7px 5px 7px 0;
	display:block;
}

#left-content ul ul a, #left-content ul ul a:visited {
	text-decoration:none;
	color:#294938;
	background-color:white;
	padding:1px 5px 5px 0;
	display:block;
}

#left-content ul a:hover {
	text-decoration:underline;
	background-position:top right;
	background-repeat:repeat-y;
	color:#000;
}

#left-content ul ul a:hover {
	text-decoration:underline;
	background-image:none;
	color:#000;
}

#left-content .current {
	font-weight:bold;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:480px;
	float:left;
	line-height:1.5em;
	color:#646565;
	padding:0px 20px 10px 20px;
	min-height: 550px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#center-content img {
	padding:10px;
}

#center-content p {
	margin:10px 0 10px 0;
	padding:0;
}

#center-content h1 {
	font-size:1.3em;
	color:#243e31;
	margin-top:0;
	line-height:1em;
}

#center-content h2 {
	font-size: 1em;
	font-style: normal;
	font-weight:bold;
	text-transform:none;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#676767;
}

#center-content h3, #center-content h3 a, #center-content h3 a:visited {
	font-size:1em;
	font-weight:bold;
	color:#457a5d;
	background-color:white;
	line-height:1.4em;
}

#center-content h4 {
	font-size:1em;
	font-weight:bold;
	color:#666666;
}

#center-content a, #center-content a:visited {
	color:#666666;
}

#center-content ul {
	list-style:url(pix/centercontent_li_bullet.gif);
}

#center-content ul li {
	margin-bottom:1px;
}

#page-functions {
	border-top:1px solid #ccc;
	text-align:right;
	margin-top:15px;
}
    
/* for the wider templates */
    
#center-content2 {
	width:665px;
	float:left;
	line-height:1.3em;
	color:#646565;
	padding:10px;
	min-height: 550px;
}

#center-content2 p {
	margin:3px 0 10px 0;
	padding:0;
}

#center-content2 h1 {
	font-size:1.4em;
	color:#333333;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
}

#center-content2 h2 {
	font-size: 1.3em;
	color:#BB211F;
	font-weight:bold;
	background-color:white;
	margin-top:0;
	line-height:1em;
}

#center-content2 h3, #center-content h3 a, #center-content h3 a:visited {
	font-size:1em;
	color:#457a5d;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
	line-height:1.4em;
}

#center-content2 h4 {
	font-size:1em;
	color:#BB211F;
	background-color:white;
	font-weight:bold;
	margin-top:0;
	line-height:1em;
}

#center-content2 td {
	color:#333333;
	padding-left:5px;
}

#center-content2 table {
	margin-top:2px;
	padding-top:2px;
	margin-left:5px;
	vertical-align:top;
/*	border-left:#333333 1px solid; */
	
}
#center-content2 a, #center-content2 a:visited {
	color:#666666;
}	
/*--------- RIGHT CONTENT ----------*/

#right-content {
	float:right;
	width:180px;
	background-color:#fff;
	margin-left:10px;
	margin-right:10px;;
	line-height:120%;
	color:#666666;	
}

#right-content .scm-sidebar {
	font-size:0.8em;
	border:1px solid #457a5d;
	padding:10px;
	margin-bottom:10px;
}

#right-content h2 {
	font-size:1.1em;
	background-color:#457a5d;
	padding:10px;
	margin:-10px -10px 10px -10px;
	color:#fff;
}

#right-content h3 {
	font-size:1.7em;
	margin-bottom:0;
	margin-top:0;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	 margin-bottom:8px;
	 padding-left:15px;
	 background-image:url(/inc/html/sff/pix/rightcontent_bullet.gif);
	 background-position:0px 5px;
	 background-repeat:no-repeat;
}

#right-content ul a, #right-content ul a:visited {
	color:#006600;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

#right-content ul a:hover {
	color:#006600;
}

#right-content a, #right-content a:visited {
	color:#006600;
}

#right-content input {
	width:100px;
}

/*---------- FOOTER ----------*/

#footer {
	width:100%;
	height:75px;
	border-top:3px solid #294938;
	margin-top:10px;
	color:#fff;
	background-color:#294938;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
}

.footer-left {
	float:left;
	padding:10px;
	font-size:0.9em;
	width:45%;
	line-height:1.4em;
}

.footer-right {
	float:right;
	padding:10px;
	font-size:0.7em;
	width:45%;
	text-align:right;
	padding-top:50px;
}

/*--------- MISC ----------*/

.news-byline {
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
	width:100%;
	padding-bottom:5px;
	padding-top:5px;
	margin-top:15px; 
	margin-bottom:10px;	
}

pre {
	padding:10px;
	background-color:#efefef;
	color:#000;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	border:1px solid #ccc;
}

.comment {
	padding:10px;
	background-color:#efefef;
	border-bottom:2px solid #427eac;
	margin-bottom:10px;
}

.guestbook hr{
	color: #ccc;
	width:98%;
	height:1px;
}
/* ---------- festival events -----------*/

#fest_events_listing td {
	border-top:solid 1px #cccccc;
}

#fest_events_listing h4 {
	color:#666666;
	padding:0;
	margin:0;
}

#fest_events_listing h3 {
	font-size:1.2em;
	padding:0;
	margin:0;
}

#fest_events_listing a, #fest_events_listing a:visited {
	color:#006633;
	font-weight:bold;
}

#fest_events_listing .sold-out {
	color:#FF0000;
}