/* 
Theme Name: Neroli Rose
Description: Redesign of site based on ...
Author: TAG Online, Inc.
Author URI: http://www.tagonline.com/
 */

/* Globals 
=================================== */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffbb85;
	background-color: #f49042;
	font-size: 11pt;
	line-height: 14pt;
	color: #000000;
	padding: 0;
}

#wrapper {
	width: 900px;
	min-height: 636px;
	margin: 0 auto;
	padding: 8px 12px;
	position: relative;
}

#main {
	margin: 0px 0px 0px 197px;
	position: absolute;
	top: 8px;
	position: static !important;
}

#diva {
	float: left;
	clear: right;
	width: 170px;
	height: 370px;
	position: absolute;
	top: 0px;
}

#teasers
{
	margin-top:	30px;
	text-align: center;
}

#teasers a:link,
#teasers a:active,
#teasers a:visited
{
	color:   #336666;
	text-decoration: underline;
}

#teasers a:hover
{
	color:	black;
}

#teasers ul,
#teasers li
{
	padding:	0;
	margin:		0;
	list-style: none;
}

#teasers li
{
	padding-bottom:	15px;
}

#promotions {
	padding: 0px;
	margin: 10px 0px;
	border: 0px none;
	float: right;
	clear: right;
	width: 190px;
	text-align: left;
	color: #ba2f66;
	font-family: Georgia, Garamond default;
	font-size: 14px;
	overflow: hidden;
}

.clear {
	clear: both;
}

#video
{
	text-align: center;
	margin-top:	30px;
	padding-left: 4px;
}

#video a,
#video a:link,
#video a:active,
#video a:visited
{
	color:   #336666;
	text-decoration: underline;
}

#video a:hover
{
	color:	black;
}

/* - - - - - - - - - - - - - - -
GENERAL TEXT STYLES 
- - - - - - - - - - - - - - - */

/* - - Hyperlinks - - */

a:link	{ 
	color: #000000;
	text-decoration: none;
}

a:active { 
	color: #000000;
	text-decoration: underline; 
}

a:visited { 
	color: #000000;
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
	color: #000000;
}

a img {
	border: none;
}

/* - -  Headings  - - */


h1 {
	font-size: 20px;
	font-family: Garamond default;
	color: #000000;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 18px;
	font-family: Garamond default;
	color: #000000;	
	margin: 15px 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	font-family: Garamond default;
	color: #000000;
	margin: 10px 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	font-family: Garamond default;
	color: #003333;
	margin: 3px 0;
	padding: 0;
}

.hbdr {
	border: 0px;
	padding: 7px;
	width: 430px;
}

/* - -  Paragraphs and List Items - - */


p, li {
	font-size: 100%;
	font-family: Garamond default;
	color: #000000;
	margin-top:10px;
}

.storycontent ol li
{
	margin-left: 25px !important;
}

/* - -  Misc. Elements - - */

/* What is .alt? */
.alt { background: EAFAEA; }

code { font: 1.0em Monaco, 'Courier New', monospace; }

/* - - - */

acronym, abbr {
	border-bottom: 1px dashed #999999;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
}

blockquote {
	border-left: 2px solid #99CCFF;
	background: #FFFFFF;
	margin-left: 10px;
	padding: 2px;
}

cite {
	font-size: 90%;
}

hr {
	height: 1px;
	width: 98%;
	border: 1px solid #000000;
}


.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

#home {
	text-align:center;
}

/* Structure
=================================== */

/* - - - - - - - - - - - - - - - - - -
HEADER STYLES
- - - - - - - - - - - - - - - - - - */

#tagline
{
	text-align: left;
}

#header {
	background-color: #D1F7D1;
	border-bottom: 1px none #c6c6c6;
	padding-bottom: 5px;
	height: 200px;
	vertical-align: top;
}

#headcontainer {
	position: relative;
	left: 180px;
	width: 500px;
}

#header p {
	margin: 0;
	padding: 0;
}

