/* CSS Document */

/* reset styles */

html{ 
	overflow: -moz-scrollbars-vertical !important; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

ul { list-style:none;
}

/* end - reset styles */

body {
	background-color:#1a7e84;
	color:#5c5c5c;
	font-family: "Helvetica", Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}

h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#5c5c5c;
	font-size:48px;
	font-weight:700;
	letter-spacing:-2px;
	}
	

	
h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#5c5c5c;
	font-size:35px;
	font-weight:400;
	letter-spacing:-1px;
	line-height:42px;
	}
	
	
h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#5c5c5c;
	font-size:35px;
	letter-spacing:-1px;
	line-height:42px;
	font-weight: 200;
	}

	
h4 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#5c5c5c;
	font-size:23px;
	font-weight:900;
	letter-spacing:-1px;
	}
	
h5 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color:#5c5c5c;
	font-size:23px;
	font-weight: 400;
	letter-spacing:-1px;
	}
	
h6 {
	font-weight:bold;
	font-size:14px;
	color:#457f72;
	
	}
	
.g {
	color:#457f72;
	}
	
a { text-decoration:none;
	color:#457f72;
}

a:hover {
	color:#49c1a6;
	}


hr {
	height:6px;
	background:#363;
	background-position:center;
	background-image:url(images/hr.jpg);
	background-repeat:repeat-x;
	background:url(images/hr.jpg);
	border:none;
	}
	
p.large {
	font-size:16px;
	line-height:30px;
}

.center {
	text-align:center;
}
	
/* header  */

#head-container {
		width:100%;
		height:620px;
		background-color:#1a7e84;
		background-image:url(images/header-bg.jpg);
		background-repeat:no-repeat;
		background-position:top center;
		background-attachment:scroll;
		}

#header {
	width:940px;
	height:620px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin:auto;

		}
	
#logo {
	width:280px;
	height:261px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:top left;
	}
	
#logo p {
	padding-left:10000px;
	color:#1a7e84;
	}
	

	
#nav {	
		width:940px;
		padding-left:150px;
		padding-top:285px;
		}
		
#nav li{	
		display:inline;
		float:left;
		font-size:26px;
		
		}
		
#nav li a{	
		display:block;
		font-size:26px;
		padding-left:30px;
		padding-right:30px;
		color:#5c5c5c;
		font-family:"Georgia", Times New Roman, Times, serif;
		font-weight:200;
		
		}
		
#nav li a:hover {	
		color: #49c1a6;
		}

		
	
/* main content  */

#main-container {
	width:100%;
	background-color:#eeeeee;
	float:left;
	}
	
#content {
	width:940px;
	padding:10px;
	margin:auto;
	padding:20px 10px 60px 10px;
	clear:both;
	height:100%;
	}
	
#wk #content {
	height:850px;
	}
	
#ct #content {
	height:680px;
	}
	
#sub-nav {	
		width:940px;
		padding-left:0px;
		}
		
#sub-nav li{	
		display:inline;
		float:left;
		
		}
		
#sub-nav li a{	
		display:block;
		padding-right:50px;
		font-family: "Georgia", Times New Roman, Times, serif;
		font-size:27px;
		letter-spacing:-1px;
		font-weight:900;
		
		}
		

#sub-nav li a.current{ 
		color: #49c1a6;
		}
		
#work {	
		height:91px;
		}
		
#work li{	
		display:inline;
		float:left;
		
		}
		
#work li a{	
		width:140px;
		height:91px;
		padding-right:20px;
		}
				
#work li a.last{	
		width:140px;
		height:91px;
		padding-right:0;
		}
		
#work-container{
	width:940px;
	}
	
#wc-left{
	width:300px;
	padding-right:20px;
	float:left;
	text-align:right;
	color:#9e9e9e;
	
	}
	
#wc-left ul li span{
		font-weight:bold;
		font-size:14px;
		color:#5c5c5c;
	}

#wc-left p.vs{
		font-weight:bold;
		font-size:14px;
		font-style:italic;
	}
	
#wc-right{ 
	width:620px;
	float:right;
	}
	
#about p img {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}


