@charset "utf-8";

@import url("/_css/960/reset.css");
@import url("/_css/960/960.css");

/* CSS Document */
	
		/* Headings H1-H6 */
	
		h1 { font-size:1.5em; margin:.5em 0 1em 0; color:#8A8889; font-weight:normal; }
		h2 { font-size:1.6em; margin:0 0 .1em 0; color:#8DA58D; font-weight:bold; }
		h3 { font-size:1.5em; margin:1em 0; }
		h4 { font-size:1em; margin:1em 0; }
		h5 { font-size:1em; margin:1em 0; }
		h6 { font-size:1em; margin:1em 0; }
		
		/* Paragraph and Link Styles */
		
		p, ul, ol, dl, table {
			line-height:1.6em;
			font-size:1.1em;
			margin:0 0 1em 0;
			}
		ul, ol {
			margin:0 0 1.25em 2.5em;
			}
			
		a,
		a:link{
			color:#647911;
			text-decoration:none;
			}
		a:visited {
			color:#7E9A15;
			text-decoration:none;
			}
		a:hover {
			color:#333333;
			text-decoration:none;
			}
			
		.social_trunc p {
			white-space: nowrap;
			width: 190px;
			overflow: hidden;
			text-overflow: ellipsis;
		}
		/*.social_trunc:hover {
			border-top:1px solid #e8e8e8;
			border-right:1px solid #e8e8e8;
			border-bottom:1px solid #e8e8e8;
			position:relative;
			background:#fff;
			overflow:visible;
			width:300px;
			white-space:wrap;
			z-index:999;
		}
		.social_trunc:hover p {
			z-index:9999;
			overflow:visible;
		}*/
		
		.future_events_home {
			padding:10px;
			min-height:110px;
			*height:100px;	
		}
		
		.title_wrapper {
			position:relative;
		}
		
		.truncate_title {
			position:relative;
			top:0;
			left:0;
			display: inline-block;
			line-height: 1.25em;
			margin-bottom: -3px;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			width: 230px;
			}
			.truncate_title:hover {
				position:absolute;
				width:350px;
				height:20px;
				top:0;
				left:0;
				background:#fff;
			}
	
		/* Forms */
		
		form {
			display:inline;
			margin:0 0 1.25em 0;
			color:#313131;
			}
			form h3 {
				clear:left;
				margin:10px 0;
				}
			form dl {
				clear:left;
				}
				form dl dt {
					float:left;
					display:block;
					width:200px;
					clear:left;
					margin:0 15px 0 0;
					text-align:right;
					font-weight:bold;
					}
				form dl dd {
					float:left;
					display:block;
					width:300px;
					margin:0;
					}
					form dl dd input.text {
						width:200px;
						}
						
				form#login-form dl{ width:400px; }
				form#login-form dl dt { width:150px; }
				form#login-form dl dd { width:200px; }
		 
		 
			form#event-booking dl {
				clear:left;
				}
				form#event-booking dl dt {
					float:left;
					display:block;
					width:100px;
					clear:left;
					margin:0 15px 0 0;
					text-align:right;
					font-weight:bold;
					}
				form#event-booking dl dd {
					float:left;
					display:block;
					width:400px;
					margin:0;
					}
					form#event-booking dl dd input.text { width:300px; }
		input, select, textarea {
			font-size:1em;
			margin:0 0 .5em 0;
			color:#313131;
			padding:2px;
			}
			select option {
				padding:0 0 1px 0;
				}
		 
		textarea {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			line-height:1.25;
			width:100%;
			}
		 
		label {
			cursor:pointer;
			}
			
		
		/* Tables */
		
		table {
			border:0;
			}
			 
		table tr td {
			padding:2px;
			}
		table.table-style td.col1 {
			background-color:#FFFFFF;
			}
		table.table-style td.col0 {
			background-color:#666666;
			}
	/* */
	
	table p {
		font-size:1em;
		}
	/* Global Classes */
	
	.help {
		clear:left;
	}
	
	.domain_info {
		border:1px solid #E4E3E3;
		background:#F9F9F9;
		padding:10px 0;
		margin-bottom:15px;	
	}
	
	fieldset.domain_info legend {
		line-height: 1.3; /* note this line-height value */
	}
	
	/* IE-win fix */
 	* html fieldset.domain_info legend {
 		float: left; 
		position: relative; 
		margin-top: -.95em; /* equals actual line-height minus 0.35em */
	}
	
	.user_popup {
		line-height:2.6em;
		font-size:1.1em;	
		cursor:pointer;
	}
	
	.user_info_box {
		border:1px solid #E4E3E3;
		display:none;
		background:#fff;
		width:550px;
		-moz-box-shadow: 0 0 5px #888;
		-webkit-box-shadow: 0 0 5px#888;
		box-shadow: 0 0 5px #888;
		z-index:999;
		}
		.user_info {
			padding:10px;
			}
			.user_info_box p {
				line-height:1em;
			}
	
	.member_pic_info {
		float:left;
		max-width: 120px;
		/* Resize the image for IE6 */
		width: expression(this.width > 120 ? 120: true);
		margin-right:15px;
	}
	
	
	.membername p {
		font-size:1.3em;	
	}
	
	
	
	.member_pic {
		float:right;
		position:relative;
		top:0;
		right:0;	
		max-width: 250px;
		/* Resize the image for IE6 */
		width: expression(this.width > 250 ? 250: true);
	}
	
	.member_pic_thumb {
		max-width: 150px;
		/* Resize the image for IE6 */
		width: expression(this.width > 150 ? 150: true);
	}
 
 	.hidden { display:none; }
	
	.clear { clear:both; height:0; line-height:0; }
	.clear-left { clear:left; }
	.clear-right { clear:right; }
	.clear20 { clear:both; height:20px; line-height:0; }
	.clearfix:after {
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
		}
		.clearfix { display:inline-block; }
		html[xmlns] .clearfix { display:block; }
		* html .clearfix { height:1%; }

	.float-left { float:left; }
	.float-right { float:right; }
	 
	.text-left { text-align:left; }
	.text-right { text-align:right; }
	.text-center { text-align:center; }
	.text-justify { text-align:justify; }
	
	.bold { font-weight:bold; }
	.italic { font-style:italic; }
	.underline { border-bottom:1px solid; }
	.highlight { background:#ffc; }
	
	.green { color:#8DA58D; }
	.plainBG{	background:none !important; color:#7E9A15 !important;	}
	
	.imgButton { display:block; margin-bottom:10px!important; }
	.imgButton img { margin-top:3px; float:left; margin-right:4px; }
	
	.imgButtonEvent { display:block; margin-bottom:10px; /*margin-left:200px;*/ margin-left:20px; float:left;}
	.imgButtonEvent img { margin-top:3px; float:left; margin-right:4px; }
	/* Page Styles */
	
		#container {
			overflow: hidden;
			margin:20px auto;
			}
		.container_12 {
			background-color:#F9F9F9;
			}

/* Header Styles */

	#header{
		padding:10px 0;
		clear:right;
		}
		#headerImage {
			height:266px;
			}
		.stopPressBack {
			position:relative;
			padding:8px 20px 8px 8px;
			/*width:auto;*/
			height:auto;
			/*margin:15px;*/
			z-index:999;
			background-color:#fff;
			}
		/*#stopPressBack {
			position:absolute;
			padding:15px 15px 15px 15px;
			width:255px;
			height:auto;
			margin:15px;
			z-index:999;
			background-color:#FFFFFF;
			}
			#stopPressBack p { color:#000000; }*/
			.stopPressBack h3 {  margin-top:0;font-size:1.8m; }
		#stopPress {
			position:absolute;
			padding:15px 15px 15px 15px;
			margin:15px;
			width:255px;
			z-index:1000;
			}
			#stopPress h3,
			#stopPressBack h3 {
				color:#567468;
				}
			/*#stopPress img {
				float:left;
				}*/
		/*#stopPressBack h3 span,
		#stopPressBack p span,
		#stopPressBack p.back,*/
		#stopPress h3,
		#stopPress p { padding:5px; margin:0; }
		
		#gallery {}
		#gallery img { 
			z-index:1; 
			position:absolute; 
			}
			
		.twitter { font-family:Georgia, 'Times New Roman', Times, serif; font-size: 1.6em; margin-top: 10px;}
		.twitter_date {color:#7E9A15; margin-left:10px;}
			
	#mainNav ul {
		background:#424242 url(/_media/layout/garadiants/2_BLACK_gradient_topnav.jpg) left bottom repeat-x;
		line-height:2.5em;
		min-height:30px;
		font-size:.8em;
		font-weight:bold;
		margin:0 ;
		padding:0 8px;
		}		
		#mainNav ul li {
			list-style:none;
			display:inline;
			color:#FFFFFF;
			margin:0 7px 0 0;
			}
			#mainNav ul li a {
				color:#FFFFFF;
				text-decoration:none;
				}
				#mainNav ul li a:hover {
					color:#E8E9E8;
					text-decoration:none;
					}

