/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {margin: 0;padding: 0;}
body {color: #000;	font-size: 62.5%; font-family: Helvetica,Arial, sans-serif;}
html {background: #40453d url(../images/MainBg.png) repeat-y center;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
.clear{clear:both;}

/* CONTAINER
----------------------------------------- */
#topBG{
	width:100%;
	background:transparent url(../images/TopBg.png) no-repeat center bottom;
	height:40px;}
#BgContainer {
	width: 100%;  
	background:transparent url(../images/contentTopBG.png) no-repeat top;
}
#Container { 
	width: 960px;  
	margin: 0 auto; 
	padding-bottom: 15px;
}
#Layout {
	width: 960px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;
}
#Content {
	width: 640px;
	float: left; 	
	margin: 10px 0px 0px 10px;
	background-color:#dee0dc;
	text-align: left;
}
.album{background:#000;padding: 5px;margin:10px;}
.ablumImage{margin:5px;}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 960px; 
	height: 402px;
 	margin: 0 auto;
	overflow: hidden;
	background: #000 url(../images/Pre-Order-Casey-Barnes.jpg?20202) no-repeat center top;
	border-bottom:#FFF 5px solid;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 9px;
		text-indent:-9000px;
		font-family: Tahoma, Verdana, sans-serif;
	}
#SocialMedia{
	float:left; margin:0px 0px 0px 7px;}

#SocialMedia img {
    margin-right: 4px;
}
	


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {margin: 343px 0px 0px 0px; float:right;padding-top: 10px;overflow: hidden; text-transform:uppercase;width:960px;}
	#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.6em; 
				font-size:16px; 
				padding: 0 0 0 10px;
				color: #fff;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					padding-right: 10px;
					height: 2.5em;
				}
					#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 { 
				 	background: #fff; 
				 	color: #444;
					}
				#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 {
					background: #fff ;
					color: #444;
				}

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 289px; 
	float: right;  
	margin: 10px 10px 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 10px;
		background: #dee0dc ; 
	}
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		font-family:Helvetica, Arial, sans-serif;
		font-size: 18px; 
		margin: 0px 0 10px 0px;
		padding: 10px 0 0 17px;
	}
	
	#Sidebar p {
		font-size: 13px;
	 	clear: both;
		font-family:Helvetica, Arial, sans-serif;
		font-weight:lighter;
	 	margin: 10px 10px 0 17px;
	}
	
	#Sidebar p a{
		color:#75640e;
	}

/* 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 #ddd;
		}
			.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;
	margin: 8px 0;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}


#PageCommentInterface_Form_PostCommentForm_action_postcomment {
	margin-bottom: 20px;
}

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

/* SEARCH FORM 
-----------------------------------------------*/
#SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
	#SearchForm_SearchForm .middleColumn {
		float: left;
		width: 164px;
		margin: 0 5px 0 0;
		padding: 2px;
		background-color: #51a9df;
	}
	
		#SearchForm_SearchForm .middleColumn input.text {
			width: 160px;
			border: none;
			color: #666;
		}
		
	#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;  
	margin:0 auto;
	width: 960px; 
	background-color: #4c4f46 ; 
	text-align: right; 
}
	#Footer .footerTop {
		width: 100%;
		
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #fff;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.8em;
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
	#Footer .SocialMedia{
		float:left;
		margin-left:15px;
	}
	#FooterNav{
		color:#000;
		font-size:16px;
		line-height:16px;
		margin-right:15px;
		}
		#FooterNav a{
		color:#000;
		}
#twitterHolder{
	float:right;
	width:255px;
	margin-right:10px;}
	#gigHolder{
		width:340px}
		img{border:0px}
		#Form_Form{
			margin:10px;}
			#Form_Form_Postcode, #Form_Form_Country{
				height:19px;}