/* General Style */

body{
	background:url(../images/bg-body.jpg) repeat top left;
	color:#000;
	font-size:12px;
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1{
	margin:15px;
	font-size:44px;
	color:#EEE;
	font-family: 'Lobster', sans-serif;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	font-weight:normal;
}
h1 span{
	font-size:13px;
	display:block;
	color:#b0ccc6;
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
}
h2{
	font-size:18px;
	color:#000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom:15px;
	font-weight:normal;
}
h5{
	font-size:14px;
	color:#b0ccc6;
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;
	text-shadow:1px 1px 1px #000;
	text-align:center;
	padding:7px;
	background:url(../images/tile-light.png);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0 0 5px #111;
	-webkit-box-shadow: inset 0 0 5px #111;
	box-shadow: inner 0 0 5px #111;
	text-shadow: #000 2px 2px 2px;
}
p{
	font-size: 14px;
	font-family: "Terminal Dosis", "Georgia","Times New Roman",serif;

}
.center{
	text-align:center;
}

/* Footer boxes */

.footer-box{
	float:left;
	width:480px;
	margin-top:30px;
	margin-bottom:20px;
	background:url(../images/tile-light.png);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: inset 0 0 5px #111;
	-webkit-box-shadow: inset 0 0 5px #111;
	box-shadow: inner 0 0 5px #111;
}
.footer-box h2{
	color:#FFF;
	margin-bottom:3px;
}
.footer-box p{
	font-size:14px;
	color:#b0ccc6;
	line-height:25px;
}
#footer-box1{
	height:auto;
}
#footer-box2{
	margin-left:30px;
	overflow:auto;
}

/* About me */

.about-box{
	float:left;
	width:152px;
	margin-left:35px;
	margin-top:20px;
	padding:10px;
	background-color:#97AFAB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.about-image{
	width:168px;
	padding:2px;
	background-color:#FFF;
	margin-bottom:15px;
	margin-left:-20px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#buttons{
	margin-top:20px;
}
.button{
	display:block;
	margin-left:35px;
	float:left;
	width:172px;
	height:28px;
	background-image:url("../images/button.png");
	background-repeat:no-repeat;
	text-align:center;
	font-size:14px;
	padding-top:8px;
}

/* Portfolio */

.portfolio-box{
	float:left;
	width:255px;
	margin-left:35px;
	margin-top:20px;
	padding:10px;
	padding-bottom:5px;
	background-color:#97AFAB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.portfolio-text{
	padding:5px;
	background-color:#97AFAB;
}
.portfolio-text h2{
	margin-bottom:2px;
	margin-top:-5px;
	margin-right:-25px;
	background-color:#333;
	color:#EEE;
	padding:5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-shadow: #000 2px 2px 2px;
}
.portfolio-text p{
	margin-top:0px;
	font-size:13px;
}
.portfolio-image{
	float:left;
	width:168px;
	height:90px;
	padding:2px;
	margin-left:-20px;
	margin-right:10px;
	background-color:#FFF;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.overlay{
	position:absolute;
	display:none;
	width:168px;
	height:90px;
}
#slider{
	height:295px;
	background-image:url("../images/loader.gif");
	background-position:center;
	background-repeat:no-repeat;
}
.panel{
	background-color:#b0ccc6;
}
#portfolio-quotes{
	float:left;
	padding:10px;
	background-color:#97AFAB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin-left:35px;
	width:450px;
}
#panel-nav{
	float:right;
	margin-right:20px;
	padding:10px;
	background-color:#97AFAB;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#panel-nav p{
	float:left;
	margin-right:5px;
}
#panel-nav a{
	float:left;
	display:block;
	padding:4px;
	width:15px;
	text-align:center;
	margin-left:5px;
	background-color:#EEE;
	-moz-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 3px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px rgba(0,0,0,0.2);
}

/* Social */

#vcard{
	background-color:#97AFAB;
	float:left;
	width:360px;
	height:300px;
	margin-left:35px;
	margin-top:20px;
	padding:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.social-image{
	float:left;
	width:168px;
	padding:2px;
	background-color:#FFF;
	margin-bottom:2px;
	margin-right:10px;
	margin-left:-20px;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.socia-text{
	float:right;
}
#social-items{
	float:left;
	margin-top:20px;
	margin-left:35px;
}
#social-items li{
	display:block;
	margin-bottom:21px;
}

/* Contact */

.contact-box{
	margin-left:35px;
	margin-top:20px;
	width:275px;
	float:left;
}
#map{
	width:271px;
	padding:2px;
	background-color:#FFF;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
#form1{
	margin-left:35px;
	margin-top:35px;
}
.formBox{
	float:left;
	width:180px;
}
#formBox1,#formBox2{
	margin-right:20px;
}
label{
	font-size:14px;
	color:#000;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.field{
	border:1px solid #b0ccc6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 3px #666;
	-webkit-box-shadow: inset 0 0 3px #666;
	box-shadow: inner 0 0 3px #666;
	padding:8px;
	padding-right:25px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:148px;
	margin-top:3px;
	background-color:#97AFAB;
}
.area{
	border:1px solid #b0ccc6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 3px #666;
	-webkit-box-shadow: inset 0 0 3px #666;
	box-shadow: inner 0 0 3px #666;
	padding:8px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	width:170px;
	height:82px;
	margin-top:4px;
	background-color:#97AFAB;
}
#send{
	border:1px solid #1a1a1a;
	background-color:#1a1a1a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #CCC;
	-webkit-box-shadow: 2px 2px 2px #CCC;
	box-shadow: 2px 2px 2px #CCC;
	padding:8px;
	font-size:12px;
	color:#FFF;
	width:187px;
	cursor:pointer;
}
.error{
	border:1px solid #F00;
}
#name{
	background-image:url(../images/form/user.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#subject{
	background-image:url(../images/form/library.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#email{
	background-image:url(../images/form/email.png);
	background-repeat:no-repeat;
	background-position:right center;
}
#website{
	background-image:url(../images/form/world.png);
	background-repeat:no-repeat;
	background-position:right center;
}