/*  
Theme Name: New Orleans Stories 3.0
Theme URI: http://neworleansstories.com/
Description: The default WordPress theme for NewOrleansStories.com.
Version: 0.1
Author: Eric Ogburn
Author URI: http://pixelfork.com/
*/

/******************************************************************

GO!

******************************************************************/

* { margin: 0; padding: 0; }
body {
	font: 76%/1 "Trebuchet MS", Helvetica, Verdana, sans-serif;
	background: #334 url(img/bg.jpg) repeat-x;
	text-align: center
}
#header {
	position: relative;
	background: url(img/headerTop.gif) no-repeat;
	text-indent: -3000px;
	height: 154px;
}
#header h1 {
	position: relative;
	display: block;
	height: 154px;
	background: url(img/headerBot.gif) left bottom no-repeat;
}
h2.subHead {
	position: relative;
	display: block;
	background: url(img/subHead.gif) no-repeat;
	text-indent: -3000px;
}
#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
.prop { position: relative; height: 950px; width: 1px; float: right; }

/***********************************************************

LINK STYLES

***********************************************************/
a img { border: none; }
a { color: #A60006; }
a:hover { color: #999; }
#footer a span.pfgray {
	color: #444;
}
#footer a span.pfgreen {
	color: #6C3; }
h3 a { color: #5B87AA; }
.roundBox h3 a { color: #A60006; }
.roundBox h3 a:hover { color: #FFF; }

/******************************************************************

CONTENT

******************************************************************/

#content {
	position: relative;
	background: #FFF url(img/contentBG.gif) repeat-y;
	padding-left: 200px;
}
.wide_column {
	position: relative;
    padding: 0 20px 0 20px;
}
.fade {
	position: relative;
}
.splash {
	margin-top: 31px;
}
.welcome {
	padding: 0 25px;
	margin-bottom: 30px;
	background: url(img/fleur.gif) 287px 50px no-repeat;
}
.left_content {
    position: relative;
    float: left;
    width: 200px;
    font-size: .9em;
}
.right {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 330px;
}
.roundBox {
	position: relative;
	background: #5B87AA;
	padding: 20px;
	margin-bottom: 20px;
}
.homeBingle, .homeSaints {
	position: relative;
	width: 528px;
	height: 330px;
	padding-top: 150px;
}
.homeSaints { background: url(img/homeBookSaints.jpg) no-repeat; }
.homeBingle { background: url(img/homeBookBingle.jpg) no-repeat; }
.homeBingle h2, .homeSaints h2 {
	display: none;
}
.homeBingle .bookText, .homeSaints .bookText {
	position: relative;
	width: 290px;
	padding-left: 20px;
	text-align: center;
}

.breadcrumb { 
	padding: 20px 20px 0 20px;
	margin-bottom: 1.5em;
}
.book {
    position: relative;
    width: 490px;
    background: #5B87AA;
   	padding-top: 25px;
}
.bookGraphics { 
	position: relative;
    margin: 0 20px 20px 20px;
    float: left;
    z-index: 2;
}
.teaser { margin: 30px 0 40px 0; }
.insert {
	position: relative;
	margin-left: 20px;
}
/******************************************************************

SIDEBAR

******************************************************************/
#sidebar {
	position: absolute;
	width: 200px;
	background: #A60006 url(img/sidebar.jpg) no-repeat;
	height: 846px;
	z-index: 2;
}
#sidebar img { margin: 40px 0 0 0; }
ul.mainMenu, ul.subMenu
{
	list-style-type: none;
	text-align: right;
	font-family: Georgia, Times New Roman, serif;
	font-variant: small-caps;
	letter-spacing: 1px;
	margin: 40px 20px 0 0;
}
ul.mainMenu a, ul.subMenu a { text-decoration: none; }
ul.mainMenu li { 	
	padding: .5em 0;
	border-bottom: 1px solid #B60000;
	margin-left: 20px;
}
ul.mainMenu li a {
	font-size: 1.8em;
	color: #DBD9C8;
	font-weight: bold;
}
ul.mainMenu li a:hover { 
	color: #FFF; 
	background: url(img/dingbatRed.gif) 0 4px no-repeat;
	padding-left: 20px;
}

ul.subMenu { margin-top: 3em; }
ul.subMenu li {
	margin-top: 1em;
}
ul.subMenu a {
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	padding: .2em;

}
ul.subMenu a:hover {
	color: #fff;
	border-width: 1px 0;
	border-color: #666;
	border-style: solid;
}
#searchform { position: relative; margin: 40px 20px 5px 15px; }
#searchfield {
    background: #A60006;
    width: 100%;
    font-family: Courier;
    padding: 3px 1px;
    color: #FFF;
}
#searchsubmit {
	margin-top: 5px;
	float: right;
	background: #999;
	color: #FFF;
}

