/*
Theme Name: zoeycouture.com
Template Name: style.css
Author: Susie Lin
Author URI: http://www.susielin.ca

*/

/* Meyer's CSS Reset  v1.0 | 20080212 
*/
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* MAIN CSS */
body {
	background-color: rgb(24,23,28); /* dark blue need to be in different templates*/
	font-size: 14px;  /* reduces the body text from the 16px default (common to most browsers and OS set-ups) down to the 12px. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
}
a, a:visited {
	text-decoration: none;
	border: none;
	color: rgb(191,215,91);
}
a:hover {
	text-decoration: none;
	color: rgb(0,176,216);
}
a img {
	border: none;
}
img {
	padding: 0;
}
.clear {
	clear: both;
}
hr {
	margin:30px auto 30px auto;
	display: block;
	height: 3px;
	width:224px;
	border: none;
	background:transparent url(/wp-content/themes/zoeycouture/images/hr.png) no-repeat center center;
}
/* Typography
--------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: QuicksandLight, Verdana, Geneva, sans-serif;
	color: rgb(191,215,91);
	font-weight: normal;
}
h1 {
	font-size: 23px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
h2 {
	font-size: 23px;
	margin-bottom: 5px;
}
h3 {
	font-size: 24px;
	margin-bottom: 5px;
}
h4 {
	font-family: QuicksandBold, Verdana, Geneva, sans-serif;
	font-size: 22px;
}
h5 {
	font-family: QuicksandBold, Verdana, Geneva, sans-serif;
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
/* layout elements
--------------------------------------------------------------------------------------- */ 

/* wrapper */

#wrapper {
	width:890px;
	margin: 0 auto;
	padding:0;
}
#header {
	width:100%;
	font-size: 11px;
	margin: 8px 0 20px 0;
	position: relative;
	left: 5px;
}
#headspace {
	height: 58px;
}
#container {
	width:890px;
	margin: 0 auto;
	padding:0;
}
#content {
	width:900px;
	height: 593px;
	float:left;
	margin: auto;
	background-color: #000;
	border: 1px solid rgb(0,176,206); /*blue */
	position: relative;
}
#content-left {
	width: 380px;
	margin: auto;
	display:inline;  /*horizontal scroll fix for ie7 */
	padding: 0 0 0 15px;
	float: left;
}
#content-right {
	width:495px;
	float: right;
	position: relative;
	display:inline;  /*horizontal scroll fix for ie7 */
	left: 0;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color: #fff;
	background-color: #000;
}
#home-right {
	width:520px;
	float:right;
	position:relative;
	margin: 0;
	padding: 0;
}
#home-left {
	width:370px;
	float:left;
	margin: 0;
	padding: 0;
}
#contact-left {
	width:340px;
	margin: 15px 0 0 20px;
}
#swatches {
	width:510px;
	margin-bottom: 25px;
}
#bottom-container {
	width:500px;
	margin-left: 5px;
	margin-right: 0;
	bottom: 0px;
	text-align: right;
}
#banner {
	width:500px;
	position: relative;
	top: 33px;
}
#bottombox {
	margin: 0;
}
#tellafriend {
	text-align: left;
	color: rgb(0,176,206); /* Blue*/
	font-size: 11px;
	position: relative;
	top: 33px;
}
#tellafriend a {
	color: rgb(0,176,206); /* Blue*/
}
#tellafriend a:hover {
	color: rgb(191,215,91); /* Green*/
}
#music {
	float: right;
}
#description {
	position: absolute;
	bottom: 10px;
	width: 350px;
}
#description-inaction {
	position: absolute;
	bottom: 10px;
	width: 185px;
}
#order {
}
#info {
	float: right;
	*position: relative;
	*bottom: 32px;
}
#footer {
	width:890px;
	height: 40px;
	margin: auto;
	padding: 0;
	clear:both;
}
/* header */  
#header_left {
	float:left;
	margin-top: 20px;
	margin-left: auto;
}
#header_left img {
	position: relative;
	top: 30px;
}
#header_right {
	float:right;
	position: relative;
	margin: 38px auto 0 0;
 *margin: 28px auto 10px auto; /*IE 6 7 hack */
	left: 1px;
	top: 20px;
}
/* content */
.post {
	color: #fff;
	margin-bottom: 20px;
	padding:10px;
}
.postsingle {
	color: #fff;
	margin-bottom: auto;
	padding: 15px;
	border:none;
}
.title {
}
.title h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom:10px;
	width:580px;
	color: rgb(191,215,91);
}
.postmeta {
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	border-top: 1px dotted #999999;
}
.entry {
	font-size: 11.5px;
	overflow: hidden;
}
.entry h2 {
	padding: 0 0 0 5px;
	color: rgb(0,176, 216);
	font-size: 20pt;
}
.entry h3 {
	padding: 0 0 0 5px;
	color: rgb(0,176, 216);
	font-size: 12pt;
}
.entry h3 a {
	color: rgb(191,215, 91);
}
.entry h3 a:hover {
	color: rgb(191,215, 91);
}
.entry p {
	line-height: 2;
	margin-bottom: 10pt;
}
.entry-home {
	font-size: 11.5px;
	overflow: hidden;
}
.entry-home h1 {
	padding: 0 0 0 5px;
	color: rgb(0,176, 216);
	font-size: 20pt;
}
.entry-home h2 {
	padding: 0 0 0 5px;
	color: rgb(0,176, 216);
	font-size: 12pt;
}
.entry-home h2 a {
	color: rgb(191,215, 91);
}
.entry-home h2 a:hover {
	color: rgb(191,215, 91);
}
.entry-home p {
	line-height: 2;
	margin-bottom: 10pt;
}
.navigation {
	padding:10px;
	font-size: 14px;
	font-weight: bold;
}
.navigation .left {
	float: left;
}
.navigation .right {
	float: right;
}
.no_result {
	padding: 0 20px 20px 20px;
}
.entry ul, .entry ol {
	padding-bottom: 24px;
	margin-left: 40px;
	margin-right: 40px;
}
.entry ul {
	list-style-type: disc;
}
.entry ol {
	list-style-type: decimal;
}
.entry ul li, .entry ol li {
	padding: 1px 0;
	list-style: inside;
}
.entry blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #c0c0c0;
}
.entry blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}
.entry table {
	margin-left: 20px;
	margin-bottom: 20px;
	border-collapse:collapse;
	border: 1px solid #c0c0c0;
	background-color: #f5f5f5;
	color: #fff;
}
.entry table td, .entry table th {
	padding: 2px 5px;
	border: 1px solid #c0c0c0;
}
/* footer */

