body {
	font: 62.5% Corbel, Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515151;
}
img { border:none; }
#container {
  width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
  background: #FFFFFF;
  margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
  border: 1px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
  font-size: 1.4em;
}
#header {
	padding: 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	min-height: 150px;
}
body.adapted #header, body.adapted #mainContent { padding-left: 90px; padding-right: 90px; }
body.adapted #header #nav { margin-left: -90px; }
body.adapted #mainContent { font-size: 15px; }
body.adapted #mainContent p , body.adapted #mainContent h3 { margin-left: 15px; }
body.adapted #mainContent h2 { margin-left: 0; }


body.article #mainContent p { margin-left: 0; margin-right: 0; font-size: 14px; }

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 1.0em 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight:100;
    font-size: 2.5em;
}
#header h2 {
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:24px;
}
#header h1.title {
	padding-bottom: 0px;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-weight: 500;
}
#header h2.title {
	margin: -5px 0 20px 60px;
	padding: 0px;
	font-family: "Helvetica Neue UltraLight", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
#header p.introduction, #mainContent p.introduction {
	font-size: 14px;
	clear: both;
}

#sidebar {
	display:none;
	width: 200px;
	background: #EBEBEB;
	padding: 15px 10px;
	margin-right: 90px;
}
#sidebar blockquote { 
	margin-left: 10px;
	margin-right: 10px; 
}
.leftSidebar #sidebar {
	display:block;
	float: left;
	padding-left: 20px;
}
.rightSidebar #sidebar {
  display:block;
	float: right;
}
#mainContent {
	padding: 0 40px 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.leftSidebar #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
}
.rightSidebar #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
}
#footer {
  padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
  background:#DDDDDD;
  clear: both;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 { 
  clear: left; 
}
#mainContent h1 {
  font-size:1.75em;
  background-color: #EDEDED;
  padding: 0.2em 0 0.2em 1em;
  border: thin solid #999999;
  font-weight: normal;
}
#mainContent h3 {
	font-size: 1.5em;
	margin: 1.2em 15px 0.2em;
}
#mainContent p {
	margin: 0 15px 0.5em;
	text-align: left;
	font-size: 14px;
}
#mainContent a {
  text-decoration: none;
  color:#660000;
}
#mainContent span.image {
	width: 270px;
	text-align: center;
	display:block;
	padding: 1em 0 3em;
}
span.left { float: left; }
span.right { float: right; }
.vcard {
  font-family: Calibri, Arial, Helvetica, sans-serif;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
}
#footer .vcard p { margin: 0; padding: 0; }
.vcard div { display: inline; }

#gallery {
	position: relative;
	height: 422px;
	width: 722px;
	left: 80px;
	padding-bottom: 1.5em;
}
div.entry {
  clear: both;
  width: 722px;
  height: 422px;
  background-image: url(images/elements/gallery.png);
  position:relative;
}
img.gallery {
  position: absolute;
}
#gallery div.description {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 365px;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
}
#gallery div.description h2 {
  text-align: center;
  color: #CC0000;
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 300;
}
#gallery div.description p {
  margin: 10px 25px 20px;
  font-style: italic;
  color: #222222;
}
#gallery div.navigation {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 370px;
}
#gallery div.navigation .next { float:right; }
#gallery div.navigation .previous { float:left; }
#gallery div.navigation img { vertical-align:top; }
#sidebar .for-sale span {
  display:block;
  text-align:center
}
#sidebar .for-sale p { text-align: center; }
#sidebar .for-sale h2 { text-align: center; }
#sidebar h3 {
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  font-style: italic;
}
div.navigation a {
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: #660000;
  font-style: italic;
}
p.introduction {
	font-size: 1em;
	margin: 20px 140px 20px 0;
}
#feature-thumbnail {
	position: absolute;
	top: 2.2em;
	right: 20px;
	text-align: center;
}
#feature-thumbnail p {
  margin: 0px;
  font-style: italic;
  font-size: 12px;
}
a {
  color: #660000;
  text-decoration: none;
}
#mainContent div.featured {
	float: left;
	width: 300px;
	height: 400px;
	text-align: center;
	margin-top: 40px;
}
#mainContent .featured p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: left;
	font-size: 13px;
}
#mainContent div.featured h3 {
	font-size: 16px;
}
#header address {
	position: absolute;
	top: 65px;
	right: 30px;
	font-size:14px;
	line-height: 16px;
	text-align: right;
	color: #9D6D5A;
	font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
}
body.adapted #header address { right: 90px; }
#header address a {
	color: #9D6D5A;	
}
h1.gallerySpacer {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent h1.gallerySpacer {
	border: none;
	background-color: #FFF;
	padding: 0;
	font-family: "Lucida Calligraphy Italic", "Brush Script MT", "Brush Script BT", "BrushScriptStd", cursive;
	color: #98513D;
	font-weight: lighter;
	color: #C00;
	margin-bottom: 0;
}
#footer .fn, #footer .org {
	font-size: 11px;
}
#header #nav {
	width: 802px;
	font-size: 12px;
	margin-left: -40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: "Helvetica Neue", Helvetica, Arial;
	text-transform: uppercase;
	line-height: 12px;
	height: 2em;
	padding-left: 178px;
}
