/*-----------------------------------------------------------------------------
Title of Site

version:   4.0
author:	   Jacob Ward
email:	   jake@jacob-ward.com
website:   http://www.jacob-ward.com
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*general*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #000;
	padding: 0;
	font: 62.5%/1.6 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0;
}

a img {
	border: 0;
}

img {
	padding: 0;
	margin-right: 0;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #69def9;
}

#intro {
	position: fixed;
	bottom: 0;
	left: 985px;
	width: 215px;
	z-index: 2;
}

#name_logo {
	border-top: 5px solid #000;
	display: block;
	position: fixed;
	top: 0;
	left: 985px;
	width: 215px;
	height: 450px;
	z-index: 1;
	background: transparent url('../images/name.jpg') top left no-repeat;
}

#intro h1 {
	font-size: 16px;
	width: 215px;
	padding-top: 20px;
	border-top: 5px solid #000;
}

#intro h2 {
	font-size: 12px;
	line-height: 18px;
	width: 215px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

#intro p {
	padding-top: 15px;
	font-size: 12px;
	line-height: 18px;
	width: 215px;
	font-weight: 400;
	padding-bottom: 25px;
/*	border-bottom: 5px solid #000;*/
	
}

#header {
	width: 935px;
	height: 215px;
	border-top: 5px solid #000;
}

#header h1 {
	float: left;
	width: 215px;
	height: 215px;
	background: transparent url('../images/logo.jpg') top left no-repeat;
	text-indent: -9999px;
	margin-right: 25px;
}

#navigation {
	padding-top: 20px;
	font-size: 16px;
	font-weight: 500;
}

#navigation a {
	color: #000;
}

#navigation a:hover {
	color: #69def9;
}

#about, #contact, #feed, #links {
	border-top: 5px solid #000;
	width: 935px;
	margin-left: 25px;
}

#contact {
	position: relative;	
}

.close {
	text-indent: -9999px;
	display: block;
	width: 102px;
	height: 41px;
	background: transparent url('../images/close.png') left top no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
}

.close:hover {
	width: 102px;
	height: 41px;
	background: transparent url('../images/close.png') left -44px no-repeat;
}

#movie {
	margin: 30px 0;
}

#movie p {
	font-size: 12px;
	color: #AAAAAA;
}

#feed {
	padding-top: 19px;
	font-size: 12px;
}

#feed li {
	width: 213px;
	height: 120px;
	margin: 0 10px;
	float: left;
}

.twitterTime {
	display: block;
	font-size: 10px;
	color: #69def9;
}


#links {
padding-top: 25px;	
}

#links ul {
	font-size: 16px;
	width: 215px;
	padding-bottom: 25px;
	margin-right: 25px;
	float: left;
}

#links li {
	padding: 1px 0;
}

#links .last {
	margin: 0!important;
}


#contact {
	font-size: 16px;
	padding-top: 25px;
}


#contact h3 { 
	width: 455px;
	font-size: 36px;
	line-height: 40px;
}


.social_one {
	position: absolute;
	left: 505px;
	top: 30px;
}

.social_two {
	position: absolute;
	left: 613px;
	top: 30px;
}

#contact_info {
	position: absolute;
	left: 745px;
	top: 30px;
}

.name_info span{
	color: #AAAAAA;
}

form {
	position: relative;
	margin-top: 25px;
	width: 935px;
	background: transparent url("../images/contact.jpg") 6px top no-repeat;
	height: 230px;
}

label {
	width: 411px;
	padding: 10px 0 4px 0;
	font-size: 16px;
	float: left;
	display: block;
}


input {
	display: block;
	clear: both;
	width: 445px;
	background:transparent url('../images/line.png') repeat scroll 0 0;
	color:#000;
	border: 1px solid transparent;
	font-size: 24px;
	padding: 5px;
	
}

textarea {
	height: 108px;
	max-height:108px !important;
	width: 445px;
	max-width:455px !important;
	font-size: 24px;
	background:transparent url('../images/line.png') repeat scroll 0 0;
	color:#000;
	border: 1px solid transparent;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	padding: 5px;
}

.form_left {
	float: left;
	width: 455px;
}

.form_right {
	float: right;
	width: 455px;
}

textarea:focus, input:focus {
	background: transparent none repeat scroll 0 0;
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #555;
}

