/* Turn off text resizing for IOS */
html{ -webkit-text-size-adjust: none;} 
/**********************************************
	General Layout 
***********************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/background2.jpg);
	background-position: center;
background-color:#000;
	color: #444C44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-attachment: fixed;
}
.wrapper {
	position: relative;
	margin: auto;
	width: 960px;
	text-align: left;
	height: auto;
}
.content {
	position: relative;
	float:left;
	margin-left: 50px;
	width: 780px;
	
	
	
/**********************************************
	Welcome / Header 
***********************************************/
}
#logo {
	margin-left: 20px;
	width: 843px;
}


/**********************************************
	Links / texts
***********************************************/
h1 {
	color: #839D86;
	font-size: 36px;
	margin-bottom: .75em;
}
h3 {
	color: #839D86;
	font-size: 16px;
	margin-bottom: .75em;
}

/* Welcome Texts */
#welcome_txt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*color: #737F77;*/
	line-height: 26px;
	margin-top: 20px;
}
#welcome_txt a{
	text-decoration: none;
	color: #859C84;
	text-decoration: underline;
}
#welcome_txt a:hover{
	color: #000;
}


/* Projects */
.jobtitle h2 a {
	text-decoration: none;
	color: #FFF;
	font-weight:normal;
	letter-spacing: -0.05em;
}
.jobtitle h2 a:hover {
	text-decoration: none;
	color: #000;
}
.portfoliotitle {
	color: #454746;
	font-size: 23px;
	position: relative;
	padding-top: 20px;
	line-height: 20px;
}
.job_info p, #information p {
	margin-bottom: .75em;	
}
.job_info dl {
	margin-bottom: 18px;	
}
.job_info dl dt {
	font-size: 1.5em;	
}
.job_info dl dd {
	margin-bottom: .75em;	
}
.job_info a.viewPhotos {
	color: #FFF;
	line-height: 18px;
	font-weight: normal;
	background-color: #839D86;
	text-decoration:none;
	padding: 8px 15px;
	font-style: normal;
	text-decoration: none;
	display:block;
	float:left;
}
.job_info a.viewPhotos:hover {
	color: #FFF;
	background-color:#454746;
	text-decoration: none;
}
.jobtitle {
	position:relative;
	z-index: 1;
	left: -50px;
	margin-top: 12px;
	font-size: 21px;
	width: 298px;
	line-height: 35px;
	padding: 0px 0px 7px 45px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../images/corner_title.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Profile, Contact */
#links, #contact, p {
	color: #5D635E;
	font-size: 13px;
}
#contact, #links, a {
	color: #4F735A;
	text-decoration: none;
}
#contact, #links {
	text-decoration: none;	
}
.job_info a {
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
	color: #000;
}
#profile h2 {
	padding-top: 30px;
	margin-left: 50px;
	font-size: 21px;
	color:#FFF;
	letter-spacing: -0.05em;
}
#profile p {
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left:50px;
	width: 370px;
	color: #44423b;
	font-size: 13px;
	line-height: 18px;
}
#profile p a {
	color: #FFF;
	line-height: 18px;
	font-weight: normal;
	background-color: #839D86;
	text-decoration:none;
	padding: 8px 15px;
	font-style: normal;
	text-decoration:none
}
#profile p a:hover {
	color: #FFF;
	background-color: #454746;
}
#contactform h2 {
	margin: 0;
	padding-bottom: 20px;
}



/**********************************************
	Navigation
***********************************************/
#navigation {
	position:absolute;
	float: right;
	width:100px;
	height: auto;
	z-index:1;
	left: 870px;
	top: 40px;
	list-style-type: none;	
}
#navigation ul {
	position: fixed;
	line-height: 32px;
}
#navigation li.br{
	margin-bottom: 2em;	
}
#navigation li a {
	color: #FFF;
	text-decoration: none;
	padding: 8px 13px 8px 13px;	
	background:url(../images/nav_tile.gif) repeat-y left top #839D86;
	box-shadow: 3px 3px 15px #000;  
		-moz-box-shadow: 3px 3px 15px #000;  
		-webkit-box-shadow: 3px 3px 15px #000;  	
}
#navigation li a:hover {
	color: #FFF;	
	background:#454746;
	
}
#navigation li.selected a {
	font-weight:bold;
	background:#454746;
	cursor: default;	
}

	



/**********************************************
	Projects / Works
***********************************************/

