@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
	font-family: 'Open Sans', sans-serif;
    font-size:20px;
	background: #0b0b0b;
	margin: 0;
	padding: 0;
	color: #666;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.clearfix {
	float: none;
	clear: both;
}

.container {
	width: 1000px;
	background: #000;
	margin: 0 auto;
	background-image:url(images/main_bg_corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}


.container_secondary {
	width: 1000px;
	background: #000;
	margin: 0 auto; 
	background-image:url(images/secondary_bg_corner.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#navmain {
	display:block;
	padding: 175px 40px 105px 80px;
}

#mainpainting {
	margin-top:87px;
	margin-left:65px;
}

#mainname {
	margin-top:120px;
}

#footer {
	margin-left:50px;
	margin-right:80px;
	margin-bottom:45px;
	text-align:right;
	font-size:13px;
	font-family: Segoe UI,Lucida Grande,Lucida Sans Unicode, Arial,_sans;
	color:#4F4F4F;
}

#footer_copyright {
	margin-left:150px;
    padding-bottom: 20px;
    padding-top: 10px;
	float:left;
}

a.credit  {
	text-decoration:none;
	color:#2D2D2D;
}

#namesecondary {
	float:right;
	margin:26px 3px 0 0;
	clear:both;
}

#navsecondary {
	float:right;
	clear:both;
	margin:3px 51px 20px 0; 
}

.sidenav {
    float:right;
    width:210px;
	margin-top: 110px;
}
	
.sidenavimage {
	float:right;
	margin: 0 -4px 24px 0;
	clear:both;
}

.gallery-slider {
	margin:0 2px 20px;
    width: 780px;
}

#largerView {
	font-size:11px;
	margin: 11px 20px 5px 40px;
    cursor: pointer;
}

#footersecondary {
		margin-left:50px;
	margin-right:107px;
	padding-bottom:35px;
	text-align:right;
	font-size:13px;
	font-family: Segoe UI,Lucida Grande,Lucida Sans Unicode, Arial,_sans;
	color:#3F3F3F;
}

.abouttext {
	margin: 30px 50px 50px 60px;
	line-height:25px;
	font-size:15px;
}

#portrait {
	float:left; 
	margin-right:35px;
	margin-bottom:20px;
	margin-top:5px;
}

#contacttable {
	text-align:left;
	margin: 0 auto; 
}

.contactformfield {
	background-color:#bbb;
	border-style:solid;
	border-width:1px;
	border-color:eee;
}
	