body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

img{ z-index: 1; }
hr{
	color: #2B4C09;
	-webkit-box-shadow:0px 0px 1px grey;-moz-box-shadow:0px 0px 1px grey;box-shadow:0px 0px 1px grey;
}
body {
  background: #2B4C09;
  color: black;
  font: 60%  Helvetica, Arial, sans-serif;	
  text-align: left;
}

/* links  */

a {
  color: #386600;
  text-decoration: none;
}
a:hover { color: #0058400; text-decoration:underline;}

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h1, h2, h3, h4{ line-height:1.1em; }
/* strong em */
strong { font-weight: bolder; text-shadow:1px 1px px black; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}
select{ clear: left; }
input, textarea{
	border-bottom-style:inset;
	border-bottom-color: #2B4C09;
	padding: 2px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius:5px;
	color: #2B4C09;
	background: white url('img/form_bg.jpg') repeat-x;
	width:300px;
}
input[type='submit']{
	width:50px;
}
input:focus, textarea:focus{
	background: #e5e5e5;
}

/* classes */

.error { color: red; }

.subList{
	float: left;
	margin-right: 30px;
}
/* page structure & layout */

#page {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 10px;
  clear:both;
}
#headerStandard{
	width: 900px;
	margin: 0 auto;
	background: black;
	height:110px;
}
#header {	
  width: 900px;
  margin: 0 auto 10px auto;
  background: black;
  min-height: 100px;
}
#logo{
	margin: 0em 1em 1em 1em; 
	float:right; 
	clear:both;
}
#nav {
	background: #529212; 
	min-height:26px;
}
#contentWrapper{
	width: 900px;
	margin: 0 auto;
	color: #333;
  	font-size: 1.1em;
  	line-height: 1.4em;
  	background: white;
}
#content1, #content2, #header, #headerStandard, #footer{
	box-shadow:0px 8px 10px black;-moz-box-shadow: 0px 8px 10px black;-webkit-box-shadow: 0px 8px 10px black;
}
#content1 {
  color: #333;
  font-size: 1.1em;
  line-height: 1.4em;
  background: white;
  overflow: hidden;
}
.home #content1 {
  background: #333;
}
#content2 {
  color: #333;
  font-size: 1.1em;
  line-height: 1.4em;
  min-height: 250px;
  background: white;
}
#footer {
  clear: both;
  color: black;
  background:black;
  font-size: .9em;
  width:900px;
  margin: 0px auto;
  padding-top: 10px;
}

/* header */

#headerStandard h1 {
  font-size: 1.7em;
  clear: both;
  font-style: normal;
  padding: 10px;padding-left:0px;
  float:left;
  margin-top:2px;
}
#headerStandard h1 a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: 0px;
  text-decoration: none;
  font-size: 12px;

}
#headerStandard h1 a:hover {color: #fff;}
#headerStandard h1 span {
  color: #fff;
}
#headerStandard h4{
	padding: 10px;
	color: #aaa;
	text-align: center;
	font-size: 12px;
	letter-spacing:1.9px;
} 
#headerStandard h4 a{ padding: 0 5px 0 5px; }
#headerStandard a{
	color: #bbb;
	text-decoration: none;
}
	#headerStandard a:hover{ color: #669900; }
#header h1{
	color: #669900;
	font-size: 1.85em;
	text-decoration: none;
	font-stretch:  expanded;
	margin: 3em 0 3px 0;
	padding-top: 20px;
}
/* navigation */

/* top menu */
#header #nav .submenu{
	display:none;
	background: #386600;
	position: absolute;
	box-shadow:0 0 40px #222;-moz-box-shadow:0 0 40px #222;-webkit-box-shadow: 0 0 40px #222;
	z-index: 10;
}	
	#header #nav .submenu li{
		border-bottom:1px solid black;
		width: 140px;
		
	}
		#header #nav .submenu li:hover, #kineticaLinks li ul li:hover{
			background: #669900;
			box-shadow:inset 0px 2px 5px black;-moz-box-shadow:inset 0px 2px 5px black;-webkit-box-shadow:inset 0px 2px 5px black;
		}
		#header #nav .submenu li:active{
			background: #669900;
			box-shadow:inset 0px 3px 50px white;-moz-box-shadow:inset 0px 3px 50px white;-webkit-box-shadow:inset 0px 3px 50px white;
		}
			#header #nav .submenu li a{
				text-align: left;
			}
			#header #nav .submenu li a:hover{
				background: none;
				
			}
			
#kineticaLinks{
	display: inline;
	text-align: left;
}
	#kineticaLinks li:first-child{
	 display: inline;
	}
		#kineticaLinks li ul{
			position: absolute;
			left: 53.5%;
			padding-top: 20px;
			box-shadow:inset 0px 2px 5px black;-moz-box-shadow:inset 0px 2px 5px black;-webkit-box-shadow:inset 0px 2px 5px black;
		}
		#kineticaLinks li ul li{
			padding: 10px;margin-top: 10px;
			background: #386600;
		}
			#kineticaLinks li ul li a{
				color: white;
				text-decoration: none;
			}
