@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/background2013.jpg);
	background-position: center center;
	background-attachment: fixed;
	font-size: 100%;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #be826f;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #444;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #648ac7;
	font-weight: normal;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 12px 0;
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	margin: 12px 0;
}


a {
	color: #648ac7;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#content {
	background-image: url(../images/bg-white.png);
	width: 960px;
	margin:0 auto;
}

#header {
	background-image: url(../images/headerFlowers.png);
}


img.logo {
	margin: 25px 0 10px 15px;
	width: 280px;
}

#soonNav {
	height: 65px;
	margin: 10px 0 0 13px;
	background-image:url(../images/blankNav.jpg);
	background-repeat: no-repeat;
}


/* #nav {
	height: 65px;
	margin: 10px 0 0 13px;
}

#nav a {
	display: block;
	float: left;
	height: 65px;
}

#nav a.home {	background-image:url(../images/nav2013.jpg);	background-position: 0 0;	width: 102px;}
#nav a:hover.home { background-image:url(../images/nav2013.jpg); background-position: 0 -67px;}

#nav a.theBook {	background-image:url(../images/nav2013.jpg);	background-position: -102px 0;	width: 138px;}
#nav a:hover.theBook { background-image:url(../images/nav2013.jpg); background-position: -102px -67px;}

#nav a.floral {	background-image:url(../images/nav2013.jpg);	background-position: -240px 0;	width: 238px;}
#nav a:hover.floral { background-image:url(../images/nav2013.jpg); background-position: -240px -67px; }

#nav a.authors { background-image:url(../images/nav2013.jpg); background-position: -478px 0; width: 157px; }
#nav a:hover.authors { background-image:url(../images/nav2013.jpg); background-position: -478px -67px;}

#nav a.shop { background-image:url(../images/nav2013.jpg); background-position: -635px 0; width: 137px; }
#nav a:hover.shop { background-image:url(../images/nav2013.jpg); background-position: -635px -67px;}

#nav a.gallery { background-image:url(../images/nav2013.jpg); background-position: -625px 0; width: 189px;  }
#nav a:hover.gallery { background-image:url(../images/nav2013.jpg); background-position: -625px -67px; }

#nav a.resources { background-image:url(../images/nav2013.jpg); background-position: -772px 0; width: 155px;  }
#nav a:hover.resources { background-image:url(../images/nav2013.jpg); background-position: -772px -67px; }
*/

#nav {
	margin: 0 auto;
	text-align: center;
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 22%;
	margin: 0;
	display: inline-block;
	padding: 20px 10px;
	text-align: center;
	color: #FFF;
	background: #8092ba; /* Old browsers */
	background: -moz-linear-gradient(top, #8092ba 1%, #a9b3c9 29%, #8696ba 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #8092ba 1%,#a9b3c9 29%,#8696ba 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #8092ba 1%,#a9b3c9 29%,#8696ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8092ba', endColorstr='#8696ba',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #fff;
}

#nav a:hover {
	color: #ffff33;
	background: #8092ba !important;
}

#nav a.first {
	border-radius: 10px 0 0 10px;
}

#nav a.last {
	border-radius: 0 10px 10px 0;
	border-right: 0px;
}

#sidebar {
	float: left;
	width: 260px;
	margin: 10px 0 10px 40px;
}

#main {
	margin: 0 20px;
	padding: 10px 0 10px 10px;
	float: left;
	width: 590px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#mainHome {
	margin: 0 20px 75px 20px;
	padding: 10px 0 10px 10px;
	float: left;
	width: 905px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#insidePage {
	margin-top: 20px;
}

#insidePage #sidebar{
	width: 180px;
}

#insidePage #main {
	width: 590px;
	border-left: 1px solid #648ac7;
	padding-left: 30px;
}

#insidePage ul {
	margin-left: 20px;
}

/*#slideshow {
	width: 586px;
	border: 2px solid #5a6eb9;
	height: 300px;
	margin: 10px 0;
}*/

.book {
	width: 450px;
	float: left;
	display: block;
}

.bookCover {
	width: 100px;
	float: left;
	display: block;
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 10px;
}

ul#slideshowImages {
  height: 375px;
  margin: 5px 0 30px 0;
  padding: 0;
  width: 900px;
  position: relative;
}

  ul#slideshowImages li {
    display: block;
    height: 300px;
    list-style: none;
    margin: 10px 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 900px;
  }

    ul#slideshowImages li img {
      border: 2px solid #5a6eb9;
    }

.boxTop {
	background-image:url(../images/boxTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	margin: 0;
	width: 590px;
}

.boxMid {
	background-image:url(../images/boxMid.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin: 0;
	width: 590px;
	padding: 5px 10px;
}

.boxFoot {
	background-image:url(../images/boxFoot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	margin: 0;
	width: 590px;
}

.headlineImage {
	float: left;
	margin: 5px 10px 10px 10px;
}

.boxMid h2 {
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #be826f;
}

.boxMid p {
	width: 560px;
	padding: 0 10px;
}

.boxMid blockquote {
	display: block;
	width: 420px;
	text-align: right;
	font-weight: bold;
	margin: 20px 0 20px 140px;
}

.boxMid blockquote  p {
	width: auto;
}

.authorProfile {
	min-height: 250px;
	padding: 15px;
	margin: 15px 0 0 0;
	border-top: 1px solid #5a6eb9;
	border-bottom: 1px solid #5a6eb9;
}

.authorProfile img{
	float: right;
	margin: 0 15px;
	border: 2px solid #5a6eb9;
}

.bookPage {
	padding: 15px;
	margin: 15px 0 0 0;
	border-top: 1px solid #5a6eb9;
	border-bottom: 1px solid #5a6eb9;
}

.bookPage img{
	float: right;
	margin: 15px;
	border: 2px solid #5a6eb9;
}

.flowerFact {
	height: 200px;
	padding: 15px;
	margin: 15px 0 0 0;
	border-top: 1px solid #5a6eb9;
	border-bottom: 1px solid #5a6eb9;
}

.flowerFact img{
	float: right;
	margin: 15px;
	border: 2px solid #5a6eb9;
}

ul#slideshowImages li {
	font-size: 14px;
}

ul#slideshowImages li em {
	color: #5a6eb9;
	font-weight: bold;
}

.aboutBookImg {
	float: right;
	width: 200px;
}

hr {
	border: 0;
	color: #f00;
	background-color: #648ac7;
	height: 1px;
	margin: 20px 0;
}

/*
Sticky Footer Solution
by Steve Hatcher
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#content {padding-bottom: 25px;}  /* must be same height as the footer */

#footer {position: relative;
	margin: -25px auto 0 auto; /* negative value of footer height */
	height: 25px;
	clear:both;

	width: 960px;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
