@charset "UTF-8";
/* CSS Document */


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

body {
	background-color:#204758; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#204758', endColorstr='#003333'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#204758), to(#003333)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #204758, #003333); /* for firefox 3.6+ */ 
}


#wrapper {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius:40px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.65);
	width:850px;
	background-color:#636868; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#636868', endColorstr='#373939'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#636868), to(#373939)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #636868, #373939); /* for firefox 3.6+ */
	height: auto;
	margin: 20px auto 0 auto;
	z-index: 1;	
}


#titles{
	margin-left: 75px;
	margin-top: 20px;
}

#orange_welcome {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius:40px; 
	width:750px;
	
	background-color:#C3872F; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3872F', endColorstr='#9a5f08'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C3872F), to(#9a5f08)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C3872F, #9a5f08); /* for firefox 3.6+ */
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-bottom: 30px;
}

#orange_content {
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius:40px;
	width:480px;
	background-color:#C3872F; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C3872F', endColorstr='#9a5f08'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#C3872F), to(#9a5f08)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C3872F, #9a5f08);
	padding: 30px;
	margin-top: 5px;
	margin-right: 50px;
	margin-left: 50px;
}


#address_box{
	width: 125px;
	float:right;
	display:inline;
	background-color:#C3872D;
	border-left-style: dotted;
	border-left-color: #FFF;
	text-align: left;
	border-left-width: 1px;
	padding: 0 10px 0 10px;
	margin-left:10px;
	margin-top:10px;
}


#photo_rt {
	width: 196px;
	float:right;
	margin-right: 50px;
	margin-top: 30px;
	display:inline;
	
}
 
#content_wrapper{
	position:absolute;
	width:850px;
	margin: 0 auto;
}

#photo_wrapper{
	position:relative;
	width:850px;
}


#studio_bottom{
	width: 350px;
}

#portfolio_text_bottom{
	width: 275px;
	text-align: left;
	vertical-align: text-top;
}
	

.photo_paul_dungan_home {
	float: left;
	margin: 30px;
	background-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#portfolio_nav {
	padding:10px 50px 0px 50px;
}	

#bottomspace {
	height:50px;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: lighter;
	color: #c3872f;
	text-decoration: none;
	padding-left:60px;
}

h1 a:link {
	color:#3782A3;
	text-decoration: none;
	font-weight: bold;
}   

h1 a:visited {
	color:#3782A3;
	text-decoration: none;
}  

h1 a:hover {
	color:#ffffff;
	text-decoration: none;
	} 

h1 a:active {
	color:#3782A3;
	text-decoration: none;
	}



.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 20px;
	color: #000000;
	align: top;
}



.bodytext_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: .7em;
	line-height: 17px;
	color: #000000;
}

.art_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	color: #333333;
}

.studio_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	letter-spacing: .1em;
}


.titleofpiece{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	color: #ffffff;
	padding:0px 30px 0 30px;
}

.bodytexthome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 20px;
	color: #000000;
	margin: 20px 40px 20px 0;
}
	
a:link {
	color:#204758;
	text-decoration: none;
	font-weight: bold;
}   

a:visited {
	color:#333333;
	text-decoration: none;
}  

a:hover {
	color:#204758;
	text-decoration: none;
	} 

a:active {
	color:#204758;
	text-decoration: none;
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	color: #204758;
}

.portfolio_location {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #3782A3;
	letter-spacing: 0.1em;
	padding-top: 10px 0 15px 10px;

}

hr {border: 1px dotted #ffffff; border-style: none none dotted;}

	
.logo_float_left {
	float:left;
	display:inline;
	padding-right: 10px;
	}

.photo {
	border: 1px solid #FFFFFF;
	margin-bottom:20px;
	
}
.photo_popup {
	border: 1px solid #FFFFFF;
	vertical-align: top;
	float: right;
	padding: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
}


.photo_popup_noindent {
	border: 1px solid #FFFFFF;
}

#footer {
	width:850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-right: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: lighter;
	color: #FFFFFF;
	text-align:right;
	line-height: 1.7em;
}

.designcredit {
	color: #3782A3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
}


.designcredit a:link {
	color:#3782A3;
	text-decoration: none;
	font-weight: bold;
}   


.designcredit a:visited {
	color:#3782A3;
	text-decoration: none;
}  

.designcredit a:hover {
	color:#ffffff;
	text-decoration: none;
	} 


.designcredit a:active {
	color:#3782A3;
	text-decoration: none;
	}
