/* 
    Document   : cwhs
    Created on : Jul 1, 2009, 10:15:05 PM
    Author     : Allen Ellis

*/

@import url("reset.css"); /* this resets many default browser styles */

/*-------------
  GLOBAL STYLES
---------------*/

body {
    background-color:#EBEBEB;
    line-height: 2.0em;
    font-family: Georgia, Times new Roman, Serif;
    font-size: .95em;
}

a:link, a:visited, a:focus, a:hover, a:active { color: #3f5c31}

a:hover { color: #308e02 }

p { margin-bottom: 1.7em; }

h2 {
        font-size: 1.1em;
        font-family: Georgia, Times new Roman, Serif;
        font-style: italic;
        font-weight: normal;
        letter-spacing: .00em;
        margin-bottom: 1.5em;
        text-indent: -.7em;
    }

em { color: #2f6818; }

.bold {

		font-weight: bold;
		padding-left: 1em;
	}

hr {
    margin-bottom: 2.3em;
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 1px;
}

#wrapper {
    width: 1000px;
    background-color: white;
    background-image: url("images/background.png");
    background-repeat: repeat-y;
    padding: 0 8px;
    margin: auto;
}

.accessibility_hidden { display: none } /* hide to web browsers, but available to screen readers, etc */

/*-------------
  HEADER AREA
---------------*/

#header {
    background-color: #d2ebc4;
    background-image: url("images/header_background.png");
    background-repeat: repeat-x;
    clear: both;
    height: 101px;
}

#header img { border: 0; display: block; float:left }
#logo { margin-left: -1px; }
#quote { margin-left: 80px }
#header img#hand {
        float: right;
        margin-right: -1px;
    }

#navigation {
   position: absolute;
   height: 29px;

   background-color: #4f4f4f;
   z-index: 100;
   width: 530px;
   background-image:url("images/header_nav_bg.png");
   background-repeat: repeat-x;
   top: 72px;
   left: 50%;
   margin-left: -50px;
}

#navigation_links { margin-top: -1px; padding-left: 65px}

#navigation ul { display: inline; }
#navigation ul li { display: inline; padding-right: 40px;}
#navigation img#nav_l {float: left; }
#navigation img#nav_r {float: right}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:focus,
#navigation ul li a:hover,
#navigation ul li a:active {
        color: #C9C9C9;
        text-decoration: none;
        font-family: Georgia, Times New Roman, serif;
        font-weight: bold;
        font-size: .85em;
        padding-bottom: 6px;
    }

#navigation ul li a:hover,
#navigation ul li a:active {color: #FFF }

#navigation ul li a.current {
        color: #FFF;
        background-image: url("images/header_nav_current.png");
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }

/*-------------
  CONTENT AREA
---------------*/

#content {
    background-image: url("images/header_shadow.png");
    background-repeat: repeat-x;
}

#slogan {
        float: left;
        margin-top: 13px;
        margin-left: 38px;
        clear: both;
    }


/*-------------
    FOOTER
---------------*/

#footer {
    background-color: #d2d2d2;
    background-image: url("images/footer_shadow.png");
    background-repeat: repeat-x;
    padding-top: 7px;
    font-size: .8em;
    text-align: center;
    margin-top: 35px;
}

#footer ul {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #3f5c31;
    }

#footer ul li { display: inline; }
#footer ul li a:link,
#footer ul li a:visited,
#footer ul li a:focus,
#footer ul li a:hover,
#footer ul li a:active {
        padding: 7px;
    }

#copyright
{
    line-height: 1.6em;
    color: #363636;
    font-size: .9em;
    padding-bottom: 10px
}


/*==========================
     PAGE-SPECIFIC-STYLES
============================*/

/*-------------
    HOME PAGE
---------------*/

#coverart {
    float: left;
    margin: -40px 55px 0 20px;
}

#intro_copy {
    margin: 3em;
    margin-top: 65px;
    clear: both;
}

#praise_white{
        float: right;
        position: relative;
        margin-top: -100px;
        margin-right: -91px;
        margin-left: 0px;
    }

#praise_yellow{ margin-left: 45px; }

#columns_copy {
    margin: 0 80px;
    font-size: .8em;
    line-height: 2em;
    text-align: justify;
}

#home_col_left{
    float: left;
    width: 375px;
    margin-right: 75px;
    }
#home_col_right{
        float: left;
        width: 375px
    }
   

/*-------------
    NEWS PAGE
---------------*/


/*-------------
    BOOK PAGE
---------------*/

#indent{
	text-indent: 1em;}

.italic{
	font-style: italic;}
	
.praise{
	color: #2f6818;
	text-align: left;}

/*-------------
   AUTHOR PAGE
---------------*/


/*-------------
  CONTACT PAGE
---------------*/

    