.job_info {
	position:relative;
	width: 260px;
	margin-top: 10px;
	padding-bottom: 30px;
	z-index: 3;	
}
.projects {
	background-image: url(../images/bottom_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 365px;
	margin-bottom: 20px;
	margin-top: 60px;
}
.projects img {
	position: relative;
	top: -15px;
	left: 0;
}
.thumbnail {
	z-index: 10;
	position:relative;
	float: right;
	visibility: inherit;
	min-height: 372px;
	background-image: url(../images/thumbnail_shadow.png);
	background-repeat: no-repeat;
	background-position: -45px 295px;
}
/*.thumbnail a {
	float:left;
	display:block;
	width: 487px;
	height: 296px;
}*/
.morePhotos {
	position: absolute;
	bottom: 55px;
	left: 0px;
	width: 475px;
	/*height: 50px;*/
	padding: 6px;
	padding-bottom: 0;
	background-color:#FFF;
}
*html .morePhotos {
	left: 30px;	
}
.morePhotos a {
	display:block;
	float:left;
	margin-right: 5px;
	margin-bottom: 8px;
	height: 12px;
	width: 12px;
	background-color:#676767;
}
/*.morePhotos a:hover {
	background-color:#676767;
}*/
.thumbnail img {
	border: 1px solid #dddbd7;
	padding: 6px;
	background-color: #FFF;
	
	}
.shadowline img {
	position: relative;
	left: -30px;	
}
.thumb-shadow p {
	padding-left: 20px;
	margin-top: 3px;
	color: #FFF;
	width: 150px;
}
.newbadge {
	position:relative;
	float: right;
	width:79px;
	height:73px;
	z-index:20;
	left: 495px;
	top: -48px;
}



/**********************************************
	Profile, Links and Contact info
***********************************************/
#profile {
	background-image: url(../images/profile_contact_bg.png);
	width: 863px;
	height: 500px;
	position:relative;
	float: left;
	left: -50px;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}
#information {
	position: relative;
	float: left;
	width: 790px;
	background-image: url(../images/bottom_line.png);
	background-repeat: no-repeat;
	background-position: -40px bottom;
	min-height: 310px;	
}
#photo {
	position: relative;
	float: left;
	width: 375px;
	height: 250px;
	/*border: 1px solid #dddbd7;*/
	padding: 6px;
	/*background-color: #FFF;*/
}
#contact {
	position: relative;
	float: left;
	left: 65px;
	width: 170px;
	top: 10px;
	padding-bottom: 50px;
}
#links {
	position: relative;
	float:right;
	width: 160px;
	top: 10px;
	padding-bottom: 50px;
}




/**********************************************
	Contact form
***********************************************/
#contactform {
	position:absolute;
	width: 320px;
	left: 452px;
	margin-left: 50px;
}



/**********************************************
	Contact form fields
***********************************************/
.message { background:#454746; color:#FFF;display:none;width:260px;padding:5px 0 5px 10px; margin-left: 3px; margin-bottom: 10px;}
/*.contactfields label { display: inline-block; float: left; height: 24px; line-height: 24px; width: 100px; font-size: 12px;}*/
.contactfields input, select { width: 250px; padding: 9px; color: #666; background: #FFF; border: 1px solid #FFF; margin: 3px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; } 
.contactfields textarea { width: 290px; padding: 8px; color: #666; background: #FFF; border: 1px solid #FFF; margin: 3px; font:12px "Trebuchet MS", Arial, Helvetica, sans-serif; } 
.contactfields input:hover, textarea:hover { background: #f0f0f0;}
.contactfields input:focus, textarea:focus, select:focus { border: 1px solid #839D86; background-color: #fff; color:#839D86; }
.contactfields input.submit { width: 80px; height: 30px; padding: 2px; cursor: pointer; border: 0px; background:#839D86; color:#fff; margin-left: 3px; margin-top: 5px;}
.contactfields input.submit:hover { background:#454746; }
.contactfields .captchaimg { float:left;}
#CaptchaV2 { display:block; float:left; width: 120px;}
.contactfields li.submitbutton { clear:both;}	
.contactfields {text-align:left;}
.contactfields ul {list-style-type:none;width:300px;}
.contactfields li {list-style-type:none;}
.contactfields li.special {display:none;}



/**********************************************
	Footer
***********************************************/
#footer {
	position: relative;
	float: left;
	width: 780px;
	margin-top: 15px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: left;
}




