@charset "UTF-8";

/* Global Content Formatting and Styles */


body {
	color: #333333;
	line-height: 1.5em;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 14px;
	background-image: url(../images/tan-matboard.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}

.page {
	max-width: 980px;
	position: relative;
	background-color: #C8B99E;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
}
.DarkFont {
	color: #4D1A04;
}
.DarkFont a {
	color: #333;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #660000;
	margin: 0 0 .5em 0;
}
h2 { font-size: 1.7em; margin: 0 0 1em 0;}
h3 { font-size: 1.5em; margin: 0 0 1em 0;}
p {margin: 0 0 .7em 0; }
a  {
	color: #55ABB6;
}

a:hover {
	color: #C97539;
}
footer {
	font-size: 0.85em;
	color: #660000;
	padding: 10px 10px 10px 0px;
	text-align: center;
}


a.cta { text-transform: uppercase; font-size: .9em; font-weight:bold; text-decoration: none; margin: .5em 0 0 0; padding: 0px 12px 0px 0px;
background: url(../images/cta_arrow.png) no-repeat right 0px;

 }
 a.cta:hover {  background-position: right -50px; }
 
 .promo h3  { font-size: 1.1em; margin: 0 }
 .promo p  {
	line-height: 1.2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}
 
 .promo {
	background-repeat: no-repeat;
	background-color: #650000;
	height: 543px;
	background-repeat: no-repeat;
	background-position: 200px 300px;
	border: 2px solid #000;
	
	.shadow 
  -moz-box-shadow:    0px 2px 3px 3px #333;
	-webkit-box-shadow: 0px 2px 3px 3px #333;
	box-shadow:         0px 2px 3px 3px #333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
 .promo.one {
	background-image: url(../images/bulding1.jpg);
	background-repeat: no-repeat;
	height: 540px;
	width: 312px;
	background-position: 0px 0px;
	border: 2px solid #333;
	background-color: #B9A079;
}
 .promo.two {
	background-color: #4D1A04;
	height: 540px;
	width: 300px;
	color: #A28C6A;
	border: 2px solid #333;
}
 .promo.three {
	background-image: url(../images/millie-gosch-muse.png);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 540px;
	width: 290px;
	border: 2px solid #333;
}
.promo_container .promo.two .content {
	padding-top: 400px;
	font-family: 'Nothing You Could Do', cursive;
	color: #C4A982;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.promo_container .promo.three .content {
	padding-top: 190px;
	color: #C1A780;
	font-size: 16px;
}
 
 nav a {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	font-size: 0.9em;
  }
  
  nav a:hover { color:#FFF;
   
  }
  
  .clear-fix {clear:both; line-height:1px;}
 