/* Content Area Styles */
	.bigEvent_1{
		display:inline;float:left;width:110px;
		}
	.bigEvent_2{
		display:inline;float:left;width:190px;
		}
	.homePanels{
		border:solid #CCCCCC 1px;
		background-color:#ffffff;
		}
		.homePanels h2{
			background:#647F75 url(/_media/layout/garadiants/dark_green_small.gif) repeat-x;
			color:#FFFFFF;
			padding:0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			}

	.homePanelMiddle{
		width:336px;
		float:left;
		border:#CCCCCC 1px solid; 
		border-top:none;
		border-bottom:none;
		height:400px;
		}
		
		.homePanelMiddle p {
			margin-bottom:0.3em;	
		}
		.homePanelMiddle h2 a {
			color:#FFFFFF
		}
			
		#sponsorImages {
			text-align:center;
			padding:0 0;
			}
		#sponsorImagesBorder{
			padding:30px 0;
			border-bottom-style:solid;
			border-bottom-color:#777777;
			border-bottom-width:1px;
			}
		#sponsorImagesBottom{
			padding-top:30px;
			}
			
			#sponsorImagesBottom img{
				float:left;
				padding-left:20px;
			}
			
	.box { 
		border:1px solid #E4E3E3; 
		margin-bottom:20px;
		background-color:#FFFFFF;
		}
		.box p{ 
			/*margin:10px;*/
			}
	.box a.past_events {
	 	display: block;
	 	margin: 10px 0 10px 15px;
    	color: #566c63;
    	font-size: 1.2em;
    	font-weight: bold;
		}
	.box2 { 
		border:1px solid #E4E3E3;
		border-left-width:0px;
		margin-bottom:20px;
		background-color:#FFFFFF;
		}
		.box p{ 
			/*margin:10px;*/
			}
			
	.homePanels .box {
		border:solid #999999 1px;
		}
		.box h2 {
			background:#ACC258 url(/_media/layout/garadiants/light_green_small.gif) left bottom repeat-x;
			color:#FFFFFF;
			padding:2px 10px 0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			margin:0;
			}
			
		.box2 h2 {
			background:#ACC258 url(/_media/layout/garadiants/light_green_small.gif) left bottom repeat-x;
			color:#FFFFFF;
			padding:2px 10px 0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			margin:0;
			}
			
		.gray h2 {
			background:#ACC258 url(/_media/layout/garadiants/light_gray_small.gif) left bottom repeat-x !important;
			color:#FFFFFF;
			padding:0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			}
		.box.black h2 {
			background:#333333 url(/_media/layout/garadiants/2_BLACK_gradient_topnav.jpg) left bottom repeat-x;
			}
			
		.box h2 a { color:#FFFFFF; }
	.subGradientBox {
		/*height:109px;*/
		background:#ADC358 url(/_media/layout/garadiants/light_green_large.gif) repeat-x;
		color:#FFFFFF;
		}
		.subGradientBox a {
			color:#FFFFFF;
			}
		.subGradientBox h3{
			margin-left:110px;
			padding-top:10px;
			margin-bottom:3px;
			}
		.subGradientBox p {
			margin-left:110px;
			}
		.subGradientBox img {
			float:left;
			}
	.box_news {
		border-bottom: 1px solid #DFDFDF;
		margin: 0 15px;
		}
	.box_news.last {
		border: none;
		}
		.box_news p {
			padding:15px 0;
			margin:0;
			color: #838383;
			}	
		.box_news span {
			font-size: 1.2em;
			font-weight: bold;
			color:  #566c63;
		}
	#mainContent p {
		padding: 10px;
		margin-bottom:20px;
		}
	#mainContent img {
		margin: 0 10px;
		}

	#mainNav{
		font-size:1.5em;
		}
		#mainNav ul li{
			list-style:none;
			text-align:right;
			}

	 ul#subNav {
		list-style:none;
		margin:0;
		padding:0;
		font-size:1.3em;
		font-weight:bold;
		}
		 ul#subNav li {
			display:block;
			padding:7px 10px 7px 20px;
			}
			ul#subNav li a { 
				color:#333333;
				}
			ul#subNav li.selected {
				background-color:#93a445;
				}
			ul#subNav li.selected a {
				color:#FFFFFF;
				}
		
		#subNav ul li a{
			line-height:1.5em;
			color: #808285;
			}
			
