/*
Theme Name: Jennifer Storm
Theme URI: http://jenniferstorm.com/
Description: Designed specifically for JenniferStorm.com
Author: Dave Robertson
Author URI: http://factory44.net/
Copyright 2007 Factory 44.
*/


/** BLOCK ELEMENTS ========================================================= */

* {
    margin: 0;
    padding: 0;
}

html {
    background: #223A79;
}

body {
    font: 69%/1.6em Georgia, "Times New Roman", Times, serif;
    padding: 0;
    color: #333333;
    background: #ffffff url(images/bg-top.png) repeat-x;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.45em;
}

h3 {
    font-size: 1.35em;
    padding: 0.5em 0;
    color: #243D80;
}

h4 {
    font-size: 1.0em;
    padding: 0.5em 0;
}

h5 {
}

h6 {
}

p {
    padding: 0.5em 0 1em 0;
}

blockquote {
    padding: 1em 25px;
}

ul, ol {
    padding: 0.5em 0 1em 0;
}

li {
    margin-left: 3em;
}

table {
    font-size: 1em !important;
}

hr {
    margin: 4px 0px;
    width: 100%;
    height: 1px;
    border-top: 1px solid #cccccc;
    border-right: 0 none;
    border-bottom: 0 none;
    border-left: 0 none;
}

/*  /BLOCK ELEMENTS ======================================================= **/


/** INLINE ELEMENTS ======================================================== */

img {
    border: 0;
}

a:link {
    color: #3659C3;
    text-decoration: underline;
}

a:visited {
    color: #3659C3;
    text-decoration: underline;
}

a:hover {
    color: #AC1200;
    text-decoration: underline;
}


/*  /INLINE ELEMENTS ====================================================== **/


/** FORMS ================================================================== */

form {
    margin:0;
    padding:0;
}

input, select, textarea {
    padding: 0.2em;
    font: normal 1em Georgia, "Times New Roman", Times, serif;
}

label {
    font-weight: bold;
}

/*  /FORMS ================================================================ **/


/** COMMON CLASSES (begin) ================================================= */

.clearer {
    clear: both;
}

div.clearer {
    height: 0;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hidden, .menu-title, #skip-links {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

.highlight {
    background-color: #ffff99;
}

.no-wrap {
    white-space: nowrap;
}

hr.divider {
    display: none;
}

.by {
    text-align: right;
    font-style: italic;
    padding: 0 0 1.5em 0;
    margin: -0.5em 0 0 0;
}

/*  /COMMON CLASSES ======================================================= **/


/** LAYOUT ================================================================= */

/** === HEADER ============================================================= */

#header {
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#site-name {
    padding: 26px 0 2px 20px;
}

#site-name h1 {
    margin: 0;
    padding: 0;
}

#site-name a {
    display: block;
    width: 398px;
    height: 69px;
    background: transparent url(images/logo.png) no-repeat;
    cursor: pointer;
}

#site-name span {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

#tagline {
    position: absolute;
    top: 39px;
    right: 57px;
    background: transparent url(images/jen.png) no-repeat;
    width: 209px;
    height: 169px;
}

#tagline p {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

/*  === /HEADER =========================================================== **/


/** === NAVIGATION ========================================================= */

#navigation {
}

#navigation ul {
    padding-left: 55px;
}

#navigation li {
    display: inline;
}

#navigation li.first {
}

#navigation a {
    display: block;
    float: left;
    background: #1D3166 url(images/bg-nav.gif) repeat-x;
    line-height: 12px;
    padding: 7px 18px;
    text-decoration: none;
    border: 1px solid #0E1935;
    color: #8FB0DC;
    font-weight: bold;
    margin-right: 2px;
}

#navigation li.current_page_item a,
#navigation li.current_page_parent a {
    background: #911101 url(images/bg-nav-current.gif) repeat-x;
    color: #FFFFFF;
}

#navigation a:hover {
    color: #FFFFFF;
}

/*  === /NAVIGATION ======================================================= **/

/** === SECONDARY-NAVIGATION ================================================ */

#secondary-navigation {
    position: absolute;
    top: 4px;
    right: 0;
    background: #1A1E35;
    border: 1px solid #294796;
    border-top: 0;
    padding: 1px 12px 4px 12px;

}

#secondary-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary-navigation li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 0 10px;
}

#secondary-navigation a {
    color: #4D6FB5;
    text-decoration: none;
    text-transform: lowercase;
}

#secondary-navigation a:hover {
    text-decoration: underline;
}


