body.card {
	background-color: #fff;
	background-image: none;
	padding-top: 30px;
}
body, p, a, input, textarea, select {
	font-family: Tahoma, Arial, sans-serif;
}
a {
	color: #4b5888;
	text-decoration: none;
}
a:hover {
	color: #ca900a;
}
h3 {
	font-weight: bold;
}

br.clear {
	clear: both;
}
p {
	margin: 8px 0;
	line-height: 150%;
}

#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 980px;
}

/* header */
#header h1,
#header-sub h1 {
	display: none;
}
#header,
#header-sub {
	border-top: 6px #cca54a solid;
	border-bottom: 0;
	height: 201px;
	padding: 0;
	width: 100%;
}
#main-nav {
	background-color: #000;
	height: 45px;
	float: left;
	width: 980px;
}
#main-nav li {
	color: #cca54a;
	display: inline;
}
#main-nav li a {
	background-image: url(../images/nav-sprite.png);
	border-bottom: 0;
	display: block;
	float: left;
	height: 45px;
	margin: 0 25px;
}
#nav-home {
	background-position: -29px 0;
	width: 55px;
}
#nav-home:hover {
	background-position: -29px -45px;
}
#nav-book {
	background-position: -138px 0;
	width: 102px;
}
#nav-book:hover {
	background-position: -138px -45px;
}
#nav-about {
	background-position: -292px 0;
	width: 140px;
}
#nav-about:hover {
	background-position: -292px -45px;
}
#nav-events {
	background-position: -485px 0;
	width: 172px;
}
#nav-events:hover {
	background-position: -485px -45px;
}
#nav-gallery {
	background-position: -710px 0;
	width: 85px;
}
#nav-gallery:hover {
	background-position: -710px -45px;
}
#nav-ecards {
	background-position: -830px 0;
	width: 103px;
}
#nav-ecards:hover {
	background-position: -830px -45px;
}


#main-nav span {
	display: none;
}


/* content main */
div.hr {
	height: 7px;
	background-image: url(../images/divider.gif);
	background-position: 50% top;
	background-repeat: no-repeat;
	margin: 20px 0;
}
div.hr hr {
  display: none;
}
#book-info {
	float: left;
	width: 460px;
	margin: 0 15px;
}
#book-info h3.preorder {
	margin-top: 0;
	padding-top: 0;
	background-image: url(../images/preorder.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#content-main {
	float: left;
	line-height: 2.2em;
	margin: 25px 15px 20px 15px;
	width: 460px;
}
#content-main p {
	line-height: 1.8em;
}
a.read-excerpt {
	background-image: url(../images/read-excerpt.png);
	background-repeat: no-repeat;
	background-position: 0 -13px;
	display: block;
	color: #ca900a;
	height: 12px;
	float: right;
	width: 153px;
}
a.read-excerpt:hover {
	background-position: 0 0;
}
a.read-excerpt span {
	display: none;
}

#content-main-int {
	padding: 0 0 20px 0;
	float: left;
	width: 390px;
}
#content-main h1,
#content-main-int h1 {
	font-size: xx-large;
}
#content-main h2,
#content-main-int h2 {
	font-size: medium;
	font-weight: bold;
	margin-bottom: 20px;
}
div.module {
	margin: 10px 0;
	padding: 10px 0;
}
#int-content h2,
#int-content-full h2 {
	font-size: 32px;
	font-weight: normal;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
	text-transform: uppercase;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.06em;
	margin-bottom: 8px;
	margin-top: 8px;
	text-transform: uppercase;
}
.watch {
	font-weight: bold;
	color: #cca54a;
}

h3.preorder {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav-buy {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#nav-buy li {
	border-right: 1px #dcddde solid;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
}
#nav-buy li.endCap {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

.ad {
	background: #fff;
	margin: 60px auto 20px auto;
	text-align: center;
}
.ad p {
	color: #fff;
	padding: 20px;
}

a.more-gallery {
	background-image: url(../images/more-gallery.png);
	background-repeat: no-repeat;
	background-position: 0 -13px;
	display: block;
	color: #ca900a;
	height: 12px;
	margin: 30px 20px 20px 0;
	float: right;
	width: 219px;
}
a.more-gallery:hover {
	background-position: 0 0;
}
a.more-gallery span {
	display: none;
}


/* book graphic */
#book-graphic {
	text-align: center;
}


/* videos */
div.colLeft,
div.colRight {
	float: left;
	padding: 15px;
	width: 460px;
}
div.colRight {
	margin-top: 20px;
}

div.videoLeft p,
div.videoRight p {
	padding-top: 20px;
}




/* interior page */
#int-content {
 float: left;
 overflow: hidden;
 padding: 30px;
 width: 580px;
}
#int-content-full {
	padding: 30px;
}
#int-content a,
#int-content-full a {
	font-weight: bold;
	border-bottom: 1px #4b5888 solid;
}
#int-content a:hover,
#int-content-full a:hover {
	border-bottom: 1px #ca900a solid;
}

#int-content p,
#int-content-full p {
 margin: 15px 0;
}
#int-content h3,
#int-content-full h3 {
	color: #cca54a;
	font-size: 20px;
	margin-top: 30px;
}
#book-info-int h3.preorder {
	margin: 10px 20px;
	background-image: url(../images/preorder.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#book-info-int #nav-buy {
	margin: 0 20px;
}
#book-info-int #nav-buy li {
	display: block;
	float: none;
	border-bottom: 1px #dcddde solid;
	border-right: none;
	padding: 0;
}
#book-info-int #nav-buy li a {
	display: block;
	padding: 5px 10px;
}
#book-info-int #nav-buy li a:hover {
	background: #eee;
}


#book-info-int {
	float: left;
	overflow: hidden;
	width: 300px;
	margin: 0 15px;
}

blockquote {
 margin-bottom: 45px;
}
blockquote cite {
 color: #999;
 font-size: 85%;
 float: right;
 text-transform: uppercase;
}

/* gallery */
#photo-gallery a {
	display: block;
	border: 4px #ccc solid !important;
	float: left;
	margin: 15px;
	height: 150px;
	width: 150px;
}
#photo-gallery a:hover {
	border: 4px #333 solid !important;
}


/* ecards */
#ecards {
	margin-top: 30px;
}
#ecards a,
#ecards a:hover {
	border-bottom: 0;
}
#card-wrapper {
}
#card-message {
	position: absolute;
	overflow: hidden;
	text-align: left;
	z-index: 999;
}
a.ecard-link {
	display: block;
	color: #333;
	float: left;
	font-size: 11px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	width: 450px;
	text-transform: uppercase;
}
#ecards a.odd {
	margin-right: 20px;
}
#ecards a.even {
	margin-right: 0;
}
#ecards a.last {
	margin-left: 225px;
}
a.ecard-link:hover {
	color: #ca900a;
}
a.ecard-link img {
	margin: 5px 0 0 0;
}
#card-message-static {
	border-bottom: 1px #333 solid;
	font-size: 14px;
	padding: 15px 0;
	margin: 0 auto 20px auto;
	width: 600px;
	text-align: center;

}

#card-message-result {
	font-size: 14px;
	padding: 15px 0;
	margin: 0 auto 20px auto;
	text-align: left;

}

/* footer */
#footer {
	background: #000;
	padding: 10px 0;
	margin-top: 20px;
}
#foot-nav a {
	color: #cca54a;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 0;
	text-transform: uppercase;
}
#foot-nav a:hover {
	color: #fff;
	
}
#foot-nav li {
	float: left;
	padding: 10px 30px 10px 10px;
}



