@charset "utf-8";
/* 
Vision Studio
Author: Tim Martin
Author URL: http://www.visionstudio.com.au 
*/

body {
	margin:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#666;
	background:url(images/darkwood.jpg) top center;
}

.wrap {
	width:817px;
	margin:0 auto;
}

#header {
	height:319px;
	background:url(images/bg_header.png) top right no-repeat;
	padding-top:32px;
}

.greyhead {
	height:29px;
	background:#A7A8AC;
}

#content {
	padding:21px 0 10px 0;
}

#contentprofile {
	background:url(images/bg_projects.png) bottom center no-repeat;
	margin-bottom:27px;
	padding:11px 0 10px 0;
	font-size:16px;
	font-style:italic;
	line-height:170%;
}

#contentcontact {
	background:url(images/bg_projects.png) bottom center no-repeat;
	margin-bottom:27px;
	padding:11px 0 28px 0;
	font-size:14px;
	font-style:italic;
}

#contentcontact p {
	margin-top:0;
}

#contentcontact input, #contentcontact textarea {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:36px;
	color:#666;
}

.left {
	width:255px;
	margin:0 26px 0 0;
	float:left;
}

.center {
	width:255px;
	margin:0 26px 0 0;
	float:left;
}

.right {
	width:255px;
	margin:0 0 0 0;
	float:left;
}

.projectsimg {
	height:178px;
	background:#FFF;
	margin-bottom:14px;
}

.projectstitle {
	height:29px;
	background:#F47820;
	line-height:29px;
	color:#FFF;
	padding-left:10px;
}

.projectsdesc {
	height:30px;
	background:url(images/bg_projectsdesc.png) top left no-repeat;
	line-height:30px;
	color:#666;
	padding-left:15px;
	margin-bottom:15px;
}

#content p {
	margin:0;
}

#welcome {
	background:url(images/bg_projects.png) bottom center no-repeat;
	height:312px;
	margin-bottom:29px;
}

#footer {
	font-style:italic;
	margin-bottom:35px;
	line-height:170%;
}

.footerhead {
	height:30px;
	background:#58595B;
}

#friends {
	padding:5px;
	color:#F47820;
}

#hello {
	padding:5px;
	color:#F47820;
}

#junk {
	padding:4px;
	color:#F47820;
}

#junk input {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#F47820;
	background: none;
}

#name, #email {
	width:99%;
}

#hello b {
	color:#FFF;
}

.clr {
	clear:both;
}

.orange {
	color:#F47820;
}

a:link {
	color:inherit;
	text-decoration:none;
}

a:active {
	color:inherit;
	text-decoration:none;
}

a:visited {
	color:inherit;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:underline;
}

#nav_home {
	width:384px;
	height:71px;
	background:url(images/nav_home.png) top left no-repeat;
}

#nav_home:hover {
	width:384px;
	height:71px;
	background:url(images/nav_home.png) bottom left no-repeat;
}

#nav_profile {
	width:385px;
	height:71px;
	background:url(images/nav_profile.png) top left no-repeat;
}

#nav_profile:hover {
	width:385px;
	height:71px;
	background:url(images/nav_profile.png) bottom left no-repeat;
}

#nav_work {
	width:441px;
	height:69px;
	background:url(images/nav_work.png) top left no-repeat;
}

#nav_work:hover {
	width:441px;
	height:69px;
	background:url(images/nav_work.png) bottom left no-repeat;
}

#nav_contact {
	width:441px;
	height:73px;
	background:url(images/nav_contact.png) top left no-repeat;
}

#nav_contact:hover {
	width:441px;
	height:73px;
	background:url(images/nav_contact.png) bottom left no-repeat;
}

#quote {
	float:right;
	margin-top:180px;
	width:208px;
	height:135px;
	background:url(images/quote.png) top right no-repeat;
}

#quote:hover {
	float:right;
	margin-top:180px;
	width:208px;
	height:135px;
	background:url(images/quote.png) bottom right no-repeat;
}

img {
	border:0;
}

.left2 {
	width:536px;
	margin:0 26px 0 0;
	float:left;
}

.left2 p {
    line-height:150%;
}

.right2 {
	width:255px;
	margin:0 0 0 0;
	float:left;
}

.orange {
	color: #f47820;
}

h1 {
	font-size: 90px;
	color: #FFF;
	font-weight: bold;
	margin:30px 0 30px 0;
}

h2 {
	font-size: 17px;
	color: #FFF;
	font-weight:lighter;
	font-style: italic;
	margin:30px 0 30px 0;
}

.newdivide {
	border-bottom: 1px solid #333;
	margin: 30px 0 30px 0;
}

#newhead {
	height: 65px;
	border-bottom: 1px solid #333;
}

#newhead a:link, #newhead a:active, #newhead a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

#newhead a:hover {
	color: #f47820;
	text-decoration: none;
	font-weight: bold;
	margin-right: 10px;
}

#newfoot {
	height: 65px;
	border-top: 1px solid #333;
	color: #666;
}

#newfoot a:link, #newfoot a:active, #newfoot a:visited {
	color: #f47820;
	text-decoration: none;
}

#newfoot a:hover {
	color: #FFF;
	text-decoration: none;
}

#newfoot p, #newhead p {
	margin:0;
	line-height: 65px;
}

.floatr {
	float: right;
}

