/***********************************************/
/* tag styles                                  */
/***********************************************/ 

body{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.5em;	
	margin: 0;
	padding: 0;
}

a:link, a:visited{
	color: #CC6699;
	text-decoration: none;
}

a:hover {
	color: #CC6699;
	text-decoration: underline;
}



h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #88A367;
	font-weight: normal;
	margin: 5px 0 2px 0 15px;
}

h2{
 	font-size: 1.2em;
 	color: #4E87C6;
 	padding: 0;
 	margin: 0;
 	width: 200px;
}

h3{	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #88A367;
	padding: 0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;margin: 0;
}

h5{
 	font-size: 1em;
 	color: #88A367;
 	padding: 5px 0 0 0;
 	margin: 0;
}

ul{
	list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

td { 
	border:#CCCCCC 1px solid;
	padding: 10px;}
				

/***********************************************/
/* Orig SH Layout Divs                         */
/***********************************************/

/*  SH Header CSS*/


	
.logo  {
	width:198px;
	height:125px;
	padding: 0 0 0 10px; 
	margin: 0;
}

		
	/*End SH Header CSS*/


#masthead{
	margin: 0;
	padding: 5px 0px 10px 0;
	width: 100%;
	background-image:url(http://www.sutterhome.com/bookclub/images/food_wine_words.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDC689;
}

#navBar{
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
	padding: 0px;
}


#content{
	float: left;
	width: 60%;
	margin: 10px 0 0 15px;
	padding: 0;
}

.callout {
	width: 160px;
	float: right;
	background:fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #88A367;
	padding: 0;
	font-style: italic;
	}

/*Home Pagers*/


.homeFeature {
	width: 350px; 
	background: #fff; 
	padding: 5px; 
	margin: 20px 0 0 100px;
	border-bottom: #FFCCCC 1px solid;
	}

.homeFeature img {
	float: left;
	}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	background-image: url(images/behindNav.png);
	color: #cccccc;
	font-size: 90%;
	height: 26px;
	padding: 8px 0px 0px 300px;
	white-space: nowrap;
	width: 100%;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	color:#FFFFFF;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: .9em;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/


	
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature p {
	line-height: 10px;
}


#content img { 
	padding: 0;
	border: 0;
	}

#content p { 
	padding: 0 10px 0 20px;
	margin: 10px 0 0 0px;
	}
	
.featurePic {
	float: left;
	padding: 10px 20px 15px 5px;}
	

#content ul{
	list-style-position: outside;
	list-style-image: url(images/bug.png);
	}



/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

/* 	5BA196- teal 
	CC6699 - pink 
	CBDF7A - green */
	


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 0;
	font-size: .9em;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #cccccc;*/
	font-size: 12px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	/*border-top: 1px solid #cccccc;*/
	width: 150px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	/*border-top: 1px solid #cccccc;*/
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;
	background-color: #dddddd;*/
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 5px 2px;
	line-height: 1.5em;
	font-size: 11px;
}

.relatedLinks img { 
	float:left;
	padding: 0 5px 0 0;
}

.relatedLinks li{ 
	margin: 5px 0 0 15px;
	border-bottom: 2px solid #FFCCCC;
	}



.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
