/********

Colors

background dark brown: #533d29;
dark text brown: #9c8c7f;
light text brown: #f3f0ed;
teal green (used in feature): #125659;
lighter darker text brown: #a19285;


*********/

* {
	margin:0px;
	padding:0px;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
}

body {
	background-color:#533d29;
}

/********VANITY BAR*********/
#vanity-bar {
	height:10px;
	background-color:#f3f0ed;
}

/********HEADER**********/
#header {
	width:990px;
	margin-right:auto;
	margin-left:auto;
	display:block;	
}

#header img {
	float:left;
}

#header ul.rightmenu {
	padding:45px 0px 0px 0px;
	text-align:center;
}

#header ul.rightmenu li {
	display:inline;
}

#header ul.rightmenu li a {
	text-decoration: none;
	color:#9c8c7f;
	text-transform: uppercase;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 18px;
	padding:0px 10px 0px 0px;
}

#header ul.rightmenu li.selected a {
	text-decoration: none;
	color:#f3f0ed;
	text-transform: uppercase;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 18px;
	padding:0px 10px 0px 0px;
}

/********FEATURE*********/
#feature {
	background-image: url(../images/feature-background.png);
	background-repeat: repeat-x;
	height:313px;
	margin-top:30px;
}

#slide_holder {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#feature #portfolio-feature {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#feature #portfolio-feature img {
	margin-top:-14px;
}

/********LOWER CONTENT***********/

#lower-content {
	width:865px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	height:300px;
}

#lower-content #aboutme {
	padding:0px 15px 0px 0px;
	float:left;
	width:415px;

}

#lower-content #aboutme img {
	float:left;
	
}

#lower-content #aboutme p {
	clear:both;
	float:left;
}

#lower-content #aboutme p.title {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 22px;
	color:#f3f0ed;
	padding-top:-5px;
}

#lower-content #aboutme p.title a#more-link {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color:#9c8c7f;
	padding-left:5px;
	list-style: none;
	text-decoration: none;
	font-style: italic;
}

#lower-content #aboutme p.article {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 16px;
	color:#f3f0ed;
	text-align: left;
	padding-top:10px;
}

#lower-content #aboutme p.article a {
	text-decoration: underline;
	color:#f3f0ed;
}

#lower-content #socialstatus {
	padding:0px 0px 0px 15px;
	float:left;
	width:415px;

}

#lower-content #socialstatus img {
	float:left;
}

#lower-content #socialstatus p {
	clear:both;
	float:left;
}

#lower-content #socialstatus p.title {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 22px;
	color:#f3f0ed;
	padding-top:10px;
}

#lower-content #socialstatus p.article {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 16px;
	color:#f3f0ed;
	text-align: left;
	padding-top:10px;
	font-weight: normal;
}

#lower-content #socialstatus #article ul {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 16px;
	float:left;
	color:#f3f0ed;
	text-align: left;
	padding-top:10px;
	list-style: none;
}

#lower-content #socialstatus #article ul a {
	color:#f3f0ed;
	text-decoration: none;
}

#lower-content #socialstatus p.title a#twitter-link {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color:#9c8c7f;
	padding-left:5px;
	list-style: none;
	text-decoration: none;
	font-style: italic;
}

#lower-content #socialstatus p.title a#twitter-link {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color:#9c8c7f;
	padding-left:5px;
	list-style: none;
	text-decoration: none;
	font-style: italic;
}

#lower-content #socialstatus #othersocial {
	width:100%;
}

#lower-content #socialstatus #othersocial img {
	margin:30px 0px 0px 0px;
	padding:20px 20px 0px 0px;
	border-top: 1px solid #9c8c7f;
}


/************CONTACT FORM*************/

p#success {
	color:#125659;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 10px;
	text-align:center;
}
p#bademail, p#badserver {
	color:#D00D00;
	font-weight:bold;
	margin-bottom:5px;
	padding:3px 10px;
	text-align:center;
}

#formInstructions {
	height:100px;
	background-color:#125659;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	width:600px;
	display:block;
	padding:10px 0px 0px 20px;
	color:#c3b7ad;
}

#formInstructions p.formStyle {
	margin:15px 35px 0px 28px;
}

#formInstructions p a {
	text-decoration: underline;
	color:#c3b7ad;
}

#contactForm {
	margin-left:auto;
	margin-right:auto;
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	width:600px;
	display:block;
	height:480px;
	background-color:#a19285;
	padding:10px 0px 0px 20px;
}

form {
	color:#f3f0ed;
	clear:both;
}

#contactForm form p {
	padding:15px 0px 5px 30px;
	font-size:20px;
}

#contactForm form input {
	margin-left:30px;
	margin-bottom:15px;
	font-size: 20px;
	font-style: italic;
}

#submitinput {
	margin-left:30px;
	margin-bottom:15px;
	font-size: 20px;
	font-style: normal !important;
}

#contactForm form select {
	margin-left:30px;
	margin-bottom:15px;
	font-size: 20px;
}

#contactForm form textarea {
	margin-left:30px;
	margin-bottom:15px;
	font-size: 20px;
	font-style: italic;
}

/**********ABOUT ME WEBPAGE ONLY!!********/
#lower-content-about {
	width:750px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
	height:500px;
}

#lower-content-about #aboutme {
	padding:15px;
	float:left;
	background-color:#a19285;
	
}

#lower-content-about #aboutme img {
	float:left;
	
}

#lower-content-about #aboutme p {
	clear:both;
	float:left;
}

#lower-content-about #aboutme p.title {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 22px;
	color:#f3f0ed;
	padding-top:-5px;
}

#lower-content-about #aboutme p.title a#more-link {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 14px;
	color:#533d29;
	padding-left:5px;
	list-style: none;
	text-decoration: none;
	font-style: italic;
}


#lower-content-about #aboutme p.article {
	font-family: Helvetica, "MS Trebuchet", sans-serif;
	font-size: 16px;
	color:#533d29;
	text-align: left;
	padding-top:10px;
}

#lower-content-about #aboutme p.article a {
	text-decoration: underline;
	color:#533d29;
}


/**********FOOTER***********/
