/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

:focus {outline: 0;}

hr {margin: 20px 0; border-color: #999; border-style: dashed; border-width: 1px 0 0; clear: both; height: 0;}

ins {text-decoration: none;}

del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

a:focus {outline: 1px dotted invert;}

a:link, a:visited {color: #0072BC; text-decoration: underline;}

a:hover {text-decoration: none;}

/* =Headings
--------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {font-family: Cambria, Georgia, Times, 'Times New Roman', serif;}

h6 {font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;}

h1 {font-size: 30px;}

h2 {font-size: 24px;}

h3 {font-size: 18px;}

h4 {font-size: 16px;}

h5 {font-size: 14px;}

h6 {font-size: 12px;}

body {
    font: 12px 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
    color: #363636;
    background: #F3F3F3 url(../images/bg_main.png) repeat;    
}

#header {
    height: 50px;
    border-bottom: 1px solid #a1a1a1;
    background: #ebebe6 url(../images/bg_nav.png) repeat;
}

#masthead {
    overflow: hidden;
    width: 940px;
    height: 50px;
    margin: 0 auto;
    background: transparent url(../images/bg_masthead.png) no-repeat;
}

#masthead h2 a {
    float: left;
    width: 161px;
    height: 50px;
    text-indent: -9999px;
    background: transparent url(../images/logo.png) no-repeat;
}

#navigation {
    float: right;
}

#navigation li {
    float: left;
}

#navigation li a {
    display: block;
    height: 50px;
    text-indent: -9999px;
}

#navigation li.home a {width: 114px; background: transparent url(../images/nav.png) no-repeat 0 0;}
#navigation li.home a:hover {background: transparent url(../images/nav.png) no-repeat 0 -50px;}

#navigation li.about a {width: 126px; background: transparent url(../images/nav.png) no-repeat -114px 0;}
#navigation li.about a:hover {background: transparent url(../images/nav.png) no-repeat -114px -50px;}

#navigation li.books a {width: 106px; background: transparent url(../images/nav.png) no-repeat -240px 0;}
#navigation li.books a:hover {background: transparent url(../images/nav.png) no-repeat -240px -50px;}

#navigation li.speaking a {width: 125px; background: transparent url(../images/nav.png) no-repeat -346px 0;}
#navigation li.speaking a:hover {background: transparent url(../images/nav.png) no-repeat -346px -50px;}

#navigation li.community a {width: 140px; background: transparent url(../images/nav.png) no-repeat -471px 0;}
#navigation li.community a:hover {background: transparent url(../images/nav.png) no-repeat -471px -50px;}

#navigation li.links a {width: 99px; background: transparent url(../images/nav.png) no-repeat -611px 0;}
#navigation li.links a:hover {background: transparent url(../images/nav.png) no-repeat -611px -50px;}

#banner_wrapper {
    height: 243px;
    border-top: 1px solid #e5e0d4;
    border-bottom: 1px solid #FFF;
    background: #5b2a19 url(../images/wood_2.jpg) repeat-x 50% 0;
}

#banner {
    position: relative;
    width: 940px;
    height: 243px;
    margin: 0 auto;
}

#books #banner {
    background: transparent url(../images/shelves.jpg) no-repeat;
}

#speaking #banner {
    background: transparent url(../images/postits.jpg) no-repeat;
}

#home_photo {
    position: absolute;
    top: 13px;
    left: 1px;
    width: 274px;
    height: 221px;
    background: transparent url(../images/home_photo.jpg) no-repeat;
}

#banner p.about {
    position: absolute;
    top: 22px;
    left: 315px;
    width: 375px;
    font-size: 18px;
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    line-height: 22px;
    color: #FFF;
}

#banner p.about span {
    font-weight: bold;
    font-style: italic;
}

#desk_book {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 234px;
    height: 193px;
    background: transparent url(../images/empty_nest.png) no-repeat;
}

a#blog_badge {
    position: absolute;
    top: 9px;
    right: 0;
    display: block;
    width: 135px;
    height: 135px;
    text-indent: -9999px;
    background: transparent url(../images/blog_badge.png) no-repeat 0 0;
    z-index: 100;
}

a#blog_badge:hover {
    background: transparent url(../images/blog_badge.png) no-repeat 0 -135px;
}

#content_wrapper {
    overflow: hidden;
    padding-bottom: 40px;
    border-top: 1px solid #acacac;
    border-bottom: 1px solid #a4a8a8;
}

#content {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
    background: transparent url(../images/bg_content.png) no-repeat top center;
}

#main {
    float: left;
    width: 650px;
    margin: 30px 0 0 0;
    padding: 0 40px 0 0;
    border-right: 1px solid #E5E5E5;
}

body#about #main,
body#books #main {
    float: left;
    width: 564px;
    margin: 30px 0 0 0;    
    border: 0;
}

#main h3 {
    width: 332px;
    height: 47px;
    margin: 0 0 20px 0;
    text-indent: -9999px;
}

body#home #main h3 {
    background: transparent url(../images/new_noteworthy.png) no-repeat;
}

body#speaking #main h3 {
    background: transparent url(../images/speaking_schedule.png) no-repeat;
}

body#links #main h3 {
    width: 409px;
    background: transparent url(../images/other_stuff_recommend.png) no-repeat;
}

h4.heading_sub {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #888;
}

.update {
    margin: 0 0 15px 0;
}

.update h6 {
    margin: 0 0 10px 0;
    padding-left: 20px;
    font-size: 14px;
    background: transparent url(../images/comment.png) no-repeat 0 2px;
}

.update p {
    line-height: 20px;
    font-size: 12px;
    color: #000;
    padding-bottom: 10px;
}

.update ul {
  padding-left: 25px;
  padding-bottom: 10px;
}

.update ul li {
  line-height: 22px;
  list-style-type: disc;
  list-style-position: outside;
}

#sidebar {
    float: right;
    width: 248px;
    margin-top: 30px;
    border-left: 1px solid #A2A2A2;
}

body#about #sidebar,
body#books #sidebar {
    float: left;
    width: 305px;
    margin-top: 30px;
    text-align: center;    
    border: 0;
}

#sidebar h3 {
    width: 205px;
    height: 47px;
    margin: 0 0 20px 15px;
    text-indent: -9999px;
}

#home #sidebar h3,
#links #sidebar h3 {
    background: transparent url(../images/upcoming.png) no-repeat;    
}

#speaking #sidebar h3 {
    background: transparent url(../images/listen_to_susan.png) no-repeat;    
}

#sidebar ul {
    padding: 0 0 0 20px;
}

li.event {
    overflow: hidden;
    margin-bottom: 20px;
}

li.event a {
    overflow: hidden;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    background: transparent url(../images/arrow.png) no-repeat 0 2px;
}

li.event a:hover {
  text-decoration: underline;
}

li.event span.date_city {
    float: left;
    font-weight: bold;
}

li.event span.location {
    float: left;
    font-style: italic;
}

a#listen {
    float: left;
    display: block;
    width: 191px;
    height: 41px;
    margin: 10px 0 0 15px;
    text-indent: -9999px;
    background: transparent url(../images/listen.png) no-repeat 0 0;
}

a#listen:hover {
    background: transparent url(../images/listen.png) no-repeat 0 -41px;
}

#footer_wrapper {
    margin-bottom: 30px;
    padding: 15px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #a4a8a8;    
    /*background: #ebebe6 url(../images/bg_nav.png) repeat;*/
    background-color: #E8E8E8;
}

#footer {
    width: 940px;
    margin: 0 auto;
    text-align: center;
}

