@charset "UTF-8";
/* STYLES FOR CONTAINERS */
body {
	background-image: url(../IMGs/navy_bkg_tile.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	overflow: auto;
}
#main_container {
	margin: auto;
	width: 1000px;
	height: 735px;
	position: relative;
}
#logo_holder {
	height: 200px;
	margin-bottom: 100px;
	text-align: center;
	position: relative;
	z-index: 50;
}
#flex_container {
	height: 600px;
	width: 1000px;
	background: url(../IMGs/shelf_bkg.png) no-repeat;
	background-position: 0 320px;
	bottom: 0;
	position: absolute;	
	z-index: 5;
	text-align: center;
}

/* STYLES FOR PAGE-SPECIFIC CONTAINERS */
#bookfacts_container {
	height: 416px;
	width: 1000px;
	margin-top: 75px;
	background: url(../IMGs/bookfacts.png) no-repeat;
}
#author_container {
	height: 416px;
	width: 1000px;
	margin-top: 75px;
	background: url(../IMGs/author.png) no-repeat;
	background-position: 32px -2px;
}
#blog_container {
	height: 416px;
	width: 1000px;
	margin-top: 75px;
	background: url(../IMGs/blogs.png) no-repeat;
	background-position: 2px -4px;
}
#contact_container {
	height: 416px;
	width: 1000px;
	margin-top: 75px;
	background: url(../IMGs/contact.png) no-repeat;
}

/* STYLES FOR TEXT */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: 00041F;
}
.footerlinks {
	font-size: 70%;
	color: #FFFFFF;
	font-weight: light;
	text-transform: uppercase; 
}
.footerlinks a {
	color: #FFFFFF;
}
p {
	padding-bottom: -5px;
}
a {
	color: #000033;
}
a:visited {
	color: 00041F;
}
a:link {
	color: 00041F;
}
a:hover {
	color: 00041F;
}
a:active {
	color: 00041F;
}
h1 {
	font-size: 150%;
	margin-bottom: 10px;
	display: block;
	background-color: #EEF8FE;
	padding: 3px;
	margin-top: 0px;
	
}
h2 {
	font-size: 125%;
	padding: 0 0 5px 0;
	margin: 0px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #666666;
	display: block;
	width: 375px;
	height: 20px;
	border-bottom: #666666 solid 1px;
}
.floatright, .floatleft {
	text-align: left;
}

/* STYLES FOR CONTENT */
.box_margin {
	margin-top: 75px;
}
#footer {
	width: 1000px;
	margin-top: 78px;
}
#index_footer {
	width: 1000px;
	margin-top: 108px;
}
/* Content Positioning*/
.floatright {
	float: right;
	position: relative;
	width: 395px;
	height: 300px;
}
.floatleft {
	float: left;
	position: relative;
	width: 395px;
	height: 300px;
}
#bookfacts_container div.floatright {
	margin: 23px 156px 0px 0px;
}
#author_container div.floatright {
	margin: 23px 156px 0px 0px;
}
#blog_container div.floatleft {
	margin: 5px 0px 0px 80px;
	width: 530px;
}
#contact_container div.floatleft {
	margin: 15px 0px 0px 185px;
}
.buy_button {
	position: absolute;
	left: 803px;
	top: 492px;
}

/* CONTACT */
#contact_container .floatleft p {
	margin-top: 0;
}

.column {
	float: left;
	display: block;
	width: 190px;
}
/* BLOGS */
#blog_container #blog_content {
	float: left;
	margin: 5px 0px 10px 12px;
	padding-right: 12px;
	width: 390px;
	height: 255px;
	overflow: auto;
	text-align: justify;
}

#blog_list {
	width: 110px;
	float: left;
	height: 300px;
}
#blog_list_items {
	text-align: right;
	list-style: none;
	text-indent: none;
	margin: 27px 0 0 0;
	padding: 0;
}
#blog_list_items li {
	text-indent: none;
	display: block;
	height: 25px;
}
#blog_list_items li {
	color: 00041F;
	font-style: italic;
	font-size: 90%;
}
#blog_list_items li a {
	display: block;
	width: 102px;
	height: 20px;
}
/* <<<Sub Nav>>> */
.subnav {
	list-style: none;
}
ul.subnav {
	margin-top: 0px;
	padding-top: 0px
}
.subnav li {
	display: block;
	float: right;
	width: 20px;
	padding-right: 3px;
	padding-top: 15px;
}

* EDITING TOOLS *
#logo_holder {
	display: none;
}
