/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

*/
.custom #header 
{
background: #ffffff;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 1px solid #ddd;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #logo a
{
display:block;
width:569px;
height:120px;
background:url(http://serenityhacker.com/wp-content/uploads/2009/09/header.jpg) center left no-repeat;
color:#000000;
text-indent: -9999px;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}

body.custom {
    background: #315d8a; }
	h2 a:hover { color: #2361a1; outline: none;}



.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

.headline_area h1, .headline_area h2 { letter-spacing: -1px;}

.format_text { line-height:1.38}
.format_text p {margin-bottom:1em;}

.box { margin: 2.1em 0 2.1em 0; padding: 1.2em; background: #EDEDED; border: 1px solid #DFDFDF;}
.box h3 { margin-top: 0; font-size: 1.4em; }
.box p { margin-bottom: 0; }
.box .share {float:left; width:20%;}
.box .social_icons {float:right; width:65%; }
.box .social_icons a, .box .social_icons a:hover {border:none;}
.box .social_icons img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }
.box .social_icons img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}

