/* @group Reset Rules */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* @end */

/* @group Layout */

body {
	font: 10px "Times New Roman", Times, serif;
	background: #b8967b url(images/bkg.png) repeat left top;
}

#outer {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background-color: #F7F4F1;
}

#header {
	width: 100%;
	height: 450px;
	border-bottom: 20px solid #795e41;
	overflow: hidden;
}

#header .logo {
	display: block;
	width: 100%;
	height: 80px;
	background: url(images/sprite2.png) no-repeat left top;
}

#header .logo a {
	width: 375px;
	height: 80px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

.home #content {
	width: 900px;
	overflow: hidden;
}

.sub #content {
	margin: 0 10px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	padding: 0;
	width: 880px;
}

#fiction {
	width: 425px;
	/*height: 590px;*/
	background-color: #fff;
	float: left;
	margin-left: 15px;
	overflow: hidden;
}

#non-fiction {
	width: 425px;
	/*height: 590px;*/
	background-color: #fff;
	float: left;
	margin-left: 20px;
	overflow: hidden;
}

#footer {
	width: 100%;
	height: 30px;
	background-color: #795e41;
	overflow: hidden;
	position: relative;
}

#header .header-image {
	clear: both;
}

/* @end */

/* @group Nav */

#header .nav {
	height: 40px;
	/*width: 585px;*/
	overflow: hidden;
	list-style: none;
	/*margin-left: 303px;*/
	float: right;
	margin-right: 10px;
}

#header .nav li {
	float: left;
	margin-left: 20px;
}

#header .nav li.home {
	display: block;
	width: 60px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -333px -120px;
}

#header .nav a.home {
	display: block;
	width: 60px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -333px -80px;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav a.home:hover {
	background-image: none;
}

#header .nav li.services {
	display: block;
	width: 83px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -415px -120px;
}

#header .nav a.services {
	display: block;
	width: 83px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -415px -80px;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav a.services:hover {
	background-image: none;
}

#header .nav li.portfolio {
	display: block;
	width: 101px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -522px -120px;
}

#header .nav a.portfolio {
	display: block;
	width: 101px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -522px -80px;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav a.portfolio:hover {
	background-image: none;
}

#header .nav li.testimonials {
	display: block;
	width: 137px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -644px -120px;
}

#header .nav a.testimonials {
	display: block;
	width: 137px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -644px -80px;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav a.testimonials:hover {
	background-image: none;
}

#header .nav li.contact {
	display: block;
	width: 88px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -800px -120px;
}

#header .nav a.contact {
	display: block;
	width: 88px;
	height: 40px;
	background: url(images/sprite2.png) no-repeat -800px -80px;
	text-indent: -5000px;
	overflow: hidden;
}

#header .nav a.contact:hover {
	background-image: none;
}


/* @end */

/* @group Styles */

.home #fiction h2 {
	width: 289px;
	height: 31px;
	background: url(images/sprite2.png) no-repeat 0 -162px;
	text-indent: -5000px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
}

.home #non-fiction h2 {
	width: 389px;
	height: 31px;
	background: url(images/sprite2.png) no-repeat -291px -162px;
	text-indent: -5000px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 15px;
}

#fiction ul,
#non-fiction ul {
	list-style: none;
	margin-left: 15px;
	width: 411px;
	overflow: hidden;
}

.home #fiction ul li,
.home #non-fiction ul li {
	float: left;
	margin-right: 17px;
	width: 120px;
	overflow: hidden;
	height: 265px;
}

#fiction dl,
#non-fiction dl {
	color: #535353;
	font: 1.2em Arial, sans-serif;
	margin-top: 5px;
}

#fiction dt,
#non-fiction dt {
	font-style: italic;
}

#footer p {
	color: #fff;
	font: 1.2em/2.5em Times, serif;
	text-align: right;
	margin-right: 20px;
}

#content h1 {
	color: #554029;
	font-size: 3.5em;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 35px;
}

#content h2 {
	font-size: 2.5em;
	color: #535353;
	margin-left: 35px;
	margin-right: 35px;
	font-style: italic;
	margin-bottom: -0.6em;
}

#content h3 {
	font-size: 2.5em;
	color: #535353;
	font-style: italic;
	margin: 2em 35px 1em 35px;
}

#content p {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #000;
	margin: 1.5em 35px;
}

.sub #content ul,
.sub #content ol {
	margin-left: 35px;
	padding-left: 50px;
	margin-right: 35px;
}

.sub #content li {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #000;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#content .two-column {
	margin-left: 35px;
	margin-right: 35px;
}

#content .two-column ul {
	overflow: hidden;
	list-style: none;
	padding-left: 0;
	margin: 0;
	width: 400px;
}

#content .two-column .left {
	margin-right: 5px;
	position: relative;
}

#content .two-column li {
	margin: 0;
}

#content a {
	color: #795e41;
	font-weight: bold;
	text-decoration: underline;
}

