/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (master.css)

Site: SallyKoslow.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P. Rhodes (eric@bookreporter.com)
Version:  10 April 2007
File Path: ../css/master.css
----------------------------------------------- */

/* = Global
------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color: #424a4b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	}

img {
	border-width: 0px;
	}

h1, h2, h3, h4, h5, h6, {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px
	}

dl {
	margin-left: 0px;
	margin-bottom: 25px;
}

dd, dt {
	margin-left: 0px;
	}

ul {
	list-style-type: none;	
	list-style: none;
	margin: 0px;
	}
	
p {
	text-align: left;
	}
	
blockquote {
	text-align: left;
	}

table {
	text-align: center;
	}
	
table tr td {
	text-align: left;
	}
	
.container {
	width: 783px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
	
.headline {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	}
	
.lg-headline  {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	}

/* #header
------------------------------------------*/
	
#header {
	width: 777px;
	height: 101px;
	margin: 0px;
	padding: 0px;
	background: url("../images/header-floral.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	/*top, left and right border color of the header */
	border-top: #FFE8E6 dotted 3px;
	border-left: #FFE8E6 dotted 3px;
	border-right: #FFE8E6 dotted 3px;
	}


/* =Nav
------------------------------------------*/

#nav {
	width: 777px;
	float: left;
	}

#nav h1 { 
	width: 777px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	background: url("../images/header-name.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	}

#nav h1 span {
	display: none;
	}

#nav ul, #nav li {
	
	padding: 0px;
	float: left;
	}

#nav li span {
	display: none;
	}

#nav a {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	}

/* = Subnav
------------------------------------------*/

#subnav {
	clear: left;
	width: 777px;
	float: left;
	padding-bottom: 20px;
	}


#subnav h2 { 
	width: 777px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}

#subnav h2 span {
	display: none;
	}

.index #subnav {
	visibility: hidden;
	}
	
.book #subnav h2 {
	width: 209px;
	float: left;
	background: url("../images/subnav/subnav_book.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}
.thebooks #subnav h2 {
	width: 215px;
	float: left;
	background: url("../images/subnav/subnav_thebooks.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.author #subnav h2 {
	width: 235px;
	float: left;
	background: url("../images/subnav/subnav_author.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.speaking #subnav h2 {
	background: url("../images/subnav/subnav_speaking.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.contact #subnav h2 {
	background: url("../images/subnav/subnav_contact.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.bookclubs #subnav h2 {
	background: url("../images/subnav/subnav_bookclubs.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}

.buy #subnav h2 {
	background: url("../images/subnav/subnav_buy.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	}
	
#subnav ul, #subnav li {
	
	padding: 0px;
	float: left;
	}

#subnav li span {
	display: none;
	}

#subnav a {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	}

#subnav h3 {
	visibility: hidden;
	}


/* #content
------------------------------------------*/
	
#content {
	width: 737px;
	padding: 20px;
	/* left, right, and bottom border color for the content body */
	border-left: #FFE8E6 dotted 3px;
	border-right: #FFE8E6 dotted 3px;
	border-bottom: #FFE8E6 dotted 3px;
	}

*:first-child+html #content {
	margin-top: 30px;
	}
	
*:first-child+html .index #content  {
	margin-top: 0px;
	}
	
/* #footer
------------------------------------------*/

#footer {
	clear: both;
	width: 783px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #c6cacb;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	}
	

/* =Text
------------------------------------------*/

/*Pink Text*/
.pinktext {
	color: #424a4b;
	}

.pinktext_bold {
	color: #424a4b;
	font-weight: bold;
	}
	
.bluetext {
	color: #2CA1C8;
	}


/* =Links
------------------------------------------*/

a:link, a:visited{ 
	color: #256169;	
	text-decoration: underline;
	}
	
a:hover { 
	text-decoration: none;
	} 

a:link.footer_link, a:visited.footer_link {
	color: #c6cacb;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a:hover.footer_link  {
	text-decoration: none;
	}	

/* = Micro Gallery Box
------------------------------------------*/

#in-the-news {
    clear: both;
	width: 290px;
	position:relative;
	padding: 5px;
	border: #424a4b;
	border-style:solid;
	border-width: 1px;
	margin-top: 10px;
	}

#index-author.gallery_box  {
	width: 225px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-top: 18px;
	}
	
#hearst-author.gallery_box  {
	width: 360px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	margin-top: 18px;
	}
	
#contact-author.gallery_box  {
	width: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: right;
	}

#author-author.gallery_box  {
	width: 301px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	}
	


#more-author.gallery_box  {
	width: 420px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: right;
	}
	
		
#bluechair-author.gallery_box  {
	width: 244px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	}

#shorthair-author.gallery_box  {
	width: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
	}
	
#joanrivers-author.gallery_box  {
	width: 350px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	}

#buy-book.gallery_box  {
	width: 360px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	}

#praise-book.gallery_box {
	width: 300px;
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
	}

.gallery_image {
	padding-bottom: 5px;
 	}

.gallery_text {
	color: #424a4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: left;
	}	
.photo_credit {
	color: #424a4b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	}

/* =Book Covers
------------------------------------------*/
.cover-left {
	padding-left: 10px;
	padding-bottom: 10px;
	}

.cover-right {
	padding-right: 10px;
	padding-bottom: 10px;
	}

/* =Micro index.asp
------------------------------------------*/

.index .quote {
	width: 439px; 
	height: 120px;
	float: left;
	background: url(../images/home/quote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

.index .quote span {
	visibility: hidden;
	}

 .index #c1 {
	width: 257px;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	}

.index .c1_link {
	padding-left: 50px;
	}


.index .ppb {
width: 110px;
float: right;
padding: 5px 0 5px 10px;
border:1px solid;
border-color:#89a2a7;
}


*html .index .ppb {
width: 110px;
float: right;
padding: 20px 0 5px 10px;
}

*html .index .foreign {
width: 225px;
height: 160px;
float: left;
padding: 10px;
margin-top: 10px;
border:1px solid;
border-color:#89a2a7;
}

.index .foreign {
width: 225px;
height: 160px;
float: left;
padding: 10px;
border:1px solid;
border-color:#89a2a7;
}

.index .left {
float:left;
width: 265px;
padding:25px 5px 5px 0;
text-align:center;
}

.index .right {
float:left;
width: 452px;
padding:5px 5px 5px 10px;
}

.index #content .right ul.w1 {
padding: 0 0 0 0;
font-weight:normal;
font-size:13px;
list-style-type: disc;
list-style: disc ;
}

.index #content .right ul.w1 li {
float: none;
margin: 0 0 0 0;
padding: 0 0 13px 0;
list-style-type: disc;
list-style: disc;
}

.foreign p {
font-size:10px;
}

.caps {
float:left;
margin-top:0px;
margin-right: 3px;
font-size: 56px;
line-height:48px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.index-caps {
float:left;
margin-top:0px;
margin-right: 3px;
font-size: 56px;
line-height:48px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

	   