p.social {
	width:300px;
	height:30px;
	font-size:17px;
	line-height:30px;
	padding-bottom:12px;

}


#content p.social img{
	float:left;
	padding:0px;
	padding-right:10px;
}
	
	

	
/* footer  */

#foot-container{
	width:100%;
	height:620px;
	background-color:#1a7e84;
	background-image:url(images/foot-containter-bg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
#footer {
	width:100%;
	height:620px;
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:scroll;
	float:left;
	}
	
#footer-content {
	width:940px;
	height:620px;
	margin:auto;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	}

#f-left {
		width:270px;
		height: 398px;
		margin: 164px 20px 0 0;
		padding:20px 15px 20px 15px;
		float:left;
		text-align:center;
	}
	
#f-left ul {
	text-align:left;
	padding-left:20px;
	}
	
#f-left ul li{
	font-size:30px;
	}
	
	
#f-left ul li a{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size:33px;
	letter-spacing:-2px;
	line-height:50px;
	word-spacing:-1px;
	font-weight:400;
	}
	

	
	
#f-middle {
		width:270px;
		height: 398px;
		margin: 164px 20px 0 0;
		padding:20px 15px 20px 15px;
		float:left;
		text-align:center;
	}
	
#f-middle img{
	padding-right:10px;
	}
	
#f-right {
		width:270px;
		height: 398px;
		margin: 164px 0 0 0;
		padding:20px 15px 20px 15px;
		float:left;
		text-align:center;
	}
	
#footer hr {
	height:6px;
	background-position:center;
	background-image:url(images/bt-hr.png);
	background-repeat:repeat-x;
	background:url(images/bt-hr.png);
	border:none;
	}
	
#flickr_badge_uber_wrapper {
	text-align:center; 
	width:270px; 
	height:170px;
	
	}
	
#flickr_badge_wrapper {
	text-align:center;
	width:262px; 
	height:170px;
	padding-left:8px;
	}
	
.flickr_badge_image {
	margin:0 5px 5px 0; 
	float:left;
	}
	
.flickr_badge_image img {
	border: 3px solid #666 !important;
	}
	
	
#flickr_badge_source {
	text-align:left; 
	margin:0 10px 0 10px; 
	float:left;
	}
	
#flickr_badge_icon {
	float:left; 
	margin-right:3px;
	}
	

	
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
	text-decoration:none !important; 
	background:inherit !important;
	color:#990099;
	}
	
#flickr_badge_wrapper {
	border: solid 0px #FF6666
	}
	
#flickr_badge_source {
	padding:0 !important; 
	font: 11px Arial, Helvetica, Sans serif !important; 
	color:#3300FF !important;
	}
	
#f-right .top a{ 	
	display:block;
	height:31px;
	width:140px;
	background-image:url(images/arrow.png);
	background-repeat:no-repeat;
	background-position:right center;
	float:none;
	padding-right:30px;
	padding-left:50px;
	line-height:31px;
	}
	
#f-right .top a:hover{ 	
	background-image:url(images/arrow-hover.png);
	}
	
#f-right p{ 	
	background-image:url(images/thc-sm.png);
	background-position:left center;
	background-repeat:no-repeat;
	height:61px;
	line-height:61px;
	margin-left:25px;
	font-size:15px;
	}


/* ~~~~~~~~~~ form~~~~~~~~~~ */	

#contact-area {
	width: 940px;
	margin-top: 25px;
}

#form-l {
	width:470px;
	float:left;
}
#form-r {
	width:470px;
	float:right;
}




#contact-area input, #contact-area textarea {
	margin-top:10px;
	margin-bottom:10px;
	width: 430px;
	height:30px;
	font-family: Helvetica, sans-serif;
	font-size:15px;
	border: 2px solid #ccc;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}



#contact-area input.submit-button {
	width: 100px;
	height:50px;
	float: left;
	padding:0px;
	background-color:#ccc;
	font-size:18px;
	font-weight:bold;
	color:#5c5c5c;
}
#contact-area textarea {
	width:900px;
	height:200px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #49c1a6;
}



.form {
	padding-left:60px;
	}



