@charset "utf-8";
* { padding: 0; margin: 0; }
body {
	font: 14px Geneva, Helvetica, sans-serif;
	background: #000000 url(images/bg_template.jpg) repeat-x;
	margin: 10px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	text-align: justify;
} 
/* Section Layout - all pages */
#header {
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */  
}
#mainContent {
	height: 417px;
	margin-top: 19px;
	background: url(images/bg_body.jpg) no-repeat;
	position: relative;
}
#footer {
	clear: both;
}
/* Headings */
h1 {
	font-size: 22px;
	color: #bead8d;
	margin-left: 68px;
	padding: 20px 0;
}
h2 {
	font-size: 16px;
	color: #bead8d;
	padding-top: 20px;
}
h3 {
	font-size: 14px;
	color: #bead8d;
}

h4 { font-size: 14px; color: #bead8d; text-transform: uppercase; margin: 0 0 5px 0; }
h5 { font-size: 14px; color: #bead8d; text-transform: capitalize; }

p {
	margin: 0 0 15px 0;
} 
ul{
	margin: 0 0 0 20px;
	padding: 5px 0 20px 20px;
}
li{
	padding-left: 10px;
}
/* General Page Links */
a:link,  a:visited, a:active{
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	color: #FF9900;
}         
/**************************
   INDIVIDUAL PAGE STYLES
 **************************/
/*Home*/
#homeleft {
	height: 234px;
	width:695px;
	top: 58px;
	color: #000000;
	background: url(images/bg_hometext.jpg) no-repeat;
	position: absolute;
}
#homeleft p {
	text-align: right;
	padding: 50px 80px 0 200px;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
#homeright {
	width: 239px;
	position: absolute;
	margin-left: 695px;
	margin-top: 58px;
}
#righttext {	
	position: absolute;
	margin-left: 735px;
	margin-top: 8px;
	font-size: 26px;
}

/*about*/
#about{
	position: relative;
	margin-left:68px;
	width:870px;
	height:295px;
	overflow:auto;
}
#about p{
	padding-right:325px;
}
#about-right {
	width: 239px;
	position: absolute;
	margin-left: 660px;
	margin-top: -297px;
}
.about-img{
	border: 1px solid #FF9900;
	padding: 3px;
}

/*Curriculum Vitae*/
#cv{
	position: relative;
	margin-left: 68px;
	width:870px;
	height:295px;
	overflow:auto;
}
#cv-right {
	width: 239px;
	position: absolute;
	margin-left: 660px;
	margin-top: -297px;
}
.cv-img{
	border: 1px solid #FF9900;
	padding: 3px;
}

/*selected works*/
#selworks-left {
	margin: -377px 0 0 68px;
	width: 310px;
	color: #ffffff;
	text-align: center;
}
#selworks-left span{
	color: #bead8d;
	font-size: 11px;
}

#selworks-right{
	margin: 5px 0 0 450px;
	width: 485px;
}
#selworks-right a:visited {
	color:  #bead8d;
	text-decoration: none;
}
#selworks-right a:link {
	color:  #bead8d;
	text-decoration: none;
}
#selworks-right a:hover {
	color: #FF9900;
	text-decoration: none;
}

#selworks-right p {
	margin: 0 0 100px 0;
}

/*Galleries - General*/
.gallerycontainer{
	position: relative;
	margin: 0 0 0 68px;
}
.gallerycontainer2{
	position: relative;
	margin: -300px 0 0 250px;
}

.gallerycontainer3{
	position: relative;
	margin: -300px 0 0 68px;
}
.thumbnail img{
	border: 1px solid white;
	padding: 2px;
}
.thumbnail:hover{
	background-color: transparent;
}
.thumbnail:hover img{
	border: 1px solid orange;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 2px;
	left: -1000px;
	top:-500px;
	border: 1px solid white;
	color: #FFFFFF;
	visibility: hidden;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}
.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 653px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
#arch-right {
	margin: -331px 0 0 299px;
	width: 355px;
	color: #ffffff;
	font-size: 13px;
}
#arch-right2 {
	margin: -331px 0 0 431px;
	width: 255px;
	color: #ffffff;
	font-size: 13px;
}

#arch-right3 { position:absolute; margin: -331px 0 0 299px; width: 355px; color: #ffffff; font-size: 13px; z-index: 5; }

/*galleries*/
#galleries{
	margin-left: 68px;
	padding: 0;
	width:850px;
	height:295px;
	overflow:auto;

}
.galleries-cont { margin: 0; }

/*links*/
#links{
	margin-left:68px;
	width:660px;
}

/*contact*/
#contact{
	position: relative;
	margin-left: 68px;
	padding: 0;
	width:859px;
	height:355px;
}
#contact-right {
	position: absolute;
	margin-left: 500px;
	margin-top: -358px;
}
.contact-img{
	border: 1px solid #FF9900;
	background: #FFFFFF;
	padding: 2px;
}
#contact p{
	margin: 0 0 25px 0;
}

/*footer*/
#footer p {
	color: #FFFFFF;
	text-align: right;
	padding-right:65px;
	font-size: 10px;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
	text-decoration: none;
}

