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

body {
	color: #8c8c8c;
	background:#fff;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

html {
	background: #f3f6f6;
}

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

.clear{
	clear:both;
}

a img {
	border:0;
}

/* CONTAINER
----------------------------------------- */

#Layout {
	width: 775px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}

/* HEADER
----------------------------------------- */
#Header { 
 	width: 775px; 
 	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;
	}
	
	#Header #logo {
		float:left;
		margin:30px 0px 0px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	float:right;
	margin: 0 auto;
	overflow: hidden;
	font-family:"Century Gothic", Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
	#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.6em; 
				padding: 70px 15px 20px 15px;
				color: #979797;
			}
				#Navigation ul li a:hover { 
					color: #ff7301;
				}
				#Navigation ul li a.current, #Navigation ul li a.section, #Navigation ul li a.section:hover, #Navigation ul li a.current:hover { 
			 	background: #f3f6f6; 
			 	color: #ff7301;
				}
    
/* INTROBLOCK
-------------------------------------------- */
#introBlock {
	background:#f3f6f6;
	text-align:center;
	margin:40px 0;
	padding:20px;
	font-family:Georgia, serif!important;
	font-size:2.4em;
}
	#introBlock .block {
		width:775px;
		text-align:left;
		margin:0 auto;
	} 
	#introBlock h2 {
		font-weight:normal;
	}
	#introBlock h2 em {
		font-style:normal;
		color:#ff7301;
	}
	#introBlock p {
		padding:10px 0;
	}


/* COLUMNS
-------------------------------------------- */

#Layout .LeftColumn {
	float:left;
	width:50%;
	padding-right:15px;
	background:url(../images/columnBg.jpg) repeat-y right top;
	text-align:center;
}
#Layout .RightColumn {
	float:right;
	width:45%;
	text-align:center;
}
	#Layout .LeftColumn img, #Layout .RightColumn img {
		padding-right:5px;
	}
	#Layout .LeftColumn p, #Layout .RightColumn p {
		text-align:left;
	}
	#Layout .LeftColumn blockquote, #Layout .RightColumn blockquote {
		font-family:Georgia, serif!important;
		margin:0 0 0 135px;
		font-size:1.4em;
		text-align:left;
	}
	#Layout .LeftColumn blockquote em {
		font-family:Georgia, serif!important;
		color:#fdba12;
	}
	#Layout .RightColumn blockquote em {
		font-family:Georgia, serif!important;
		color:#005814;
	}
	
	#Layout a.button {
		display:block;
		background:url(../images/buttonBg.jpg) no-repeat;
		font-family:Georgia, serif!important;
		margin:0 auto;
		width:214px;
		height:49px;
		text-align:center;
		line-height:45px;
		color:#8c8c8c;
		font-size:1.8em;
	}

/* 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;  
	background: #f3f6f6; 
	text-align: center; 
}
	#Footer .footerMenu {
		margin:20px;
		font-size:1.6em;
		text-transform:uppercase;
		font-family:"Century Gothic", Tahoma, Geneva, sans-serif;
	}
	#Footer .footerTop {
		width: 100%;
		background: transparent url(../images/footerTop.gif) no-repeat top left;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #8c8c8c;
		font-size: 1.1em;
		text-align: center;
		margin-top: -0.6em;
	}
  		#Footer a { 
	   		color: #8c8c8c; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #8c8c8c;
				text-decoration: underline;
			}
	#Footer ul {
		margin:0 auto;
	}
	#Footer a.link, #Footer a.current {
		padding:10px;
		color:#979797;
		border-top:6px solid #fff;
	}
	#Footer a.current {
		color:#ff7301;
		/*border-top:6px solid #595959;*/
	}