/* bottom menu */
.submenu li{
	width: none;
	display: block;
	clear: both;
}
.submenu li a{
	padding: 0px;
}
#nav ul li ul.submenu li ul{
	background: black;
}
#nav ul li ul.submenu li ul li{
	display: inline;
}


/*
#nav ul{
	float: none;
	width: 100%;
	background: none;
	border: none;
	padding-left:0;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
  width: 146px;
}
#nav li a:first-child{
	padding-top: 5px;
	font-weight: bold;
}
#nav li a {
  color: black;
  display: block;
  margin: 0;
  line-height: 1.2em;
  padding: 2px 15px 4px 0px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-bottom:1px solid black;
  background:none;
}
#nav ul li ul.submenu li {
 float:none;
 clear:both;
 color:white;
}
#nav li a.menuItem { margin-bottom:3px; }

#nav li:hover { color: #2B4C09; }
#nav li a#current { color:white; }
#nav .menuItem { text-transform: uppercase; }

#nav ul li ul.submenu li a { border:none;color:white; }
#nav ul li ul.submenu li a:hover{
  color: #ccc;
  text-decoration: underline;
}
#nav li ul.submenu li a.current { color: black; }
#nav ul li ul.submenu li a#current { color:white; }
*/
/* navigation */
#nav h1{
  color: white;
  display: block;
  line-height: 1.6em;
  padding: 10px 20px 10px 0px;
  letter-spacing: 1px;
  text-transform: capitalise;
}
#nav h1 a{
  color: white;
  text-decoration: none;

}

#nav ul {
  float: right;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
  min-width: 70px;
}
#nav li a {
	font-size: 1.2em;
  color: white;
  display: block;
  margin: 0 1px 0 1px;
  line-height: 1.6em;
  padding: 4px 15px;
  text-align: centre;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: capitalise;
}
#nav li a.current { 
	background: #669900;
	border-bottom: 1px solid #669900;
}
#nav li:hover{ 
	background: #386600;
	border-bottom: 1px solid #669900;
}
#nav li a#current { 
	background: #669900;
}
#nav .menuItem{
	text-transform: uppercase;
}
/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a { color: #386600; }

/* content */

#content1 h2, #content2 h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding: 1px 0 17px 0;
  color: #529212;
  letter-spacing: 1px;
}
#content1 h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content1 p {
  line-height: 1.5em;
  margin: 0 0 15px 10px;

}
#content1 ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content1 ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content1 ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

.categorylist {
	float:left;
	width: 400px;
	height: 330px;
	overflow: auto;
	line-height: 1.3em;
}
.categorylist h2{ padding: 10px 0 10px 0;}

#clear {clear:both;}

/* secondary content */
#content2 h2, #content2 h3 {}
#content2 ul { margin: 7px 0 20px 20px; }
#content2 ul li {
  line-height: 18px;
  list-style: square;
}	
#content2 a { color: #386600; }
#content2 a:hover { color: #231f20; }

#extended_text {
	padding: 10px 20px 0px 15px;
	float: left;
	}

/* footer */

#footer p {
  line-height: 1.5em;
  margin-top: 15px;
  text-align: center;
  color: #386600;
}
#footer a {
  color: #386600;
  font-style: italic;
  text-decoration: underline;
}
#footer a:hover{ color: #fff; }

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;
  margin: 0 10px 20px 10px;	
  padding: 0 10px 0 10px;
}
.hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

#subscribe{
	clear: both;
	background: #529212 url('img/subscribe_bg.jpg') repeat-y;
	color: white;
	opacity: .9;
	
	transition: opacity 100ms ease-out 150ms;
	-webkit-transition: opacity 100ms ease-out 150ms;
	-moz-transition:opacity 100ms ease-out 150ms;
}
	#subscribe:hover{
		opacity: 1;	
	}
/* classes */

.right, .left { display: inline-block; }
.right {
  float: right;
  width: 445px;
  min-height: 400px;
  overflow: hidden;
}
.left {
	width: 400px;
	padding: 10px 20px 20px 15px;
	float: left;
}
.contentArea{
	margin: 5px;
	background: white;
	min-height: 200px;
}
.invis{ display: none; }
.slide {
	float: left;
	overflow: hidden;
	width: 222px;
	height: 180px;
	}

.large_slide {
	height: 361px;
	overflow: hidden;
}
.slide img {
	position: relative;
	top: -100px;
	left: -80px;
	}
	
.loading{ padding: 10px; }
.clear{ clear: both; }
.space{ margin: 20px; }

/* artists plugin */

#topleftSlide { margin: 0 1px 1px 0; }
#toprightSlide { margin: 0 0 1px 0; }
#botleftSlide {
	margin: 0 1px 0 0;
	clear: left;
	}