.blogname {
	font-family: Garamond default;
	font-size: 26px;
	color: #1E1969;
	text-align: center;
}

.blogdate {
	font-family: Garamond default;
	font-size: 10pt;
	color: #1E1969;
	position: absolute;
	z-index: 10;
	top: 210px;
}

/* - - Top Navigation - - */

#topNav {
	display: inline;
	float: left;
	color: #000000;
	background-color: transparent;
	margin: 4px 20px 4px 0px;
	white-space: nowrap;
}

/* - - Search Form - - */

#search {
	display: block;
	color: #000000;
	background-color: transparent;
	margin-bottom: 10px;
}

#search #title {
	font-size: 14px;
	font-family: Garamond default;
	font-weight: bold;	
}

#search form {
	margin: 0;
}

#search input#s {
	width: 20%;
	background-color: #EAFAEA
	border: 1px solid #000000;
	color: #000000;
	font-family: Garamond default;
	font-size: 12px;
}

#submitbutton {
	background-color: #7382BE;
	color: white;
	border: none;
	border: 1px dashed #f5dbe8;
	padding: 4px;
	cursor: pointer;
	float: none;
}

search img {
	padding: 4px;
}

.searchbox {
	background-color: #FFFFFF;
	border: #333333 1px solid;
	height: 15px;
	width: 150px;
	margin: 6px;
}

.searchbutton {
	background-color: #7382BE;
	color: white;
	border: #333333 1px solid;
	height: 18px;
	line-height: 13px;
	width: 50px;
	font-size: 11px;
	font-weight: bold;
	margin: 6px;
}

/* - -  Hyperlinks inside Header - - */


#header a:link, #header a:active, #header a:visited {
	color: #000000;
	text-decoration: none;
}

#header a:hover {
	color: #000000;
	text-decoration: none;
}

#header a img {
	border: none
}

#top {
	display: block;
	clear: left;
	color: #6872bf;
	background-color: transparent;
	margin: 20px 0px;
        text-align: center;
}

#top a:link,
#top a:active,
#top a:visited,
#top a:hover { 
	text-decoration: underline; 
	color: #6872bf;
}

/* - - - - - - - - - - - - - - - - - -
MAIN TABLE STYLES
- - - - - - - - - - - - - - - - - - */

/* - -  The Table - - */

#main {
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

#head {
	border-collapse: collapse;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
/* - - - -  NULL Table Data Cells - - - - */

.null {
	vertical-align: top;
	background-color: none;
	padding: 0;
	margin: 0;
	height: 0;
	max-height: 0;
}

/* - - - -  The CONTENT Table Data Cell - - - - */

.content {
	vertical-align: top;
	background-color: none;
	padding: 10px;
	padding-left: 190px;
	margin: 0;
	height: auto;
}

.content-page {
	vertical-align: top;
	background-color: none;
	/*padding: 10px;*/
	margin: 0;
	height: auto;
	/*width: 685px;*/
	width: 480px;
	float: right;
}


/* - -  Everything inside the Content Table Cell - - */

.content p {
	margin-right: 10px;
}

.content hr {
	clear: both;
}

.post, .comments-post {
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.post a:link
.post a:active
.post a:visited
.post a:hover { 
	text-decoration: underline; 
	color: #000000;
}

.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
}

.storytitle a:link, .storytitle a:active, .storytitle a:visited {
	color: #000000;
	text-decoration: none;
}

.storytitle a:hover {
	color: #000000;
	text-decoration: underline;
}

.meta {
	font-size: 10pt;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	margin-left: 20px;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	letter-spacing: 0;
}

.storycontent {
}

.storycontent p {
	line-height: 1.5em;
	margin-bottom: 5px;
}

.storycontent a {
	color: #000000;
	text-decoration: underline;
}

.storycontent img {
	margin: 5px;
}

.more-link {
	display: inline;
	line-height: 3em;
}

