@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		4;
	dw-num-cols-desktop:	4;
	dw-gutter-percentage:	20;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.0833%;
	padding-left: 3.9583%;
	padding-right: 3.9583%;
	background-image: none;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 20px;
}
#nav {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 15px;
	background-image: none;
}
#nav a{
	color: #A48739;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin: 5px 0 5px 0;
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: url(../graphics/nav-back-3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
}
#nav a:hover{
	color:#7c6322;
}
#nav a.active{
	color:#7c6322;
}
#nav a.selected{
	color:#000;
}

#banner {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#portfolio-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	text-align: center;
}
#portfolio-2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	text-align: center;
}
#portfolio-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	text-align: center;
}
#portfolio-4 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 20px;
	text-align: center;
}
#content-column {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	display: block;
}
#content-wide {
	clear: both;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #504319;
	font-size: 11px;
}
#left-sidebar {
	clear: both;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
h1 {
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 26px;
}
h2 {
	font-family: 'DaysRegular', Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 26px;
}
p{
	line-height: 16px;
	}
#content-column li {
	font-family: Arial, sans-serif;
	list-style-image: url(../images/bullet.png);
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;	
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.0416%;
	padding-left: 1.9791%;
	padding-right: 1.9791%;
	background-image: none;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 60px;
}
#nav {
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 15px;
	background-image: none;
}
#nav a{
	color: #A48739;
	text-decoration: none;
	font-size: 11px;
	padding: 10px 0 10px 0;
	margin: 5px 0 5px 0;
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: url(../graphics/nav-back-3.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	width: 100%;
}
#nav a:hover{
	color:#7c6322;
}
#nav a.active{
	color:#7c6322;
}
#nav a.selected{
	color:#000;
}

#banner {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#portfolio-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: right;
}
#portfolio-2 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: left;
}
#portfolio-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: right;
}
#portfolio-4{
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: left;
}
#content-column {
	clear: none;
	float: left;
	margin-top: 15px;
	margin-left: 4.3478%;
	width: 73.913%;
	display: block;
}
#content-wide {
	clear: both;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left-sidebar {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 0;
	width: 21.7391%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
p{
	line-height: 18px;
	}
#content-column li {
	font-family: Arial, sans-serif;
	list-style-image: url(../images/bullet.png);
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;	
}
}

@media only screen and (min-width: 700px) {
#nav {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 32px;
	background-image: url(../graphics/nav-back-2.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#nav a{
	color: #A48739;
	text-decoration: none;
	font-size: 11px;
	padding: 0 20px 0 20px;
	margin: 0;
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-image: none;
	display: inline;
	width: auto;
}
#nav a:hover{
	color:#7c6322;
}
#nav a.active{
	color:#7c6322;
}
#nav a.selected{
	color:#000;
}

#portfolio-1 {
	text-align: right;
}
#portfolio-2 {
	text-align: left;
}
}

@media only screen and (min-width: 1000px) {
.gridContainer {
	width: 71.875%;
	max-width: 1232px;
	padding-left: 1.5625%;
	padding-right: 1.5625%;
	margin: auto;
	background-attachment: fixed;
	background-image: url(../graphics/logo-lines.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 32px;
	background-image: url(../graphics/nav-back-1.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#nav a{
	color: #A48739;
	text-decoration: none;
	font-size: 11px;
	padding: 0 20px 0 20px;
	margin: 0; 
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background-image: none;
	display: inline;
	width: auto;
}
#nav a:hover{
	color:#7c6322;
}
#nav a.active{
	color:#7c6322;
}
#nav a.selected{
	color:#000;
}
#portfolio-1 {
	text-align: right;
}
#portfolio-2 {
	text-align: left;
}

}

/* Desktop Layout: 1000px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1200px) {
.gridContainer {
	width: 71.875%;
	max-width: 1232px;
	padding-left: 1.5625%;
	padding-right: 1.5625%;
	margin: auto;
	background-attachment: fixed;
	background-image: url(../graphics/logo-lines.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 60px;
}
#nav {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
	height: 32px;
	background-image: url(../graphics/nav-back-1.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#nav a{
	color: #A48739;
	text-decoration: none;
	font-size: 11px;
	padding: 0 20px 0 20px;
	margin: 0; 
	font-family: 'DaysRegular', Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	background-image: none;
	display: inline;
	width: auto;
}
#nav a:hover{
	color:#7c6322;
}
#nav a.active{
	color:#7c6322;
}
#nav a.selected{
	color:#000;
}

#banner {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#portfolio-1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: right;
}
#portfolio-2 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: left;
}
#portfolio-3 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 47.826%;
	display: block;
	text-align: right;
}
#portfolio-4 {
	clear: none;
	float: left;
	margin-left: 4.3478%;
	width: 47.826%;
	display: block;
	text-align: left;
}
#content-column {
	clear: none;
	float: left;
	margin-top: 15px;
	margin-left: 4.3478%;
	width: 73.913%;
	display: block;
}
#content-wide {
	clear: both;
	float: left;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer {
	clear: both;
	float: left;
	margin-top: 40px;
	margin-left: 0;
	width: 100%;
	display: block;
}
#left-sidebar {
	clear: both;
	float: left;
	margin-top: 30px;
	margin-left: 0;
	width: 21.7391%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
p{
	line-height: 18px;
	}
#content-column li {
	font-family: Arial, sans-serif;
	list-style-image: url(../images/bullet.png);
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 4px;	
}
}
