/*--------------
Angelsea Saby | www.angelseacreative.com
A healthy balance of Markup and Design for the World Wide Web.

Props: Sticky Footer Solution by Steve Hatcher, http://stever.ca
http://www.cssstickyfooter.com
----------------*/

* {margin:0;padding:0;} 

html, body, #wrap {height: 100%;} 

body > #wrap {height: auto; min-height: 100%;} 

#main {padding-bottom: 56px;} 

body {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color:#3f3f3f;
	margin:0 auto; 
	background: url(../images/body-bg.jpg) 0 0 repeat-x;
}

.footer { 
	position:relative;
	background:url(../images/footer-bg.jpg) repeat-x #1d1918;
	margin-top: -56px; 
	height:56px;
	clear:both;
}
/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*footer stick, requirements: END //////////*/
small { font-size:1.0em; }
p {
	font-size: 1.2em;
	line-height: 1.6;
	margin:10px 0;
}
p.introtxt {
	font: 1.9em/1.3 Times New Roman, serif;
	padding: 0 0 18px 0;
	color:#86328d; 
}

h1, h2, h3, h5, h5, h6 {
	margin:0;
	}
h1.logo {
	position:relative;
	overflow: hidden;
	/*for some reason, adding a TOP margin here throws off the sticky footer in Mac/FF/Safari...
	and Win IE6/7/8 do not like position:relative - overflow:hidden fixes this...wonderful*/
	display:block;
	margin:-85px 0 0 -40px; 
	width:225px;
	height:130px;
	background:url(../images/angelsea-logo.gif) top right no-repeat;
}

.skills li span, .logo span { /*hide text*/
	position:absolute;
	text-indent:-9999px;
}	
h2 {
	font-size:1.5em;
	}
h3 {
	text-transform:uppercase;
	font-size:11px;
	font-weight: normal;
	margin:0 0 10px 0;
	}
h5 {
	font-size:20px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 -5px 0;
	}
h5 strong {
	display:block;
	margin:8px 0 0 0;
	}
a {
	color:#3f3f3f;
}
a:hover {
	color:#000;
	}
.info a {
	font-size:1.1em;
}
/*div, span, p, h1, h2, h3, h5, h5, h6, ul, ul li, ol, ol li {
	position:relative;
	}*/

dl, dl dd, dl dt {
	margin:0;
	padding:0;
	text-indent:0;
	}
address {
	font-style:normal;
	margin:15px 0 15px 0;
	padding:6px 0 0 0;
	border-top:1px dotted #999;
	font-size:inherit;
	font-size:1.3em;
	display:block;
}
label { border:1px solid red;
	display:block;
	width:100px;
	font-size:1.7em;
}
label, input {
	float:left;
}	
input, textarea {
	width:250px;
	height:20px;
}
textarea {
	height:100px;
}
fieldset li {
	display:block;
	min-height:45px;
	height:auto!important;
	height:45px;
	border:1px solid black;
	
}
.submit {
	position: relative; 
	font-size:1.5em;
	height:40px;
	width:175px;
	margin:5px 0 0 102px;
}	
.clear {
	clear:both;
	}
/* STRUCTURE
----------------------------*/
.print {
	display: none;
}

.formslider {
	padding: 0 0 20px 0;
	background: url(../images/modal-bg.jpg) 0 0 repeat-x #2d152f;
}

.info, .skills {
	margin-top:115px;
}

.info { 
	padding-left:76px;
	margin-top:100px;
}

.skills {
	padding-top:37px;
}
.skills p {
	margin:0;
}
.skills strong {
	text-transform: uppercase;
	color:#6f6f6f;
	font-size:0.9em;
	padding-right:5px;
}
.skills em {
	font-size:1.0em;
	color:#6f6f6f;
}
.skills li { 
	position:relative;
	display:block;
	background: url(../images/skills-bg.jpg) 0 0 no-repeat;
	padding:6px 0;
}
.carousel { 
	margin:30px 0 0 80px;
		min-height:87px;
	  	height:auto !important;
		height:87px;
	width:780px!important;
	background:url(../images/carousel-bg.gif) 1px 0 no-repeat;
}
.carousel p {
	color:#ebe2d3;
	position:relative;
	margin:48px 0 0 24px;
	padding:0;
	width:140px; 
	float:left;
}
.carousel .samples {
	margin:12px 0 0 195px;
}
.carousel .samples li, .carousel .samples li a {
	display:block; 
	width:71px;
	height:61px;
}
.carousel .samples li {
	margin: 0 25px 0 0;
	float:left;
}

.socialmedia {
	padding-top:20px;
	display:block;
	height:35px;
}
.socialmedia li, .socialmedia li a {
	display:block; 
	width:30px;
	height:30px;
}
.socialmedia li {
	float:left;
	margin: 0 10px 0 0;
	background: none;
}


.socialmedia li a.url.delicious { background:url(../images/icon-delicious.png) 0 0 no-repeat;}
.socialmedia li a.url.twitter { background:url(../images/icon-twitter.png) 0 0 no-repeat;}
.socialmedia li a.url.linkedin { background:url(../images/icon-linkedin.png) 0 0 no-repeat;}


/* folio 
______________________*/
body.folio {
	background:none;
}

body.folio {
	height: auto;
}
.folio #main { 
	/*margin-top:50px;
	width:700px;
	margin-left:240px;*/
	width:700px;
	margin:0 auto;
	margin-top:50px;
	position: relative;
	text-align: center;
}
.folio .nav {
	left:0;
	padding:45px 15px 15px 15px;
	margin-left:20px;
	margin-top:-50px;
	background: #fff;
	position: fixed;
	width:130px;
	-moz-box-shadow: 2px 2px 2px #bababa;
}

.folio .desc {
	font-size:0.9em;
}

/* misc */
.errortext {
	position: relative;
	margin-top:35px;
}
.errortext p {
	margin-top:184px;
	font-size:14px;
	line-height: 2.0;
	
}
.errortext a {
	font-size:12px;
	padding-top:15px;
	color:#86328D;
}
.errortext img, .errortext p {
	float:left; 
	margin-right:20px;
}