.feedback {
	display: inline;
	line-height: 3em;
	text-align: left;
	padding: 10px 0 10px 0;
	margin-right: 30px;
	font-size: 12px;
}

.feedback a {
	color: #000000;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}


/* - -  The Comments - - */

#comments h3 {
	font-size: 14px;
	font-family: Garamond default;
	color: #000000;
}

#comments p {
}



#commentlist li ul {
	border-left: 1px solid #99CCFF;
	font-size: 100%;
	list-style-type: none;
}


/* - -  The Comment Form - - */

#comment_holder {
	width: 415px;
	margin: 0px 0px 0px 180px;
}

#commentform  #comment{
	width: 400px;
	height: 90px;
	background-color:#FFFFFF;
	margin:0;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #EAFAEA;
	border: 1px solid #666666;
	padding: 5px;
}

#commentform textarea {
	width: 100%;
}



/* - - - - - - - - - - - - - - - - 
SIDEBAR STYLES
- - - - - - - - - - - - - - - - */

#membership
{
	text-align: center;
}

#sidebar
{
	width: 185px;
	float: left;
	clear: left;
	margin-top: 10px; 
	position: relative;
	/*background-color: #ffbb85;*/
	border: #473A05 1px solid;
	padding-bottom: 15px;
	margin-right: 15px;
}

.nav {
	padding: 7;
}

#diva_hr {
	padding-top: 12px;
	padding-bottom: 12px;
}

#hmenu {
	margin: 0;
	padding: 0;
}

#hnav {
	margin: 0;
	padding: 0;
}

/* - - Subheadings - - */

.nav h2, .nav h3, .nav h4 { 
	color: white;
	background-color: #ca6618;
	font-size: 12px;
	font-family: Garamond default;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}

/* - - List Styles - - */

.nav ul {
	color: #003333;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}	

.nav ul ul {
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}


/* - - List Items (Text) - - */

.nav ul ul li {
	border: 0;
	font-size: 10pt;
	line-height: 150%;
	font-family: Garamond default;
	margin: 0;
	padding: 0 2px 0 2px;
}


/* - - Sidebar Hyperlinks - - */

.nav ul ul li a:link, .nav ul ul li a:active {
	color: #000000;
	text-decoration: none;
}

.nav ul ul li a:visited {
	color: #000000;
	text-decoration: none;
}

.nav ul ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

#login {
	font-weight: bold;
	margin:0 auto 0 auto;
	width:600px;
}

#login ul {
	margin:0;
	padding:0;
}

#login ul li {
	display:inline;
	margin-left:10px;
}

#loginlink {
	font-weight: bold;
}

#befirst {
	font-family: Georgia, Garamond default;
	font-size: 12.5px;
	color: #336666;
	display: block;
	margin: 15px 0px;
}

/* - - - - - - - - - - - - - - - - 
FOOTER STYLES
- - - - - - - - - - - - - - - - */

#footer {
	border: 1px none #666666;
	margin-bottom: 0;
	background: none;
	text-align: center;
	padding: 5px;
	clear: both;
}

#footer p {
	font-size: 11pt;
	font-family: Garamond default;
	color: #003333;
	margin: 3px;
	padding: 1px;
	white-space: nowrap;
}

.rtspace {
        margin-right:25px;
}

/* - -  Hyperlinks inside Footer - - */


#footer a:link, #footer a:active, #footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer a img {
	border: none
}

/* - - - - - - - - - - - - - - - - 
THE CALENDAR
- - - - - - - - - - - - - - - - */

#wp-calendar {
	border: 1px solid #666666;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #3399EE;
	color: #000000;
}

#wp-calendar caption {
	color: #000000;
	font-size: 14px;
	text-align: left;
}

#wp-calendar td {
	color: #0076bc;
	font-size: 12px;
	font-family: Garamond default;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #999999;
	color: #EAFAEA;
}

#wp-calendar th {
	color: #000000;
	font-style: normal;
	text-transform: capitalize;
}

