body {
  background: #fff url("../img/backgrounds/noise.png");
  color: #70675a;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

/* this choice of font-family is supposed to render text the same across platforms
 * letter-spacing makes the font a bit more legible
 */
body, input, button, textarea, select {
  font-family:"Helvetica Neue", Helvetica, Arial, Sans-Serif;
  letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6, #nav, a.button, p.title, blockquote {
  font-family:Georgia, "Times New Roman", Times, serif;
  letter-spacing: .1em;
}

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p.intro {
	font-size: 16px;
}

blockquote p {
	border-left: 1px solid #ded100;
	color: #a49f96;
	font-size: 16px;
	padding: 0 0 0 15px;
}

p.author {
	color: #a49f96;
	text-align: right;
	line-height: 18px;
}

h1 {
	font-size: 24px; 
	font-style: italic; 
	color: #fff; 
	background: url("../img/backgrounds/title-bar.png"); 
	height: 38px; 
	line-height: 38px; 
	display: inline-block; 
	padding: 0 14px 0 35px; 
	position: relative;
	margin-left: -35px;
	z-index: 1;
}

#home h1,
.wide h1,
.sidebar-sub h1 {
	padding-left: 15px;
	margin-left: -15px;
}

h2 {
	font-size: 21px;

}

span.date {
	font-variant: small-caps;
}

#home h2 {
	font-style: italic;
	padding-top: 60px;
}

h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5 {font-size: 14px;}

h1, h2, h3, h4, h5 {font-weight: normal;}

a:link {color: #bbb001; text-decoration: none;}
a:visited {color: #bbb001;text-decoration: none;}
a:hover {color:#9b907c; text-decoration: underline;}
a:focus {text-decoration: none;}
a:focus,:focus { outline: 0;}
a:active {outline: none;}

fieldset, img {
  border: 0;
}

img {vertical-align: bottom;}

ul li, ol li {
	margin-left: 20px;
} 
ol li {list-style-type: decimal;}
ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}
ol ol li {list-style-type: lower-alpha;}
ol ol ol li {list-style-type: lower-roman;}

blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}

blockquote p:before, blockquote p:after, q:before, q:after {content: '';}

th, strong, dt, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, textarea, .entry {margin-bottom: 26px}

label {padding-top: 1.2em;}

fieldset {line-height: 1;}

input[type="radio"] {vertical-align: text-bottom;}

input {_vertical-align: text-bottom;}

input, button, textarea, select, optgroup, option {
  font-size: 14px;
}
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.inputButton {
  	*overflow: visible;
  	_width: 0;
  	padding: .2em 10px;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}


.noMarker li,
.list-arrow li {
  	list-style: none;
  	margin-left: 0;
}

.list-arrow li {
	background: url("../img/icons/list-arrow.png") no-repeat left center;
	padding: 0 0 0 24px;
}


/* @group LAYOUT */

#header-inner,
#content-inner,
#footer-inner,
p#credits {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url("../img/backgrounds/header.png") repeat-x;
	height: 259px;
}

#logo {
	background: url("../img/buttons/logo.png") no-repeat 0 0;
	display: block;
	position: absolute;
	width: 270px;
	height: 178px;
	top:  78px;
	margin-left: 655px;
	text-indent: -9999px;
}

a#logo:hover {
	background-position: 0 -178px;
}

#sidebar {
	float: left;
	width: 320px;
	margin-top: -133px;
}

#main {
	width: 590px;
	margin: 0 0 0 320px;
	padding: 46px 15px;
}

#home #main {
	width: 590px;
	padding: 46px 15px;
	margin: 0 20px 0 0;
	float: left;
	margin-top: -179px;
}

.wide #main {
	width: auto;
	margin: 0;
}

#home #sidebar {
	width: 270px;
	float: none;
	margin: 0 0 0 640px;
	padding: 0 15px;
}

.sidebar-sub #sidebar {
	margin-top: 0;
	padding: 111px 0 0 0;
}

#footer {
	background: url("../img/backgrounds/footer.png");
	height: 257px;
}

#footer-inner {
	padding: 32px 0;
}

#footer .box {
	float: left;
	width: 270px;
	margin-right: 20px;
	padding: 0 15px;
}

#footer .box.last {
	margin-right: 0;
} 

/* @end */


/* @group NAVIGATION */

.nav {
	margin: 0;
}

.nav li {
	float: left;
	list-style: none;
	margin-left: 0;
}

#top-nav {
	position: absolute;
	margin: 0 0 0 600px;
	top: 32px;
}

#top-nav a {
	margin: 0 0 0 14px;
}

#top-nav li.active a,
#sub li.active a {
	color: #9b907c;
	text-decoration: none;
}

#nav {
	background: url("../img/backgrounds/nav.png") repeat-x;
	position: absolute;
	font-size: 18px;
	top: 78px;
	height: 68px;
	padding: 0 0 0 1px;
	margin: 0 0 0 76px;
}

#nav li a {
	background: #fff;
	display: block;
	height: 57px;
	padding: 11px 36px 0 36px;
	margin: 0 1px 0 0;
}

