/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Geneva, Arial, Helvetica; 
	font-size: 11px; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #cccccc url("http://www.plexuspublishing.com/pics/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/
.head  {
//	font-size: 14pt;
//	color: #CC0000;
//	line-height: 16pt;

//  font-family: 'Cantarell', Arial, serif;
  font-size: 18px;
  font-style: normal;
  color: #1F4E5D;
  font-weight: 700;
  text-shadow: 1px 1px 1px #aaa;
  text-decoration: none;
  text-transform: none;
//  letter-spacing: -0.035em;
//  word-spacing: -0.085em;
  line-height: 1.00em;
  padding: 2px 0px 3px 0px;
  

	}

.head a { color: #21536A; }
.head a:hover  { text-decoration: none; }

.head h1 {
        font-size: 14pt;
        color: #CC0000;
        line-height: 16pt;
        }


.blackhead {
	font-size: 13pt;
	line-height: 14pt;
	}
.red{
	color:#CC0000;
}

#author {
  font-family: Arial, 'Josefin Sans Std Light', serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1em;
  margin-top: 8px;
  margin-left: 35px;
  clear: bottom;

	}


h1{
 font: bold 120% Verdana, Geneva, Arial, Helvetica;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Verdana, Geneva, Arial, Helvetica;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Verdana, Geneva, Arial, Helvetica;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Verdana, Geneva, Arial, Helvetica;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Verdana, Geneva, Arial, Helvetica;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Geneva, Arial, Helvetica;
 color: #334d55;
}
				
input{
font-family: Verdana, Geneva, Arial, Helvetica;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#container{
	position:absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	width:97.6%;
	background-color: #ffffff;
	clear: both;
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#pageNav{
	float: left;
	width:165px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	/* border-bottom: 1px solid #cccccc; */
}

#rightAd{
	float: right;
	width:120px;
	padding: 10px;
	vertical-align:top;
	background-color: #F5f7f7;
	margin-left: 10px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
} 

#content{
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 165px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** headerBG styles ****************/

#headerBG{
	height: 70px;
	padding: 0px 0px 0px 0px;
	background-image: url(http://www.plexuspublishing.com/pics/bg-head.gif);
	margin: 0px;
	z-index: 1;
}

#ADheader {
	position: absolute;
	top: 5px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	border-bottom: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Verdana, Geneva, Arial, Helvetica;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/
.spacer{
	height: 300px;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
}
.storefront {
	padding: 10px 0px 10px 10px;
	margin: 4px 0px 10px 0px;
	border-bottom: 1px solid #cccccc;
	min-height:  210px;
	/* height: 300px;*/
}



.storefNObottom {
	padding: 10px 0px 10px 10px;
        min-height:  210px;

	/* height: 300px; */
}
.story {
	line-height: 1.5;
	padding: 10px 0px 10px 10px;
	/* height: 600px; */
	max-width: 825px;
}

.story h3{
	font: bold 125% Verdana, Geneva, Arial, Helvetica;
	color: #000000;
}

.story p {
	padding: 0px 0px 0px 0px;
}

.story a.capsule{
	font: bold 1em Verdana, Geneva, Arial, Helvetica;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
#bookCover{
	padding: 5px;
	text-align:center;
	/* border-bottom: 1px solid #cccccc;*/
}
#ISBN{
	border-top: 1px solid #cccccc;
	padding: 5px;
	line-height: normal;
}

#bookContainer{
	float:left;
	margin: 10px 10px 10px 0px;
	background-color: #F5f7f7;
	border: 1px solid #cccccc;
}

#awardContainer{

    float: right;
    width: 135px;
    text-align: center;
    padding: 5px;
    margin: 10px 10px 10px 25px;
    background-color: #F5f7f7;
    border: 1px solid #cccccc;

}


.backtoTOP {
	clear: both;
	padding: 10px;
	text-align:right;
	background-color: #F5f7f7;
	margin-left:165px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
/*
.credit_box {
	padding: 10px;
	text-align:left;
	background-color: #F5f7f7;
	margin-left:165px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
*/

blockquote#quote {
	margin:10px;
	padding: 0px 20px 20px 25px;
	line-height: normal;
	background: url(http://www.plexuspublishing.com/pics/quote_left.gif) left top no-repeat;
	border-left: 4px solid #ddeeff;
}

.blockquote div {
	padding: 0px 20px 0px;
	background: transparent url(http://www.plexuspublishing.com/pics/quote_right.gif) right bottom no-repeat;
}

#data { padding: 10px 10px 20px 5px; margin-left: 10%; font-weight: 800; }



/************** siteInfo styles ****************/
#siteInfo{
	border-top: 1px solid #cccccc;
	color: #CCCCCC;
	margin-top: 0px;
}
#siteInfoLeft{
	float: left;
	color: #AAAAAA;
	padding: 10px;
	margin-top: 0px;
}
#siteInfoRight{
	float: right;
	color: #CCCCCC;
	padding: 10px;
	margin-top: 0px;
}

#gray_footer{
	background-color: #cccccc;
	height:5px;
}


/************ sectionLinks styles **************/



.sectionLinks a:link, .sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #EBEDEC;
	/* background-image:url(http://www.plexuspublishing.com/pics/bgNav.gif); */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}
.sectionInLinks a:link, .sectionInLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #EBEDEC;
	/* background-image:url(http://www.plexuspublishing.com/pics/bgNav.gif); */
	font-weight: normal;
	padding: 3px 0px 3px 15px;
	color: #21536A;
}

.sectionInLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	font-weight: normal;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-top: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	text-align:center;
}

#advert img{
	display: block;
}

/*********************  Featured Book **********************/


#featuredtitles {
	  font-family: Helvetica, Arial, sans-serif;
	  color: #a60b0b;
	  font-size: 36px;
	  font-style: normal;
	  font-weight: 700;
	  text-shadow: 4px 4px 4px #bbb;
	  text-decoration: none;
	  text-transform: uppercase;
	  word-spacing: -0.101em;
	  line-height: 1.09em;
	  margin-left: 15px;

	}


.featuredBooks{
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	text-align:right;
}

/******************* Book Bar **********************/
#bookbar {
	border-style: solid outset outset solid;
	border-color: #333333 #999999 #999999 #333333;
	border-width: 1px 3px 3px 1px; }

/***************** Facebook **********************/

.profileimage { max-width: 20px; max-height: 20px; }

/*-- WordPress Rules --*/
div.aligncenter, .aligncenter, .center {margin: 0 auto;}
.alignleft, .left {float: left;text-align: left;}
.alignright, .right {float: right;text-align: right;}
img.aligncenter, img.center {display: block;}
img.alignleft, img.left {display: inline;margin:0 8px 8px 0;}
img.alignright, img.right {display: inline;margin:0 0 8px 8px;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;
/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
/*-- End WordPress Rules --*/


/*-- Social Media --*/

#fblike { padding-top: 15px; padding-bottom: 15px; text-align: right; }


