/* ------------------------------------------------------------------------
CSS sheet for bookworld
Author: Jason Montour
Date Created: 5-10-2010

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS:
Dark Green: #163616
Light Green: #4e774e
Light Tan: #eaeadf;
Dark Tan: #835C2B

------------------------------------------------------------------------ */

/* -----------------------------------------------------------------------
=MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
}
body{
	color: #000;
	font: 12px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #FFFFFF !important;
}
p {
}
.left {
	float: left;
}
.right {
	float: right;
}
.RCoA {	
}
#storeImage img.socLink {
	background: transparent;
	border: none;
	padding: none;
	float: right;
}
.clearBoth, div.clearBoth, br.clearBoth {
	clear: both;
}
.smaller {
	font-size: 12pt;
}
a:link {color: #628b63; text-decoration: underline; }
a:active {color: #628b63; text-decoration: underline; }
a:visited {color: #628b63; text-decoration: underline; }
a:hover {color: #628b63; text-decoration: none; }
h1 {
color:#666666;
font: 24px/1.5em Verdana, Arial, Helvetica, sans-serif;
}
/* -----------------------------------------------------------------------
=
-------------------------------------------------------------------------*/
#wrapper {
	width: 1000px;
	margin: 0px auto;
}
#header {
	height: 119px;
	background: url(../images/headerBG.jpg) scroll 50%;
}
#headerContent {
	width: 960px; 
	margin: 0 auto;
	text-align: left;
	line-height: 119px;
}
#logo {
	float: left;
	width: 175px;
	height: 119px;
	background: url(../images/BookWorldLogo1.png) no-repeat;
	margin-left: 10px;
}
#tagline {
	float: right;
	font-size: large;
	padding-right: 20px;
	font-style: italic;
	color: #eaeadf;
}

/* -----------------------------------------------------------------------
=Top Navigation
-------------------------------------------------------------------------*/
#menu {
	background: #163616;
	height: 40px;
	line-height: 40px;
}
ul#nav {
	width: 1000px; 
	margin: 0 auto;
	padding-left: 5px;
	list-style-type: none;
}
ul#nav li {
	line-height: 40px;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 20px;
	font: bold  20px/40px Arial, Helvetica, sans-serif;
	color: #eaeadf;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover,
#home ul#nav li.home a,
#events ul#nav li.events a,
/* for buyOnline page 
#buy ul#nav li.buy a */
#about ul#nav li.about a,
#locations ul#nav li.locations a,
#contact ul#nav li.contact a {
	background: #d7d7c1;
	color: #835C2B;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
}


/* -----------------------------------------------------------------------
=body content
-------------------------------------------------------------------------*/

