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

/* ---------------Global CSS----------------------- */
* body {
	margin:0;
	padding:0;
	background:url(../images/background.jpg);
	width:100%;
}
*{
	margin:0px;
	padding:0px;
	border:none;
}
a:link, a:visited, a:hover, a:active {
	color:#FFF;
	text-decoration:none;
}
/* ---------------Global Id's----------------------- */
#container {
	width:1000px;
	margin:0 auto;
}
#header {
	margin-top:25px;
	top:0;
	width:1000px;
	position:absolute;
}
#content {
	margin-top:150px;
}
#logo {
	width:450px;
	float:left;
}
#navigation {
	color:#FFF;
	font-family:Berlin Sans FB, Verdana, Tomaha;
}
#feature {
	margin-top:-46px;
	background:url(../images/feature_area.png) no-repeat center;
	height:560px;
}
#welcome {
	margin-top:15px;
	background:url(../images/welcome_pane.png) no-repeat center;
	height:330px;
}
#footer {
	background:url(../images/footer_background.png);
	height:99px;
	width:100%;
}
#footer_words {
	width:500px;
	margin:0 auto;
	padding:55px 0 0 300px;
}
#center_slide {
	margin:0 0 0 0;
	padding-top:122px;
}
#welcome_box_content {
	padding:30px 0 0 67px;
	height:325px;
}
#welcome_box_content h1 {
	color:#246b13;
	font-size:42px;
	display:inline;
	margin-left:20px;
}
#welcome_box_content p {
	color:#333;
	margin:19px 0 0 47px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:560px;
	line-height:33px;
	font-size:22px;
	float:left;
}
#about{
	margin:0 auto;
	background:url(../images/about_folder.png);
	width:930px;
	height:1315px;
}
#about_paper_top{
}
#about_file_top{
	font-size:20px;	
	position:relative;
	top:20px;
	left:47px;
}
#contact_info_about{
	width:310px;
	margin:100px 0 0 50px;
	float:left;
	font-size:14px;
}
#about_paper_bottom{
	margin:220px 0 0 55px;
	width:800px;
}
#about_paper_bottom cufon{
		margin-top:5px;
}
#about_page_title{
	font-size:18px;	
}

/*************dka*****************/
#dka_project_breif{
	background:url(../images/port_paper_dka_breif.png) no-repeat;
	width:500px;
	height:780px;
	position:relative;
	top:-55px;
	left:100px;
	float:left;
	padding:73px 0 0 20px;
}
#website_port_label{
	width:200px;
	font-size:72px;
	position:relative;
	top:-8px;
	left:200px;
}
#breif_dka{
	font-size:24px;
	width:460px;
}
#breif_dka cufon{
	margin-top:7px;	
}
#breif_title{
	font-size:30px;
	width:200px;
	margin:0 0 0 83px;
}
#dka_final{
	background:url(../images/port_paper_dka_final.png) no-repeat;
	width:446px;
	height:461px;
	margin-top:190px;
}
.port_project{
	padding:48px 0px 0px 23px;
	width:977px;
	height:790px;
	background:url(../images/port_papers.png) no-repeat;
	
}
.numbers{
	font-size:24px;	
	margin-left:-10px;
}
.port_page_sticky_1{
	background:url(../images/port_page_stick_1.png) no-repeat;
	padding:25px 0px 0px 36px;
	position:relative;
	top:-15px;
	left:86px;
	width:142px;
	height:175px;
	float:left;
}
.port_page_sticky_2{
	background:url(../images/port_page_stick_2.png) no-repeat;	
	padding:25px 0px 0px 36px;
	position:relative;
	top:-6px;
	left:88px;
	width:134px;
	height:175px;
	float:left;
}
/***********************Last 7 ****************************/
#l7_project_breif{
	background:url(../images/port_paper_last7_breif.png) no-repeat;
	width:460px;
	height:510px;
	position:relative;
	top:-145px;
	left:15px;
	float:left;
	padding:73px 0 0 20px;
}
#last_7_sketch{
	background:url(../images/port_paper_last7_sketch.png) no-repeat;
	width:325px;
	height:340px;
	position:relative;
	top:-120px;
	left:15px;
	float:left;
}
#website_port_label_l7{
	width:200px;
	font-size:72px;
	position:relative;
	top:-85px;
	left:475px;
}
#breif_l7{
	font-size:24px;
	width:460px;
}
#breif_l7 cufon{
	margin-top:7px;	
}
#l7_breif_title{
	font-size:30px;
	width:200px;
	margin:0 0 0 83px;
}
#l7_final{
	background:url(../images/port_paper_last7_final.png) no-repeat;
	width:446px;
	height:461px;
	margin:195px 0 0 500px;
}
.port_page_sticky_1_l7{
	background:url(../images/port_page_stick_2_l7.png) no-repeat;
	padding:25px 0px 0px 36px;
	width:142px;
	height:175px;
	position:relative;
	top:144px;
	left:225px;
}
.port_page_sticky_2_l7{
	background:url(../images/port_page_stick_2.png) no-repeat;	
	padding:25px 0px 0px 36px;
	position:relative;
	top:-180px;
	left:225px;
	width:142px;
	height:175px;
}
.port_project_l7{
	padding:48px 0px 0px 23px;
	width:977px;
	height:790px;
	background:url(../images/port_papers.png) no-repeat;
	
}
/* ---------------Global Classes----------------------- */
.clear {
	clear:both;
}
.navigation {
	margin:65px 0 0 30px;
	width:480px;
	float:left;
}
.navigation li {
	display:inline;
	list-style:none;
	padding:23px 10px 23px 0;
}
.navigation li:hover {
	background:url(../images/button_hover.png) no-repeat center;
}
.me_pic {
	margin:15px 0 0 10px;
	float:left;
}
.more_arrow {
	top:-80px;
	left:370px;
	position:relative;
}
.image_description{
	color:#FFF;
	height:48px;
	font-size:18px;
	position:absolute;
	top:0;
	left:0;
	padding:358px 0 0 25px;
	font-family:Georgia, "Times New Roman", Times, serif;

}
.history_about_page{
		width:800px;
		margin:90px 0 0 50px;
}

