/*
Name: Ginger Garrett Website
Author: Nick Francis
Questions/Comments: nick@project83.com
Copyright (c)  Project83.com. All rights reserved.
*/

/* main styles */
* {
	margin:0;
	padding:0;
}

img, frameset {
	border:0;
}

body {
	text-align:center;
	background:url(images/bg3.jpg) repeat-x top left;
}

body#home {
	background:url(images/bg.jpg) repeat-x top left;
}

body#books {
	background:url(images/bg2.jpg) repeat-x top left;
}

#wrap {
	width:763px;
	margin:0 auto;
	text-align:left;
	font-size:small;
}

.clear {
	clear:both;
}

.float-left {
	float:left;
	padding:5px 15px 10px 0;
}

.float-right {
	float:right;
	padding:5px 0 10px 15px;
}

/* header */
#mainPhoto {
	position:absolute;
	margin-left:543px;
	top:0;
	width:220px;
	height:255px;
	z-index:1;
	/*
	background:url(images/ginger_photo3.jpg) no-repeat top left;
	*/
	display:none;
}

body#home #mainPhoto {
	/*
	background:url(images/headshot02.jpg) no-repeat top left;
	margin-top: 28px;
	background:url(images/ginger_photo.jpg) no-repeat top left;
	*/
}

body#books #mainPhoto {
	/*
	background:url(images/ginger_photo2.jpg) no-repeat top left;
	*/
	display:none;
}

#header h1 {
	width:543px;
	height:153px;
	text-indent:-9000px;
	/*
	background:url(images/header_bg.jpg) no-repeat top left;
	*/
	background:url(images/header_bg_2.jpg) no-repeat top left;
	margin-left: 95px;
}

#header ul#nav {
	list-style:none;
	//width:543px;
	width:645px;
}

#header ul#nav li {
	float:left;
	height:44px;
}

body#home #header ul#nav li#nav-home, body#about #header ul#nav li#nav-about, body#books #header ul#nav li#nav-books, body#downloads #header ul#nav li#nav-downloads, body#press #header ul#nav li#nav-press, body#blog #header ul#nav li#nav-blog, body#contact #header ul#nav li#nav-contact {
	height:49px;
	position:relative;
	bottom:5px;
	border:1px solid #fff;
	background:#fff url(images/active_bg.gif) repeat-x top left;
}

body#home #header ul#nav li#nav-home a, body#about #header ul#nav li#nav-about a, body#books #header ul#nav li#nav-books a, body#downloads #header ul#nav li#nav-downloads a, body#press #header ul#nav li#nav-press a, body#blog #header ul#nav li#nav-blog a, body#contact #header ul#nav li#nav-contact a {
	color:#692E30;
	padding:7px 16px 0 16px;
	background:none;
}

body#home #header ul#nav li#nav-home a:hover, body#about #header ul#nav li#nav-about a:hover, body#books #header ul#nav li#nav-books a:hover, body#downloads #header ul#nav li#nav-downloads a:hover, body#press #header ul#nav li#nav-press a:hover, body#blog #header ul#nav li#nav-blog a:hover, body#contact #header ul#nav li#nav-contact a:hover {
	text-decoration:none;
	color:#692E30;
}

#header ul#nav li a {
	display:block;
	line-height:42px;
	text-decoration:none;
	padding:2px 14px 0 14px;
	color:#EDE7C1;
	font-family:Georgia, Times, serif;
	font-size:15px;
	background:url(images/nav_bg.gif) no-repeat top right;
}

#header ul#nav li a:hover {
	color:#fff;
}

/* banner */
#banner {
	width:533px;
	height:274px;
	/*background:url(images/shadow_banner.jpg) no-repeat top left;*/
	background:url(images/DesiredBanner.jpg) no-repeat top left;
	position:relative;
	bottom:7px;
	margin-bottom:40px;
	padding-left:230px;
}

#banner img.book {
	float:left;
	margin:25px 30px 0 0;
}

#banner h2 {
	text-indent:-9000px;
}

#banner h3 {
	margin:95px 0 10px 0;
	color:#C0451C;
	font-family:Georgia, Times, serif;
	font-size:170%;
	font-weight:normal;
	font-style:italic;
}

#banner h3.black {
	/*margin:135px 0 10px 0;*/
	margin:132px 130px 10px ;
	color:#060000;
	font-family:Georgia, Times, serif;
	font-size:150%;
	font-weight:normal;
	font-style:italic;
}

#banner p {
	margin-right:150px;
	padding-bottom:15px;
	line-height:1.5em;
	font-size:110%;
}

