@CHARSET "UTF-8";

/**
* reset some generic styles
**/
em { font-style: italic; }
strong { font-weight: bold; }

/**
* helpers
**/
.clear { clear: both; }
.align-left { float: left; }
.align-right { float: right; }

body {
	background-image: url('../img/body_bg.gif');
        font-family: Arial, sans-serif;
}

/**
* Main wrapper
**/
div.main {
  clear: both;
  margin: 0px 0px 0px 71px;
  width: 955px;
}

 /**
 * header 
 **/
 div.main div.header {
   background: url('../img/header_bg_997x337.png') no-repeat;
   height: 337px;
   margin-left: -42px;
   position: relative;
   width: 997px;
   z-index: 20;
 }
div.main div.header a {
  display: block;
  height: 337px;
  position: relative;
}
#flash_wrapper {
  float: right;
  margin-top: 155px;
  margin-right: 37px;
  display: inline;
}
 
/**
* Main navigation
**/
div.main-nav {
	/*background-color: #f3b953;*/
  clear: both;
  height: 55px;
  margin-left: -1px;
  position: relative;    
}

div.main-nav ul {
  height: 55px;
  /*width: 100%;*/

}
/*
main-nav-left_149x55

synopsis_off_103x55
about-the-author_off_184x55
reviews_off_98x55
faq_off_71x55
other-works_off_148x55
charity_off_93x55
contact_off_110x55
*/

  div.main-nav ul li {
    float: left;
    height: 55px;
    position: relative;
  }
  div.main-nav ul li a {
    display: block;
    height: 55px;
  }

  div.main-nav ul li#nav-pad a { width: 149px; }
  div.main-nav ul li#nav-4 a { background-image: url('../img/synopsis_off_103x55.png'); width: 103px; }
  div.main-nav ul li#nav-5 a { background-image: url('../img/about-the-author_off_184x55.png'); width: 184px; }
  div.main-nav ul li#nav-6 a { background-image: url('../img/reviews_off_98x55.png'); width: 98px; }
  div.main-nav ul li#nav-7 a { background-image: url('../img/faqs_off_71x55.png'); width: 71px; }
  div.main-nav ul li#nav-8 a { background-image: url('../img/other-works_off_148x55.png'); width: 148px; }
  div.main-nav ul li#nav-9 a { background-image: url('../img/charity_off_93x55.png'); width: 93px; }
  div.main-nav ul li#nav-10 a { background-image: url('../img/contact_off_110x55.png'); width: 110px; }
  
  div.main-nav ul li#nav-4 a:hover, div.main-nav ul li.active#nav-4 a { background-image: url('../img/synopsis_on_103x55.png'); width: 103px; }
  div.main-nav ul li#nav-5 a:hover, div.main-nav ul li.active#nav-5 a { background-image: url('../img/about-the-author_on_184x55.png'); width: 184px; }
  div.main-nav ul li#nav-6 a:hover, div.main-nav ul li.active#nav-6 a { background-image: url('../img/reviews_on_98x55.png'); width: 98px; }
  div.main-nav ul li#nav-7 a:hover, div.main-nav ul li.active#nav-7 a { background-image: url('../img/faqs_on_71x55.png'); width: 71px; }
  div.main-nav ul li#nav-8 a:hover, div.main-nav ul li.active#nav-8 a { background-image: url('../img/other-works_on_148x55.png'); width: 148px; }
  div.main-nav ul li#nav-9 a:hover, div.main-nav ul li.active#nav-9 a { background-image: url('../img/charity_on_93x55.png'); width: 93px; }
  div.main-nav ul li#nav-10 a:hover, div.main-nav ul li.active#nav-10 a { background-image: url('../img/contact_on_110x55.png'); width: 110px; }  

  