#footer p {
    font-size: 11px;
}

/*-------------------------------------------------------------------------------------------------
= About Page
---------------------------------------------------------------------------------------------------*/

#heading_about {
    float: left;
    width: 409px;
    margin-top: 37px;
}

body#speaking #heading_about {
    position: absolute;
    top: 40px;
    left: 370px;
    margin: 0;
    width: 430px;
}

#heading_about h2 {
    font-family: Georgia;
    color: #FFF;
    font-size: 36px;
}

#heading_about p {
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
    color: #FFF;
}

ul#nav_about {
    position: absolute;
    top: 17px;
    left: 480px;
    width: 495px;
}

ul#nav_about li {
    float: left;
}

ul#nav_about li a {
    display: block;
    height: 101px;
}

ul#nav_about li#susan_thumb a {
    width: 125px;
    margin: 0 12px 0 22px;
}

ul#nav_about li#john_thumb a {
    width: 125px;
    margin: 0 4px 0 0;
}

ul#nav_about li#gaskins_thumb a {
    width: 125px;
    margin: 0 4px 0 0;
}

ul#nav_about li#choose_photo {
    width: 75px;
    height: 101px;
    text-indent: -9999px;
    background: transparent url(../images/choose_photo.png) no-repeat;
}

ul#nav_about li#yatesjy_thumb a {
    width: 121px;
    margin: 0 1px 0 0;
}

