body {
	font-family: sans-serif;
	font-size: 15px;
	/* new font-size in ems = 15/15px -> 1.2em */
	/*font-size: 0.9375em;*/
	background: url(/images/head-bg.png) repeat-x transparent;
	padding: 0;
	margin: 0;
	color: #333;
}

a, a:visited, a:link {
	color: #ff5200;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

a:hover {
	color: #FF9F0D;
}

h2 {
	width: 940px;
	height: 300px;
	text-indent: -5000px;
	margin: 0;
}

.clear-block {
	clear: both;
}

.navigation {
	text-indent: -5000px;
	display: block;
	height: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 940px;
	text-align: center;
}

#wrapper div {
	text-align: left;
}

#top {
	height: 251px;
	padding: 0;
	margin: 0;
	position: relative;
}

#top h1 {
	background: url(/images/head.png) no-repeat transparent;
	margin: 0;
	padding: 0;
	height: 251px;
	width: 940px;
	text-indent: -5000px;
	text-align: left;
	position: relative;
}

#top a {
	display: block;
	top: 160px;
	left: 630px;
	width: 210px;
	height: 40px;
	z-index: 10;
	position: absolute;
	text-indent: -5000px;
}


#main-menu {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 251px;
	left: 0;
	background: url(/images/menu-bg.png) repeat-x transparent;
}

#main-menu ul {
	text-align: left;
	width: 940px;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

#main-menu ul li {
	float: left;
	list-style: none;
	width: 220px;
	height: 50px;
	margin-right: 20px;
}

#main-menu ul li.last {
	margin-right: 0;
}

#main-menu a {
	text-shadow: #282828 1px 1px 1px;
	text-decoration: none;
	color: white;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 220px;
	outline: 0 none;
}

#main-menu a:hover {
	background: url(/images/menu-bg-hover.png) repeat-x transparent;
}

#main-menu.fixed {
	position: fixed;
	top: 0;
}

#presentation {
	background: url(/images/presentation-body.png) repeat-y 0 transparent;
	margin-bottom: -15px;
	min-height: 700px;
}

#presentation h2 {
	background: url(/images/presentation-heading.png) no-repeat white;
}

#presentation p {
	margin: 0 0 21px 300px;
	line-height: 1.6;
}

#presentation .ingress {
	font-size: 34px;
	letter-spacing: -1px;
	line-height: 35px;
	margin: 0 0 25px 0;
	margin: -170px 0 20px 300px;
	font-weight: normal;
}

#presentation .quote {
	position: absolute;
	background: url(/images/presentation-quote.png) no-repeat transparent;
	margin: 0 0 0 29px;;
	top: 601px;
	padding: 110px 20px 0 20px;
	width: 171px;
	font-size: 14px;
	color: #6f6f6f;
	height: 316px;
	z-index: -1;
	text-align: left;
}

#presentation .quote span{
	line-height: 1;
	font-style: italic;
}

#presentation .quote span.author {
	line-height: 4.5;
	font-style: normal;
}

#portfolio {
	background: url(/images/portfolio-body.png) repeat-y transparent;
	padding-bottom: 1px;
}


#portfolio h2 {
	background: url('/images/portfolio-heading.png') no-repeat white;
}

#portfolio p {
	line-height: 1.6;
	width: 640px;
	float: left;
	margin: 0 0 21px 0;
}

#portfolio h3 {
	font-size: 60px;
	font-weight: normal;
	margin: 40px 0 23px -2px;
	line-height: 0.8;
	float: left;
	width: 940px;
	color: #444444;
	letter-spacing: -2px;
}

#portfolio .skills {
	float: right;
	width: 185px;
	padding: 0 30px 99px 50px;
	margin: 0 0 0 30px;
	line-height: 1.6;
	border-left: solid 5px #ccc;
}

#portfolio .skills li.title {
	list-style: none;
	margin-left: -18px;
}

#portfolio .skills li.title h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
}

#portfolio .skills li {
	list-style-image: url(/images/portfolio-check.png);
}

#portfolio .work-images {
	padding: 0;
	margin: 12px 0 45px 0;
	width: 640px;
	height: 130px;
	float: left;
}

#portfolio .work-images li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	margin-right: 20px;
}

#portfolio .work-images li.last {
	margin-right: 0;
}

