/***
Theme Name: My Natural Bliss
Description: 
Version: 1 
***/

/*** 
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,fieldset,form,label,legend { background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/*** 
Clearfix 
***/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0; }
.clear { clear: both; }

/*** 
Positioning and Alignment 
***/
.fl { float: left; }
.fr { float: right; }
.txt-left { text-align: left; }
.txt-right { text-align: right; }
.txt-center { text-align: center; }

/*** 
General Settings 
***/
body { background: #fff; color: #9c8679; font-family: Georgia, serif; font-size: 14px;background: url(../images/bg-stripes.jpg) repeat; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 15px; }
p { margin: 0 0 15px 0; line-height: 18px; }
a { color: #9c8679; text-decoration: none; }
a:hover { text-decoration: underline; }

#wrapper {
	margin: 0px auto;
	width: 1000px;
    background: #fff;
    padding:10px;
}

/***
Header
***/
#header {
	
}

#logo {
	float: left;
	margin: 0px;
}

.socials {
	margin: 15px 0px 0px 22px;
}
.socials img {
	margin-left: 2px;
}

.cart {
	margin-top: 15px;
}
.cart span {
	color: #d67a2a;
	font-family: 'oldstyle_1hplhs';
	font-size: 16px;
}

/***
Main Body
***/
#main-body {
	position: relative;
}

/***
Search
***/
#search {
	float: right;
	position: absolute;
	right: 0px;
	top: 8px;
}

/***
Main Menu
***/
#main-menu {
	border-top: 1px dashed #eeb68d;
    border-bottom: 1px dashed #eeb68d;
	height: 38px;
	position: relative;
	z-index: 9000;
    margin-bottom:10px;
}
#main-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#main-menu ul li {
	float: left;
	padding: 9px 15px;
	position: relative;
   
}
#main-menu ul li a {
	color: #9c8679;
	font-size: 16px;

}
#main-menu ul li a:hover,
#main-menu ul li.sfHover a {
	color: #d67a2a;
	text-decoration: none;
}
#main-menu ul ul {
	left: 12px;
	position: absolute;
	top: 38px;
	width: 250px;
}
#main-menu ul ul li {
	float: none;
	margin: 0px;
	padding: 0px;
     width:250px;
}
#main-menu ul ul li a {
	background: #9dccdc!important;
	color: #ffffff!important;
	display: block;
	font-size: 15px;
	padding: 5px;
}
#main-menu ul ul li a:hover {
	/*background: #65b4c6 url(../images/dropdown-arrow.jpg) no-repeat scroll 90% 50%!important;*/
    background: #65b4c6 !important;
	color: #ffffff;
}


#main-menu ul ul ul {
	float: left;
	margin: 0px;
	padding: 0px;
     width:250px;
     margin-left:237px;
     margin-top:-35px;
}


/***
Banner
***/
#banner {
	height: 385px;
	overflow: hidden;
}

/***
User Tools
***/
#user-tools {
	padding: 10px;
}

/***
Teasers
***/
#teasers {
	background: url(../images/bg-stripes.jpg) repeat;
	padding: 15px;
}
#teasers .item {
	float: left;
	margin-right: 20px;
}
#teasers .item.last {
	margin-right: 0px;
}

/***
Content
***/
#content {
	padding: 25px 30px;
}

/***
Bottom Menu
***/
#bottom-menu {
	border-top: 1px dashed #eeb68d;
	padding: 10px 0px;
	text-align: center;
}
#bottom-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bottom-menu ul li {
	display: inline;
}
#bottom-menu ul li a {
	color: #9c8679;
	font-size: 12px;
}

/***
Footer
***/
#footer {
    margin: 0px auto;
	width: 1000px;
    font-size: 12px;
	
	padding: 15px;
}


/***
Fonts
***/
/*@font-face {
    font-family: 'oldstyle_1hplhs';
    src: url('../fonts/oldstyle_1hplhs/oldsh___-webfont.eot');
    src: url('../fonts/oldstyle_1hplhs/oldsh___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oldstyle_1hplhs/oldsh___-webfont.woff') format('woff'),
         url('../fonts/oldstyle_1hplhs/oldsh___-webfont.ttf') format('truetype'),
         url('../fonts/oldstyle_1hplhs/oldsh___-webfont.svg#oldstyle_1hplhs') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/***
Forms
***/
label {
	color: #d67a2a;
	float: left;
	font-family: 'oldstyle_1hplhs';
	font-size: 16px;
	margin: 3px 5px 0px 0px;
}

input[type=text] {
	background: #f0efee;
	border: 0px none;
	color: #9c8679;
	float: left;
	font-family: Georgia, serif; 
	font-size: 14px;
	font-style: italic;
	height: 12px;
	margin-right: 5px;
	padding: 5px;
	width: 160px;
}
.orangearrow input[type=submit] {
	background: url(../images/buttons/btn-arrow-right.jpg) no-repeat;
	border: 0px none;
	float: left;
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	margin-top: 2px;
	text-indent: -9999px;
	width: 17px;
}