#bookBanner {
	position:relative;
	width:533px;
	height:214px;
	/*background:url(images/banner_wolves.jpg) no-repeat top left;*/
	background:url(images/DesiredBanner.jpg) no-repeat top left;
	position:relative;
	bottom:7px;
	margin-bottom:40px;
	padding:60px 0 0 230px;
	font-family:Arial, Helvetica, sans-serif;
}

#bookBanner h2 {
	font-size:2em;
	margin-bottom:.3em;
	color:#450614;
}

#bookBanner p {
	margin-bottom:1.5em;
	line-height:1.2em;
}

#bookBanner a {
	position:absolute;
	display:block;
	/*text-indent:-9000px;*/
	top:80px;
	width:160px;
	height:41px;
}

#bookBanner a.more {
	left:189px;
}

#bookBanner a.watch {
	top:143px;
	left:189px;
}

#bookBanner a.beautyMore {
	left:562px;
}

/* sub-nav */
div#subnav ul {
	list-style:none;
}

div#subnav li {
	float:left;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
}

div#subnav a {
	display:block;
	color:#450614;
	font-weight:bold;
	padding:0 16px;
	line-height:28px;
	text-decoration:none;
}

body#books #subnav a {
	padding:0 8px;
}

div#subnav a:hover {
	text-decoration:underline;
}

/* content area */
#contentArea {
	width:763px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	background:url(images/wrap_bg.gif) repeat-y top left;
	margin:32px 0 50px 0;
}

body#home #contentArea {
	margin-top:0;
}

body#blog #contentArea {
	margin-top:10px;
}

/* content left */
#contentLeft {
	float:left;
	width:525px;
	color:#030001;
}

body#books #contentLeft {
	margin-top:25px;
}

#contentLeft h2 {
	color:#450614;
	font-size:160%;
	padding:5px 0 15px 0;
}

#contentLeft h3 {
	padding:5px 0 15px 0;
}

#contentLeft p {
	line-height:1.4em;
	padding:5px 0 20px 0;
}

#contentLeft ul {
	margin-left:20px;
	padding:5px 0 15px;
}

#contentLeft li {
	padding:5px 0;
}

#contentLeft a {
	color:#01487E;
}

#contentLeft a:hover {
	text-decoration:none;
}

/* home and blog content */
div.blogPost {
	margin:15px 0 40px 0;
}

div.blogTitle {
	padding:0 0 10px 40px;
	background:url(images/homepost_bg.gif) no-repeat top left;
}

#contentLeft div.blogTitle p {
	padding:0;
	text-transform:uppercase;
	font-size:90%;
	color:#534620;
	letter-spacing:1px;
}

div.blogTitle h3 {
	font-family:Georgia, Times, serif;
	font-size:140%;
	font-weight:normal;
}

#contentLeft div.blogTitle h3 a {
	color:#000000;
	text-decoration: none;
	}

#contentLeft div.blogTitle h3 a:hover {
	text-decoration: underline;
	}

body#blog div.blogContent {
	padding-bottom:15px;
	border-bottom:1px dotted #686868;
}

#contentLeft div.blogContent a.fullPost {
	padding:6px 8px;
	color:#000;
	font-weight:bold;
	background:#EAE5C8;
	text-decoration:none;
}

#contentLeft div.blogContent a.fullPost:hover {
	text-decoration:underline;
}

#contentLeft p.postFooter {
	margin:3px 0 5px 0;
	padding:4px;
	background:#EAE5C8;
	font-family:Georgia, Times, serif;
}

#contentLeft p.authorComment {
	color:#534620;
	margin-top:10px;
	font-size:90%;
	padding:0 0 0 16px;
	text-transform:uppercase;
	background:url(images/quote_red.gif) no-repeat top left;
}

h3.postReply {
	padding-left:16px;
	background:url(images/quote_blue.gif) no-repeat top left;
}

/* blog comment form */
fieldset#commentForm {
	padding:0;
	margin:10px 0 0 0;
	width:auto;
	border:none;
	}

fieldset#commentForm ul {
	margin:0;
	padding:0;
	list-style:none;
	}

fieldset#commentForm li label {
	float:left;
	clear:right;
	width:95px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}

fieldset#commentForm li input, fieldset#commentForm li select, fieldset#commentForm li textarea {
	margin:0 0 8px 15px;
	padding:2px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	width:200px;
	color:#450614;
	border:1px solid #8F8E8E;
	}

fieldset#commentForm li textarea {
	width:auto;
	font-size:100%;
	}

fieldset#commentForm input#commentSend {
	width:auto;
	margin-left:110px;
	border:0;
	}

/* about section */
img.padd {
	padding:0 0 10px 0;
}

.review-wrap {
	margin:10px 0 20px 0;
}

