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

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

html {
	background: #FEE2D1;
}

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

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 800px;  
	margin: 25px auto; 
}
#Container { 
	width: 800px;
	padding-bottom: 15px;
	background: #fff;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Content {
	width: 600px;
	float: right;
	margin-left: 0px;	
	text-align: left;
	
}
#Surround {
	border:dashed thin #005BAB;
	padding: 10px 15px 0 15px;
}
#Surround_orange {
	border:dashed thin #F15B26;
	padding: 10px 15px 0 15px;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 768px; 
 	margin: 0 auto;
	overflow: hidden;
	height: 100px;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		color: #005BAB;
		font-size: 1.5em;
		color: #000;
		clear: left;
		margin: 0 0 0 100px;
	}
#Logo {
	margin-left: 11px;
	margin-top: 26px;
	z-index: 10;
}
#TaglineTop	{
	margin-left: 81px;
	margin-top: -18px;
	z-index: 100;
	}
#TaglineTop a,  #TaglineTop a:visited{
		font-size: 1.3em;
		color: #005BAB;
		text-decoration:none;
		}
#MemberManagement {
	float: right;
	margin-top:-60px;
	margin-right: 30px;
	}
#MemberManagement p {
	font-size: .9em;
	}
#MemberManagement a,  #MemberManagement a:visited{
		
		color: #F15B26;
		text-decoration:none;
		}
#MemberManagement a:hover  {
		color: #005BAB;
		}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation { 
 	width: 80px; 
	float: left;  
	margin: 0;
	padding: 0;
	z-index:1000;

}

	/* MAIN NAVIGATION - TABS
----------------------------------------- */


/* remove all the bullets, borders and padding from the default list styling */
#Navigation ul {
padding:0;
margin:0;
list-style-type:none;
width:140px;

}
/* hack for IE5.5 */
* html #Navigation ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */


#Navigation li {
position:relative;
height:38px;
}

/* get rid of the table */
#Navigation table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
#Navigation a, #Navigation a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:124px;
text-align: right;
font-size: 20px;
color:#F15A24;
}
 
 
 #Navigation a.odd, 
 #Navigation a.odd:visited,
 #Navigation a.odd:hover
 {
 	color:#F15A24;
 }
 #Navigation a.even, 
 #Navigation a.even:visited,
 #Navigation a.even:hover
{
 	color:#6d6f71;
 }


#Navigation a:active
{
  outline: none;
  font-weight: bold;
}
#Navigation a:hover
{
  outline: none;
  font-weight: bold;
}

#Navigation a.current
{
   font-weight:bold; 
}

/* hack for IE5.5 */
* html #Navigation a, * html #Navigation a:visited {width:140px; w\idth:149px;}
/* style the link hover */
* html #Navigation a:hover { background:#fff;}

#Navigation :hover > a {
 
color:#F15A24;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#Navigation ul ul {
visibility:hidden;
position:absolute;
top:-2px;
left:140px; 
z-index:1100;
line-height: 19px;


/*background: #FFDFC7;*/
/*filter: alpha(opacity=95); -moz-opacity: .95;*/
}

/* make the second level visible when hover on first level list OR link */
#Navigation ul li:hover ul,
#Navigation ul a:hover ul {
visibility:visible;
background: #fff;
opacity: 0.9;

}
#Navigation ul li:hover ul a,
#Navigation ul a:hover ul a{
line-height:28px;
text-align: left;
width: 380px;
color: #005BAB;
opacity: 1;
font-size: 17px;
}
#Navigation ul li:hover ul li{
height:28px;
}


#Navigation ul ul,
#Navigation ul a:hover ul,
#Navigation ul a:hover ul a	{
width: 180px;
}

#Navigation ul ul#new,
#Navigation ul a:hover ul#new,
#Navigation ul a:hover ul#new a	{
width: 330px;

}
#Navigation ul ul#contact,
#Navigation ul a:hover ul#contact,
#Navigation ul a:hover ul#contact a  {
width: 210px;
}
#Navigation ul ul ul{
left:180px;
}
/* keep the third level hidden when you hover on first level list OR link */
#Navigation ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#Navigation ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#Navigation ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#Navigation ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->


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

/* 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: 800px; 
	height: 5em; 
	background: #fff; 
	text-align: center; 
}
	
  	#Footer p { 
		color:#005BAB;
		font-size: 1.0em;
		text-align: center;
		
	}
  		#Footer a { 
	   		color: #fff; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
hr {
	border:0;
  	border-top: dashed thin #FFCB05;
 	height: 0;
 	background: #FFCB05;

}
.square	{
	width: 260px;
	height: 260px;
	margin: 5px 10px 5px 0;
	float: left;
	padding: 13px;
	}

	
.smallsquare	{
	width: 155px;
	height: 155px;
	margin: 5px 15px 10px 0;
	float: left;
	padding: 9px;
	}
.yellow{
	border: dashed thin #FFCB05;
	}
.orange{
	border: dashed thin #F15B26;
	}
.blue{
	border: dashed thin #005BAB;
	}
.grey{
	border: dashed thin #6d6f71;
	}
.pageIcon	{
	float: left;
	margin-right: 13px;
	align:bottom;
	}