/*  === /SECONDARY-NAVIGATION ============================================== **/


/** === PAGEBODY =========================================================== */

#pagebody {
    width: 960px;
    margin: 0 auto;
    clear: left;
    background: transparent url(images/shadow-top.png) no-repeat 0 55px;
}

#pagebody .gutter {
    background: transparent url(images/shadow-bottom.png) no-repeat center bottom;
}

#pagebody .gutter .gutter {
    background: #ffffff url(images/bg-pagebody.jpg) no-repeat;
    padding: 55px 0 25px 0;
    width: 900px;
    margin: 0 auto;
}



/*  === /PAGEBODY ========================================================= **/


/** === CONTENT ============================================================ */

#content {
    float: left;
    padding:15px 28px 15px 28px;
    width: 521px;
}

#content h2 {
    font-size: 2.45em;
    font-weight: normal;
    color: #243D80;
    margin: 0;
    padding: 0.25em 0 0.6em 0;
}

#content h2 a {
    color: #293D80;
    text-decoration: none;
}

#content h2 a:hover {
    text-decoration: underline;
}

/*  === /CONTENT ========================================================== **/


/** === SIDEBAR ========================================================== */

#sidebar {
    width: 303px;
    float: right;
    margin: 52px 0 0 0;
    background: transparent url(images/bg-sidebar.jpg) no-repeat;
    padding: 10px 10px;
}

#sidebar .gutter {
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #979797;
}

#sidebar ul ul {
    list-style: disc;
    padding: 0 1.2em;
}

#sidebar ul ul li {
    border: 0;
    padding: 0 0.25em 0.5em 0;
}

#sidebar h2 {
    font-size: 1.3em;
    color: #9B2517;
}

#sidebar a {
    color: #000000;
}

#sidebar p.more a,
#sidebar a.more {
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
}

#sidebar li.sidebar-about-jen p {
   padding-top: 0;
}

#sidebar li.sidebar-about-book p {
   padding-top: 1em;
}

#sidebar li.sidebar-about-book h5 {
    font-size: 0.9em;
    font-weight: normal;
}

#sidebar li.sidebar-about-book img.image-left {
    margin: -5px 20px 5px -20px;
}

#sidebar li.sidebar-about-book p.more {
    clear: left;
}





/*  === /SIDEBAR ======================================================== **/


/** === FOOTER ============================================================= */

#footer {
    background: transparent url(images/bg-bottom.gif);
    min-height: 80px;
}

#footer .gutter {
    background: #FFFFFF;
    width: 860px;
    margin: 0 auto;
    padding: 0 20px;
}

#footer p#credits {
    text-align: right;
    color: #28407F;
    font-size: 0.9em;
}

#footer p#credits img {
    vertical-align: middle;
}

/*  === /FOOTER =========================================================== **/


/*  /LAYOUT =============================================================== **/



/** SHARED SNIPPETS ======================================================== */

a.more-link {
    font-weight: bold;
    color: #9B2517;
}

ul.list-expanded {
    padding-bottom: 0;
}

ul.list-expanded li {
    padding-bottom: 1em;
}

.page-navigation {
    background-color: #FCEDC4;
    border:1px solid #F9D986;
    text-align: center;
    font-weight: bold;
    padding: 0.25em 1em;
    margin: 0 0 1em 0;
    min-height: 1.75em;
}

.page-navigation .prev-entries {
    float:left;
}

.page-navigation .next-entries {
    float:right;
}

.page-navigation a {
    color: #A61200;
}

p.error {
    color: #CC0000;
    font-weight: bold;
}

.contactform {
    background-color: #FCEDC4;
    border:1px solid #F9D986;
}

/** === POST =============================================================== */

#content .post {
    padding: 1em 0 3em 0;
}
#content .post h2 {
    font-size: 2em;
    margin: 0 0 0 2.8em;
    padding: 0.1em 0 0.25em 0;
    line-height: 1em;
    border-bottom: 1px dashed #DC9033;
}

.post .post-date {
    width: 4.4em;
    height: 3.8em;
    text-align: center;
    background: #9A2416 url(images/bg-date.gif) repeat-x;
    border: 1px solid #921406;
    float: left;
    clear: left;
    padding: 0.5em 0 0 0;
    margin: 0 0 0 0;
    color: #FFFFFF;
    line-height: 1.1em;
}

.post .post-date span {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.25em 0 ;
}

.post p.postmetadata {
    font-size: 0.9em;
    color: #ECBC5F;
    padding: 0.25em 0;
    margin: 0 0 0 6.2em;
}

