@font-face{
	font-family:clarendon;
	src:url(fonts/Clarendon-Text-Pro.otf);
	font-style:normal;
}

@font-face{
	font-family:clarendon;
	src:url(fonts/Clarendon-Text-Pro-Italic.otf);
	font-style:italic;
}

*{
	margin:0;
	padding:0;
	list-style:none;
}

*::selection{
	background:#6db39e;
	color:#ffffff;
}

*::-moz-selection{
	background:#6db39e;
	color:#ffffff;
}

p{
	font-family:Arial, Helvetica, sans-serif;
}

#header{
	background:url(image/header-bg.png) repeat-x 0 0;
	height:150px;
}

#header #header-wrapper{
	width:960px;
	margin:0 auto;
}

#header #header-wrapper #logo{
	background:url(image/logo.png) no-repeat;
	display:inline-block;
	text-indent:-9999px;
	width:410px;
	height:84px;
	margin-top:34px;
	position:relative;
	-webkit-transition:opacity 0.2s linear;
	-moz-transition:opacity 0.2s linear;
	-o-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
}

#header #header-wrapper #logo:hover{
	opacity:0.7;
}

#contacts{
	float:right;
	margin-top:50px;
}

#contacts div{
	float:left;
}

#phone{
	background:url(image/phone-icon.png);
	display:block;
	width:40px;
	height:40px;
}

#phone:hover{
	background:url(image/phone-icon.png) 0 -49px;
	display:block;
	//width:200px;
	height:40px;
}

#email a{
	background:url(image/email-icon.png);
	display:block;
	width:40px;
	height:40px;
}

#email a:hover{
	background:url(image/email-icon.png) 0 -50px;
}

#featured{
	background:#ededed url(image/grid-br.png) repeat;
}

#featured-shadow-top{
	background:#ededed url(image/grid-shadow-top.png) repeat-x;
	height:10px;
}

#featured-shadow-bottom{
	background:#ededed url(image/grid-shadow-bottom.png) repeat-x;
	height:10px;
}

#featured-wrapper{
	width:960px;
	height:580px;
	margin:0 auto;
}

#featured-wrapper h2{
	background:url(image/featured-title.png) no-repeat 50%;
	color:#6db39e;
	font:bold 36px Arial, Helvetica, sans-serif;
	margin-top:20px;
	text-indent:-9999px;
}

#featured #slide-wrapper{
	background:#ffffff;
	margin-top:30px;
	width:940px;
	height:380px;
	padding:10px;
	-webkit-box-shadow:0px 0px 10px #c0c0c0;
	-moz-box-shadow:0px 0px 10px #c0c0c0;
	box-shadow:0px 0px 10px #c0c0c0;
}

#skills{
	background-color:#edfdf8;
}

#skills-wrapper{
	width:960px;
	height:300px;
	margin:0 auto;
}

.skill-category{
	color:#555555;
	float:left;
	margin-left:80px;
	margin-top:30px;
	width:200px;
}

.skill-category h3{
	color:#686868;
	font:bold 24px Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}

.skill-category li{
	background:url(image/icon-ok.png) 0 50% no-repeat;
	font:14px Arial, Helvetica, sans-serif;
	border-top:1px solid #cfcfcf;
	padding-left:30px;
	height:30px;
	line-height:30px;
}

.skill-category li:last-child{
	border-bottom:1px solid #cfcfcf;
}

#portfolio{
	background:url(image/stained-black.png) repeat;
}

#portfolio #portfolio-shadow-top{
	background:#393a3a url(image/portfolio-shadow-top.png) repeat-x;
	height:10px;
}

#portfolio-wrapper{
	width:960px;
	height:1140px;
	margin:0 auto;
}

#portfolio-wrapper h2{
	color:#ededed;
	font:bold 36px Arial, Helvetica, sans-serif;
	text-shadow:0px 2px 1px rgba(0,0,0,.5);
	text-align:center;
	margin-top:20px;
}

#portfolio-wrapper #desc{
	color:#6db39e;
	font:italic 18px clarendon, Arial, Helvetica, sans-serif;
	text-shadow:0px 1px 1px rgba(0,0,0,.5);
	text-align:center;
	margin-bottom:100px;
}

.work{
	float:left;
	margin:0 30px 30px 0;
	box-shadow:0px 0px 10px rgba(0,0,0,.75);
	position:relative;
	width:300px;
	height:200px;
	overflow:hidden;
}

.cover{
	position:absolute;
	top:0;
	left:0;
}

.hover{
	background:rgba(0,0,0,.8);
	//background:#6db39e;
	position:absolute;
	top:200px;
	left:0;
	display:block;
	width:260px;
	height:180px;
	padding:10px 20px;
}

.hover p{
	font:16px Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-shadow:0 1px 0 #000000;
}

#description{
	background:#ededed url(image/grid-br.png) repeat;
	border-top:1px solid #ffffff;
}

#description-wrapper{
	width:960px;
	height:400px;
	margin:0 auto;
}

#description-wrapper img{
	width:670px;
	height:269px;
	margin:60px 0;
	left:50%;
	position:absolute;
	margin-left:-335px;
}

#description-wrapper p{
	background:url(image/description-text.png) 0 60px no-repeat;
	width:670px;
	height:329px;
	margin:0 auto;
	text-indent:-9999px;
}

#info{
	background:url(image/stained-black.png) repeat;
}

#info-shadow-top{
	background:#393a3a url(image/portfolio-shadow-top.png) repeat-x;
	height:10px;
}

#info-wrapper{
	color:#ededed;
	font-family:Arial, Helvetica, sans-serif;
	width:960px;
	height:290px;
	margin:0 auto;
	text-align:center;
}

#info-wrapper h2{
	font-weight:bold;
	font-size:36px;
	text-shadow:0 2px 1px rgba(0,0,0,.5);
	margin-top:20px;
}

#info-wrapper h3{
	font-weight:bold;
	font-size:24px;
	margin-top:20px;
}

#info-wrapper p{
	font-size:18px;
	line-height:24px;
}

#info-wrapper p+p{
	font-size:18px;
	font-weight:bold;
	margin-top:20px;
}

#info-wrapper a:link, #info-wrapper a:visited{
	background:url(image/icon-mail.png) 20px 50% no-repeat;
	background-color:#4f4f4f;
	color:#ededed;
	font:bold 18px Arial, Helvetica, sans-serif;
	display:inline-block;
	margin-top:30px;
	padding:10px 20px 10px 60px;
	border-radius:5px;
	text-decoration:none;
	-webkit-transition:background-color 0.2s linear;
	-moz-transition:background-color 0.2s linear;
	-o-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
}

#info-wrapper a:hover, #info-wrapper a:focus{
	background-color:#6db39e;
}

#footer{
	background:#edfdf8;
	border-top:1px solid #ffffff;
	text-align:center;
}

#footer p{
	font:11px Arial, Helvetica, sans-serif;
	color:#555555;
	vertical-align:middle;
	line-height:90px;
}
