/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Tahoma, Verdana, sans-serif;
}
html {
	background: #754C29;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 760px;  
	margin: 25px auto; 
	z-index: 1;
}
#Container_Layout	{
	float:left;
	width: 668px;
	background: #BDD1B6;
	z-index: 10;
	padding-bottom: 22px;
	background:#BDD1B6  url(../images/border_mid.gif) no-repeat;	
	margin-right: -20px;
}

.Green	{
	background: #DAE4D6 url(../images/border_inner_green.gif) no-repeat;
	
}
.Yellow	{
	background: #FCF8C8 url(../images/border_inner_yellow.gif) no-repeat;
}
.Pink	{
	background: #F7DCDB url(../images/border_inner_yellow.gif) no-repeat;
}
.Orange	{
	background: #FFE6CB url(../images/border_inner_yellow.gif) no-repeat;
}
.Rose	{
	background: #FDE0D4 url(../images/border_inner_yellow.gif) no-repeat;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
	
}
.Content {
	width: 627px;
	float: right; 	
	margin: 0 20px 0 0;
	text-align: left;
	
}
/*SPACER
----------------------------------------- */
#Container { 
	width: 800px;
	padding-bottom: 15px;
	
}

#Header_Border  {
	width: 760px;
	background-color: #754C29;
	height: 36px;
}
#Logo_Spacer	{
	float:left;
	width: 92px;
	height: 36px;
	}
#Logo_Top	{
	float:left;
	background-image: url(../images/logo_top.gif);
	width: 213px;
	height: 36px;
	}
#Flash_Spacer	{
	float:left;
	width: 412px;
	height: 36px;
	}
/* HEADER
----------------------------------------- */
#Header { 
	background-color: #BDD1B6;
	width: 760px; 
	height: 256px;
	margin: 0 auto;
	overflow: hidden;
	
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
	#Logo_Left	{
	float:left;
	background-color: #754C29;
	background-image:url(../images/logo_left.gif);
	width: 92px;
	height: 256px;
}
	#Logo	{
	float:left;
	background-color: #BDD1B6;
	background-image: url(../images/header_logo.gif);
	width: 213px;
	height: 256px;
}

#Flash {
	float:right;
	width: 412px;
	height: 217px;
}	

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	float:right;
	width: 412px;
	height: 27px;
	margin-top: 7px;
}
	#Navigation ul { 
 		float: right; 
		margin-right: 10px;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
		
		
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 1.2em; 
				padding: 0 0 0 10px;
				
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
			 			
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
	    		#Navigation ul li a.section:hover span,
				#Navigation ul li a.current:hover span {
					
				}
				/* --- ORIGINAL MENU IF REQUIRED
			----------*/	
				
		/*----HOME-----*/		
		
  			#Navigation ul li a#home { 
				height: 27px; 
				background:url(../images/menu/home_off.gif); 
				width: 42px;
			}
				
					#Navigation ul li a:hover#home { 
			 			background:url(../images/menu/home_on.gif); 
						width: 42px;
						cursor: pointer;
					}
				
					
    			#Navigation ul li a#home.current,
	    		#Navigation ul li a#home.section,
	    		#Navigation ul li a#home.section:hover,
	    		#Navigation ul li a#home.current:hover { 
				 	background:url(../images/menu/home_on.gif); 
					width: 42px;
					}
					
			/*----SPONSORS-----*/		
		
  			#Navigation ul li a#sponsors { 
				height: 27px; 
				background:url(../images/menu/sponsors_off.gif); 
				width: 58px;
			}
				
					#Navigation ul li a:hover#sponsors { 
			 			background:url(../images/menu/sponsors_on.gif); 
						width: 58px;
						cursor: pointer;
					}
				
					
    			#Navigation ul li a#sponsors.current,
	    		#Navigation ul li a#sponsors.section,
	    		#Navigation ul li a#sponsors.section:hover,
	    		#Navigation ul li a#sponsors.current:hover { 
				 	background:url(../images/menu/sponsors_on.gif); 
					width: 58px;
					}
					
				/*----TICKETS-----*/		
		
  			#Navigation ul li a#tickets { 
				height: 27px; 
				background:url(../images/menu/tickets_off.gif); 
				width: 68px;
			}
				
					#Navigation ul li a:hover#tickets { 
			 			background:url(../images/menu/tickets_on.gif); 
						width: 68px;
						cursor: pointer;
					}
				
					
    			#Navigation ul li a#tickets.current,
	    		#Navigation ul li a#tickets.section,
	    		#Navigation ul li a#tickets.section:hover,
	    		#Navigation ul li a#tickets.current:hover { 
				 	background:url(../images/menu/tickets_on.gif); 
					width: 68px;
					}
				
			/*----GARDENS-----*/		
		
  			#Navigation ul li a#gardens { 
				height: 27px; 
				background:url(../images/menu/current_off.gif); 
				width: 98px;
			}
			#Navigation ul li a:hover#gardens { 
			 			background:url(../images/menu/current_on.gif); 
						width: 98px;
						cursor: pointer;
					}
				
					
    			#Navigation ul li a#gardens.current,
	    		#Navigation ul li a#gardens.section,
	    		#Navigation ul li a#gardens.section:hover,
	    		#Navigation ul li a#gardens.current:hover { 
				 	background:url(../images/menu/current_on.gif); 
					width: 98px;
					}
					
				/*----GALLERY-----*/		
		
  			#Navigation ul li a#gallery { 
				height: 27px; 
				background:url(../images/menu/gallery_off.gif); 
				width: 59px;
			}
			#Navigation ul li a:hover#gallery { 
			 			background:url(../images/menu/gallery_on.gif); 
						width: 59px;
						cursor: pointer;
					}
				
					
    			#Navigation ul li a#gallery.current,
	    		#Navigation ul li a#gallery.section,
	    		#Navigation ul li a#gallery.section:hover,
	    		#Navigation ul li a#gallery.current:hover { 
				 	background:url(../images/menu/gallery_on.gif); 
					width: 59px;
					}
				
/* SIDE IMAGES
-------------------------------------------- */
#Outer_Image	{
	float:left;
	background-image: url(../images/border_outer.gif);
	width: 92px;
	height: 440px;
	}
#Mid_Image	{
	float:left;
	background-color: #BDD1B6;
	background-image:url(../images/border_mid.gif);
	width: 21px;
	
	z-index: 100;
	}
    

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


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

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 7em; 
	text-align: left; 

}

  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: left;
		margin-left: 60px;
		margin-top: 1em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
/* HOMEPAGE
----------------------------------------- */

#Home_Content	{
	float:left;
	width: 380px;
}
#Newsflash	{
	float:right;
	margin: 15px 15px 5px 0;
	padding: 12px;
	float: right;
	background-color: #F9ED33;
	width: 188px;
}
#Newsflash p	{
	margin: 0;
}
#Newsflash h1,h2	{
	margin: 0;
}
#Newsflash h1	{
	color:#BF1E2D;
	font-size: 13px;
	font-weight: bold;
	margin-bottom:15px;
	}
#Newsflash h2	{
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	}
#Newsflash a	{
	color:#BF1E2D;
	}
#Cause	{
	background-color: #FFDBB4;
	width: 605px;
	margin: 10px;
	
}
#Cause p { 
		color: #650E1B;
		margin: 0;
		padding: 0;
		margin-top:15px;
	}
   


	