/*
File:			custom.css
Description:	Custom styles for Thesis
	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them
*/
.custom a:hover { color: #00f; }
.custom .menu {padding : 0 1.1em ;
background-color:#ffffff;
}
.custom #header {padding-top : 0 ;}
.custom #footer {padding-bottom : 0 ;}

/*----------[ Custom Full Width Header Stuff below*/
.custom #header_area {background:#ffffff;padding-top:5em;}
	.custom #header {border-bottom:0;}


/*----------[ Set header background to match log background*/
.custom #header {background-color:#ffffff;}
.custom #header_area .page {background-color:#ffffff;}

/* ---------[Full width background colour of title area*/
.custom #title_area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#ffffff;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:none;
border-bottom-style:solid;
border-bottom-width:0px;
padding-bottom:0em;
padding-left:0;
padding-right:0;
padding-top:0em;
}

/*----------[ Ensure Custom Nav Menu area is white*/
.custom #nav_area {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-attachment:scroll;
background-color:#ffffff;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#none;
border-bottom-style:none;
border-bottom-width:0.0em;
}

/*---------[Reposition Nav Menu from Footer to the top]-------------*/
/* Custom CSS repositioning of navigation menu*/
/*reposition menu at top*/
.custom .menu {
 top: 3px;
 position: absolute; }


/*-----------[Custom Nav Background colour*/
/* Custom Body Stuff below*/
.custom #content_area {background:#fffff2;}

/* Custom Footer Stuff below*/
.custom #footer_area {background:#ffffff;}
.custom #footer{background:#ffffff;}
.custom .page #footer {background-color:#ffffff;}

/*-----------[ Modifyl h tags Style ]----------------------*/
.format_text h1 {font-size:3.0em;}
.format_text h2 {font-size:1.8em;}
.custom #archive_info h1 {font-size:3em;}
.custom .headline_area h1, .headline_area h2 {font-size:3em;line-height:1.364em;}

/*-----------[ #Archive_Info Style ]----------------------*/
#archive_info p {
font-size:1.4em;
line-height:1.2em;
margin-bottom:0.2em;
}
#archive_info p {
letter-spacing:0;
text-transform:none;
}

/*-----------[ Syle Jump To TOC ]-----------------------*/
#toc {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
background-attachment:scroll;
background-color:#F4F6F6;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#CED0D3;
border-bottom-style:dotted;
border-bottom-width:1px;
border-left-color-ltr-source:physical;
border-left-color-rtl-source:physical;
border-left-color-value:#CED0D3;
border-left-style-ltr-source:physical;
border-left-style-rtl-source:physical;
border-left-style-value:dotted;
border-left-width-ltr-source:physical;
border-left-width-rtl-source:physical;
border-left-width-value:1px;
border-right-color-ltr-source:physical;
border-right-color-rtl-source:physical;
border-right-color-value:#CED0D3;
border-right-style-ltr-source:physical;
border-right-style-rtl-source:physical;
border-right-style-value:dotted;
border-right-width-ltr-source:physical;
border-right-width-rtl-source:physical;
border-right-width-value:1px;
border-top-color:#CED0D3;
border-top-style:dotted;
border-top-width:1px;
float:right;
margin-bottom:5px;
margin-left:5px;
margin-right:0;
margin-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
padding-top:5px;
}

/*-------------[Back To TOC ]---------------*/
.backtotoc {
color:#AAAAAA;
display:block;
font-size:80%;
line-height:80%;
margin-bottom:10px;
margin-left:5px;
margin-right:0;
margin-top:-20px;
text-align:right;
}

*------------[ Teaser Images [-------------------------*/
.wp-caption.alignright  {
margin-bottom:1.1em;
margin-left:1.1em;
margin-right:0;
margin-top:0;
}
// Custom Breadcrumbs//
/*custom breadcrums */
.custom #breadcrumbs {position:absolute; top:16em;}