#ex_list{
	width: 890px;
	-webkit-box-shadow:1px 1px 50px black;-moz-box-shadow:1px 1px 50px black;box-shadow:1px 1px 50px black;
}

#ex_list .right{
	position: absolute;
	right: 0;
}
#title{
	padding-top: 15px;
	float: right;	
	letter-spacing: 9px;
	text-transform:  uppercase;
}
#heading h2{
	color: white;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 90%;
	background-color: black;
	padding: 10px 20px 5px;
}

/* layouts */

.fullWidth, .title { }
.fullWdith { background: white; }
.thirdWidth { width:33%; }
.leftLayout, .rightLayout { width: 440px; }
.leftLayout { float: left;width: 430px; }
.rightLayout { float: right;width: 440px; }
.text { padding: 10px; }
.data { border: 1px solid grey; }
.title{
	padding: 5px 5px 5px 10px;
	background: black url(img/titleBG.jpg) repeat-y;
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 5px;
}
#content1 div.title h2{
	margin: 0;
	padding: 0;
}
.exhibition{
	border-bottom: 10px solid #386600 ;
	clear: both;
}
.exhibition .text{
	float: left;
	width: 435px;
}
.exhibition .slideshow{
	float: left;
	width: 445px;
}
.listImg{
	padding-right: 20px;
	display: inline;
}
.sponsor_list{
	padding: 10px;
	margin: 0 10px;
	border: 1px solid #386600;	
	background: white;
}
.sponsor_list .image{
	float: left;
	width: 35%;
}
.sponsor_list .sponsor_test{
	float: left;
	width: 65%;
}
	.sponsor_list .image img{
		max-width:300px;
	}
#content1 div.fullWidth.image{
	text-align: center;
	border: 15px solid #ddd;
}
#content1 div.halfWidth.image{
	text-align: center;
	width: 440px;
	display: inline;
	float: left;
	height: 400px;
	overflow: hidden;
}
#content1 div.fullWidth.image img{ width: 870px; }
#content1 div.halfWidth.image img{ width: 440px; }
.newsText, .homeMain .text{
	float: left;
	padding: 12px 10px 10px 20px;
	background: white;
	width: 430px;
	display: inherit;
}
.newsText .dates{
	color: #386600;
	border-bottom: 1px solid #386600;
}
.newsMain, .homeMain{
	width:100%;
	min-height:400px;
}
.newsMain .image{
	width: 430px;
	float:left;	
	overflow: hidden;
}
.homeMain{
	width:100%;
}
.homeMain .slideshow{
	float:left;
}
.homeMain .text{
	float:right;
}
.white{ 
	background: white; 
	min-height: 400px;
}
.home .white{
	min-height:0;
}
.read_more{
	width:100%;
	text-align:right;
}
.preview{
	width: 277px;
	float: left;
	margin: 10px;
	border: 1px solid #386600;
	background: white;
	min-height:250px;
	height: 405px;
}
	.preview:focus, .preview:hover{
		-webkit-box-shadow:0px 2px 5px black;-moz-box-shadow:0px 2px 5px black;box-shadow:0px 2px 5px black;
	}
.preview img{ 
	width: 277px; 
	height: 250px;
}
.preview .text{
	font-size: .95em;
}
.marginBottom{
	margin-bottom: 30px;
}
#content1 .preview .text h2{
	color: black;
	padding-left: 10px;
}
.black{
	background: black;
}

/* Events layout */
#content1 .gallery ul{
	padding:10px;
	margin:5px;
}
#content1 .gallery ul li{
	list-style:none;
}
.gallery ul li a{
	font-size:1.5em;
	line-height:1.5em;
}

.sponsors table{
	margin:10px;
}
/* Artists */
.profiles_list{
	width: 190px;
	padding: 5px;
	float: left;
	margin: 12px;
	background:;
	position: relative;
	height: 250px;
}
	.profiles_list:hover{
	}
#content1 .profiles_list h2{
	background: black;
	padding: 5px;
	position: absolute;
	width: 180px;
}
	#content1 .profiles_list h2:hover{
		background: #2B4C09;
	}
.profiles_list h2 a{
	color: white;
}

/* sharing */
#footerShare{
	position: fixed;
	bottom: 0;
	height: 30px;

	margin: 0 auto;
	width: 100%;
}
#footerShareButton{
	text-align: center;
	width: 60px;
	margin-left: 30px;
	color: white;
	padding: 10px;
	background: black;
	
	box-shadow:0 1px 5px #529212;
	border-topleft-radius:5px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-o-border-radius-topleft:5px;
	border-topright-radius:5px;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;-o-border-radius-topright:5px;
}
	#footerShareButton a{
		color: #529212;
		font-size: 1em;
	}
#footerShareInner{
	height: 10px;
	background: black;
	padding: 10px 10px 10px 30px;
	
}