#portfolio .work-images li a {
	background-color: #ccc;
	width: 190px;
	padding: 5px;
	height: 120px;
	display: block;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
}

#portfolio .work-images li a:hover {
	background-color: #777;
}


/* remove */
#portfolio a.gallery {
	display: block;
	color: #6F6F6F;
	padding: 0 0 0 20px;
	width: 210px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/portfolio-arrow_right.png) no-repeat 200px 19px #F6F6F6;
	background-color: #F6F6F6;
	margin: 0 0 40px 0;
	clear: both;
	height: 50px;
	line-height: 50px;
}

#portfolio a.gallery:hover {
	text-decoration: none;
	background: url(/images/portfolio-arrow_right_hover.png) no-repeat 200px 19px #FF5100;
	color: white;
}
/* remove */

#media h2 {
	background: url(/images/media-heading.png) no-repeat white;
}

#media h4 {
	display: inline;
}

#media {
	background: url(/images/presentation-body.png) repeat-y 0 transparent;
}

#media h3 {
	font-size: 60px;
	font-weight: normal;
	line-height: 0.8;
	margin: 40px 0 23px 0;
	color: #444444;
}

#twitter, #google-reader {
	width: 640px;
	float: right;
	color: #6f6f6f;
}

#twitter ol, #google-reader ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.6;
}

#twitter li {
	padding: 13px;
}

#twitter li img {
	float: left;
	margin-right: 13px;
	border: 0;
}

#twitter p, #google-reader p  {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#twitter li.even, #google-reader li.even {
	background-color: #f6f6f6;
}

#twitter h4, #google-reader h4 {
	margin: 0;
}

/*#google-reader p a {
	display: inline;
}

#google-reader a {
	display: block;
	padding: 13px;
	text-decoration: none;
	color: #6f6f6f;
}

#google-reader a:hover {
	color: white;
	background-color: #ff5100;
}*/

#contact {
	background: url(/images/portfolio-body.png) repeat-y 0 transparent;
}

#contact-form .success {
	margin: 30px 0 30px 0;
	border: 1px solid #BBEE77;
	background: url(/images/contact-success.png) no-repeat #F8FFF0;
	color: #234600;
	background-position: 20px 10px;
	padding: 15px 15px 15px 70px;
}

#contact-form .error {
	margin: 30px 0 30px 0;
	border: 1px solid #ED541D;
	background: url(/images/contact-error.png) no-repeat #FEF5F1;
	color: #8C2E0B;
	background-position: 20px 10px;
	padding: 15px 15px 15px 70px;
}

#contact-form .error li,
#contact-form .success li {
	padding: 0;
	margin: 0 0 5px 0;
	list-style: none;
}

#contact h2 {
	background: url(/images/contact-heading.png) no-repeat white;
	margin-bottom: 50px;
}

#contact p {
	width: 640px;
	line-height: 1.6;
}

#contact-form {
	width: 640px;
}

#contact-form ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#contact-form ol li {
	float: left;
}

#contact-form ol li.name, #contact-form ol li.email {
	width: 300px;
}

#contact-form ol li.name {
	margin-right: 30px;
}

#contact-form ol li.message {
	width: 640px;
}

#contact-form label {
	display: block;
	font-weight: bold;
	font-size: 18px;
}

#contact-form input {
	height: 20px;
	width: 280px;
	font-size: 15px;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 3px 0 20px 0;
	display: block;
}

#contact-form textarea {
	width: 610px;
	height: 200px;
	margin: 3px 0 20px 0;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 15px;
	font-family: sans-serif;
}

#contact-form input#submit {
	height: 40px;
	width: 150px;
	cursor: pointer;
	outline: 0 none;
}

#contact .vcard {
	width: 170px;
	float: right;
	margin: 0 0 0 60px;
	padding: 115px 35px 0 35px;
	background: url(/images/presentation-quote.png) no-repeat transparent;
	height: 201px;
	line-height: 1.5;
	color: #6f6f6f;
}

#contact .vcard a {
	text-decoration: none;
	color: #6f6f6f;
}

#contact .vcard a:hover {
	color: #ff5100;
	text-decoration: underline;
}

footer {
	background: url(/images/portfolio-body.png) repeat-y 0 transparent;
	margin-top: -15px;
	height: 500px;
}


































