#submit {
	position: absolute;
	top: 195px;
	left: 810px;
	font-size: 38px;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
	background-image: none;
	width: 120px!important;
	cursor: pointer;
}

#submit:hover {
	color: #69def9;
	text-shadow: 1px 1px 2px #ccc;
}

#returnmsg{
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	position: absolute;
	left: 30px;
	top: 380px;
	width: 700px;
	font-size: 16px;
	line-height: 20px;
}

.success {
	color: #AAAAAA;
	text-shadow: 1px 1px 1px #ccc;
}
.error p{
	color: #fb5757;
	text-shadow: 1px 1px 1px #ccc;
}

.errorfield {
	border: 1px solid #fb5757;
	background-color: rgba(255, 0, 77, 0.3);
}

#main {
	width: 935px;
	margin-left: 25px;
	min-height: 270px;
}

.line {
	display: block;
	height: 5px;
	width: 935px;
	background: transparent url('../images/work_line.gif') top left no-repeat;
}

/*#portfolio {
	border-top: 1px solid #000;
	padding-top: 50px;
}*/

.work {
	width: 936px;
	position: relative;
	color: #fff;
}

.work a {
	color: #fff;
}


.work_info {
	display: none;
	padding: 30px;
	position: absolute;
	background: url('../images/trans.png');
	height: 507px;
	left: 0;
	top: 0;
	width: 300px;
	font-size: 13px;
	line-height: 20px;
	z-index: 1000;
}

.work_info h2 {
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 12px;
}

.work_info h3 {
	font-size: 16px;
	font-weight: 500;
	color: #69def9;;
}

.work_info p {
	margin-bottom: 12px;
	font-size: 12px;
}

.work_info a {
	font-weight: 600;
	color: #aaa;
	font-size: 13px;
}

.work_info a:hover {
	color: #69def9;
}


.image_nav {
	position: absolute;
	bottom: 30px;
	right: 30px;
/*	width: 300px;*/

}

.image_nav a {
	margin-left: 20px;
	font-size: 28px;
}

.image_nav a:hover {
	padding-bottom: 5px;
	border-bottom: 2px solid #69def9;
}

/*.prev {
	float: left;
}

.next {
	float: right;
}*/


.images {
	background: #525252;
	margin-top: 0;
	width: 935px;
	height: 566px;
	border: 1px solid #525252;
}


#workone {
	padding: 50px 0;
}

#worktwo {
	padding: 50px 0;
}

#workthree {
	padding: 50px 0;
}

#workfour {
	padding: 50px 0;
}


#workfive {
	padding: 50px 0;
}


#worksix {
	padding: 50px 0;
}


/*top link*/


a.top_link {
	display: block;
	display: none;
	z-index: 9999; 
	position: fixed;
	top: 100%;
	margin-top: -70px;
	left: 100%;
	margin-left: -80px;
	width: 51px;
	height: 51px;
	background: transparent url('../images/top.png') left top no-repeat;
	font-size: 42px;
	text-align: center;
	text-indent: -9999px;
	color: #fff;
}


a.top_link:hover {
	opacity: 1;
	color: blue;
	text-decoration: none;
	background: transparent url('../images/top.png') left -51px no-repeat;
}

/*misc*/

strong {
	font-weight: 800;
}

.clear {
	clear: both;
	line-height: 0px;
	padding: 0;
	margin: 0;
	height: 0;
	display: block;
	overflow: hidden;
	}
	
.errorfield {
  border: 1px solid red;
}


/*404*/


#errorparagraph {
	width: 695px;
	position: absolute;
	top: 30px;
	left: 265px;
	font-size: 26px;
	font-weight: 100;
}

#errorparagraph a {
	font-weight: 800;
	color: #000;
}

#errorparagraph a:hover {
	color: #69def9;
}

#four_o_four h1 {
	width: 935px;
	height: 140px;
	background: transparent url('../images/fourofour.jpg') left top no-repeat;
	text-indent: -9999px;
}

#url_404 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2px;
	font-weight: 600;
	margin: 40px 0;
	padding: 20px;
	width: 895px;
	background: transparent url('../images/line.png') left top repeat;
}

#four_o_four h2 {
	width: 935px;
	height: 201px;
	background: transparent url('../images/error404.jpg') left top no-repeat;
	text-indent: -9999px;
	margin-bottom: 40px;
}
