/* -------------------------------------------------------------- 
  
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	color: #000000;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }

/* Removes Firefox imposed outline */
a {
	outline: none;


}
a :visited{
	outline: none;

}
a :active{
	outline: none;

}
a :hover{
	outline: none;

}
/* Clearing floats without extra markup  */
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper {
	height: 1%;
}
.wrapper { display: block; }


/* -------------------------------------------------------------- 
  
   * Layout CSS.
   
-------------------------------------------------------------- */
* {
margin:0;
padding:0;
}

.clearboth {
clear:both;
}

.clearleft {
clear:left;
}

.clearright {
clear:right;
}

.floatleft{
	float: left;
	text-align: left;
	}
.floatright{
	float: right;
	text-align: left;
	}	
.centered {
	text-align: center;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	float:left;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height: 1.7em;
	background-color: #666666;
	background-image: url(images/fabric-1.png);
	background-repeat: repeat;
}
.headerbar {
	height: 245px;
	width: 960px;
	background-color: #810503;
	margin-right: auto;
	margin-left: auto;
}
.header{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	color: #000;
	background-color: #FFF;
	background-image: url(images/headerbck.png);
	background-repeat: no-repeat;
	}

.events {
  background: #eb1123;
  background-image: -webkit-linear-gradient(top, #eb1123, #b81414);
  background-image: -moz-linear-gradient(top, #eb1123, #b81414);
  background-image: -ms-linear-gradient(top, #eb1123, #b81414);
  background-image: -o-linear-gradient(top, #eb1123, #b81414);
  background-image: linear-gradient(to bottom, #eb1123, #b81414);
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.events:hover {
  background: #96080f;
  background-image: -webkit-linear-gradient(top, #96080f, #780b0b);
  background-image: -moz-linear-gradient(top, #96080f, #780b0b);
  background-image: -ms-linear-gradient(top, #96080f, #780b0b);
  background-image: -o-linear-gradient(top, #96080f, #780b0b);
  background-image: linear-gradient(to bottom, #96080f, #780b0b);
  text-decoration: none;
}
	
.navbar {
	margin-right:auto;
	margin-left:auto;
	height:43px;
	background-image: url(images/navbarbck.png);
	width: 960px;
	background-repeat: repeat;
}
.navbar .nav {
	height:35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	clear: both;
}
#logo {
	float:left;
	top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	left: auto;
	right: auto;
}
#props {
	width:300px;
	float:right;
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	color: #0570A3;
	font-weight: normal;
	padding: 0px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 30px;
	font-size: 14px;
	font-style: normal;
}

#container{
	background-color: #FFF;

	height:auto !important;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
	#container div.singlecolumn {
	width:auto;
	margin-right:10px;
	margin-left:10px;
	clear:none;
	overflow: visible;
	height: 100%;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}

#container div.halfcolumn {
	width:435px;
	margin-right:auto;
	margin-left:auto;
	clear:none;
	padding:20px;
	overflow: visible;
	height: 100%;
	margin-bottom: 10px;
	float: left;
}

#container div.onethirdcolumn {
	float:left;
	width:264px;
	margin-left:10px;
	padding-bottom:20px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	overflow: visible;
}
#container div.twothirdscolumn {
	float:left;
	width:581px;
	margin-left:10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: visible;
}
#container .sliderblock {
	background-color:#FDF8F2;
	width:890px;
	margin-right:auto;
	margin-left:auto;
	border: 1px solid #F8EADE;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top:10px;
	clear:both;
	padding:20px;
	overflow: visible;
	height: 100%;
	margin-bottom: 20px;
}

.img{
	border: 1px solid #0b6269;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #EEEEEE;
	margin: 5px;
max-width:400px;
	}
.frontimgthmb{
	border: 1px solid #0b6269;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #EEEEEE;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 150px;
	height: 190px;
	}
.thmbimg{
	border: thin solid #0b6269;
	padding: 5px;
	margin-right: 10px;
	}
#footerbar {
	margin-right:auto;
	margin-left:auto;
	clear:both;
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin-bottom: 0px;
	height: 220px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #9B7900;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #9B7900;
	width: 960px;
	background-color: #000;
}

#footernav {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#footernav h4{
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	color: #9B7900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin-bottom: 10px;
	}
#footernav .footerlinks {
	font-size: 11px;
	width:210px;
	margin-left:0px;
	float:left;
	padding: 10px;
	margin-top: 0px;
	color: #EBEBEB;
}

#footernav .footerlinks a:link {
	font-size: 11px;
	display:block;
	font-weight:normal;
	color:#EBEBEB;
	width:180px;
	text-align:left;
	text-decoration:none;
	background-image: url(images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right-color: #529CD6;
	border-bottom-color: #529CD6;
	border-left-color: #529CD6;
}
#footernav .footerlinks a:visited {
	font-size: 11px;
	display:block;
	font-weight:normal;
	color:#EBEBEB;
	width:180px;
	text-align:left;
	text-decoration:none;
	background-image: url(images/arrowRight.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFB203;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footernav .footerlinks a:hover {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(images/arrowRightover.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footernav .seperator {
	width:5px;
	margin-left:10px;
	float:left;
	color:#FFF;
	margin-top:35px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 10px;
	height: 120px;
}
#footernav .rsslinks {
	font-size: 11px;
	width:210px;
	margin-left:0px;
	float:left;
	padding: 10px;
	margin-top: 0px;
	color: #EBEBEB;
}

#footernav .rsslinks a:link {
	font-size: 11px;
	display:block;
	font-weight:normal;
	color:#EBEBEB;
	width:180px;
	text-align:left;
	text-decoration:none;
	background-image: url(images/rss-icon.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right-color: #529CD6;
	border-bottom-color: #529CD6;
	border-left-color: #529CD6;
}
#footernav .rsslinks a:visited {
	font-size: 11px;
	display:block;
	font-weight:normal;
	color:#EBEBEB;
	width:180px;
	text-align:left;
	text-decoration:none;
	background-image: url(images/rss-icon.pngg);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #FFB203;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footernav .rsslinks a:hover {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-image: url(images/rss-icon.png);
	background-repeat: no-repeat;
	background-position: 0.3em 0.6em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footernav .companyaddress {
	width:220px;
	margin-left:10px;
	float:right;
	color:#FFF;
	margin-top:5px;
	padding-top: 5px;
	padding-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#footernav .socialinks {
	width:190px;
	margin-left:10px;
	float:left;
	padding: 10px;
	margin-top: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #EBEBEB;
	font-size: 12px;
}
#footernav .socialinks a:link {
	font-weight:normal;
	color:#EBEBEB;
	width:175px;
	text-align:left;
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#footernav .socialinks a:visited{
	font-weight:normal;
	color:#EBEBEB;
	width:190px;
	text-align:left;
	text-decoration:none;
	}
#footernav .socialinks a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footernav .copyrightbar {
	position:static;
	top:auto;
	bottom:0;
	font-style:normal;
	color:#000;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	font-size:10px;
	vertical-align:middle;
	padding:10px;
	height: 20px;
	margin-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
	width: 900px;
	clear: both;
	margin-top: 10px;
}
#footernav . #copyrightcontent{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	}

a.copyrightlink:link  {
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a.copyrightlink:visited {
	color:#EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
a.copyrightlink:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FFF;
}
a.copyrightlink:active {
	color:#EBEBEB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#copyrightbar {
	position:static;
	top:auto;
	bottom:0;
	font-style:normal;
	color:#FFF;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	border-top-width:medium;
	background-color:#11B9CC;
	font-size:10px;
	vertical-align:middle;
	padding:10px;
	height: 20px;
	margin-bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	width: 940px;
}
#copyrightbar #copyrightcontent{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	}
hr {
	border: 0;
	width: 100%;
	color: #B69618;
	background-color: #0b6269;
	height: 1px;
	margin-top: 20px;
  }
	
img.light {
	outline: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 10px;
	background: #f0f0f0;
}
img.dark {
	outline: 1px solid #111;
	padding: 10px;
	background: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C39D00;
}
.sidebox {
	background-color: #EEE;
	border: 1px solid #0b6269;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 250px;
text-align:center;

}
.festivalrow{
	border: 1px solid #AA8700;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	width: 880px;
	background-image: url(images/festivalbck.png);
	margin-bottom: 15px;
	}
.actrow{
	border: 1px solid #0b6269;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	width: 430px;
    height: 225px;
	background-image: url(images/actbck.png);
	margin-bottom: 15px;
	}
.actrow .p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	}
.box {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thmbbox {
    width :230px;
	float: left;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: center;
}
.alertbox {
	background-color: #FFB7B7;
	border: 1px solid #900;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

.thumbnail{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:20px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 10px;
	float: left;
	text-align: center;
	width: 230px;
	height: 240px;
	background-image: url(images/gallerythmbck.png);
	background-repeat: no-repeat;

}

.thumnailcutoff{
	height: 165px;
	width: 230px;
	overflow: hidden;
	
	}
.frontfestivalthumbnail{
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
	margin-top: 20px;
    margin-bottom: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
    margin-right: 11px;
	width: 170px;
	float: left;
}
.clipwrapper{
	padding: 5px;
	padding: 10px;
	height:210px;
	float: left;
	overflow: hidden;
	margin-right: 15px;
	border: 0;
}
.clip{
	clip:rect(0px,0px,0px,0px);

}

.clip .p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
	}
	
	
.button {
	-moz-box-shadow:inset 0px 1px 3px 0px #bbe6e0;
	-webkit-box-shadow:inset 0px 1px 3px 0px #bbe6e0;
	box-shadow:inset 0px 1px 3px 0px #bbe6e0;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0696e4), color-stop(1, #12bbca));
	background:-moz-linear-gradient(top, #0696e4 5%, #12bbca 100%);
	background:-webkit-linear-gradient(top, #0696e4 5%, #12bbca 100%);
	background:-o-linear-gradient(top, #0696e4 5%, #12bbca 100%);
	background:-ms-linear-gradient(top, #0696e4 5%, #12bbca 100%);
	background:linear-gradient(to bottom, #0696e4 5%, #12bbca 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0696e4', endColorstr='#12bbca',GradientType=0);
	background-color:#0696e4;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #0b6369;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:11px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #1f3d39;
}

.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #12bbca), color-stop(1, #0696e4));
	background:-moz-linear-gradient(top, #12bbca 5%, #0696e4 100%);
	background:-webkit-linear-gradient(top, #12bbca 5%, #0696e4 100%);
	background:-o-linear-gradient(top, #12bbca 5%, #0696e4 100%);
	background:-ms-linear-gradient(top, #12bbca 5%, #0696e4 100%);
	background:linear-gradient(to bottom, #12bbca 5%, #0696e4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#12bbca', endColorstr='#0696e4',GradientType=0);
	background-color:#12bbca;
}

.button:active {
	position:relative;
	top:1px;
}




// Tabbed News Items Front Page

.news_list {	
	width: 150px;
}
.news_head {
    color:#ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #AA8700 url(images/left.png) center right no-repeat;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.news_body {
	display:none;
}
.news_body a{

  display:block;
  color:#1E2448 ;
  padding-left:10px;
	margin-bottom: 10px;
}
.news_body a:hover{
  color: #FF0000;
  text-decoration:underline;
;
  }
		
		
#contact {
	display: block;
	width: 580px;
	padding: 10px;
	border: 1px solid #cbcbcb;
	background-color: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 14px;
}
input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #000;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
}
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
fieldset {
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }

.dmxGoogleMaps{
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	background-color: #EEEEEE;
	}