.post p.postmetadata a {
    color: #DB943A;
}

.post .entry {
    clear: left;
}

p.postmetadata small {
    display: block;
    font-size: 0.9em;
    background-color: #FCEDC4;
    border:1px solid #F9D986;
    padding: 0.25em 1em;
}

p.postmetadata.alt {
    margin: 0;
    color: #000000;
}


/*  === /POST =========================================================== **/

/** === CALLOUT ============================================================= */

p.callout {
    float: right;
    width: 200px;
    padding: 1em;
    background-color: #981D0E;
    text-align: justify;
    color: white;
    margin: 0.75em 0 5px 20px;
    text-align: center;
}

/*  === /CALLOUT =========================================================== **/

/** === IMAGES + PHOTOS ===================================================== */

img.photo {
    background: #ffffff;
    border: 1px solid #AAAAAA;
    padding: 3px;
}

img.photo-left {
    background: #ffffff;
    border: 1px solid #AAAAAA;
    float: left;
    margin: 0 20px 10px 0;
    padding: 3px;
}

img.photo-right {
    background: #ffffff;
    border: 1px solid #AAAAAA;
    float: right;
    margin: 0 0 10px 20px;
    padding: 3px;
}

img.image-left,
.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

img.image-right,
.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

img.book-left {
    float: left;
    margin: 10px 20px 10px -10px;
}

img.book-right {
    float: right;
    margin: 0 0 10px 20px;
}

.wp-caption {
    padding-top: 10px;
}

p.wp-caption-text {
    font-size: 10px;
    font-style: italic;
    line-height: 10px;
    padding: 0;
}

/*  === /IMAGES + PHOTOS =================================================== **/

/*  /SHARED SNIPPETS ====================================================== **/



/** SECTION SPECIFIC ======================================================= */

/** === HOME =============================================================== */

body#homepage {
}

body#homepage #pagebody .gutter .gutter {
    background: #ffffff;
    padding: 0 0 25px 0;
}

body#homepage #intro {
    position: relative;
    background: #F9E2B1 url(images/home/intro.jpg) no-repeat;
    padding: 172px 0 0 0;
}

body#homepage #intro h2 {
    position: absolute;
    top: -84px;
    right: 7px;
    background: transparent url(images/home/jen.png) no-repeat;
    width: 312px;
    height: 288px;
}

body#homepage #tagline,
body#homepage #intro h2 a,
body#homepage #intro p {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

body#homepage #intro ul {
    background: #911101 url(images/home/bg-book-links.png) no-repeat;
    border-top: 4px solid #FFFFFF;
    margin: 0;
    padding: 7px 0 7px 216px;
    list-style: none;
    line-height: 12px;
}

body#homepage #intro li {
    display: inline;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    padding:0 30px 0 10px;
    background: transparent url(images/home/arrow.gif) no-repeat left center;
}

body#homepage #intro a {
    color: #FFFFFF;
    font-weight: bold;
}

body#homepage #sidebar {
    margin-top: 0;
}

body#homepage p#review-preview {
    background: #FCF2D6 url(images/home/bg-reviews.png) no-repeat;
    padding: 0.55em 1em 0.55em 5.6em;
    margin: 10px 0 20px 0;
    color: #A61200;
    font-weight: bold;
}

body#homepage #reviews {
    background: #FCF2D6 url(images/home/bg-reviews.png) no-repeat;
    padding: 20px 10px 0 10px;
    margin: 10px 0 20px 0;
    min-height: 100px;
    color: #A61200;
}

body#homepage #reviews h3 {
    position: absolute;
    left: -9999em;
    visibility: hidden;
}

body#homepage #reviews p.more {
    clear: both;
    padding: 0 2em 1.5em 1em;
    text-align: right;
}

body#homepage #reviews a {
    color: #A61200;
}

body#homepage .review {
    text-align: center;
    float: left;
    width: 200px;
    padding:0 20px 10px 25px;
}

body#homepage .review h4 {
    border-bottom: 1px dashed #dc9033;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.25em 0;
}

body#homepage .review p {
    font-size: 1.2em;
    font-style: italic;
    padding: 0 0 0.5em 0;
}

body#homepage .review cite {
    font-weight: bold;
    font-style: normal;
}


/*  === /HOME ============================================================= **/


/** === CONTACT FORM ======================================================== */

.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 20%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 75%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}

/*  === /CONTACT FORM ====================================================== **/

/*  /SECTION SPECIFIC ===================================================== **/
