/* general fixes */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f2f6d7;
	font-family: Helvetica, Arial, "Myriad Pro", sans-serif;
	color: #f2f6d7;
}
.clear {
	clear: both;
}
#container {
	width: 932px;
	margin: 140px auto 0 auto;
	position: relative;
	z-index: 5;
}
p {
	text-align: right;
	font-size: .7em;
	line-height: 9pt;
	letter-spacing: .5pt;
	word-spacing: .1pt;
}
h2 {
	color: #922B20;
	font-family: "Arno Pro", Garamond, "Adobe Garamond Pro", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.3em;
}
/* Links */
p a:link {
	color: #922B20;
	text-decoration: none;
}
p a:hover {
	color: #922b20;	
	text-decoration: underline;
}
p a:visited {
	color: #922b20;
}
a img {
	border: 1px solid #000;
}
a:hover img {
	border: 1px solid #f2f6d7;
}
h2 a:link {
	color: #922B20;
	text-decoration: none;
}
h2 a:hover {
	color: #922b20;	
	text-decoration: underline;
}
h2 a:visited {
	color: #922B20;
	text-decoration: none;
}
#blah {
	background: url('../layoutImages/trafficLights.jpg') top right no-repeat;
	width: 400px;
	height: 200px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1;
}

/* Nav */
/* Float logo to place links next to it */
#logo {
	float: left;
	margin: 5px 0 0 5px;
	border: 0;
}
a:hover #logo {
	border: 0;
}
#nav {
	background: url('../layoutImages/nav_bg.png') no-repeat;
	width: 431px;
	height: 110px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
}
#nav a {
	text-decoration: none;
	color: #f2f6d7;
}
#nav li {
	list-style: none;
}
#nav a:hover {
	background: #f2f6d7;
	color: #000;
}
#mainNav {
	margin: 10px 0 5px 95px;
	font-size: 1.2em;
	height: 58px;
}
#mainNav ul {
	float: left;
	padding: 2px 10px 0 0;
}
#mainNav li {
	margin: 0 10px 0 0;
	height: 20px;
}
#downloads {
	font-size: .7em;
	padding: 2px 0 0 96px;
}
#downloads li{
	display: inline;
	margin: 0 10px 0 0;
}
/* vertLine to separate nav */
.vertLine {
	height: 50px;
	border: 1px dotted #f2f6d7;
	width: 0;
	float: left;
	margin: 10px 0 0 0;
}

/* Home Content main structure*/
#homeContent {
	background: #000;
	width: 732px;
	height: 431px;
	float: left;
}
#homeEdge{
	background: url('../layoutImages/homeEdge.png') right top no-repeat;
	width: 18px;
	height: 432px;
	float: left;
}
#walkSign_left {
	background: url('../layoutImages/walkSign_left.jpg') no-repeat;
	height: 432px;
	width: 65px;
	float: left;
}
#walkSign_right {
	background: url('../layoutImages/walkSign_right.jpg') no-repeat;
	height: 432px;
	width: 56px;
	float: left;
}
#homeInnerContent {
	padding: 35px 20px 20px 20px;
}
#flora {
	background: url('../layoutImages/flora.jpg') no-repeat;
	height: 155px;
	width: 116px;
	margin: 279px 0 0 0;
	float: left;
}

/* Home Page Inner Content */
#welcome {
	width: 300px;
	float: left;
	margin: 0 15px 0 20px;
}
#introPic {
	margin: 0 0 36px 0;
}
#featuredWork {
	margin: 0 0 0 15px;
	width: 300px;
	float: left;
}
#homeContent p {
	margin: 5px 0 0 0;
}