/******************************************************************

FOOTER

******************************************************************/
#footer { 
	clear: both; 
	position: relative;
	height: 50px;
	background: url(img/footer.gif) no-repeat;
	text-align: right;
	padding-right: 20px;
}

/******************************************************************

TEXT

******************************************************************/
p, ul, ol, li, h1, h2, h3, h4, h5, h6 { position: relative; }
p { 
	margin-bottom: 1em;
	line-height: 1.6; 
}
h2 { 
	font-family: Georgia, Times New Roman, serif; 
	font-variant: small-caps;
	margin-bottom: 1em;
	color: #A60006;
	font-size: 1.8em;
	background: url(img/dingbat.gif) no-repeat;
	padding-left: 1.2em;
}
.roundBox h2 {background: url(img/dingbat_br.gif) no-repeat;  }
.bookText h2 { 
	background: none; 
	margin-bottom: .5em;
}
#header h2 { background: none; padding:0;  }
.fade h2 {
	background: none;
	padding: 0;
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.5;
	font-family: Georgia, Times New Roman, serif; 	
}
.fade h3 { font-size: 1.2em; }
.insert h3, .insert p { color: #fff; }
.bookText h3 { font-size: 1.2em; }
#asd-press-reviews h3, #smb-press-reviews h3 {
	margin-bottom: .5em;
}
h4 { margin-bottom: .5em; font-size: 1.2em; line-height: 1.4}
h5 { 
	font-size: 1em; 
	margin-bottom: .5em;
	line-height: 1.5em;
}
.welcome p {
	border-width: 0 1px;
	border-color: #D9D7CA;
	border-style: solid;
	padding: 0 20px;
	width: 275px;
	background: #FFF;
	margin-left: 25px;
}
.more {
	border-width: 1px 0;
	border-style: solid;
	border-color: #332824;
	padding: .5em 0;
	text-align: right;
}
.breadcrumb p { 
	color: #62532C; 
	text-align: right;
	font-size: .8em;
}
.post ul {
     margin-left: 15px;
}
.post li {
     line-height: 1.6;
}
ul.story_list {
     width: 200px;
     float: right;
     z-index: 200;
}
ul.story_list li {
     margin-left: 12px;
     padding: .5em 0;
}
.author { 
	font-size: .8em;
	font-style: oblique;
	margin-top: -1em;	 
}
.post_date {
	font-size: .8em;
	font-style: oblique;
}
dt { 
    font-weight: bold; 
    font-size: 1.2em;
    background: #5B87AA;
    padding: 12px 10px;
    margin-bottom: 3px;
}
dd {
    margin: 0 0 1em 2em;
    line-height: 1.6;
}
blockquote {
	position: relative;
	background: #FFF;
	padding: 20px;
	font-size: 1.2em;
	font-style: oblique;
	margin-top: 20px;
	color: #60552E;
	clear: left;
}
blockquote p { margin: 0; text-align: center;}

.left_content strong { font-size: 1.1em; }
.insert .reader {
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #F9BE2F;
	padding-bottom: 1em;
	color: #F9BE2F;
}
#footer p { padding-top: 15px; }
/***********************************************************

IMAGE STYLES

***********************************************************/
.img_left { 
	float: left; 
	margin-right: 10px;
}
.img_right {
	float: right;
	margin-left: 10px;
}
.buyButton {
	margin-bottom: 1em;
}
.fade img { margin-bottom: 20px; }
.singleBook { margin: 0 0 20px 20px; }

/***********************************************************

AMAZON

***********************************************************/
.amm {
position: relative;
border: 1px solid #5B87AA;
width: 240px;
height: 23em;
margin: 0 20px 20px 0;
float: left;
text-align: center;
padding-top: .4em;
}

.amm h4 {
border-top: 1px solid #5B87AA;
padding: .4em;
margin-top: .4em;
margin-bottom: 0;
}