@import url('reset.css');

/* GENERAL AND TYPOGRAPHY */

body{
	background-image:url(../images/pattern5.png);
	background-position:top center;
	background-repeat:repeat;
	color:#000;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:13px;
	overflow-y:scroll;
}
p{
	color:#000;
	padding:7px;
}
ul{
	padding:7px;
	padding-left:30px;
	padding-top:15px;
}
ul li{
	list-style-type:circle;
	color:#000;
}
a{
	color:#09C;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clr{
	clear:both;
}
.container {
	width:100%;
	margin:0 auto;
}
.header{
	padding-top:10px;
}
h1{
	font-family: 'Rancho', Arial, sans-serif;
	font-size:42px;
	padding:6px;
	text-shadow:0px 0px 2px #000;
	color:#f8f8f8;
	text-align:center;
}
h1 span{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	color:#e3cbfe;
	font-size:18px;
	display:block;
}
h2{
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	color:#000;
	font-size:18px;
	background:#DDD;
	padding:7px;
	border-bottom:1px solid #CCC;
	text-shadow: #fff 2px 2px 2px;
}
h4{
	clear:both;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	font-size:15px;
	padding:7px;
	background-color:#EEE;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
h5{
	padding:7px;
	text-align:center;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	color:#FFF;
	font-size:14px;
	text-shadow:0px 0px 2px #000;
	background-color:#000;
	opacity:0.4;
	width:900px;
	margin:0 auto;
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
img{
	margin:0px;
	padding:0px;
}
.content{
	width:100%;
	position:relative;
	margin:20px 0 0 0;
	clear:both;
}
.box{
	background-color:#FFF;
	margin:10px;
	margin-top:20px;
	-moz-box-shadow: 0 0 2px 1px #BBB;
	-webkit-box-shadow: 0 0 2px 1px #BBB;
	box-shadow: 0px 0px 2px 1px #BBB;
}

/* HOME BUTTON */

#home_container{
	width:1000px;
	margin:0 auto;
	padding-bottom:5px;
}
#home{
	position:absolute;
	display:block;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#EEE;
}

/* ABOUT ME */

.div-scroll{
	height:208px;
	margin-left:2px; 
}
#slides{
	height:120px;
	z-index:100000000;
}
#slides .next, #slides .prev{
	position:absolute;
	display:block;
	right:18px;
	top:0px;
	width:12px;
	height:12px;
	margin-top:34px;
	z-index:100000000;
}
#slides .prev{
	right:34px;
}

/* SOCIAL */

.social{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #FFF;
}
.social_image{
	vertical-align:middle;
	padding:12px;
	margin-right:10px;
	float:left;
}
.social_details{
	padding-top:15px;
}

/* CONTACT */

.contact_image{
	vertical-align:middle;
	margin-right:10px;
}
#form1{
	padding:7px;
}
.field{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
	border:1px solid #b0b0b0;
	padding:4px;
	color:#979797;
	width:179px;
	margin-bottom:10px;
}
.area{
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:12px;
	border:1px solid #b0b0b0;
	padding:4px;
	color:#979797;
	width:179px;
	height:50px;
	margin-bottom:10px;
}
#send{
	width:189px;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size:14px;
	background-color:#09C;
	color:#FFF;
	border:none;
	padding:3px;
	height:25px;
	cursor:pointer;
}
.error{
	border:1px dotted #F00;
}