#content a:hover {
	color: #493219;
}

#content .center {
	text-align: center;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

.sub #content .testimonials {
	padding: 0;
	list-style: none;
	width: 810px;
}

.sub #content .testimonials li {
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.sub #content .testimonials p {
	margin-top: 0;
	margin-left: 150px;
}

.sub #content .testimonials img {
	float: left;
}

.sub #content .testimonials cite {
	display: block;
	margin-top: 1em;
}

#content .headshot {
	margin-right: 35px;
	margin-top: 40px;
	margin-left: 30px;
	margin-bottom: 90px;
	display: block;
	position: relative;
}

.clear {
	clear: both;
}

/* @end */

/* @group Carousel */

.infiniteCarousel {
  width: 810px;
  height: 170px;
  position: relative;
  margin-right: 35px;
  margin-left: 35px;
}

.infiniteCarousel .wrapper {
  width: 748px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 150px;
  margin: 0 31px;
  position: absolute;
  top: 0;
}

.sub #content .infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sub #content .infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.sub #content .infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px 13px;
  height: 130px;
  width: 80px;
  margin: 0;
}

.sub #content .infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 130px;
  width: 31px;
  background: url(images/rotator_sprite.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 10px;
  cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: -31px 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 0;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: -31px -130px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -130px;
}

/* @end */

/* @group Form */

.disclaimer {
	font-size: 0.8em;
	font-style: italic;
	color: #3f3f3f;
	background-color: #fefed8;
}
.sub #content .form ul {
	list-style-type: none;
	font-size: 1em;
	margin: 0 0 0 35px;
	padding: 0;
}
.success ol {
	margin-left: 50px;
}
.success ol li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	color: green;
}
.success ol li span {
	font-size: 14px;
	color: #000000;
}
.success {
	padding:  1.2em;
	background-color: #dfeddf;
	border: 1px solid green;
	margin: 2em 35px;
}
.success h2 {
	color: green;
}
.sub #content .form ul li {
	margin-bottom: 25px;
	width: 100%;
	overflow: hidden;
}
.sub #content .form ul li span {
	float: left;
	display: block;
	opacity: 0.9;
}
.form label {
	display: block;
}
.form label.heading {
	font-size: 1em;
	display: block;
	font-weight: bold;
	color: #333333;
}
input.text {
	border:0;
	color:#333;
	font-size:90%;
	margin:0;
	padding:6px 14px 0 8px;
	height:20px;
}
input.small {
	background:transparent url(contact/ajaxForm/images/inputsmallest.png) no-repeat left;
	width:82px;
}
.validated input.small {
	background:transparent url(contact/ajaxForm/images/inputsmallestv.png) no-repeat left;
	width:82px;
}
.failed input.small {
	background:transparent url(contact/ajaxForm/images/inputsmallestf.png) no-repeat left;
	width:82px;
}
input.medium {
	background:transparent url(contact/ajaxForm/images/inputsmaller.png) no-repeat left;
	width:124px;
}
.validated input.medium {
	background:transparent url(contact/ajaxForm/images/inputsmallerv.png) no-repeat left;
	width:124px;
}
.failed input.medium {
	background:transparent url(contact/ajaxForm/images/inputsmallerf.png) no-repeat left;
	width:124px;
}
input.large	{
	background:transparent url(contact/ajaxForm/images/inputmedium.png) no-repeat left;
	width:264px;
}
.validated input.large {
	background:transparent url(contact/ajaxForm/images/inputmediumv.png) no-repeat left;
	width:264px;
}
.failed input.large {
	background:transparent url(contact/ajaxForm/images/inputmediumf.png) no-repeat left;
	width:264px;
}
input.url	{
	background:transparent url(contact/ajaxForm/images/inputlarge.png) no-repeat left;
	width:339px;
}
.highlight {
	background-color: #fff5cd;
}
.errorsbox {
	padding: 0px 8px 8px;
	border: 1px solid #e67474;
	margin-bottom: 50px;
	background-color: #FCF3F3;
}
.sub #content .errors,
.sub #content .form ul li span.errors {
	font-size: 0.9em;
	color: #990000;
	font-style: italic;
	display: none;
	float: none;
}
#container-center p.success {
	color: #609328;
	font-weight: bold;
}
textarea {
	background:#fff url(contact/ajaxForm/images/textarea.png) no-repeat left;
	border:0;
	color:#333;
	font-size:100%;
	margin:0;
	width:264px;
	height: 150px;
	padding:6px 14px 0 8px;
}
.validated textarea
{
	background:#fff url(contact/ajaxForm/images/textareav.png) no-repeat left;
}
.failed textarea
{
	background:#fff url(contact/ajaxForm/images/textareaf.png) no-repeat left;
}
div.url {
	font-size: 1.2em;
	margin-top: 1px;
	opacity: 0.9;
}
img.thumb,
a.thumb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* @end */