.review-wrap img {
	float:left;
	margin-top:5px;
	border:4px solid #EEDFB1;
}
	
.review-wrap .content {
	margin-left:105px;
}	

.review-wrap .separator {
	background-position:-20px 10px;
}

#contentLeft p.quote {
	font-style:italic;
	color:#450614;
	padding-bottom:5px;
}

.border {
	border:5px solid #EEDFB1;
}

/* books section */
.book-wrap {
	float:left;
	width:220px;
	text-align:center;
	padding:10px 20px 20px 20px;
}

.book-wrap a {
	padding:6px 0;
	display:block;
}

#contentLeft #purchase p {
	padding:3px 0;
}

#contentLeft #purchase p span {
	color:#cc0000;
}

#contentLeft #purchase p img {
	padding-right:10px;
}

/* downloads */
#contentLeft ul.download {
	list-style:none;
	padding-top:0;
}

#contentLeft ul.download li {
	margin:15px 0;
	padding:0 0 0 22px;
	background:url(images/attach.gif) no-repeat top left;
}

/* press page */
.img-wrap {
	float:left;
	width:220px;
	padding:10px 20px 20px 20px;
	text-align:center;
}

.img-wrap a img {
	border:5px solid #EEDFB1;
}

/* contact form */
fieldset#contact-form {
	padding:0;
	margin:0;
	width:auto;
	border:none;
	}	
	
fieldset#contact-form ul {
	margin:0;
	padding:0;
	list-style:none;
	}		

fieldset#contact-form li label {
	float:left;
	clear:right;
	width:125px;
	text-align:right;
	margin:0;
	padding-top:4px;
	}
	
fieldset#contact-form li input, fieldset#contact-form li textarea {
	margin:0 0 8px 15px;
	padding:2px;
	color:#450614;
	font-family:"Lucida Grande", Arial, Helvetica, "Trebuchet MS", sans-serif;
	width:200px;
	}	
	
fieldset#contact-form li textarea {
	width:auto;
	font-size:100%;
	}		

fieldset#contact-form input#contactsubmit {
	width:auto;
	margin:10px 0 10px 240px;
	padding:2px;
	color:#000;
	}

fieldset#contact-form input#city {
	display:none;
}

/* content right */
#contentRight {
	float:right;
	width:185px;
	padding:60px 0 20px 0;
}

body#home #contentRight {
	padding-top:30px;
}

body#blog #contentRight {
	padding-top:80px;
}

p.list {
	text-align:center;
}

p.list a {
	font-weight:bold;
	padding:22px 0 0 0;
	background:url(images/list_bg.gif) no-repeat top center;
	color:#450614;
	text-decoration:none;
}

p.list a:hover {
	text-decoration:underline;
}

#contentRight p.smaller {
	font-size:90%;
	padding:5px 0 0 10px;
}

.separator {
	width:185px;
	height:2px;
	padding:15px 0;
	background:url(images/separator.gif) no-repeat center;
}

#contentRight h2 {
	color:#483A20;
	margin-bottom:16px;
}

.bookWrap {
	margin:5px 0 30px 0;
}

.bookWrap img {
	margin-bottom:6px;
}

.bookWrap a.title {
	color:#450614;
}

.bookWrap p {
	padding:10px 20px 5px 0;
	font-size:90%;
}

#contentRight a.viewAll {
	font-size:130%;
	font-weight:bold;
	padding:4px 10px;
	color:#483A20;
	background:#EAE5C8;
	border:1px solid #A78A90;
	text-decoration:none;
}

#contentRight a.viewAll:hover {
	text-decoration:underline;
}

ul#recentPosts, ul.blogroll {
	list-style:none;
}

ul#recentPosts li {
	margin:8px 0;
	padding:0 0 0 20px;
	background:url(images/posts_bg.gif) no-repeat top left;
}

ul.blogroll li {
	margin:8px 0;
	padding:0 0 0 20px;
	background:url(images/bloglink_bg.gif) no-repeat top left;
}

ul#recentPosts li a, ul.blogroll li a {
	color:#01487E;
	font-weight:bold;
	font-size:90%;
	text-decoration:none;
}

ul#recentPosts li a:hover, ul.blogroll li a:hover {
	text-decoration:underline;
}

/* footer */
#footer {
	width:100%;
	height:45px;
	background:url(images/footer_bg.jpg) repeat-x bottom left;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:small;
}

#footer ul {
	margin:0 auto;
	width:690px;
	list-style:none;
}

#footer li {
	color:#fff;
	float:left;
	line-height:45px;
	padding:0 12px;
	font-size:90%;
}

#footer li a {
	color:#fff;
	display:block;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}
