/** 
 * 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: Verdana, Lucida, sans-serif;
	overflow:auto;
}

html {
	background: #626467 url(../images/background-repeat.jpg) repeat;
}

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

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%;  
	margin: 0px auto;
	text-align:center;
	overflow:auto;
	float:left;
	height:100%;
}
#Container { 
	width: 1064px;
	padding-bottom: 15px;
	padding:0;
	margin:40px auto;
}
#midWrapper {
	width: 1064px;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 30px;
	background: transparent url(../images/background.gif) repeat-y scroll;
}
#Layout {
	width: 570px;
	overflow: hidden;
	float:left;
	margin:0 auto;
	padding-left:10px;
}
#Content {
	width: 540px;
	float: left; 	
	margin: 10px 15px 0 15px;
	text-align: left;
}
#Content p{
	margin: 0 0 0 30px;
}
#imWrap{
	position:absolute;
	top:0;
	padding:0px;
	margin:0 auto;
	z-index: -1;
	width:100%;
	text-align:center;
}
#ImgContainer{
	position:relative;
	top:0;
	padding:0px;
	margin:0 auto;
	width:95%;
	text-align:center;
}
#topBar {
	position:fixed;
	top:0;
	height:36px;
	width:100%;
	background-color:#000000;
	border-bottom:4px solid #6600CC;
	z-index:15;
}
	#topBar #socials {
		float:left;
	}
		#topBar #socials strong{
			border:none;
			line-height:34px;
			display:block;
			float:left;
			margin:0 10px 0;
		}
		#topBar #socials img{
			border:none;
		}


/* HEADER
----------------------------------------- */
#Header { 
 	width: 1064px;
	height:300px;
 	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/header.gif) no-repeat scroll;
}
 	#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;
	}
	#Header #Logo {
		width:331px;
		height:283px;
		float:left;
	}


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 1065px;
	height:86px;
	margin: -6px auto;
	padding-top: 0;
	overflow: hidden;
	background: transparent url(../images/top-nav.gif) no-repeat center top;
}
	#Navigation ul { 
 		float: left; 
		margin: 4px 65px 0;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px 0; 
			float: left;
			line-height: 51px;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 51px; 
				font-size: 1.8em; 
				padding: 0 0 0 10px;
				color: #fff;
				overflow:hidden;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.3em;
				}
					#Navigation ul li a:hover { 
						color: #00AEEF;
						cursor: pointer;
					}
					#Navigation ul li a:hover span {
						color: #00AEEF;
						cursor: pointer;
					}
					
    			#Navigation ul li a.current,
	    		#Navigation ul li a.section,
	    		#Navigation ul li a.section:hover,
	    		#Navigation ul li a.current:hover { 
				 	color: rgb(203, 125, 255);
					}
				#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 {
					color: rgb(203, 125, 255);
				}

	#Navigation ul ul.fly {
		display:none;
		width:120px;
		z-index:100;
		float:left;
		position:absolute;
		top:392px;
		text-align:left;
		background: rgb(172, 47, 255) repeat 0 0;
		height:auto;
		border: 2px solid #000;
		border-top:none;
		margin:0 auto; padding:0;
	}
	#Navigation ul.fly:hover {
		display:block;
	}
	#Navigation ul.fly li {
		line-height:15px;
		float:left;
		list-style:none;
		display:block;
	}
	#Navigation ul.fly li a {
		font-size:12px !important;
		line-height:15px;
		height:15px;
		margin:3px 3px 1px 5px !important;
	}
	#Navigation a.fly{
		line-height:15px;
		height:auto !important;
		padding: 0 0 5px;
	}
	#Navigation li.ddown {
		background: transparent url(../images/ddown_indicator.png) top right no-repeat;
	}

