/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #1F2303;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #363B16;
}

body.editor {
	background-color: #FFFFFF;
	background-image: none;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 19px;
	font-weight: bold;
	line-height: 26px;
	color: #939952;
	margin-bottom: 7px;
}

#content_box_inner2.home h1 {
	color: #363B16;
	margin-bottom: 0px;
	font-size: 17px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #851938;
}

#content_box_inner2.home h2 {
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #851938;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #363B16;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #D0D0C7;
	margin: 10px 0px;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #851938;
}

a:hover {
	color: #363B16;
}

blockquote {
    margin: 10px 0 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.dark_green {
	color: #363B16;
	font-size: 17px;
	font-weight: bold;
}

.purple {
	color: #851938;
	font-size: 14px;
	font-weight: bold;
}

/* FORM CSS */                      

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #000000; 
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 950px;
	margin: 0px auto;
	padding: 0px 9px;
	background-image: url('../images/shadow.png');
	background-repeat: no-repeat;
}

#content_box {
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}

#content_box_inner {
	background-image: url('../images/content_bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 30px;
}

#content_box_inner2 {
	background-image: url('../images/content_bg_top.gif');
	background-repeat: no-repeat;
	min-height: 400px;
}

#content_box_inner2.home {
	background-image: url('../images/content_bg_top_home.gif');
	background-position: 0px 245px;
}

#right_content {
	float: right;
	width: 628px;
}

#content_box_inner2.home #right_content {
	width: 565px;
}

#header {
	margin: 0px 0px 20px 0px;
	width: 628px;
	height: 244px;
	background-repeat: no-repeat;
}

#header_home {
	width: 950px;
	margin: 0px;
	padding: 0px;
	height: 244px;
	clear: left;
}

#content {
	width: 600px;
	float: right;
	margin-right: 28px;
	display: inline;
}

#content_box_inner2.home #content {
	width: 537px;
	padding-top: 24px;
}

#content ul, #content ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

#left_content {
	margin: 0px 0px 20px 1px;
	width: 301px;
	background-image: url('../images/left_content_bg.gif');
	float: left;
}

#content_box_inner2.home #left_content {
	margin: 1px 0px 20px 1px;
	width: 364px;
	background-image: url('../images/left_content_bg_home.gif');
}

#left_content_inner {
	padding: 25px 14px 12px 37px;
	width: 250px;
	background-image: url('../images/left_content_bg_bottom.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content_box_inner2.home #left_content_inner {
	width: 312px;
	padding: 25px 14px 12px 38px;
	background-image: url('../images/left_content_bg_bottom_home.gif');
}

#left_content a img {
	margin-top: 11px;
}

#news {
	background-image: url('../images/news_bg.gif');
	background-position: bottom left;
	margin-bottom: 3px;
}

#news_inner {
	background-image: url('../images/news_bg_top.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 50px 15px 10px 15px;
}

#mailinglist {
	background-image: url('../images/banner_mailinglist.gif');
	margin: 17px 0px 10px 0px;
	padding: 34px 15px 0px 14px;
	height: 36px;
}

#content_box_inner2.home #mailinglist {
	background-image: url('../images/banner_mailinglist_home.gif');
	padding: 43px 16px 0px 16px;
	height: 41px;
}

#mailinglist .email {
	border: 1px solid #BEBFB2;
	background-color: #FFFFFF;
	width: 179px;
	height: 20px;
	padding: 3px 0px 0px 5px;
	color: #AFB0A5;
	float: left;
}

#content_box_inner2.home #mailinglist .email {
	width: 238px;
}

#mailinglist input {
	width: 31px;
	height: 25px;
	float: right;
}

.picture {
	border: solid 1px #939952;
	padding: 2px;
}

#footer {
	height: 23px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #74794F;
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 1px 0px 1px 7px;
	height: 25px;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0px 15px;
	height: 25px;
}

#nav li a {
	display: block;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li a:hover {         
	background-position: 0px -25px;
}

#nav li.active a {
	background-position: 0px -50px;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 44px;
}

#nav a.tickets {
	background-image: url('../images/nav_tickets.gif');
	width: 59px;
}

#nav a.festival-players {
	background-image: url('../images/nav_festival_players.gif');
	width: 122px;
}

#nav a.the-event {
	background-image: url('../images/nav_the_event.gif');
	width: 74px;
}

#nav a.for-vendors {
	background-image: url('../images/nav_for_vendors.gif');
	width: 92px;
}

#nav a.sponsors {
	background-image: url('../images/nav_sponsors.gif');
	width: 75px;
}

#nav a.visitor-info {
	background-image: url('../images/nav_visitor_info.gif');
	width: 88px;
}

#nav a.media {
	background-image: url('../images/nav_media.gif');
	width: 48px;
}

#nav a.contact {
	background-image: url('../images/nav_contact.gif');
	width: 64px;
}

#subnav {
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #D0D0C7;
}

#subnav li {
	list-style: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

#subnav li a {
	color: #851938;
}

#subnav li a:hover, #subnav li.active a {
	color: #363B16;
}

#subnav li.active a {
	background-image: url('../images/subnav_on.gif');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 167px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */

#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

#admin ul, #admin ol {
	padding-left: 0px;
}

.admin-index-list img { 
	float: left; 
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 17px;
	background-color: #aaa; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #999; 
}

.admin-index-list li div {
	float: right;
	padding: 0;
	margin: 0 3px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; width: 100%; }
.admin-index-list li div.view { width: 46px; }
.admin-index-list li div.configure { width: 77px; }
.admin-index-list li div.edit { width: 36px; }
.admin-index-list li div.subpages { width: 100px; }
.admin-index-list li div.delete { width: 55px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	background-color: #aaa; 
	border: 1px solid #999; 
	margin: 0 10px 10px 0;
}