#main {
	background: url(../images/gradient.jpg) top repeat-x;
	padding-top: 20px;
}
#mainBox {
	width: 1045px;
	margin: 0 auto;
	padding-top: 36px;
	background: url(../images/contentBox.png) scroll 50% top no-repeat;
}
#mainBoxContent {
	width: 960px;
	margin: 0px auto;
}
#mainBoxContentContact {
	width: 960px;
	margin: 0 auto;
}
#storeImage {
	float: right;
	width: 48%;
}
#storeImage img {
	padding: 9px;
	background: #eaeadf;
	border: 1px solid #dcd6c0;
}
/* image 430 x 280 */
#info {
	float: left;
	width: 48%;
	padding-left: 10px;
	text-align: left;
	line-height: 20px;
}
#subscribeBox {
	text-align: left;
	background: #4e774e;	
	padding: 12px 6px 12px 10px;
	line-height: 20px;
	width: 410px;
	margin: 0 auto;
}
#subscribeBox p {
	color: #fff;
	padding: 0px;
}
.larger {
	font-size: larger;
}
#subscribeTxt {
	height: 27px;
}
#subscribeBtn {
	border: none;
	height: 28px;
	width: 94px;
	background: url(../images/subscribeBtn.jpg);	
}
#subscribeBtn:hover {
	background: url(../images/subscribeBtnOver.jpg);
}
#bigBtns {
	margin: 50px auto;
}
#bigBtns a, #bigBtnsInfo a {
	text-decoration: none;
}
#bigBtnsInfo {
	text-align: center;
	margin-top: 40px;
}
a.goldBox {
	border: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #835C2B;
	background: url(../images/goldBox.jpg) no-repeat;
	line-height: 30px;
	text-align: center;
	display: block;
	width: 359px;
	height: 108px;
	margin: 0px 30px;
	text-decoration: none;
}
#whatsNew {
	float: left;
	padding: 20px 0px 0px 0px;
}
#whatsNewUP {
	padding: 10px 0px 0px 0px
}
#whatsNewRight {
	float: right;
	padding: 10px 0px 0px 0px;
}
#buyOnline {
	float: right;
	padding: 10px 0px 0px 0px;
}
#buyOnlineRight {
	float: right;
	padding: 10px 0px 0px 0px;
}
#bestSellers {
	float: right;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#bonusBox {
	float: left;
	padding: 10px 0px 0px 0px;
	line-height: 22px;
}
#bestSellerBox {
	font-family: "Times New Roman", Times, serif;
	width: 275px;
	height: 100px;
	background: url(../images/bestSellerBox.jpg) no-repeat;
	margin: 0 auto;
}
#bestSellerBox h3 {
	padding-top: 20px;
	text-align: center;
	font-size: 24pt;
	line-height: 30px;
	color: #163616;
} 
 
/*-------locations page--------------*/
div.stateIcon {
  display: block;
	float: left;
	color: #835C2B;
}
div.stateIcon:hover {
	color: #163616;
}
#stateIcons {
	width: 780px;
	margin: 40px auto;
}
/*----------showState------------------*/
#stateListing {
	float:left;
	text-align:center;
	margin-left:20px;
	width:330px;
}
#googleMap {
	float:left;
}
#stateListingUL {

}
.column {
width:100px;
float:left;
}
.stateList {
	list-style:none;
	font-size:18px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	width: 150px;
}
/*----------showLoc-----------------*/
#locInfo {
	float:left;
	width:50%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
#locHours {
	float:left;
	width:50%;
	margin: 10px auto;
	/*margin-top:10px;
	margin-bottom:10px;*/
	text-align:center;
}
#locImages {
	clear:both;
	display:block;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
.leftImage, .rightImage {	
	width: 260px;
	height: 198px;
	background: url(../images/locImageShadow.png) no-repeat;
}
.leftImage {
	float:left;
}
.rightImage{
	float:right;
}
#leftImage, #rightImage {
	position: relative;
	top: 5px;
	height: 188px;
	width: 250px;
	border:1px solid #AAA;
	background-color: #CCCCCC;
}
#locDropDown {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}
.locNameH1 {
	color: #163616;
}

/*-----------events-----------------*/
#gradient-style {
	border-collapse:collapse;
	font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	font-size:12px;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:95%;
}
#gradient-style th {
	background:#628b63 url(../images/gradhead.png) repeat-x;
	border-bottom:1px solid #FFFFFF;
	border-top:2px solid #163616;
	color:#003399;
	font-size:13px;
	font-weight:normal;
	padding:8px;
}
#gradient-style td {
	background:#FFFFFF url(../images/gradback.png) repeat-x scroll;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	color:#003399;
	padding:8px;
}
#bestsellers {
	float:left;
}
/*#info {
float:left;
}*/
/*-----------footer-----------------*/
.copy {
	clear: both;
}
#footer {
	clear: both !important;
}
/*---------contact-----------------*/
#contact {
	margin-top: -20px;
}
#contact #main {
	margin-bottom: 100px;
}
#lineheightdouble {
line-height:2.5em;
}

#thankYou {
	text-align: left;
	min-height: 500px;
	width: 400px; 
	margin: 0 auto;
}