/* Footer Navigation
-------------------------------------------- */
#BottomNavigation {
	text-decoration:none;
	color:#333333;
	width:820px;
	margin:0 auto;
	text-align:center;
}
#BottomNavigation a{
	text-decoration:none;
	color:#333333;
	font-size:105%;
	display:block;
	float:left;
}
#BottomNavigation ul{
	margin:0 auto;
	padding:0;
}
#BottomNavigation ul#Menu3 {
	display:block;
	list-style:none;
}
#BottomNavigation ul#Menu3 li.mlevel {
	display:block;
	list-style:none;
	clear:both;
}
#BottomNavigation ul#Menu3 ul {
	display:block;
	list-style:none;
	float:left;
	margin-left:10px;
}
#BottomNavigation ul#Menu3 li ul.fly li{
	display:block;
	list-style:none;
	float:left !important;
	margin-right:8px;
	color:#333333 !important;
}
#BottomNavigation a.top_link{
	font-weight:700;
	width: 110px;
	text-align:right;
	color:#333333 !important;
}
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}


/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px; 
	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar img {
		border: none !important;
	}
	#Sidebar ul {
		margin: 0 auto;
		width:180px;
	}
		#Sidebar li {
			margin: 0 auto 8px 5px;
			list-style: none;
			background: transparent url(../images/sidebarLights.gif) no-repeat 0px 0px;
			width:140px;
			text-align:left;
			float:left;
			padding-bottom:3px;
		}
		#Sidebar li:hover {
			background: transparent url(../images/sidebarLights.gif) no-repeat 0px -63px;
		}
		#Sidebar li.current {
			background: transparent url(../images/sidebarLights.gif) no-repeat 0px -63px;
		}
		#Sidebar li a {
			position:relative;
			left:20px;
			margin: 0px 0px 0px;
			line-height:14px;
			text-transform: lowercase;
			color:rgb(0, 255, 0);
			font-weight: 700; 
			font-size: 1.3em;
			float:left;
			display:block;
			padding: 1px 0 0 0;
		}
		#men_sep { clear:both; display:block; margin:3px auto 3px; height:20px; position:relative; left:-3px;}
	#Sidebar h1 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 auto;
		line-height: 1.8;
		padding: 1px 0 0 0;
	}
	
	#Sidebar .sidebarTop {
		height: 25px;
		display: block;
		width: 200px;
		margin: 5px 0 1px 0;
		background: url(../images/side-nav-top.png) no-repeat center top;
	}
	#Sidebar .sidebarBox {
		display: block;
		width: 200px;
		margin:-1px auto -1px;
		padding:0 0 10px;
		background: url(../images/side-nav-middle.png) repeat-y center top;
		float:left;
		position:relative;
		left:-4px;
		padding-left:8px;
	}
	
	#Sidebar .sidebarBottom {
		height: 25px;
		display: block;
		width: 200px;
		clear:both;
		margin: 0 0 0 0;
		background: url(../images/side-nav-bottom.png) no-repeat center top;
	}
	
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	

/* RIGHT SIDEBAR
-------------------------------------- */
#RightBar { 
 	width: 274px; 
	float: left;  
	margin: 0 0 20px 10px;
	padding: 0;
	color:#000000;
}
#eu_topRow {
	width:264px;
	height:18px;
	padding:0;
	margin:0 auto;
	background: transparent url(../images/upcoming-topround.png) no-repeat center top;
}
#eu_midRow {
	width:264px;
	padding:1px 0 0 0;
	margin:0 auto;
	background-color:#000000;
}
	#eu_midRow ul{
		width:244px;
		padding:0;
		margin:0px auto;
		list-style:none;
		text-align:left;
	}
	#eu_midRow ul li{
		padding:0;
		margin:3px 10px 8px;
		list-style:none;
		text-align:left;
		cursor:pointer;
	}
		#eu_midRow h5{
			padding:0;
			margin:0;
			color:rgb(0, 174, 239);
		}
		#eu_midRow span{
			padding:0 0 0 5px;
			color:rgb(29, 177, 76);
		}
		#outputDiv {color:#000000;}
