/** 
 * SilverStripe CCNL Theme
 * Main Layout File
 */
 

/* Misc Styles and defaults 
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
#Form_Form {
	padding-left:30px;
}

body {
	color: #144E2C;
 	font-size: 62.5%; 
 	font-family:"Georgia", Times New Roman, Times, serif; 
}

html {
	background: #1E2B1B url(../images/bgtest4.jpg) no-repeat fixed;
	background-position: top center;
	height:100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	color:#533E1A;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 864px;  
	margin: 0 auto ; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#Container { 
	width: 864px;
	background:  url(../images/pattern.jpg) repeat-y;
}
#Layout {
	width: 864px;
	clear: both;
	overflow: hidden;
	margin: 0px auto;	
}
#Content {
	width: 604px;
	float: right; 	
	text-align: left;
}
	#Content p {
	margin: 0px 50px 10px 28px;
	}

	
	
/* HEADER
----------------------------------------- */
#Header { 
 	width: 864px; 
	height:270px;
 	margin: 0 auto;
	overflow: hidden;
	
}
#logo {
	width:190px;
	height:160px;
	padding-left:50px;
	padding-top:40px;
}
#logo a {
	display:block;
	width:190px;
	height:160px;
}


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width: 864px;
	margin: 0 auto;
	padding-top:15px; 
	overflow: hidden;
	
}
	#Navigation ul { 
 		float: left; 
		width:810px;
		padding-left: 33px;		
	}
		#Navigation ul li { 
	 		list-style: none; 
			float: left;
			display: block;
		}
  			#Navigation ul li a { 
				float: left;
				text-decoration: none;
				display: block; 
				height: 36px; 
			}
			
			#Home a{
			background:url(../images/navigation2.gif) 0px -36px;
			width:84px;
			height:36px; 
			}
			#About a{
			background:url(../images/navigation2.gif) -86px -36px;
			width:92px;
			height:36px; 
			}
			#Programs a{
			background:url(../images/navigation2.gif) -180px -36px;
			width:108px;
			height:36px; 
			}
			#News a{
			background:url(../images/navigation2.gif) -290px -36px;
			width:149px;
			height:36px; 
			}
			#Employment a{
			background:url(../images/navigation2.gif) -441px -36px;
			width:133px;
			height:36px; 
			}
			#Photos a{
			background:url(../images/navigation2.gif) -576px -36px;
			width:136px;
			height:36px; 
			}
			#Contact a{
			background:url(../images/navigation2.gif) -714px -36px;
			width:97px;
			height:36px; 
			}
			#Home a.current,
	    	#Home a.section,
	    	#Home a.section:hover,
	    	#Home a.current:hover { 
			background:url(../images/navigation2.gif) 0px 0px;
			width:84px;
			height:36px; 
			}
			#About a.current,
	    	#About a.section,
	    	#About a.section:hover,
	    	#About a.current:hover { 
			background:url(../images/navigation2.gif) -86px 0px;
			width:92px;
			height:36px; 
			}
			#Programs a.current,
	    	#Programs a.section,
	    	#Programs a.section:hover,
	    	#Programs a.current:hover { 
			background:url(../images/navigation2.gif) -180px 0px;
			width:108px;
			height:36px; 
			}
			#News a.current,
	    	#News a.section,
	    	#News a.section:hover,
	    	#News a.current:hover { 
			background:url(../images/navigation2.gif) -290px 0px;
			width:149px;
			height:36px; 
			}
			#Employment a.current,
	    	#Employment a.section,
	    	#Employment a.section:hover,
	    	#Employment a.current:hover { 
			background:url(../images/navigation2.gif) -441px 0px;
			width:133px;
			height:36px; 
			}
			#Photos a.current,
	    	#Photos a.section,
	    	#Photos a.section:hover,
	    	#Photos a.current:hover { 
			background:url(../images/navigation2.gif) -576px 0px;
			width:136px;
			height:36px; 
			}
			#Contact a.current,
	    	#Contact a.section,
	    	#Contact a.section:hover,
	    	#Contact a.current:hover { 
			background:url(../images/navigation2.gif) -714px 0px;
			width:97px;
			height:36px; 
			}
			
			#Home a:hover { 
			background:url(../images/navigation2.gif) 0px -72px;
			width:84px;
			height:36px; 
			}
			
	    	#About a:hover { 
			background:url(../images/navigation2.gif) -86px -72px;
			width:92px;
			height:36px; 
			}
			
	    	#Programs a:hover { 
			background:url(../images/navigation2.gif) -180px -72px;
			width:108px;
			height:36px; 
			}
			
	    	#News a:hover { 
			background:url(../images/navigation2.gif) -290px -72px;
			width:149px;
			height:36px; 
			}
			
	    	#Employment a:hover { 
			background:url(../images/navigation2.gif) -441px -72px;
			width:133px;
			height:36px; 
			}
			
	    	#Photos a:hover { 
			background:url(../images/navigation2.gif) -576px -72px;
			width:136px;
			height:36px; 
			}
			
	    	#Contact a:hover { 
			background:url(../images/navigation2.gif) -714px -72px;
			width:97px;
			height:36px; 
			}
			
			#Navigation ul li a span {
			display:none;
			}
					
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #533E1A;
	text-align: left;
	font-size: 10px; 
	margin: -10px 0px 15px 30px;
}
	#Breadcrumbs p {
		margin: 0px 0px 2px 0px;
	}


