/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 * light grey #eaeaf2
 * dark grey #dfdfdf
* font #5d5b5c
 * Main Layout File
 */ 
 


/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;a
	padding: 0;
}

body {
	color: #e6e4e2;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
height: 100%;
}

html {
	background: #e6e4e2 
}

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

.clear{
	clear:both;
}


/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 929px;  
	margin: 0 auto; 
	background: #deddde;
}
#Container { 
	width: 927px;
	margin-left: 1px;
	padding-bottom: 15px;
	background: #fff;
}
#Layout {
	width: 927px;
	clear: both;
	overflow: hidden;
}
.typography {
	width: 700px;
	padding-top: 25px;
}

#Layout #PageImage {
	float: right;
	width: 208px;	
	overflow: hidden;
	padding-top: 68px;
	padding-right: 4px;
	border: none;
	
}
#Layout #PageImage img {
	width: 208px;	
	border: none;
}
#Content {
	overflow: hidden;
	padding-left: 50px;
}

#NoContent {
	overflow: hidden;
	padding-left: 205px;
}


/* HEADER
----------------------------------------- */
#Header { 
 	width: 919px; 
 	margin: 0 auto;
	overflow: hidden;
	background: #eaeaf2 url(../images/header.jpg) left center;
	height: 121px;
}
 	#Header h1 { 
	  	display: none;
	}
	#Header p {
		font-size: 1.4em;
		color: #5d5b5c;
		clear: left;
		margin: 0 0 0 100px;
	}

/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 920px;
	margin: 0 auto;
	background: #eaeaf2;
	font-size: 0.9em;
}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
	display: none;
 	
}
	#Breadcrumbs p {
		
	}


/* SIDEBAR
-------------------------------------- */
	#Sidebar { 
		padding-left: 4px;
	 	width: 150px; 
		float: left;  
	}
	#Sidebar .sidebarBox {
		padding-bottom: 2px;	
		margin-left: -69px;
		margin-top: 20px;	
	}
	#Sidebar ul {

	}
	#Sidebar li {
		list-style: none;
		text-align: right;
		border-top: solid 1px #dfdfdf;
		width: 182px;		
	}
	#Sidebar a {
		text-decoration: none;
		margin-left: -10px;
	}
	
	#Sidebar a:hover {
		color: #5d5b5c;
	}
	
	#Sidebar h3 { 
		clear: both; 
		display: none;
	}
	
	#Sidebar .sidebarBottom {
		display: none;
	}
	#Sidebar a em {
		font-style: normal;
		margin-right: 0px;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */	
	
        ul#Menu2 li { 
	    	font-size: 0.9em; 
	    	margin: 1px 0 5px 4px;
		list-style: none;
	    }
    	ul#Menu2 li a {
            display: block;
            width: 182;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 2.2em;
            color: #898989;
      	}
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
	ul#Menu2 li li em {
		padding-left: 0;
	}
	
	ul#Menu2 li a.current {       
            color: #5d5b5c; 
      	}
	

	
  
/* 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: 927px; 
	margin-left: 1px;
	height: 10em; 
	background: #fff;
	text-align: center; 
}
	#Footer .footerTop {
		/*width: 100%;*/
		margin-left: 4px;
		width: 920px;
		border-top: 1px solid #dfdfdf;
		height: 2em;
		background: #fff;
		display: block;	
	}	
  	#Footer p { 
		color: #898989;
		font-size: 1.0em;
		text-align: left;
		margin-left: 205px;
		margin-top: -0.5em;
	}
  		#Footer a { 
	   		color: #5d5b5c; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #5d5b5c;
				text-decoration: underline;
			}
	#Footer .footerCredits {
		padding-left: 160px;
	}
