@charset "UTF-8";
/*
Design by Katherine Joyce
*/

* {
	margin: 0;
	padding: 0;
	
}

html {
	min-height: 100%;
	margin-bottom: 0px;
}


body {
	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: #ACC687;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #3e200f;
}

a {
	color: #ACC687;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #816656;
	border-bottom-color: #816656;
	border-left-color: #816656;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
}

.oneColFixCtrHdr #header h1 {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0;
	float: left;
}

/* Menu */

 #menu {
	float: right;
	padding-right: 0px;
	padding-top: 125px;
	margin-bottom: 25px;
}

#menu ul {
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #ACC687;
	padding-top: 5px;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 18px;
	word-spacing: 0.5em;
	text-transform: capitalize;
	letter-spacing: 0.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#menu a.active  {
	background-image: url(images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #B88A46;
}

#menu a:hover {
	background-image: url(images/nav-bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #B88A46;
}




.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.oneColFixCtrHdr #mainContent  p {
	font-size: 14px;
	line-height: 1.8em;
	color: #CC9;
	margin-bottom: .5em;
}

.oneColFixCtrHdr #mainContent h1 {
	font-size: 24px;
	line-height: 1.8em;
	color: #ACC687;
	font-weight: normal;
	letter-spacing: 0.13em;
	padding-bottom: 12px;
}

#portfolio {
	float:left;
	text-align:center;
	padding-left: 22px;
	padding-right: 22px;
	margin-bottom:45px;
}

#portfolio p a {
	text-decoration:none;
	font-size: 18px;
	letter-spacing: .1em;
}

.oneColFixCtrHdr #footer {
	padding-top: 25px;
	padding-right: 65px;
	padding-bottom: 20px;
	padding-left: 65px;
	height: 40px;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 85%;
	font-weight: normal;
	list-style-type: none;
	color: #ACC687;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #footer li {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	padding-right: 34px;
	color: #ACC687;
}

#flushLeft {
	float:left;
	padding-right: 15px;
	padding-bottom: 15px;
}

