@charset "utf-8";
/* CSS Document 
font-family: 'Istok Web', sans-serif;
font-family: 'Lora', serif;
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Terminal Dosis', sans-serif;
font-family: 'Quattrocento Sans', sans-serif;
font-family: 'Old Standard TT', serif;
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('BebasNeue-webfont.eot');
	src: local('?'), url('BebasNeue-webfont.woff') format('woff'), url('BebasNeue-webfont.ttf') format('truetype'), url('BebasNeue-webfont.svg#webfontYW4lu6A6') format('svg');
	font-weight: normal;
	font-style: normal;
}

*/
/** tags **/
body{
	font-family: 'Ubuntu Condensed', sans-serif;
	background-color: #000;
	background-image: url(../images/misc/bgTile.jpg);
	margin: 0px;
	padding: 0px;
}
img{
	border:none;
}
/** utility **/
#clear_both{
	clear: both;
}
.centered{
	margin:auto;
	text-align: center;
	padding-bottom:15px;
}
.flash_title{
	font-size: 35px;
	color: #434235;
	text-align: left;
	padding:0 35px 0 35px;
	font-weight: bold;
}
.flash_subtitle{
	font-size: 13px;
	color: #434235;
	text-align: left;
	padding:0 35px 0 35px;
	width:375px;
	line-height: 1.65em;
	margin-left:15px;
}
/** slideshow styles **/
.slideshow{
	height:100%;
	margin-bottom:25px;
	margin-left:75px;
	text-align: center;
}
.slideshow_nav {
	/*float:left;*/
	margin: 0px;
	padding: 0px;
}
.slideshow_nav ul{
	text-align: center;
	list-style-type: none;
}
.slideshow_nav li{
	margin: 0px;
	padding: 10px;
	float:left;
	/*float:left;
	width:100%; -- IE whitespace bug fix for li */
}

/** Page structure layout styles **/
#container{
	text-align: center;
	margin: auto;
	width: 900px;
	background-color: #FFF;
}

/* header styles*/
#header{
	height: 125px;
	width: 100%;
	text-align: center;
	background-color: #000;
	background-image: url(../images/misc/headerBG.jpg);
}
#header .content{
	margin: auto;
	width: 900px;
}
#header .title{
	color: #fcfcfc;
	font-style: italic;
	font-weight: bold;
	font-size: 23px;
	position: relative;
	left:-72px;/**/
	top: -85px;
	/*font-size: 30px;
	position: relative;
	left:250px;
	top: -65px;*/
}

/*Top Navigation Styles*/
#navigation{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background:#434235;
	list-style-type: none;
	width: 900px;
	float:left;
	/*float:left; -- IE whitespace bug fix for li */
}
#navigation li{
	margin: 0px;
	padding: 0px;
	float:left;
	/*float:left;
	width:100%; -- IE whitespace bug fix for li */
}
#navigation a{
	float:left;
	width:180px;
	height:20px;
	text-align:center;
	color: #a3a28b;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #FFF;
	/*border-top: 1px solid #FFF;*/
	/*display:block; -- made entire element clickable not just the text*/
}
#navigation #contact a{
	/*border:none; -- deleted the bottom stroke on last menu item*/
}
#navigation a:hover{
	/*border-top: 1px solid #a3a28b;*/
	color:#d8d7b6;
	background-color: #a3a28b;
}
#body_home #home a, #body_design #design a, #body_flash #flash a, #body_art #art a, #body_contact #contact a {	
	/*border-top: 1px solid #a3a28b;*/
	color:#d8d7b6;
	background:#a3a28b
}

/* Content Styles*/
#content{}

#content #left_sidebar{
	float: left;
	color:#434235;
	width: 250px;
	text-align: left;
	background-image: url(../images/misc/subNav.jpg);
	background-repeat: repeat-y;
	background-color: #000;
}
#content #left_sidebar ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content #left_sidebar li{
	background-image: url(../images/misc/subNavBG.jpg);
	height:40px;
	vertical-align: 10px;
	background-repeat: no-repeat;
}
#content #left_sidebar li a{
	color:#434235;
	display:block;
	padding:10px;
	margin-left:30px;
	text-decoration: none;
}
#content #left_sidebar li a:hover{
	color:#a3a28b;
}
#content #left_sidebar .active{
	background-image: url(../images/misc/subNavActive.jpg);
}
#content #main_content{
	float:right;
	width: 650px;/**/

}

#content .img_quote{
	text-align:center;
	padding:15px;
	font-size: 16px;
}

/*Footer Styles*/
#footer{
	font-size: 12px;
	text-align: left;
	background-color: #000;
	color:#a3a28b;
	padding:20px;
	background-image: url(../images/misc/footerResume.png);
	background-repeat: no-repeat;
	clear:both;
}
#footer ul{
	list-style-type: none;
	float:left;
}
#footer li{
	margin: 0px;
	padding: 0px;
	float:left;
}
#footer label{
	font-weight: bold;
}
#footer .section_head{
	font-family: "Lobster", sans-serif;
	color:#fcfcfc;
	font-size:17px;
}
#footer .resume{
	font-family: "Lobster", sans-serif;
	color:#d8d7b6;
	float: right;
	position:relative;
	top:-15px;
	left:-20px;
}
#footer .resume a{
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
}
#footer .resume a:hover{
	text-decoration: underline;
}
#footer .section_desc{
	width: 350px;
	margin:15px;
	margin-bottom:13px;
	font-size: 12px;
	line-height: 1.75em;
}
#footer .bottom_navigation{
	float: left;
	width: 50%;
	margin-top: 15px;
	margin-left:-40px;
	text-align: left;
}
#footer .social_copyright{
	clear: right;
	text-align: right;
}
#footer a{
	color: #434235;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#footer a:hover{
	text-decoration: underline;
}
#body_home #b_home a, #body_design #b_design a, #body_flash #b_flash a, #body_art #b_art a, #body_contact #b_contact a {	
	color:#a3a28b;
}
/** Individual Page Styles **/
/* Contact Page Styles */
#contact_page {
	color:#434235;
	text-align: left;
	float:left;
	width:100%;
	background-image: url(../images/fineArt/graphite/stillLifeContact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	
}
#contact_page fieldset{
	font-size: 15px;
	width: 70%;
	padding:10px;
	border:none;
}
#contact_page legend{
	color:#434235;
	margin-left: 15px;
	font-size: 18px;
	
}
#contact label{
	font-weight: bold;
	padding: 4px;
}
#contact_page li{
	list-style-type: none;
	line-height: 1.75em;
	padding: 5px;
}
#contact_page #theSubmit{
	font-family: 'Ubuntu Condensed', sans-serif;
	/*padding:0px 3px 0px 3px;*/
	margin-left: 405px;
	padding:2px;
}
#contact_page .error{
	color:#F00;
	background-color: #e1b2bc;
	padding: 5px;
	margin-left: 25px;
	border: thin solid #F00;
}
