/*   
Theme Name: Ellamint
Theme URI: http://ellamintdesign.com
Description: Placeholder site for Ellamint
Author: Joe Godbee
Author URI: http://joegodbee.com
Version: 1.0
*/

/*///////////////////////////////////////////////
	Reset
////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul { list-style: none; }

/*///////////////////////////////////////////////
	Temp Site Styles
////////////////////////////////////////////////*/

body {
	background: url('img/background.jpg') #f5f3f0;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #89898c;
	-webkit-text-size-adjust: none;
	}
	
#wrapper {
	background: url('img/container-bg.jpg') no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 517px;
	margin-top: -258px;
	margin-left: -400px;
	overflow: hidden;
	}
	
#home #wrapper {
	text-align: center;
	}
	
#about #wrapper {
	text-align: left
	}
	
#about {
	margin: 40px 0 0 0;
	padding: 0 50px;
	}
	
a {
	color: #e17a73;
	}
	
a:hover {
	color: #cc534b;
	}
	
h1, h2, h3, h4, h5, h6 {
	text-indent: -9999px;
	}
	
h1#logo {
	background: url('img/ellamint-logo.jpg') no-repeat;
	height: 83px;
	width: 568px;
	margin: 58px auto 20px auto;
	}
	
h2#tagline {
	background: url('img/get-copy.jpg') no-repeat;
	height: 25px;
	width: 420px;
	margin: 0 auto 20px auto;
	}
	
h2#two-sides {
	background: url('img/two-sides.jpg') no-repeat;
	height: 13px;
	width: 218px;
	margin: 0 0 10px 0;
	}
	
h3#holla {
	background: url('img/hey-girl.jpg') no-repeat;
	height: 15px;
	width: 137px;
	margin: 20px auto;
	}
	
p.definition {
	clear: both;
	font-size: 11px;
	padding: 0 65px;
	}
	
ul.social-media {
	position: relative;
	width: 160px;
	margin: 0 auto;
	overflow: hidden;
	}
	
ul.social-media li {
	float: left;
	margin: 0 5px;
	}
	
ul.social-media li a {
	background: url('img/social-media-icons.jpg') no-repeat;
	display: block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	}
	
ul.social-media li a#pinterest { 
	background-position: -31px 0;
	}
	
ul.social-media li a#facebook { 
	background-position: -62px 0;
	}
	
ul.social-media li a#twitter { 
	background-position: -93px 0;
	}
	
#mc_embed_signup {
	width: 590px;
	margin: 10px auto 30px auto;
	overflow: hidden;
	}
	
#form-field {
	background: url('img/form-field-bg.jpg') no-repeat;
	position: relative;
	float: left;
	height: 75px;
	width: 427px;
	color: #7a7e8f;
	}
	
#mce-EMAIL {
	display: block;
	position: absolute;
	top: 32px;
	left: 25px;
	width: 385px;
	padding: 7px 0;
	font-size: 14px;
	color: #7a7e8f;
	border: 0!important;
	}
	
#mce-EMAIL:focus {
	outline: none;
	}

#mc-embedded-subscribe {
	background: url('img/submit.jpg') no-repeat;
	display: block;
	float: left;
	position: relative;
	top: 27px;
	height: 47px;
	width: 150px;
	margin: 0 0 0 10px;
	border: 0;
	text-indent: -9999px;
	}
	
#mc-embedded-subscribe:hover {
	cursor: pointer;
	}

img#kristin-geneva {
	float: left;
	}	
	
.about-content {
	float: right;
	width: 470px;
	overflow: hidden;
	}
	
.about-content p {
	font-size: 12px;
	margin: 0 0 15px 0;
	}
	
.about-content .social-media {
	float: left;
	margin: 0 20px 0 0;
	}
	
a#return {
	line-height: 26px;
	}
