/***********************************************/
/* your-branding-story-main.css                */
/* Use with template YBS-main-template.dwt     */
/***********************************************/

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

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 5px;
	text-align: center;
	background: #CCCCCC;
	padding: 0px;
}

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

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

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

ul{
 list-style-type: disc;
}
#container #content li {
	padding-bottom: 4px;
}


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

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


blockquote {
	text-align: center;
	padding: 10px 0px 0px;
	font-size: 100%;
	color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0px auto;
	width: 760px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #FFFFFF;
	border-top: 1px solid #666666;
}
#masthead{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 760px;
}

#navBar{
	background-color: #FFFFCC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#content{
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	width: 530px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

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


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

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


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

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* '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 {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


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

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .mainstory styles ***************/

.mainstory{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.mainstory h3{
	padding: 20px 0px 5px 0px;
	text-align: center;
}

.mainstory img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the mainstory image and text flowing around it */


/************** .TipOfTheWeek styles *****************/

.TipOfTheWeek{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.TipOfTheWeek p{
/*	padding: 0px 0px 10px 0px; **comment out for now*/
}


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

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	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;
}


/*********** #content link styles ***********/
#content a:link, a:visited, a:hover {
	color: #0066FF;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


/*********** #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 #EEE;}

/* 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: 90%;
}

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

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	display: block;
	text-decoration: none;
  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;
}


/************** #advert styles **************/

#advert{
	padding: 5px 5px 0px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
	margin-left: auto;
    margin-right: auto
}


/************** #booksellers styles **************/

#booksellers{
	margin: 0px;
	padding: 10px 10px 20px;
	font-size: 80%;
}
#booksellers li{
	border-bottom: none;
}
#booksellers p{
	padding: 5px 0px 5px 0px;
}
#booksellers a:hover {
	text-decoration: underline;
}
#container #navBar #booksellers a {
	padding: 2px 0px 2px 10px;
}

/************** .figure styles **************/

div.figure {
    margin-left: auto;
    margin-right: auto;
}
div.figure p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}