#eu_botRow {
	width:264px;
	height:18px;
	padding:0;
	margin:-1px auto 20px;
	background: transparent url(../images/upcoming-bottomround.png) no-repeat center top;
}
#RightBar #events {
	list-style:none;
}
	#RightBar #events li {
		list-style:none;
		width:196px;
		padding:0;
		margin-bottom: -20px;
	}
	#RightBar #events li img {
		border: none !important;
	}
	#RightBar #events li div.toprow {
		background: transparent url(../images/rb_flyers_toprow.png) no-repeat left top;
		height:16px;
	}
	#RightBar #events li div.midrow {
		background: transparent url(../images/rb_flyers_midrow.png) repeat-y left top;
	}
	#RightBar #events li div.botrow {
		background: transparent url(../images/rb_flyers_botrow.png) no-repeat left top;
		height:25px;
	}
		#RightBar #events li a {
			width:152px;
			margin:0px auto;
			padding:0px;
			display:block;
			position:relative;
			top:1px;
			left:7px;
		}

/* 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;
}

/* 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: 1064px; 
	height: 61px; 
	background: transparent url(../images/bottom-banner.gif) no-repeat center top;
	text-align: center; 
	margin:0 auto;
}
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #333333; 
	   		text-decoration: none;
		}
			#Footer a:hover {
	   		color: #333333; 
				text-decoration: underline;
			}
			
	
/* FORM
----------------------------------------------- */
form ul li label {width:80%; line-height:1.5em; height:1.5em;}
form .radio {width:1.5em; height:1.5em; text-align:center; line-height:1.5em;}

/* Dragon
----------------------------------------------- */
#dragon {
	width:400px;
	height:300px;
	overflow:hidden;
	padding:0;
	margin:0;
	float:right;
}

/* Flyer Pages
----------------------------------------------- */
.flyerwrap {
	text-align:center;
}
.flyerwrap p img.left {
	clear:left !important;
	display:block;
	margin:0 auto;
	padding:0;
}

/* Headings
----------------------------------------------- */
#Content_head { display:block; clear:both; }
div.heading_h {
	position:relative;
	height: 50px;
	padding:0;
	margin: 0 auto 10px;
	background:transparent url(../images/h_left.png) no-repeat left top;
	clear:both;
}
div.heading_h div.heading_text {
	position:relative;
	left:23px;
	float:left;
	text-align:center;
	display:block;
	padding:0 15px 0;
	margin-right: 0px;
	height: 50px;
	background:transparent url(../images/h_mid.png) repeat-x left top;
}
div.heading_h div.heading_text h2 {
	line-height:40px;
	color:rgb(0,255,0);
	font-size:20px;
}
div.heading_h div.close_h {
	position:relative;
	left:23px;
	float:left;
	width: 35px;
	height: 50px;
	padding:0;
	margin: 0;
	background:transparent url(../images/h_right.png) no-repeat left top;
}

/* special_announcments
----------------------------------------------- */
#special_announcements div{
	width:80%;
	margin:30px;
	padding:20px;
	border:1px solid rgb(255,255,255);
	background-color:#333333;
}
#special_announcements div div{
	border:none;
	margin:0 auto;
	padding:0;
}
#special_announcements div a{
	font-size:22px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:26px;
}
#special_announcements div p{
	font-size:14px;
	color:#FFFFFF;
}
#special_announcements div h4{
	font-size:20px;
	font-weight:bold;
	color:rgb(29, 152, 43);
	line-height:26px;
	margin:0 auto 15px;
	padding:0;
}
#special_announcements em{
	font-size:12px;
}
.min_max {cursor:pointer;}
/* Pricing List
----------------------------------------------- */
.pricingList {
	width:100%;
	margin:10px auto;
	padding:15px;
	border:3px solid rgb(153, 0, 255);
	clear:both;
	float:left;
	display:block;
	background:transparent url(../images/grayout.png) repeat 0 0;
}
.pricingList h4{
	font-size:18px;
	font-weight:700;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:2px solid rgb(0, 255, 0);
	color:#121212;
}
.pricingList h4 a{
	color:#121212;
	text-decoration:none;
}
.pricingList h4 a:hover{
	color:#333333;
	text-decoration:underline;
}
.pricingList p {
	clear:both;
	font-size:13px;
	display:block;
	margin-bottom:5px;
	color:#000000;
}


.imgCaption {
	font-size:50%;
	color: rgb(0,255,0);
}