/**********************PHOTO PAGE****************************/
#photo_page_places{
	height:210px;
	width:950px;
}
#photo_page_places a:link{
	float:left;
	margin-right:60px;
	height:205px;
	width:260px;
}
#photo_page_people a:link{
	background:url(../images/photo_pages_people.png) no-repeat;
	float:left;
	margin-right:60px;
	height:205px;
	width:960px;
}
#photo_page_auto a:link{
	background:url(../images/photo_pages_automotive.png) no-repeat;
	float:left;
	height:205px;
}
#featured_photo{
	width:854px;
}
#featured_photo_label{
	background:url(../images/featured_photo.png) no-repeat;
	width:288px;
	height:150px;
	position:absolute;
	top:400px;
	left:140px;
}
.gallary_picture{
	float:left;
}
.photo_desc_paper{
	background:url(../images/photo_paper_disc.png) no-repeat;
	width:600px;
	height:188px;
	padding-top:10px;
	padding-left:28px;
	float:left;
}
.photo_page_title{
	font-size:44px;
}
/***************PHOTO PAGES******************/
#photo_port_pages{
	
}	
.photo_page_image{
	width:900px;
	margin: 20px auto 0 auto;
	padding-top:40px;
}
.photo_page_overlay{
	margin-top:-645px;	
}
.photo_page_desc{
	background:url(../images/photo_page_individual_desc.png) no-repeat;
	height:130px;
	width:392px;
	margin:-700px auto 640px auto;
}
.photo_page_desc_words{
	height:130px;
	width:320px;
	margin:-750px auto 640px auto;
	font-size:24px;
}
#next{
	width:100px;
	height:100px;
}
#previous{
	width:100px;
	height:100px;
}
#next a{
	float:right;
	position:relative;
	top:-579px;
	left:868px;
	width:68px;
	height:75px;
}
#previous a{
	float:left;
	position:relative;
	top:-458px;
	left:25px;
	width:75px;
	height:73px;
}
/***************RICH MEDIA*******************/
#rich_page_hand a:link{
	background:url(../images/hand_drawn.png) no-repeat;
	float:left;
	margin:30px 40px 40px 40px;
	height:150px;
	width:375px;
}
#rich_page_video a:link{
	background:url(../images/video.png) no-repeat;
	float:left;
	margin-bottom:40px;
	height:300px;
	width:530px;
}
/***************CONTACT PAGE*******************/

#contact_page_letter{
	background:url(../images/Contact_page_letter.png) no-repeat;
	width:1000px;
	height:450px;
	
}
#contact_page_input{
	position:relative;
	top:80px;
	left:85px;
	font-size:24px;
	float:left;
}
#my_info{
	position:relative;
	top:100px;
	left:120px;
	float:left;
	font-size:30px;
}
#send{
	background:url(../images/send_button.png);
	border:#FFF;
}



/*    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 830px;
	height: 398px;
	position: relative;
	margin: 0 auto;
}
.anythingSlider .wrapper {
	width: 831px;
	overflow: auto;
	height: 398px;
	margin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 398px;
	width: 831px;
	margin: 0;
	position:relative;
}
/*.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
*/
#thumbNav {
	position: relative;
	top: 398px;
	text-align: center;
}
#thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #e0a213;
}
#start-stop {
	background: green;
	background-image: url(../images/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 398px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing {
	background-color: red;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