/* CMS Page Styles*/

	.pageContent #mainArticle  p {
		/*margin-left:235px; */
		margin-right:15px;
		color: #838383;
		}	
	.pageContent #mainArticle img {
		border: 1px solid #d0d0d0;
		}	
	.pageContent #mainArticle {
		padding:15px;
		}	
	.pageContent #subArticles {
		padding: 0 15px 15px 15px;
	}
	.pageContent #mainArticle span,
	.pageContent #subArticles span {
			font-size: 1.2em;
			font-weight: bold;
			color:  #566c63;
		}
	.pageContent #subArticles .grid_4 {
		width:283px;
		}	
	.pageContent hr {
		border:none;
		border-width:1px 0 0 0;
		border-top:1px solid #E4E3E3;
		margin:10px 15px; 
		height:1px !important;
		}
	.pageContent .content {
		padding:15px;
		}
			
/* Home page events */
	.bigButton{padding:2px 30px; margin:auto 20px; font-size:1.5em; font-weight:bold;}
	.event { padding:10px 5px; }
	.event.row1 {
		background-color:#FFFFFF;
		}
	.event.row0 {
		background-color:#F1F2F2;
		}
		.event p {
			margin-bottom:0;
			}
		.event h3 {
			margin-top:0;
			}
	
	.eventLabel{
		width: 120px;
		display:block;
		}
	
	.futureEvents {
		border-bottom:1px solid #DFDFDF;
		margin:10px;
		min-height: 60px;
		}
		.futureEvents img {
			float:left;
			}
		.futureEvents p {
			margin-left:70px;
			margin-top:0;
			}
	.futureEventsHome {
		border-bottom:1px solid #DFDFDF;
		padding: 15px 0;
		margin: 0 15px;
		min-height: 60px;
		height:auto !important;
  		height: 60px;
	}	
	.futureEventsHomeLast {
		border: none;
	    padding: 15px 0;
		margin: 0 15px;
		min-height: 60px;
		height:auto !important;
  		height: 60px;
	}	
	#subArticles .futureEventsHome, #subArticles .futureEventsHomeLast {
		margin: 0;
	}	
	
	.futureEventsHome img, .futureEventsHomeLast img {
		float:left;
		border: 1px solid #d0d0d0;
	}
	.futureEventsHome p, .futureEventsHomeLast p {
		margin:-4px 0 0 70px;
		color: #838383;
		line-height:1.55em;
	    /*font-size: 1.2em;*/
		}	
		.futureEventsHome span, .futureEventsHomeLast span {
			font-size: 1.2em;
			font-weight: bold;
			color:  #566c63;
		}
		.futureEventsHome .truncate_title, .futureEventsHomeLast .truncate_title {
			font-size: 1em;
			font-weight: bold;
			color:  #566c63;
		}
	.futureEventsSide {
		border-bottom:1px solid #DFDFDF;
		margin:10px;
		}
		.futureEventsSide img {
			float:left;
			}
		.futureEventsSide p {
			/*margin-left:70px;*/
			margin-top:0;
			}

	#map {
		width:277px;
		height:190px;
		margin:10px;
		}		
		.map p { margin:10px; }
	/* Forms */
	
	.user-form label {
		display:block;
		width:150px;
		float:left;
		}
	.user-form input, textarea {
		width:300px;
		float:left;
		}
	/*.user-form select {
		width:200px;
		float:left;
		}*/
	.user-form input.checkbox, .user-form input.button {
		width:auto;
		}
		.user-form h1, .user-form h2 { clear:both; } 

		.arrow_floats {
			position:relative;
			float:left;
			top:30px;
			*top:6px;
			left:30px;
			}

	.event-details {
		float:left;
		}
		
		dl.event-details dt {
			font-weight:bold;
			float:left;
			display:block;
			width:70px;
			}
			.event-details dd {
			width:250px;
			}
		dl.event-details dt.event_link {
			float:left;
			display:block;
			width:300px;
			line-height: 12px;
			margin-top: 10px;
		}
		table.event-basket tbody tr td {
			border-top:1px solid #F4F4F4;
			padding:10px;
			}
			table.event-basket tbody tr td img {
				margin-right:10px;
				}
				