/* SIDEBAR
-------------------------------------- */
#Sidenav {
	width: 260px;
	float: left; 	
	text-align: left;
	background: url(../images/sidebarbg2.jpg) no-repeat left top;
	height:600px;
	}

#Sidenav2 {
	width: 260px;
	float: left; 	
	text-align: left;
	background: url(../images/sidebarbg2.jpg) no-repeat left top;
	height:389px;
	}


#Sidebar { 
 	width: 259px; 
	/*float: left;*/
}
	
	#Sidebar ul {
		margin: 0px;
		padding:0px;
		margin-left:33px;
	}
	#Sidebar li {
			list-style: none;
			padding-bottom:15px;
			}
		#Sidebar li a{
			display:block;
			background: url(../images/sidenavbutton-copy.gif) no-repeat top left;
			width:222px;
			height:23px;
			text-decoration:none;
			color:#E5D7BF;
			font-family:"Georgia", Times New Roman, Times, serif;
			font-weight:bold;
			font-size:12px;
			padding-left:30px;
			padding-top:8px;
					}
					
			#Sidebar li a:hover{
			background: url(../images/sidenavbutton-copy.gif) no-repeat bottom left;
			}
					
		#Sidebar li a.current{
			background: url(../images/sidenavbutton-current.gif) no-repeat;
		}
		#Sidebar li a.section{
			background: url(../images/sidenavbutton-current-list.gif) no-repeat;
			height:23px;
		}
		
#Sidebar li ul {
	margin:0px;
	padding:0px;
	width:222px;
	background:url(../images/submenu-middle.gif) repeat-y;
	}
#Sidebar li ul li {
	padding-bottom:3px;
	padding-top:4px;
	}
#Sidebar li ul li a {
	margin:0px;
	padding:0px;
	background:none;
	padding-left:15px;
	font-family:"Georgia", Times New Roman, Times, serif; 
	color: #533E1A;
 	line-height: 18px;
 	font-size: 11px;
	font-weight:normal;
	width:190px;
}
#Sidebar li ul li a.current {
	font-weight:bold;
	background:none;
}
#Sidebar li ul li a:hover {
	background:none;
	color:#321400;	
}
#Sidebar span {
	width:222px;
	height:20px;
	background:url(../images/submenu-bottom.gif) no-repeat;
	padding:0px;
	margin:0px;
	display:block;
		}
	
	
	#pinecone{
		width: 314px;
		height:298px;
		background: url(../images/pinecone.gif) no-repeat;
		margin-left:-41px;
		margin-top:50px;
		/*position:relative;*/
		position:absolute;
		}
					
					
	
/* STAFF PHOTOS AND SECTIONS
---------------------------------------- */				
.staffphoto {
	width:100px;
	height:100px;
	position:relative;
}
.staffphoto span{
	width:100px;
	height:100px;
	position:absolute;
	background: url(../images/staffover.gif) no-repeat;
}
.staffphoto span a{
	height: 100px; 
	width: 100px; 
	display:block;
}
.staffdescription {
	width:350px;
	color: #533E1A;
}
.staffname {
	font:"Georgia", Times New Roman, Times, serif;
	font-size:14px;
	color:#336633;
	font-weight:bold;
	width:150px;
}
#StaffPhoto {
	width:190px;
	height:195px;
	position:relative;
	float:right;
	padding-right:35px;
}