#nav li a:hover,
#nav li.active a {
	background: url("../img/buttons/nav.png") repeat-x;
	color: #9b907c;
	text-decoration: none;
}

#sub {
	list-style: none;
	margin-left: 15px;
	
}

/* @end */

/* @group SIDEBAR */

img,
.anythingSlider,
.map {
	background: #fff;
	padding:  1px;
	border: 15px solid #d8d3cd;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#home #main img,
.anythingSlider.quoteSlider {
	padding: 0;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.anythingSlider.quoteSlider  {
	background: none;
}

#sidebar .img,
.map {
	position: relative;	
	margin: 0 0 40px 0;
	z-index: 2;
}

.map {
	width: 268px;
	height: 326px;
	margin-bottom: 15px;
}

/* @end */

/* @group BUTTONS */

a.button {
	background: #dcd5c9 url("../img/buttons/button.png") repeat-x 0 0;
	color: #a29783;	
	display: inline-block;
	height: 37px;
	line-height: 37px;
	padding: 0 18px;
	font-style: italic;
	font-size: 16px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px; 
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}

a.button:hover {
	background-position: 0 -37px;
	color: #b2a813;
	text-decoration: none;
}

a.button span.arrow {
	background: url("../img/icons/btn-arrow.png") no-repeat left center;
	display: inline-block;
	width: 15px;
	text-indent: -9999px;
	margin: 0 0 0 10px;
}

a.button:hover span.arrow {
	background-position: -15px center;
}

a.button.large {
	background: #dcd5c9 url("../img/buttons/button-large.png") repeat-x 0 0;
	font-size: 21px;
	line-height: 30px;
	height: 105px;
	padding-top: 10px
}

a.button.large:hover {
	background-position: 0 -115px;
}

a.button.large span {
	display: block;
	float: left;
}

a.button.large span.curly {
	color: #beb6a7;
	font-size: 100px;
	font-style: normal;
	margin-top: -8px;
	line-height: 100px;
}

a.button.large:hover span.curly {
	color: #e1da72;
}

#main a.button {
	float: right;
}

/* @end */

/* @group GALLERY */

.gallery li {
	float: left;
	list-style: none;
	margin: 0 15px 15px 0;
	position:relative
}

.gallery li a {
	text-decoration: none;
}

.gallery li a:hover img {
	border: 15px solid #ede565;
}

.gallery li a span {
	-khtml-opacity:0;
	-moz-opacity:0;
	-ms-filter:alpha(opacity=0);
	background-color:#ede565;
	bottom:16px;
	color:#70675a;;
	display:block;
	filter:alpha(opacity=0);
	font-size:14px;
	left:16px;
	opacity:0;
	padding:16px;
	position:absolute;
	width:108px;
	height: 108px;
	text-decoration:none
}

.gallery li a:hover span {
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	-ms-filter:alpha(opacity=80);
	filter:alpha(opacity=80);
	opacity:0.8;
	text-decoration:none
}


/* @end */

/* @group POPUP */

.popup-wrap {
	display: none;
}

.inline { 
	width:600px;
	height:500px;
	overflow:auto;
	text-align: left; 
	padding: 10px;
}

/* @end */



/* @group FORMS */

ul.form li {
	list-style: none;
	margin-left: 0;
}

ul.form li label {
	display: block;
}

ul.form li label span {
	color: #ded100;
}

input[type="text"] {
	background: #d3cec7;
	border: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid #fff;
	color: #70675a;
	height: 16px;
	width: 579px;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input[type="text"]:hover {
	background: #fff;
}

input[type="text"]:focus {
	background: #fff;
	border: 1px solid #ded100;
} 

#footer input[type="text"] {
	width: 258px;
	margin-bottom: 22px;
}

.inputButton {
	background: url("../img/buttons/input-btn.png") repeat-x;
	border: none;
	color: #fff;
	cursor: pointer;
	height: 27px;
	float: right;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px; 
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.inputButton:hover {
	background-position: 0 -27px;
	color: #b2a813;
}

/* @end */

/* @group fade-in */

/* @group fade-in */

.fadein { position:relative; width:268px; height:326px; margin-bottom: 72px;  }
#sidebar .fadein img { position:absolute; left:0; top:0 }

/* @end */

/* @group FOOTER */

p.title {
	font-size: 18px;
	font-style: italic;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

p#credits {

	color: #b8b3ac;
	font-size: 12px;
	text-align: right;
	padding: 40px 0 70px 0;
}

#footer ul {
	margin-left: 0;
}

#footer .list-arrow li a {
	color: #9e988e;
}

#footer .list-arrow li a:hover {
	color: #70675a;
}

/* @end */

/* @group MISC */

.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden
}

.clear {
	clear: both;
}
.slider-content {position: relative}

.slider-bar {
	background:#fff;
	color: #777;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 568px;
	padding: 0 10px;
	line-height: 30px;
	-khtml-opacity:0.7;
	-moz-opacity:0.7;
	-ms-filter:alpha(opacity=70);
	filter:alpha(opacity=70);
	opacity:0.7;
}

.slider-bar a {color: #777}


/* @end */