ul#nav_about li#yatescc_thumb a {
    width: 123px;
    margin: 0 0 0 0;
}

ul#nav_about li#andersons_thumb a {
    width: 125px;
    margin: 0 0 0 0;
}

ul#nav_about li#wilsons_thumb a {
    width: 125px;
    margin: 0 0 0 0;
}

img#book_large {
    margin: 0 auto;
    max-width: 200px;
}

body#about #main h2,
body#books #main h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #0072bc;
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    font-weight: normal;
}

body#about #main p,
body#books #main p {
    clear: both;
    margin-bottom: 10px;
    line-height: 20px;
}

.source {
    overflow: hidden;
    padding-left: 20px;
    background: transparent url(../images/arrow.png) no-repeat 0 0;
}

span.quote {
    font-weight: bold;
}

blockquote {
    margin: 10px 25px 25px;
    font-family: Georgia;
    font-style: italic;
    font-size: 14px;
    line-height: 22px;
}

/*-------------------------------------------------------------------------------------------------
= Book Page
---------------------------------------------------------------------------------------------------*/

ul#book_display {
    position: absolute;
    top: 18px;
    left: 142px;
    width: 700px;
}

ul#book_display li {
    position: relative;
    float: left;
    margin-right: 67px;
}

ul#book_display li em {
  position: absolute;
  display: block;
  width: 50px;
  height: 10px;
  bottom: 0;
  left: -5px;
  text-indent: -9999px;
  background: transparent url(../images/out_of_print.png) no-repeat;
}

ul#book_display li a {
    display: block;
    text-indent: -9999px;
}

ul#book_display li.prayer_teen {
    margin-top: 3px;
}

ul#book_display li.empty_nest a {
    width: 55px;
    height: 84px;
    background: transparent url(../images/books.png) no-repeat 0 0;    
}
ul#book_display li.empty_nest a:hover {
    background: transparent url(../images/books.png) no-repeat 0 -84px;    
}

ul#book_display li.prayer_teen a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -55px 0;    
}
ul#book_display li.prayer_teen a:hover {
    background: transparent url(../images/books.png) no-repeat -55px -81px;    
}

ul#book_display li.then_kids a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -107px 0;    
}
ul#book_display li.then_kids a:hover {
    background: transparent url(../images/books.png) no-repeat -107px -81px;    
}

ul#book_display li.then_teens a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -159px 0;    
}
ul#book_display li.then_teens a:hover {
    background: transparent url(../images/books.png) no-repeat -159px -81px;    
}

ul#book_display li.man_prays a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -211px 0;    
}
ul#book_display li.man_prays a:hover {
    background: transparent url(../images/books.png) no-repeat -211px -81px;    
}

ul#book_display li.character_matters a {
    width: 55px;
    height: 84px;
    background: transparent url(../images/books.png) no-repeat -263px 0;    
}
ul#book_display li.character_matters a:hover {
    background: transparent url(../images/books.png) no-repeat -263px -84px;    
}

ul#book_display li.prayer_child a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -318px 0;    
}
ul#book_display li.prayer_child a:hover {
    background: transparent url(../images/books.png) no-repeat -318px -81px;    
}

ul#book_display li.building_grace a {
    width: 54px;
    height: 84px;
    background: transparent url(../images/books.png) no-repeat -370px 0;    
}
ul#book_display li.building_grace a:hover {
    background: transparent url(../images/books.png) no-repeat -370px -84px;    
}

ul#book_display li.home_grace a {
    width: 61px;
    height: 74px;
    background: transparent url(../images/books.png) no-repeat -424px 0;    
}
ul#book_display li.home_grace a:hover {
    background: transparent url(../images/books.png) no-repeat -424px -74px;    
}

ul#book_display li.knot a {
    width: 68px;
    height: 51px;
    background: transparent url(../images/books.png) no-repeat -485px 0;    
}
ul#book_display li.knot a:hover {
    background: transparent url(../images/books.png) no-repeat -485px -51px;    
}

ul#book_display li.mom a {
    width: 47px;
    height: 74px;
    background: transparent url(../images/books.png) no-repeat -553px 0;    
}
ul#book_display li.mom a:hover {
    background: transparent url(../images/books.png) no-repeat -553px -74px;    
}