/* About page */
#aboutTop {
	background: url('../layoutImages/aboutTop.png') no-repeat;
	height: 23px;
	width: 770px;
	margin: 0px 0 0 66px;
}
#aboutContent {
	width: 770px;
	height: 409px;
	float: left;
	margin: 0px 0 0 66px;
	background: #000 url('../layoutImages/aboutBG.jpg') no-repeat;
}
#aboutInnerContent {
	margin: 5px 0 0 40px;
	width: 365px;
	padding: 10px;
}
#aboutSummary {
	padding: 0 10px 0 5px;
}
#downloadsAbout {
	font-size: .7em;
	padding: 2px 0 0 98px;
}
#downloadsAbout li{
	display: inline;
	margin: 0 10px 0 0;
}
#downloadsAbout a {
	color: #922B20;
}

/* Contact */
#contactInnerContent {
	margin: 25px 0 0 40px;
	width: 365px;
	padding: 10px;
}
#contactContent {
	width: 770px;
	height: 432px;
	float: left;
	background: #000 url('../layoutImages/contactBG.jpg') no-repeat;
}
#tallSign_right {
	background: url('../layoutImages/tallSign_right.png') no-repeat;
	width: 25px;
	height: 432px;
	float: left;
}
#flower{
	background: url('../layoutImages/flower.jpg') no-repeat;
	height: 218px;
	width: 109px;
	margin: 220px 0 0 0;
	float: left;
}
#downloadsContact {
	font-size: .7em;
	margin: 15px 0 10px 0;
}
#downloadsContact li{
	display: inline;
	margin: 0 10px 0 0;
}
#downloadsContact a {
	color: #922B20;
}


/* Contact Form */
#name {
	color: #fff;
	padding: 3px 0 3px 5px;
	border: 0;
	background: #2E2F29;
}
#email {
	color: #fff;
	padding: 3px 0 3px 5px;
	border: 0;
	background: #2E2F29;
}
#message {
	color: #fff;
	padding: 0 0 0 5px;
	border: 0;
	background: #2E2F29;
	height: 100px;
	width: 300px;
	font-family: Helvetica, "Myriad Pro", Arial, sans-serif;
	font-size: .8em;
}
input {
	font-family: Helvetica, "Myriad Pro", Arial, sans-serif;
	font-size: .8em;
	width: 300px;
	padding: 3px;
}
.contactLabels {
	font-size: .8em;
	color: #f2f6d7;
	padding: 0 10px 0 0;
}
#submit {
	margin: 10px 0 0 0;
	background: #000;
	border: 1px #f2f6d7 solid;
	color: #f2f6d7;
	width: 100px;
	cursor: pointer;
}
#reset {
	margin: 10px 0 0 10px;
	background: #000;
	border: 1px #f2f6d7 solid;
	color: #f2f6d7;
	cursor: pointer;	
	width: 100px;
}
dt {
	margin: 5px 5px 5px 0;
	background: #000;
}

/* Portfolio page Category List */
#portfolioContainer {
	background: url('../layoutImages/portfolioBG.png');
	height: 370px;
	/* this is to have it adjust nicely depending on users rez, if IE gets buggy use large margin 
	margin: 110px 0 0 0; */
	position: absolute;
	top: 20%;
	padding: 15px 0;
	width: 100%;
	z-index: 6;
}
#portfolioPadding{
	margin: 100px 0 0 250px;
	border-left: 1px dotted #000;
}
.portfolioCategory {
	float: left;
	width: 300px;
	height: 100%;
	margin: 25px 30px 0 30px;
}
.vertLinePortfolio {
	border: 1px dotted #f2f6d7;
	width: 0;
	float: left;
	margin: 25px 0 0 0;
	height: 320px;
}
.portfolioCategory p {
	padding: 10px 0 0 0;
}

/* Portfolio Detail Page */
.metaData {
	width:	300px;
	margin: 0 30px;
	float: left;
}
.projectInfo {
	margin: 160px 0 0 0;
}

/* Misc */
.projTitle {
	font-weight: bold;
	font-size: 13px;
	color: #922B20;
}
.leftAlign {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.red {
	color: #922B20;
}
.projectIMG {
	float: left;
	padding: 10px;
}
.warning {
	color: #922B20;
	text-align: left;
}