/**
* Main content area
**/
div.main-content {
	background: url('../img/content_bg_955x389.gif') repeat-y;
	clear: both;
  _height: 800px;
	padding-bottom: 100px;
	padding-top: 44px;
	/*min-height: 800px;*/
	width: inherit;
}

  div.main-content h1 {
    color: #d42a20;
    font-family: "Futura Bold", Futura, "Arial Bold", Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
    div.main-content h1 span {
      float: right;
      font-size: 11px;
      font-weight: normal;
      margin-top: 7px;
    }
    div.main-content h1 span a { color: #d42a20; text-decoration: none; }
    div.main-content h1 span a:hover { color: #fff; text-decoration: underline; }
    
  div.main-content h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    line-height: 20px;
  }
  div.main-content h2 em {
    font-style: italic;
    font-weight: bold;
  }
  div.main-content p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
  }
  
  div.main-content a:link, a:visited, a:active {
    text-decoration: none;
    color: #d42a20;
  }
  div.main-content a:hover {
    text-decoration: underline;
    color:#fff;
  }
  div.main-content img {
    border: 1px solid #f3b95e;
    margin-right: 10px;
    padding: 4px;
  }
  
div.column {
	float: left;
	margin-left: 40px;
	width: 250px;
}

div.content {
	float: left;
	margin-left: 58px;
	width: 562px;
}
  
/**
* contact form
**/
form#contact_form { }
form#contact_form fieldset { }
form#contact_form label {
  clear: both;
  width: 500px;
}
form#contact_form label p, 
form#contact_form label p input { 
  display: inline;
  padding-left: 20px;
}

/**
* footer
**/
div.footer {
  clear: both;
  text-align: center;
  border-top: 1px dotted #fff;
  margin:50px 45px 10px 45px;
}  
  div.footer ul {  
    margin-top: 10px;
  }
  div.footer ul li {
    display: inline;
    position: relative;
    padding: 0px 20px 0px 20px; 
  }
  div.footer ul li a {
    color: #d42a20;
    text-decoration: none;
    font-size: 14px;
  }
  div.footer p {
  	font-size: 11px;
  }
  div.footer a:link, a:visited, a:active {
    text-decoration: none;
    color: #d42a20;
  }
  div.footer a:hover {
    text-decoration: underline;
    color:#fff;
  }
  
/**
* Twitter stuffs		  
**/
.tweet_outer
{
  color: #000000; 
  font-family: Arial, sans-serif;
  font-size: 11px;  
  /*min-height: 470px;*/
  padding: 0px 0px 0px 0px;
}
  
  .tweet_outer .tweet .tweet_list
  {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .tweet_outer .tweet .tweet_list li 
  {
    border-bottom: 1px dotted #fff;
      clear: both;
    display: block;
    margin: 2px 0px 2px 0px;
      padding: 2px 0px 5px 0px; /*.5em; */
  }

    .tweet_outer .tweet .tweet_list li a 
    {
        color: #d42a20; 
    text-decoration: none;
    }
    
    .tweet_outer .tweet .tweet_list a:hover {
      color: #fff;
      text-decoration: underline;
    }
    
  .tweet_outer .tweet .tweet_list .tweet_first
  {
    font-size: 14px;
    font-weight: bold;    
  }
  
  .tweet_outer .tweet .tweet_list li span.tweet_text
  {
    display: block;
    clear: both;
    margin: 5px 0px 5px 0px;
  }
  .tweet_outer .tweet .tweet_list li a.tweet_date 
  {
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
  }
  
  /*
    .tweet_outer .tweet .tweet_list .tweet_even 
  {
      background-color: #91E5E7; 
  }
    .tweet_outer .tweet .tweet_list .tweet_avatar 
  {
      padding-right: .5em;
      float: left; 
  }
      .tweet_outer .tweet .tweet_list .tweet_avatar img 
    {
        vertical-align: middle; 
    }
  */
  
 /**
* Recommended stuff		  
**/
  div.recommended p {
    font-size: 11px;
    line-height: normal;
  } 
  
/** Button stuff **/

div.main-content a.buttons, div.main-content a.buttons:link, div.main-content a.buttons:active, div.main-content a.buttons:visited {
	width:200px;
	color:#eecd9a;
	background-color:#d42a20;
	padding:10px;
	margin-right:1px;
  }
  
div.main-content a.buttons:hover {
	color:#ffffff;
	text-decoration: none;
  }