ul#book_display li.dad a {
    width: 45px;
    height: 74px;
    background: transparent url(../images/books.png) no-repeat -600px 0;    
}
ul#book_display li.dad a:hover {
    background: transparent url(../images/books.png) no-repeat -600px -74px;    
}

ul#book_display li.like_love a {
    width: 52px;
    height: 81px;
    background: transparent url(../images/books.png) no-repeat -645px 0;    
}
ul#book_display li.like_love a:hover {
    background: transparent url(../images/books.png) no-repeat -645px -81px;    
}

ul#book_display li.then_kids {
    margin-top: 3px;
}

ul#book_display     li.then_teens {
    margin-top: 3px;
}

ul#book_display li.man_prays {
    margin-top: 3px;
}

ul#book_display li.character_matters {
    margin-right: 0;
}

ul#book_display li.prayer_child {
    margin-top: 23px;
    margin-right: 42px;
    margin-left: 10px;
}

ul#book_display li.building_grace {
    margin-top: 20px;
    margin-right: 42px;
}

ul#book_display li.home_grace {
    margin-top: 30px;
    margin-right: 42px;
}

ul#book_display li.knot {
    margin-top: 53px;
    margin-right: 42px;
}

ul#book_display li.mom {
    margin-top: 30px;
    margin-right: 42px;
}

ul#book_display li.dad {
    margin-top: 30px;
    margin-right: 42px;
}

ul#book_display li.like_love {
    margin-top: 23px;
    margin-right: 0;
}

#book_meta {
    color: #555;
    margin-bottom: 10px;
    font-family: Verdana;
}

#book_meta .author {
    font-weight: bold;
}

#out_of_print {
  margin-bottom: 15px;
  padding: 10px 15px 3px;
  border: 1px dashed #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

#out_of_print h4 {
  display: block;
  width: 105px;
  height: 25px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: transparent url(../images/out_of_print_banner.png) no-repeat;
}

a#buy_now {
    display: block;
    width: 120px;
    height: 28px;
    margin-bottom: 10px;
    text-indent: -9999px;
    background: transparent url(../images/btn_amazon.gif) no-repeat;
}

ul#book_info {
    overflow: hidden;
    margin-bottom: 15px;
}

ul#book_info li {
    float: left;
}

ul#book_info li#overview a {
    margin-right: 5px;
}

ul#book_info li#reviews a {
    margin-left: 5px;
}

/*-------------------------------------------------------------------------------------------------
= Speaking Page
---------------------------------------------------------------------------------------------------*/

#speaking_schedule {
    float: left;
    width: 650px;
    margin: 30px 0 0 0;
    padding: 0 40px 0 0;
    border-right: 1px solid #d8d8d8;
}

#speaking_schedule h3 {
    width: 331px;
    height: 47px;
    margin: 0 0 20px 0;
    text-indent: -9999px;
    background: transparent url(../images/speaking_schedule.png) no-repeat;
}

#listen_online {
    float: right;
    width: 248px;
    margin-top: 30px;
    border-left: 1px solid #FFF;
}

#listen_online h3 {
    width: 209px;
    height: 47px;
    margin: 0 0 20px 15px;
    text-indent: -9999px;
    background: transparent url(../images/listen_to_susan.png) no-repeat;
}

div.event {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #AAA;
}

div.event h4 {
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    font-size: 24px;
    /*color: #0072bc;*/ 
    padding-left: 20px;
    margin-bottom: 5px;
    background: transparent url(../images/arrow.png) no-repeat 0 10px;
}

div.event h6 {
    margin-bottom: 3px;
    padding-left: 20px;
}

div.event p {
    margin-bottom: 2px;
    padding-left: 20px;
}

div.event p.contact {
  margin-bottom: 8px;
}

div.event p.description {
  font-size: 14px;
  font-style: italic;
}

#sidebar ul li.listen {
    padding-left: 20px;
    margin-bottom: 20px;
    background: transparent url(../images/arrow.png) no-repeat 0 2px;
}

li.listen a {
    /*color: #555;*/
}

li.listen .date {
    font-weight: bold;
    padding: 0 0 3px 0;
}

li.listen .description {
    font-style: italic;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 0 5px;
}

/*-------------------------------------------------------------------------------------------------
= Links Page
---------------------------------------------------------------------------------------------------*/

#link_list {
  
}

#link_list .link {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
}

#link_list .link h4 {
  
}

#link_list .link a {
  margin-bottom: 8px;
}

#link_list .link p {
  padding-bottom: 10px;
}