/*
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 h1 {font-weight: bold;}
.custom h2 {font-weight: bold;}
.custom h3  {font-weight: bold;}


.custom #content_box.no_sidebars { width:600px; 
 margin-left:215px; }

.custom #header #logo { VALIGN:MIDDLE;
font-weight: normal;
}

.custom #header { border-bottom:none;
height:118px;
padding-top:0;
padding-bottom:0;
background:url(http://www.wishfulthinking.co.uk/wp-content/wt_header1.jpg)
center left no-repeat; }



body.custom {
    background: #fff;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #fff;
    border: 0.4em solid #fff;
}

.custom #page {
    background: #fff;
}


/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 

/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #fff;
  margin: -18px 0 5px 0; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px 0 5px 10px;    
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: center;
 
} 

div.socialmedia_sidebar span.name{
  font-size: 1.5em;
  display: block;
}

div.socialmedia_sidebar ul li a{
  width: 190px; 
  padding: 5px;    
  display: block;      
  border: 1px solid #fff;
    
}

/* Non-hover profile links */       
#twitter{ background: #eee url('http://www.wishfulthinking.co.uk/wp-content/icon-twitter.png') 5px 5px no-repeat; height: 35px; text-indent: 35px;} 
#facebook{ background: #eee url('http://www.wishfulthinking.co.uk/wp-content/icon-facebook.png') 5px 5px no-repeat; height: 35px; text-indent: 35px;} 
#email{ background: #eee url('http://www.wishfulthinking.co.uk/wp-content/email36.png') 5px 5px no-repeat; height: 35px; text-indent: 45px;}
#phone{ background: #eee url('http://www.wishfulthinking.co.uk/wp-content/phone36.png') 5px 5px no-repeat; height: 35px; text-indent: 40px;} 
#rss{ background: #eee url('http://www.wishfulthinking.co.uk/wp-content/rss36.png') 5px 5px no-repeat; height: 35px; text-indent: 45px;} 
  

/* Hover profile links */
#twitter:hover{ background: #999 url('http://www.wishfulthinking.co.uk/wp-content/icon-twitter.png') 5px 5px no-repeat} 
#facebook:hover{ background: #999 url('http://www.wishfulthinking.co.uk/wp-content/icon-facebook.png') 5px 5px no-repeat}
#email:hover{ background: #999 url('http://www.wishfulthinking.co.uk/wp-content/email36.png') 5px 5px no-repeat} 
#phone:hover{ background: #999 url('http://www.wishfulthinking.co.uk/wp-content/phone36.png') 5px 5px no-repeat} 
#rss:hover{ background: #999 url('http://www.wishfulthinking.co.uk/wp-content/rss36.png') 5px 5px no-repeat}    

/* This is the style for the email subscription */  
div.email_box
{
  background: #FFD700;
  margin: -18px 0 5px 0; 
width: 230px; 
  padding: 5px 0 5px 10px;    
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
} 

/* This is the style for the feedburner counter */  
div.feedburner
{

  margin: -18px 0 5px 0; 
width: 230px; 
  padding: 5px 0 5px 10px;    

  text-align: center;
} 

function affiliate_link() { ?>
	<p>Get Smart with the <a href="http://www.shareasale.com/r.cfm?b=198392&u=405647&m=24570&urllink=&afftrack=">Thesis Theme</a> from DIY Themes!</p>
<? }

