/*
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
*/
/*----------[ Header Area Stuff ]------------------*/
.header_area .page {
padding-top:4em;
}
.custom #header #logo {
padding-top:0em;
}
.custom #header {
padding-bottom:4.2em;
}

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


/*--------[Archive info styling]---------------*/
.custom .headline_area h2 {
font-size:2em;
line-height:0.5em;
padding-bottom:0.6em;
color:#888888;
}

.custom #archive_info h1 {
font-size:3em;
line-height:1em;
}
.custom .headline_area h1 {
font-size:3em;
}


.custom .post_box {padding-top:1em;}

.custom #archive_info p {
font-weight:bold;
line-height:1.3em;
margin-bottom:1.1em;
color:#888888
}
.custom #archive_info p {
font-size:1.3em;
letter-spacing:2px;
text-transform:none;
}

/*----------[ Related Posts By Category Sidebar Styling]---------------*/
.rpbc .body{
color:#BF0000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:1.0em;
}



.custom .menu {padding : 0 1.1em ;
background-color:#D82C1E;
}
.custom #header {padding-top : 0 ;}
.custom #footer {padding-bottom : 0 ;}

/*----------[ Custom Full Width Header Stuff below*/
.custom #header_area {background:#D82C1E;}
	.custom #header {border-bottom:0;}

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

/* ---------[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:#D82C1E;
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:#D82C1E;
background-image:none;
background-position:0 0;
background-repeat:repeat;
border-bottom-color:#none;
border-bottom-style:none;
border-bottom-width:0.0em;
}

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

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

/*-----------[ Modifyl h2 Style ]----------------------*/
.format_text h2 {
font-size:1.8em;
}

*------------[ 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;}