@import "reset.css";
@import "basics.css";

@font-face {
	font-family: 'psRatioRegRegular';
	src: local('psRatio Reg Regular'), local('psRatioReg'), url('../type/psRatio_Reg.woff') format('woff'), url('../type/psRatio_Reg.otf') format('opentype');
}
@font-face {
	font-family: 'psRatioBoldRegular';
	src: local('psRatio Bold Regular'), local('psRatioBold'), url('../type/psRatio_Bold.woff') format('woff'), url('../type/psRatio_Bold.otf') format('opentype');
}
body {
	font-family: psRatioRegRegular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
}
p {
	font-family: Georgia, Times, serif;
	font-size: 14px;
}
p a:link, p a:visited {
	color: #e63911;
}
p a:hover {
	color: #e63911;
	border-bottom: 1px solid #f95029;
}
a:link, a:visited {
	color: #f9370a;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 50px 10px;
}
#header h1 {
	float: left;
}
#header {
	margin-bottom: 55px;
}
#header .sections {
	float: right;
	margin-left: -30px;
	margin-right: 50px;
	padding-top: 7px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#header .sections li {
	float: left;
	margin-left: 30px;
}
#header .sections li a {
	color: #000;
	padding: 0 3px;
}
#header .sections li a:hover {
	background: #a1a1a1;
	color: #fff;
}
#header .sections li.selected a {
	color: #a1a1a1;
}
#header .sections li.selected a:hover {
	background: #fff;
	color: #a1a1a1;
}
#main {
	margin-bottom: 30px;
}
#main .thumbnails {
	margin-left: -20px;
	margin-bottom: -30px;
}
#main .thumbnails li {
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
}
#main .thumbnails li span {
	display: block;
}
#main .thumbnails li a {
	color: #000;
	display: block;
}
#main .thumbnails li img {
	margin-bottom: 10px;
	background: url(../images/thumb_bg.png) no-repeat;
}
#main .thumbnails li span.proj_title {
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer {
	border-top: 1px solid #cbcbcb;
	padding-top: 15px;	
	text-transform: uppercase;
}
#footer .copyright {
	float: left;
}
#footer .copyright span {
	color: #f9370a;
	font-size: 13px;
	letter-spacing: 1px;
}
#footer .contact {
	float: right;
	color: #838383;
}
#footer .contact span {
	display: block;
}
#footer .contact a {
	font-size: 13px;
	letter-spacing: 1px;	
}
#footer .contact a:hover {
	color: #f9370a;
}

/* HOME
--------------------------------------------------------*/

#main .about {
	margin-bottom: 50px;
}
#main .about .intro {
	float: left;
	width: 700px;
	height: 81px;
	background: url(../images/intro.png) no-repeat;
}
#main .more_about_me {
	float: right;
	width: 220px;
	padding-top: 20px;
}
#main .showcase .header {
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main .showcase .header h2 {
	float: left;
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
}
#main .showcase .header .more {
	float: right;
	margin-top: 2px;
	font-size: 13px;
}
#main .showcase .header .more .arrow {
	position: relative;
	top: -1px;
}

/* WORK
--------------------------------------------------------*/

#main.work .header {
	margin-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 12px;
}
#main.work .header h2 {
	float: left;
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 21px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main.work .header .index {
	float: left;
	padding-top: 6px;
	margin-left: 15px;
}
#main.work .header .nav {
	float: right;
	padding-top: 6px;
	color: #cbcbcb;
}
#main.work .body .desc {
	float: left;
	width: 200px;
	padding-top: 28px;
}
#main.work .body .desc.video_proj,
#main.work .body .desc.single {
	padding-top: 0;
}
#main.work .body .images,
#main.work .body .video {
	float: right;
	width: 620px;
	margin-right: 80px;
}
#main.work .body .images .nav {
	margin-bottom: 10px;
}
#main.work .body .images .nav li {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
#main.work .body .images .nav span {
	float: left;
	line-height: 1.5;
}
#main.work .body .images .nav .prev {
	background: url(../images/projects_nav_prev_on.png);
}
#main.work .body .images .nav .next {
	background: url(../images/projects_nav_next_on.png);
}
#main.work .body .images .nav .next.nav_off {
	background: url(../images/projects_nav_next_off.png);
}
#main.work .body .images .nav .prev.nav_off {
	background: url(../images/projects_nav_prev_off.png);
}
#main.work .body .images .slideshow {
	clear: both;
}
#main.work .body .images .slideshow .wrapper {
	height: 830px;
}

/* ABOUT
--------------------------------------------------------*/

#main.about .basic_info {
	float: left;
	width: 200px;
}
#main.about .basic_info h3 {
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main.about .basic_info .age {
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main.about .basic_info p {
	margin-bottom: 20px;
}
#main.about .basic_info a {
	display: block;
	border-top: 1px solid #cbcbcb;
	padding-top: 15px;
	color: #f9370a;
	letter-spacing: 1px;
	text-align: right;
	text-transform: uppercase;
}
#main.about .basic_info a .arrow {
	position: relative;
	top: -1px;
}
#main.about .text {
	float: left;
	width: 380px;
	margin-left: 40px;
}
#main.about .text h2 {
	width: 312px;
	height: 49px;
	background: url(../images/about_h2.png) no-repeat;
	margin-bottom: 50px;
}
#main.about .photo {
	float: right;
	width: 200px;
	margin-right: 80px;
}
#main.about .photo span {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
}
#main.about .photo img {
	margin-bottom: 5px;
}
#main.about .photo h4 {
	color: #838383;
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/* CONTACT
--------------------------------------------------------*/

#main.contact .talk_to_me {
	float: left;
	width: 200px;
}
#main.contact .talk_to_me h3 {
	margin-bottom: 20px;
	font-family: psRatioBoldRegular, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#main.contact .talk_to_me p {
	margin-bottom: 20px;
}
#main.contact .form {
	float: left;
	margin-left: 40px;
}
#main.contact .form li {
	margin-bottom: 20px;
}
#main.contact .form label {
	text-transform: uppercase;
}
#main.contact .form input[type="text"], #main.contact .form textarea {
	display: block;
	width: 380px;
	border: 1px solid #cbcbcb;
	padding: 5px;
}
#main.contact .form textarea {
	height: 120px;
}
#main.contact .form .submit {
	text-align: right;
}
#main.contact .form input[type="submit"] {
	border: 0;
	padding: 5px 15px;
	background: #000;
	color: #fff;
	font-family: psRatioRegRegular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;

}
#main.contact .form input[type="submit"]:hover {
	background: #f9370a;
}
#main.contact .output {
	float: right;
	width: 200px;
	margin-right: 80px;
}
#main.contact .output h4 {
	float: left;
	margin-bottom: 5px;
	padding: 0 3px;
}
#main.contact .output .error {
	background: #f9370a;
	color: #fff;
}
#main.contact .output .success {
	background: #000;
	color: #fff;
}
#main.contact .output p {
	clear: left;
	float: left;
	font-size: 13px;
}