/*-----------------------------------------------------------------------------
Theme Name: Fearless Future
Theme URI: http://www.fearless-future.com/
Description: Fearless Future
Version: 2.0
Author: Jonathan Silberman
Author URI: http://www.fearless-future.com/

-----------------------------------------------------------------------------*/

* {
padding: 0px;
margin: 0px;
}

a:link{
color:#3A3D40;
}

a:hover{
color:#747C80;
}
a:visited{
color:#3A3D40;
}

p {
padding-bottom:5px;
}

body {
background: #e1e1e1;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
min-width: 790px;
}

#wrapper {
width:100%;
}

#logo {
background: url(images/header_bg.jpg) no-repeat;
width:760px;
height:107px;
margin-left:auto;
margin-right:auto;
position: relative;
top:20px;
}

#header {
height: 150px;
background: #ffffff;
margin-left:auto;
margin-right:auto;
}

#links {

}

#description {
background: url(images/description_bg.gif) no-repeat;
width:664px;
height:258px;
padding:15px;
overflow:hidden;
margin-left:auto;
margin-right:auto;
}

#book_cover {
background: url(images/book_cover.gif) no-repeat;
width:186px;
height:232px;
padding:10px;
float:left;
}
#text_description {
width:620px;
padding-top:5px;
margin-right:5px;
_width:420px;
}
#head_shots {
width:500px;
margin-left:auto;
margin-right:auto;
position:relative;
left:-12px;
}
#head_shots img {
float:left;
padding:5px;
}

#content {
width: 790px;
margin-left:auto;
margin-right:auto;
padding-top:20px;
padding-bottom:20px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#000000;
padding-bottom:10px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:2em;
text-align:center;
width:100%;
color:#3A3D40;
padding-bottom:10px;
}


ul, li
{
  display: inline;
}

li
{
  border: solid 1px #3A3D40;
  padding: 5px;
  margin: 5px;
  background-color: #c3e7ff;
  line-height:40px;
}

#spacer {
margin-bottom:10px;
}