#copyright {
	color: rgb(0,176,216);		/* blue */
	position:relative;
	font-size:11px;
	margin: 0;
	padding:15px 0 0 0;
	float:right;
}
#copyright a {
	color: rgb(0,176,206);		/* blue */
}
#credit {
	color: #333;	/* grey */
	position:relative;
	font-size:11px;
	margin:0;
	padding:15px 0 0 0;
	float:left;
}
#credit a {
	color: #333; /* grey */
}
#credit a:hover {
	color: #fff;
}
/*CONTACT FORM*/	

#form {
	width: 430px;
	height: 510px;
	background-color: #ededed;
	padding: 20px;
	margin: 5px auto auto auto;
	color: #000;
}
#form a {
	color: rgb(81,26,127);	/* purple */
}
#form a:hover {
	color: rgb(0,176,216); /* blue */
}
#form #textarea, .name, .email, .news, .checkbox, .phone, .subject, .message {
	padding: 5px 0 5px 5px;
	width: 415px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 2px 0;
}
#form input, textarea {
	border: 1px solid rgb(81,26,127);
	overflow: auto;
}
#form .news {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 5px 0 5px 0;
}
#form .fields {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 8px 0 2px 5px;
}
.wpcf7 #submit {
	width: 34px;
	border:	none;
	margin: 20px;
	position: relative;
	left: 365px;
}
.hidden {
	display:none;
}
.postpaginate {
	width:100%;
	text-align:center;
	font-size:14px
}
/*general*/
.px10 {
	height:10px
}
/* WordPress specific */
img.alignright {
	float:right;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.sf-menu li  li a.sf-with-ul  {
	padding-left: 1em;
	padding-right: 1.5em;
	
}
#content-left-action {
	width: 220px;
	margin: auto;
	display:inline;  /*horizontal scroll fix for ie7 */
	padding: 0 0 0 15px;
	float: left;
}
#content-right-action {
	width:650px;
	float: right;
	position: relative;
	display:inline;  /*horizontal scroll fix for ie7 */
	left: 0;
	margin:0;
	padding:0;
	color: #fff;
	background-color: #000;
}
.slideshow-action {
	background: #000;
	height: 592px;
	margin:0;
	width: 570px;
}
#action-btn a{
	background: url(images/action_btn.png) 0 0 no-repeat;
	width: 99px;
	height: 98px;
	position: absolute;
	right: -50px;
	top: 140px;
}
#action-btn a:hover {
	background: url(images/action_btn.png) -99px  no-repeat;
	width: 99px;
	height: 98px;
	position: absolute;
	right: -50px;
	top: 140px;
}
.sf-navbar li ul {
	width: 47em !important; /*IE6 soils itself without this*/
}
/* end of this stylesheet
-------------------------------------------------------------------------------------- */