/* User Account */

		.user-details dt {
			font-weight:bold;
			float:left;
			display:block;
			width:100px;
			clear:left;
			}
			.user-details dd {
				width:200px;
				margin-left:100px;
			}
		
		table#basket thead {background:#ACC258 url(/_media/layout/garadiants/light_green_small.gif) left bottom repeat-x; height:30px; color:#FFFFFF;}
		table#basket thead th, table#basket tbody td {padding:5px 10px;}
		table#basket tbody tr td { border-bottom:1px solid #E4E3E3;}
		
	
	.recurring_option {
		clear:left;
		background:#E5FCFE;
		border:1px solid #8BCCD2;
		padding:5px;
		color: #0D9A95;
		font: bold 12px arial;
		text-shadow: 0 1px 0 #FFFFFF;	
		margin:15px 0;
		}
		.recurring_option label {
			float:none;	
			margin-left:20px;
			width:280px;
		}	
		
	
/* Footer Styles */

	.social_icons {
		position:absolute;
		right:0;
		bottom:10px;
		width:100px;
	}

	#footer {
		/*border-top:1px solid #DEDEDE;
		background-color:#ffffff;*/
		position:relative;
		margin:15px 10px 0 10px;
		clear:both;
		}
		#footer .logos {	
			margin:0 0 10px 0;
			}
			#footer .logos img {	
				float:left;
				margin:0 25px 0 0;
				}				
				
/* IE6 Fixes */

* html .subGradientBox a { color:#FFFFFF !important; }
* html .subGradientBox h3, *+html .subGradientBox h3 { margin-top:0 !important; padding-top:5px !important; }
* html img.arrow_floats { margin-top:-6px !important; }

* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}