/* - - Weather - - */

#weatherpixie,
#weatherforyou {
	font-size: 10px;
	text-align: center;
}

/* - - Advertising Styles - - */

.bannerad {
	text-align: center;	  
}

.tilead img,
.tilead object,
.tilead iframe {
	margin: 5px;
	border: 1px solid #000000;
}


/*-- other --*/


#register {
	text-align: center;
}

#register li {
	list-style-type: none;
}

#register li a {
	color: #336666;;
	text-decoration: none;
}

#register li a:hover {
	text-decoration: underline;
}

#register_link {
	display: block;
	height: 28px;
	margin: 4px 0px;
}

/*--------------------
Product Styles
--------------------*/

#skincaredivider hr
{
	width: 60%;
	background-color: #336666;
	color: #336666;
	border-color: #336666;
	height: 1px;
}

#sudanesemothers
{
	width: 300px;
	float:right;
	padding: 0px 0px 12px 12px;
}

/*
.product
{
	width: 100%;
	clear: both;
	padding: 8px 0px;
}
.product img
{
	float: left;
	clear: left;
}

.productname
{
	width: 30%;
	float: left;
	font-size: 12pt;
	clear: left;
	padding-top: 10px;
}
.producttext
{
	width: 69%;
	float: right;
	font-size: 11pt;
	clear: right;
	padding-top: 10px;
}
*/
.product ul
{
	list-style: disc outside;
}

.product li
{
	padding: 5px 0px 0px 15px;
	margin-left: 30px;
}

.sb ul
{
	list-style: none inside;
}

.sb li
{
	padding: 5px 0px 0px 15px;
	margin-left: 30px;
}

form ul
{
	list-style: none inside;
	display: block;
	padding: 10px 0px;
}

form ul li
{
	font-size: 11pt;
	clear: right;
	font-family: Garamond default;
}

.spec
{
	color: #cc0066;
	font-weight: bold;
}

/*****************************
PayPal Stuff
 *****************************/
.paypal
{
/*	float: left;
	clear: both;
	*/
}

.paypalcart
{
}

/***************************************
 * New design
 */
.top_links
{
	text-align:	right;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
}

.header
{
	width:	898px;
	height:	125px;
	border: 1px solid #473a05;
	background-color: #ffffcb;
	position:	relative;
	background: url(/images/header_bg.jpg) repeat-x;
}

.header img
{
	margin: 0 5px;
}

.top_nav
{
	background-color: #f6d200;
	bottom: 0px;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 13px;
	padding:	3px 0;
	position: absolute;
	text-align:	center;
	width: 898px;
}

.sidebar-right
{
	float:	right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top:	5px;
	position:	relative;
	width:		210px;
	z-index:	5;
}

.sidebar-right .inner
{
	border: 1px solid #473a05;
	background-color:	#fedbcd;
	margin-bottom: 5px;
}

.sidebar-right .row_1
{
	height: 255px;
}

.sidebar-right .row_2
{
	padding-bottom: 30px;
}

.main-image
{
	padding-top: 5px;
	height: 255px;
	position: relative;
}

.main-image,
#teasers,
.sidebar-right .row_2
{
	display:	none;
}

.main-image img
{
	border: 1px solid #473a05;
	width:	682px;
	height:	255px;
	position: absolute;
}

h1,
h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited,
h2,
h2 a:link,
h2 a:hover,
h2 a:active,
h2 a:visited,
.top_nav a:link,
.top_nav a:hover,
.top_nav a:active,
.top_nav a:visited,
.top_nav
{
	color:	#451c00 !important;
	color:	black !important;
}

.top_nav a
{
	padding: 0 10px;
}

.products
{
	position: relative;
}

.product,
.product_new
{
	clear: right;
}

.productname,
.productname_new
{
	float: right;
	width:	208px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.producttext,
.producttext_new
{
	float: right;
	width: 475px;
	margin-top: 20px;
	margin-bottom: 20px;
}