#StaffPhoto span {
	padding-left:30px;
	width:190px;
	height:195px;
	position:absolute;
	/*background: url(../images/testing.gif) no-repeat;*/
	background: url(../images/zoom.gif) no-repeat;
}
#StaffPhoto span a{
	display: block;
	height: 195px;
	width: 190px;
}

#StaffList {
	padding-left:0px;
	margin-left:12px;
}
#StaffList li{
	margin-left: 0px;
}
#Stafflisting{
	float: right; 
	width: 225px;
	padding-left: 20px;
}
#Stafflisting p{
	margin: 0px;
	padding: 0px 0px 10px 25px;

}
								
      	
/* 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 0 1px;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0 30px 0;
		font-size: 11px;
	}

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

.readMoreLink {
	margin-left:26px;
	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 { 
 	width: 864px; 
	height: 227px; 
	background: url(../images/testfooter2.jpg) no-repeat bottom ;
	margin:0px;
	padding:0px;
}
#Footer p { 
	color: #F2E3C2;
	font-size:11px;
	text-align: left;
	margin: 10px 0px 0px 15px;
	}
#Footer a { 
	color: #F2E3C2;
	text-decoration: none;
	}
#Footer a:hover {
	text-decoration: underline;
	}
#Footer ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
	padding-top:40px;
}

/******FOOTER SECTIONS******/
#section1, #section2, #section3, #section4, #section5 {
	float:left;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:11px;
	color: #F2E3C2;
}

#section1 {
	width:150px;
}
#section1 li {
	margin-left:25px;
	padding-bottom:8px;
}
#section2 {
	width:185px;
} 
#section2 li {
	margin-left:25px;
	padding-bottom:8px;
}
#section3 {
	width:165px;
	
}
#section3 li a img{
	border:2px solid #99B34F;
	}
#section3 li a img:hover{
	border:2px solid #F2E3C2;
	}
#section3 li {
	margin:0px;
	padding:0px;
}
#section4 {
	width:150px;
}
#section4 li {
	margin-left:25px;
	padding-bottom:8px;
}
#section4 li a img {
	border:none;
}
#section5 {
	width:150px;
}
#section5 li {
	margin-left:25px;
	padding-bottom:8px;
}


/* LOG IN FORM
----------------------------------------------- */			
#MemberLoginForm_LoginForm {
	margin-left: 35px;
}
#MemberLoginForm_LostPasswordForm {
	margin-left: 35px;
}
.message {
	margin-left: 35px;
	width:400px;
	background-color:#DBC8A7;
	border:1px solid #533E1A;
}

/* HOME PAGE
----------------------------------------------- */
#homeintro{
	text-align: center;
	background: url(../images/sidebarbg3.jpg) no-repeat left top;
	height: 600px;
}
#homebox1 {
	width:265px;
	float:left;
	text-align:left;
	padding-left:54px;
}
#homebox2 {
	width:265px;
	float:left;
	text-align:left;
}
#homebox3 {
	width:265px;
	float:left;
	text-align:left;
}
#homebox1 p, #homebox2 p, #homebox3 p {
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #533E1A;
 	font-size: 11px; 
	padding:3px;
	padding-top:8px;
	margin-right:35px;
}
#homereadmore {
	float:right;
	margin-right:35px;
	padding-top:10px;
}
#homereadmore a {
	display:block;
	width:66px;
	height:24px;
	background: url(../images/more.gif) no-repeat left top;
}
#homereadmore a:hover {
	background: url(../images/more.gif) no-repeat left bottom;
}
#homereadmore a span {
	display:none;
}

.boxphoto {
	width:226px;
	height:112px;
	position:relative;
}
.boxphoto span{
	width:226px;
	height:112px;
	position:absolute;
	background: url(../images/boxover.gif) no-repeat;
}
#Headerhome { 
 	width: 864px; 
	height:270px;
 	margin: 0 auto;
	overflow: hidden;
	
}


