/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.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

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


.custom #container{width:102em;
border-bottom: 1px dotted #eee;
margin-bottom:4px;
}

.custom .format_text p{
margin-top:0px;
padding-top:0px;
margin-bottom:1.5em;
font-size:15px;
line-height:22px;
}


.custom #content{
    /*background-color:#5ff;*/
   
    width:670px;
}


.custom .post_box{
   
background-repeat:repeat-x;

   margin: 0px 0px 40px 35px;
   border-bottom: 10px solid #ff61cb;
   padding-top:0px;
}


.custom .headline_area h1, .custom .headline_area h2{


}

.custom .headline_area h1 a:link, .custom .headline_area h2 a:link{

color:#003254;
}

.custom .headline_area h1 a:hover, .custom .headline_area h2 a:hover{

color:#FE61ca;
}



.custom .post_box h3{
line-height:1em;
vertical-align:top;
color:#f00
}

.custom #sidebars{
width:310px;
margin-right:9px;

}



.custom .sidebar ul.sidebar_list{
padding:0px 14px 14px 10px;
}

.custom .sidebar li{
    font-size:12px;
line-height:16px;

}

.custom #sidebar_1{
margin-top:25px;
}



.custom #header {
	background-image: url(/images/header.gif);
	height: 170px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	
        padding:0px;
        background-repeat: no-repeat;
}


.custom #page{
    background-image: url(/images/shadow_bg.gif);
    background-repeat: repeat-y
}



.custom #menuWrapper{
     margin-left:10px;
     margin-right:9px;
     margin-bottom:40px;
     
}

.custom .rss{
 margin-right:20px;
}


.custom #logo{
display:none;
}


.custom #sidebars h3{
font-size:16px;
}


.custom .post_nav{
margin-left:20px;
}


.custom #multimedia_box{
border: solid 12px #FF61CB;
margin-bottom:0px;
}

.custom #footer{
margin-right:14px;
}


.custom #custom_box{
line-height:normal;
}
.custom #multimedia_box p{
margin-top:6px;

font-weight:bold;
font-size:14px;
}

@font-face {
	font-family: 'SansationRegular';
	src: url('Sansation_Regular-webfont.eot');
	src: local('☺'), url('Sansation_Regular-webfont.woff') format('woff'), url('Sansation_Regular-webfont.ttf') format('truetype'), url('Sansation_Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansationLight';
	src: url('/type/Sansation_Light-webfont.eot');
	src: local('☺'), url('/type/Sansation_Light-webfont.woff') format('woff'), url('/type/Sansation_Light-webfont.ttf') format('truetype'), url('/type/Sansation_Light-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SansationBold';
	src: url('/type/Sansation_Bold-webfont.eot');
	src: local('☺'), url('/type/Sansation_Bold-webfont.woff') format('woff'), url('/type/Sansation_Bold-webfont.ttf') format('truetype'), url('/type/Sansation_Bold-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



.custom .headline_area h1, .custom .headline_area h2{
/*font-family: 'SansationBold', Helvetica, Verdana, sans-serif;*/
Helvetica, Verdana, sans-serif;
font-size:36px;
font-weight:normal;
}

.custom a {
    outline: none;
}

.custom .prev_next{
padding-left:40px;
}

.custom #archive_info{
padding-left:30px;
padding-right:0px;
}

.custom #archive_info h1{
background-color:#ff61cb;
padding:14px;
font-size:24px;
color:#ffffff;
margin-bottom:20px;
}

.sphere .headline_area h1{
font-size:64px;
}

.sphere h2{
font-size:40px;
font-weight:normal;
margin-top:35px;
margin-bottom:0px;
}

.comments_closed{
display:none;
}

.custom .socialmedia-buttons img{
margin-right:4px;
}

.custom .syntaxhighlighter table tbody {
font-size:12px !important;
}

.custom .prev_next{
font-size:24px;
}

body.custom.archives div#post-1002 li{
margin-bottom:20px;
}

.custom .wdgpo {
width:60px;
padding-left:584px;
}

.custom h2{
font-size:28px;
}
