/* @override http://yinovacenter.com/wp-content/themes/yinova/style.css */

/*
Theme Name: Revised YinOva Center
Theme URI: http://yinovacenter.com/
Description: The YinOva Center theme.
Version: 1.0
*/

@media screen {

/* @group document */
/** ***************************************** */

/* clear out all elements' margin, padding, and borders */
html, body, h1, h2, h3, h4, h5, p,
ol, ul, li, dl, dt, dd, blockquote, fieldset, form {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

html {
	background: #ccc;
}

body {
	margin: 0;
	padding: 0;
	font: 82.5%/1.75 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#page {
	background: white url(images/home.gif) no-repeat center top;
	position: relative;
}

#content, #header {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 800px;
}

/* @group body text */

/** ***************************************** */

.clearer {
	clear: both;
}

.hidden, .nav-title, #skip-to-content {
	position: absolute;
	left: -999em;
}

.highlight {
	background-color: #ff9;
}

.all-caps {
	text-transform: uppercase;
}

.all-lowercase {
	text-transform: lowercase;
}

.no-wrap {
	white-space: nowrap;
}

.alignright {
	float: right;
	margin: 0.35em 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0.35em 15px 15px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 2px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/*-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	padding: 0 4px 5px;
	margin: 0;
	font: bold 11px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.meta, .meta-alt {
	font-size: 0.9em;
	padding: 8px 0 10px;
	margin: 2px 0 5em;
	color: #919191;
	line-height: 14px;
}

.meta-alt {
	border-top: 1px dotted #ddd;
	background-color: #f8f8f8;
	border-bottom: 1px solid #b5b5b5;
	padding: 14px 10px 10px;
}

#post-nav {
	margin: 1em 0 1.5em;
	padding: 0.35em;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	background: #fffeff;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	/*-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;*/
}

#post-nav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#primary #post-nav li + li {
	padding-top: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
}

#post-nav .previous, #post-nav .next {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	color: silver;
	letter-spacing: 2px;
	text-transform: uppercase;
	font: bold 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#post-nav .previous {
	float: left;
	padding-right: 2em;
}

.post .meta {
	margin-top: 0;
	margin-bottom: 3.5em;
	border-bottom: 1px dotted silver;
}

.post small {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: bold 8px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 2em;
	color: gray;
	border-bottom: 0 none #d5d5d5;
}

#commentform .note {
	position: absolute;
	left: -999em;
}

hr {
	clear: both;
	margin: 1em auto;
	padding: 0;
	height: 1px;
	width: 100%;
	border: 0 none;
	color: #777;
	background: #777;
}

hr.divider {
	display: none;
}

p {
	margin: 0 0 12px;
	padding: 0;
}

t2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	font-style: italic;
	color: #cc7933;
}

ul, ol {
	padding: 0.5em 0;
	color: gray;
}

li {
	margin-left: 10px;
	list-style-position: outside;
}

ul.navigation li.hover {
   
}

blockquote {
	padding: 1.5em 25px 1em;
	font: italic 13px/1.75 Georgia, "Times New Roman", Times, serif;
}

blockquote p {
	margin-bottom: 1em;
}

a img {
	border: 0 none;
}

.more {
	text-align: right;
}

.more a {
	text-decoration: none;
}

.more a:after {
	content: "\A0\BB";
}

label, form .label {
	font-weight: normal;
	font-size: 8px;
	letter-spacing: 1px;
	color: #5f5f5f;
	font-style: normal;
}

.default-value {
	color: #888;
	font-style: italic;
}

.buttons {
	padding: 0.75em 0;
	list-style: none;
	background-color: transparent;
}

.buttons a {
	padding: 0.2em 0.65em 0.25em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #777 !important;
	background: #eee;
	border: 1px solid #ccc;
	/*
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	*/
}

/* ***************************************** **/
/* @end body text */

lead {
	margin: 35px 0 0;
	padding: 0;
	color: #308089;
	letter-spacing: 1px;
	font: normal bold 14px/16px "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

h1 {
	margin: 0;
	padding: 0 0 10px;
	color: #5e5c62;
	letter-spacing: 1px;
	font: normal bold 12px/16px "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1B {
	margin: 10px 0 0;
	padding: 0 0 10px;
	color: #a6aa2f;
	font: normal bold 14px/16px "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2, .cart_title {
	margin: 4px 0 0;
	padding: 0 0 0.4em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 400 16px "aviano-1","aviano-2";
}
	color: #797b1f;
	letter-spacing: 0;
}

h9 {
	margin: 0;
	padding: 0 0 0.4em 0;
	font: normal normal 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797b1f;
	letter-spacing: 0;
}

h11 {
	font: italic normal 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797b1f;
	text-align: center;
}

h14 {
	font: italic normal 17px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #cc7933;
	text-align: center;
}

h2 a {
	color: #797b1f;
	text-decoration: none;
	
}

h3 {
	margin: 0;
	padding: 0 0 0.75em;
	text-transform: uppercase;
	font: bold 11px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6b6b6b;
	clear: left;
}

h3 a {
	color: #4c974c;
	text-decoration: none;
}

#secondary #shoppingcartcontents {
	margin: 0;
	padding: 0;
}

a:link {
	color: #797b1f;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #989e9b;
}

h4 {
	margin: 0;
	padding: 1.0em 0 0.5em;
	font-size: 1.0em;
	line-height: 1.4;
}

a:hover, a:active, h2 a:hover, h2 a:active {
	text-decoration: none;
	color: #3e7a3c;
	border-bottom-style: none;
}

h1, h1 a, h1 a:visited,
#site-name h1 a:hover,
#site-name h1 a:visited  {
	color: #3e7a3c;
	text-decoration: none;
}

h2, h2 a, h2 a:visited {
	text-decoration: none;
	color: #aeb6b1;
	font-size: 17px;
	margin-top: 10px;
}

h10, h10 a, h10 a:visited {
	text-align: center;
	text-decoration: none;
	font: 21px "aviano-1","aviano-2";
	color: #bd7d19;
	margin-top: 10px;
}

/* ***************************************** **/
/* @end document */



/* @group header */
/** ***************************************** */

#header {
	
}

#logo {
	padding-top: 28px;
	height: 106px;
	width: 800px;
	background: transparent no-repeat center top;
}

#logo a {
	display: block;
	height: 75px;
	width: 273px;
	margin: 6px 0 0 250px;
}

#logo img {
	position: absolute;
	left: -999em;
}

#tagline {
	position: absolute;
	left: -999em;
}

/* @group search */

#search {
	position: absolute;
	top: 0;
	width: 770px;
	padding: 13px 15px 0;
	line-height: 28px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	background-color: transparent;
	font-style: normal;
}

#search #site-search {
	float: right;
	margin: 0;
	padding: 0;
}

#search a {
	color: white;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

#search .navigation {
	margin: -2px 0 0;
	float: left;
	width: 400px;
	padding: 0;
}

#search .navigation li {
	display: inline;
	margin: 0 0 1em 0.25em;
	padding: 0 0 0 0.5em;
	list-style-type: none;
	border-left: 1px solid #e1dfdd;
}

#search .navigation li.page-item-13 {
	margin: 0;
	padding: 0;
	border-left: none;
}

#search #s {
	color: white;
	width: 150px;
	font: 10px/1 "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 3px;
	margin: 0 3px;
	background: transparent url(images/searchback.png) no-repeat left top;
	letter-spacing: 1px;
	border-style: none;
}



/* @end */

/* @group navigation */
/** ***************************************** */

/* @group suckerfish dropdown-nav */
/** ************************************* */

#navigation a { /* all */
	display: block;
	text-decoration: none;
}

/* all */
#navigation ul,
#navigation li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
	float: left;
	height: 10px;
}
#navigation .navigation li li { float: none; /* subnav */ }

/* dropdown menus */
#navigation .navigation li ul {
	position: absolute;
	left: -999em;
}
#navigation .navigation li:hover ul,
#navigation .navigation li.hover ul {
	left: auto;
	z-index: 5;
	padding: 0;
	margin: 0;
}

/* ************************************* **/
/* @end suckerfish dropdown-nav */

#navigation {
	height: 0;
}

#navigation ul {
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
}

/*#navigation ul ul {
	width: auto;
	background: #ccc;
}*/

#navigation li {
	padding-left: 4px;
	background: url(images/middot-teal.png) no-repeat 0 19px;
}

body #navigation li.page-item-22,
body #navigation li.page-item-28,
body #navigation li.page-item-184,
body #navigation li.page-item-78,
body #navigation li.page-item-3,
body #navigation li.page-item-15,
body #navigation li.page-item-47 {
	padding-left: 0;
	background: none;
}

/*#navigation li li {
	
}*/

#navigation a {
	text-decoration: none;
	padding: 10px 11px 5px;
	color: #6c6c6c;
}

.transitions #navigation a {
	padding-right: 11px;
	padding-left: 11px;
}

#navigation .current_page_item a,
#navigation .current_page_item a:hover,
.transitions .current_page_item #navigation a,
.transitions .current_page_item #navigation a:hover {
	background: url(images/bullet-white.png) no-repeat center bottom;
}

.transitions #navigation .page-item-28 a {
	position: absolute;
	left: -999em;
}

#navigation a:hover {
	text-decoration: none;
	color: #6c6c6c;
	background: url(images/tint.png) no-repeat 50% 11px;
}

/* @group sections */

#sections-nav {
	position: absolute;
	top: 27px;
	text-transform: uppercase;
	font-size: 10px;
	margin: 10px 0 0;
	padding: 2px 0 0 15px;
}

#sections-nav .page_item {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	width: 300px;
}

#sections-nav a {
	color: #fff;
	display: block;
	/*padding: 3px 0 4px 16px;*/ /*with store*/
	padding: 3px 0 4px 16px; /*without store*/
	background: url(images/bullet-sm-yellow.png) no-repeat left center;
	letter-spacing: 1px;
}

#sections-nav .page-item-15 a {
	background-image: url(images/bullet-sm-blue.png);
}

#sections-nav .page-item-22 a {
	background-image: url(images/bullet-sm-teal.png);
}

#sections-nav .page-item-28 a {
	background-image: url(images/bullet-sm-green.png);
}

#sections-nav .page-item-78 a {
	background-image: url(images/bullet-sm-red.png);
}

#sections-nav .page-item-3 a {
	background-image: url(images/bullet-sm-ltyellow.png);
}

.blog #sections-nav .page-item-15 a,
#page_229 #sections-nav .page-item-28 a,
#page_35 #sections-nav .page-item-28 a,
.homepage #sections-nav .page-item-28 a,
.search #sections-nav .page-item-28 a,
#sections-nav .current_page_item.page-item-15 a,
#sections-nav .current_page_ancestor.page-item-15 a,
#sections-nav .current_page_item.page-item-22 a,
#sections-nav .current_page_ancestor.page-item-22 a,
#sections-nav .current_page_item.page-item-28 a,
#sections-nav .current_page_ancestor.page-item-28 a,
#sections-nav .current_page_item.page-item-28 a,
#sections-nav .current_page_ancestor.page-item-28 a,
#sections-nav .current_page_item.page-item-78 a,
#sections-nav .current_page_ancestor.page-item-78 a,
#sections-nav .current_page_item.page-item-3 a,
#sections-nav .current_page_ancestor.page-item-3 a:visited {
	background-image: url(images/bullet-sm-white.png);
}

/* @end */

/* ***************************************** **/
/* @end navigation */

/* @group dropdown */

#suckerfishnav {
    background: transparent;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
	text-align: left;
    float:left;
    list-style:none;
    line-height:23px;
    margin: 2px 0 0;
	padding: 0 0 0 10px;
}
#suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    /*border:1px solid #bbb;*/
    margin:0;
    width:100%;
    }    
#suckerfishnav a {
    display:block;
    color:#ffffff;
    text-decoration:none;
    padding: 2px 15px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border: 1px solid #dbdbdb;
    }
#suckerfishnav li li {
    width:151px;
	background-color: #fff;
	margin: 0;
}

#suckerfishnav li a.main:hover, #suckerfishnav li li a:hover {
	color: #fff;
}
#suckerfishnav li li a {
    width:151px;
    font-size:11px;
    color: #6c6c6c;
	padding: 6px 10px;
}
#suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#suckerfishnav li li:hover, #suckerfishnav li:hover {
    background: #7e9059;
	color: #fff;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
    

#suckerfishnav li:hover a.main{
    color:#fff;
    }  
    
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fff;
    color: #6c6c6c;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
    background: #7e9059;
	color: #fff;
    }

/* @end */

/* ***************************************** **/
/* @end header */

/* @group content */
/** ***************************************** */

#content {
	width: 770px;
	padding: 25px 15px;
	font: 12px/2 Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
	background: transparent no-repeat;
	margin-top: 50px;
}


/* @group primary */
/** ***************************************** */

#primary {
	float: right;
	width: 525px;
	margin-right: 50px;
}

#primary ul, #primary ol {
	margin: 0 15px 10px 40px;
	color: gray;
}

#primary li + li {
	line-height: 16px;
	margin-bottom: 0;
}

#legalese {
	font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* ***************************************** **/
/* @end primary */




/* @group secondary */
/** ***************************************** */

#secondary {
	float: left;
	width: 135px;
	padding-left: 25px;
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	color: #888;
	border-right: 1px none #cdcdcd;
	padding-right: 0;
}

#secondary h3 {
	font-size: 11px;
	letter-spacing: 2px;
	padding-top: 0;
}

#secondary p {
	padding-top: 0.75em;
}

#secondary img {
	display: block;
	margin: 0 0 0 auto;
	border: 1px solid #797b1f;
	background-color: #fff;
}

#secondary ul, #tags {
	padding: 0;
}

#secondary ul li {
	padding-bottom: 0.5em;
}

#page_22 #secondary p {
	padding-left: 25px;
}

/* ***************************************** **/
/* @end secondary */

/* ***************************************** **/
/* @end content */




/* @group footer */
/** ***************************************** */

#footer {
	margin: 0;
	padding: 2em 0;
	background: transparent;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	color: #888;
	border-top: 1px dotted #e8e8e8;
}

#footer a {
	color: #888;
}

#foot-nav li {
	display: inline;
	margin: 0 0 1em 0.5em;
	padding: 0 0 0 1em;
	list-style: none;
	background: url(images/bull-gray.gif) no-repeat left center;
}

#foot-nav li#legal {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#credit, #colophon {
	position: absolute;
	left: -999em;
}

/* ***************************************** **/
/* @end footer */

/* @group themes */

/* @group homepage */

.homepage .addthis {
	display: none;
}

.homepage h1 {
	margin: 20px -30px 10px -37px;
}

.homepage a:visited {
	color: gray;
	text-decoration: none;
}

.homepage #content {
	padding: 0 15px;
	font: 12.5px/1.65 "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	background-color: transparent;
	margin-top: 0;
	width: 800px;
}

address {
	padding: 0 15px 0 45px;
	font: 12.5px/14px "Helvetica Neue", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	margin-top: -12px;
	margin-bottom: 10px;
}

.homepage #content img {
}

.homepage #primary {
	width: 790px;
	padding: 30px 0 0;
	text-align: center;
	margin-top: 30px;
	/*margin-right: auto;*/
	margin-bottom: 0;
	float: none;
	margin-right: 0;
}

.homepage #features {
	width: 540px ;
	padding: 20px 0 10px 65px;
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 0;
}

.homepage #fTeam {
	margin: 0 0 0 110px;
	width: 540px ;
}

.homepage #teasers {
	margin: 0 0 0 50px ;
	width: 540px ;
}

.homepage #teasers2 {
	margin: 0 0 0 150px;
	width: 540px ;
}

.homepage .feature {
	float: left;
}

.homepage #feature {
	text-align: left;
}

.homepage #thumbs {
	margin-top: 15px;
	border-bottom: 1px solid silver;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.homepage #yinovaTeam {
	border-bottom: 1px solid silver;
	padding-bottom: 0;
	margin-bottom: 25px;
}

.homepage #yinovaTeam h2{
	color: #7E9059;
	margin: 0;
	padding: 0;
}

.homepage #latestNews h2{
	color: #7E9059;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	line-height: 16px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.homepage #latestNews ul {
	margin: 0;
	padding: 0;
	color: gray;
}

.homepage #latestNews li {
	color: #7E9059;
	list-style-type: none;
	margin: 12px 0 0;
	font: 11px/13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.homepage #f1 {
	float: left;
	width: 110px;
	margin-right: 39px;
}

.homepage #f2 {
	float: left;
	width: 110px;
	margin-right: 39px;
}

.homepage #f3 {
	float: left;
	width: 241px;
}

.homepage #post-13 p {
	line-height: 1.9;
	padding: 0;
	margin: 0 0 15px;
}

.homepage #TopRow {
	color: #4c974c;
	text-transform: uppercase;
	vertical-align: top;
	font-size: 9px;
	letter-spacing: 1px;
}

.homepage #TopRowRight {
	float: right;
	letter-spacing: 1px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.homepage #TopRowLeft {
	float: left;
	letter-spacing: 1px;
	margin-bottom: 8px;
	vertical-align: middle;
	text-align: left;
}

.homepage #FlashFooter {
	float: left;
	clear: both;
	font-size: xx-small;
	margin-top: 15px;
	margin-left: 32px;
	margin-bottom: 25px;
	border-bottom: 1px none silver;
}

.homepage #FlashFooter h3 {
	color: #4c974c;
	margin: 0;
	padding: 0;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .25px;
}

.homepage #FlashFooterRight {
	float: left;
	width: 163px;
	margin: 0;
	padding: 0 50px 0 0;
	background: url(images/JillsBlog.png) no-repeat right;
	height: 35px;
	letter-spacing: .5px;
	line-height: 10.5px;
}

.homepage #FlashFooterMid {
	float: left;
	width: 200px;
	margin: -1px 8px -5px 0;
	padding: 0;
	text-align: center;
	letter-spacing: 3px;
	font-size: 7px;
	font-weight: bold;
}

.homepage #FlashFooterLeft {
	width: 150px;
	margin: 0 8px 0 40px;
	padding: 0 0 0 50px ;
	float: left;
	background: url(images/BookNews.png) no-repeat left;
	height: 35px;
	letter-spacing: .5px;
	line-height: 10.5px;
}

.homepage #FlashFooter {
	width: 713px;
	clear: both;
}

/* @end */

/* @group teal */

.about hr {
	color: #018788;
	background: transparent;
}

.about #search {
	background-color: transparent;
}

.about #page {
	background: white url(images/about.gif) no-repeat center top;
}

.about #logo {
}

.about #navigation li {
	background-image: url(images/middot-teal.png);
}

.about .wp-caption {
	border-color: #018788;
	color: #018788;
}

.about .wp-caption img {
	border: 1px solid #018788;
}

.about #secondary img {
	border-color: #018788;
	margin-bottom: -10px;
}

.about  a img.alignleft {
	border: 3px solid #018788;
}

.about  a img.alignleft.wp-image-159 {
	border: 0 none;
}

.about h1,
.about h2, .cart_title,
.about h2 a,
.about #secondary h3,
.about h3 a,
.about h3 a:visited,
.about a:link,
.about h1,
.about h1 a,
.about h1 a:visited,
.about #site-name h1 a:hover,
.about #site-name h1 a:visited,
.about blockquote  {
	color: #028787;
}

.about #suckerfishnav {
    background: transparent;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
	text-align: left;
    float:left;
    list-style:none;
    line-height:23px;
    margin: 2px 0 0;
	padding: 0 0 0 10px;
}
.about #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    /*border:1px solid #bbb;*/
    margin:0;
    width:100%;
    }    
.about #suckerfishnav a {
    display:block;
    color:#069396;
    text-decoration:none;
    padding:2px 15px;
    }
.about #suckerfishnav li {
    float:left;
    padding:0;
    }
.about #suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border:1px solid #666666;
    }
.about #suckerfishnav li li {
    width:151px;
	background-color: #fff;
	margin: 0;
}

.about #suckerfishnav li a.main:hover, .about #suckerfishnav li li a:hover {
	color: #fff;
}
.about #suckerfishnav li li a {
    width:151px;
    font-size:11px;
    color: #000;
	padding: 6px 10px;
}
.about #suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
.about #suckerfishnav li li:hover, .about #suckerfishnav li:hover {
    background: #00a8ab;
	color: #fff;
}

.about #suckerfishnav li:hover ul ul, .about #suckerfishnav li:hover ul ul ul, .about #suckerfishnav li:hover ul ul ul ul, .about #suckerfishnav li.sfhover ul ul, .about #suckerfishnav li.sfhover ul ul ul, .about #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
    

.about #suckerfishnav li:hover a.main{
    color:#fff;
    }  
    
.about #suckerfishnav li:hover ul, .about #suckerfishnav li li:hover ul, .about #suckerfishnav li li li:hover ul, .about #suckerfishnav li li li li:hover ul, .about #suckerfishnav li.sfhover ul, .about #suckerfishnav li li.sfhover ul, .about #suckerfishnav li li li.sfhover ul, .about #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fff;
    color: #000;
    }
.about #suckerfishnav li:hover, .about #suckerfishnav li.sfhover {
    background: #00a8ab;
	color: #fff;
    }

/* @end */

/* @group teal press */

#page_3519 hr {
	color: #018788;
	background: transparent;
}

#page_3519 #404 {
	background-color: transparent;
}

#page_3519 #search {
	background-color: transparent;
}

#page_3519 #page {
	background: white url(images/about.gif) no-repeat center top;
}

#page_3519 #logo {
}

/*#page_3519 #navigation li {
	background-image: url(images/middot-teal.png);
}*/

#page_3519 .wp-caption {
	border-color: #018788;
	color: #018788;
}

#page_3519 .wp-caption img {
	border: 1px solid #018788;
}

#page_3519 #secondary img {
	border-color: #018788;
	margin-bottom: -10px;
}

#page_3519  a img.alignleft {
	border: 3px solid #018788;
}

#page_3519  a img.alignleft.wp-image-159 {
	border: 0 none;
}

#page_3519 #content h1,
#page_3519 #content h2, .cart_title,
#page_3519 #content h2 a,
#page_3519 #content #secondary h3,
#page_3519 #content h3 a,
#page_3519 #content h3 a:visited,
#page_3519 #content a:link,
#page_3519 #content h1,
#page_3519 #content h1 a,
#page_3519 #content h1 a:visited,
#page_3519 #content #site-name h1 a:hover,
#page_3519 #content #site-name h1 a:visited,
#page_3519 #content blockquote  {
	color: #028787;
	letter-spacing: 0;
}

#page_3519 #suckerfishnav {
    background: transparent;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
	text-align: left;
    float:left;
    list-style:none;
    line-height:23px;
    margin: 2px 0 0;
	padding: 0 0 0 10px;
}
#page_3519 #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    /*border:1px solid #bbb;*/
    margin:0;
    width:100%;
    }    
#page_3519 #suckerfishnav a {
    display:block;
    color:#069396;
    text-decoration:none;
    padding:2px 15px;
    }
#page_3519 #suckerfishnav li {
    float:left;
    padding:0;
    }
#page_3519 #suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border:1px solid #666666;
    }
#page_3519 #suckerfishnav li li {
    width:151px;
	background-color: #fff;
	margin: 0;
}

#page_3519 #suckerfishnav li a.main:hover, #page_3519 #suckerfishnav li li a:hover {
	color: #fff;
}
#page_3519 #suckerfishnav li li a {
    width:151px;
    font-size:11px;
    color: #000;
	padding: 6px 10px;
}
#page_3519 #suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
#page_3519 #suckerfishnav li li:hover, #page_3519 #suckerfishnav li:hover {
    background: #00a8ab;
	color: #fff;
}

#page_3519 #suckerfishnav li:hover ul ul, #page_3519 #suckerfishnav li:hover ul ul ul, #page_3519 #suckerfishnav li:hover ul ul ul ul, #page_3519 #suckerfishnav li.sfhover ul ul, #page_3519 #suckerfishnav li.sfhover ul ul ul, #page_3519 #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
    

#page_3519 #suckerfishnav li:hover a.main{
    color:#fff;
    }  
    
#page_3519 #suckerfishnav li:hover ul, #page_3519 #suckerfishnav li li:hover ul, #page_3519 #suckerfishnav li li li:hover ul, #page_3519 #suckerfishnav li li li li:hover ul, #page_3519 #suckerfishnav li.sfhover ul, #page_3519 #suckerfishnav li li.sfhover ul, #page_3519 #suckerfishnav li li li.sfhover ul, #page_3519 #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fff;
    color: #000;
    }
#page_3519 #suckerfishnav li:hover, #page_3519 #suckerfishnav li.sfhover {
    background: #00a8ab;
	color: #fff;
    }

/* @end */

/* @group blue */

.blog #search {
	background-color: #aba83f;
}

#page_3519 #404 {
	background-color: transparent;
}

.blog #page {
	background-image: url(images/bg-page-blue.png);
}

.blog #logo {
	background-image: url(images/banner-blue.png);
}

.blog #navigation li {
	background-image: url(images/middot-blue.png);
}

.blog .wp-caption {
	border-color: #1d579c;
	color: #1d579c;
}

.blog .wp-caption img {
	border: 1px solid #1d579c;
}

.blog #secondary img {
	border-color: #1d579c;
}

.blog #post-nav a:link, #post-nav a:visited {
	color: #999;
}

.blog #post-nav a:hover,
.blog h1,
.blog h2, .cart_title,
.blog h2 a,
.blog #secondary h3,
.blog h3 a,
.blog h3 a:visited,
.blog a:link,
.blog h1,
.blog h1 a,
.blog h1 a:visited,
.blog #site-name h1 a:hover,
.blog #site-name h1 a:visited,
.blog blockquote  {
	color: #1d579c;
}

.blog #post-nav ul {
	margin: 0;
}

.blog .alignright,
.blog .alignleft,
.blog .aligncenter {
	border: 3px solid #1d579c;
}

/* @end */

/* @group red */

.chinese-medicine #search {
	background-color: transparent;
}

.chinese-medicine #page {
	background-image: url(images/chiMed.gif);
}

.chinese-medicine #logo {
}

.chinese-medicine #navigation li {
	background-image: url(images/middot-red.png);
}

.chinese-medicine .wp-caption {
	border-color: #fa2800;
	color: #d12115;
}

.chinese-medicine .wp-caption img {
	border: 1px solid #fa2800;
}

.chinese-medicine #secondary img {
	border-color: #fa2800;
}

.chinese-medicine h1,
.chinese-medicine h2, .cart_title,
.chinese-medicine h2 a,
.chinese-medicine #secondary h3,
.chinese-medicine h3 a,
.chinese-medicine h3 a:visited,
.chinese-medicine a:link,
.chinese-medicine h1,
.chinese-medicine h1 a,
.chinese-medicine h1 a:visited,
.chinese-medicine #site-name h1 a:hover,
.chinese-medicine #site-name h1 a:visited,
.chinese-medicine blockquote  {
	color: #d12115;
}

.chinese-medicine #suckerfishnav {
    background: transparent;
    font-size:13px;
    font-family:verdana,sans-serif;
    font-weight:normal;
    width:100%;
	text-align: left;
    float:left;
    list-style:none;
    line-height:23px;
    margin: 2px 0 0;
	padding: 0 0 0 10px;
}
.chinese-medicine #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:20px;
    padding:0;
    /*border:1px solid #bbb;*/
    margin:0;
    width:100%;
    }    
.chinese-medicine #suckerfishnav a {
    display:block;
    color:#bc2a02;
    text-decoration:none;
    padding:2px 15px;
    }
.chinese-medicine #suckerfishnav li {
    float:left;
    padding:0;
    }
.chinese-medicine #suckerfishnav ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:151px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    border:1px solid #666666;
    }
.chinese-medicine #suckerfishnav li li {
    width:151px;
	background-color: #fff;
	margin: 0;
}

.chinese-medicine #suckerfishnav li a.main:hover, .chinese-medicine #suckerfishnav li li a:hover {
	color: #fff;
}
.chinese-medicine #suckerfishnav li li a {
    width:151px;
    font-size:11px;
    color: #000;
	padding: 6px 10px;
}
.chinese-medicine #suckerfishnav li ul ul {
    margin:-20px 0 0 130px;
    }
.chinese-medicine #suckerfishnav li li:hover, .chinese-medicine #suckerfishnav li:hover {
    background: #d54600;
	color: #fff;
}

.chinese-medicine #suckerfishnav li:hover ul ul, .chinese-medicine #suckerfishnav li:hover ul ul ul, .chinese-medicine #suckerfishnav li:hover ul ul ul ul, .chinese-medicine #suckerfishnav li.sfhover ul ul, .chinese-medicine #suckerfishnav li.sfhover ul ul ul, .chinese-medicine #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
    

.chinese-medicine #suckerfishnav li:hover a.main{
    color:#fff;
    }  
    
.chinese-medicine #suckerfishnav li:hover ul, .chinese-medicine #suckerfishnav li li:hover ul, .chinese-medicine #suckerfishnav li li li:hover ul, .chinese-medicine #suckerfishnav li li li li:hover ul, .chinese-medicine #suckerfishnav li.sfhover ul, .chinese-medicine #suckerfishnav li li.sfhover ul, .chinese-medicine #suckerfishnav li li li.sfhover ul, .chinese-medicine #suckerfishnav li li li li.sfhover ul {
    left:auto;
    background:#fff;
    color: #000;
    }
.chinese-medicine #suckerfishnav li:hover, .chinese-medicine #suckerfishnav li.sfhover {
    background: #d54600;
	color: #fff;
    }




/* @end */

/* @group green */

.transitions #search {
	background-color: transparent;
}

.transitions #page {
	background: white url(images/home.gif) no-repeat center top;
}

.transitions #logo {
	height: 103px;
	margin-bottom: 2px;
}

.transitions #navigation li {
	background-image: url(images/middot-green.png);
}

.transitions .wp-caption {
	border-color: #797b1f;
	color: #4c974c;
}

.transitions .wp-caption img {
	border: 1px solid #797b1f;
}

.transitions #secondary img {
	border-color: #797b1f;
	border-width: 0;
	background: transparent;
}

.transitions h1,
.transitions h2, .cart_title,
.transitions h2 a,
.transitions #secondary h3,
.transitions h3 a,
.transitions h3 a:visited,
.transitions a:link,
.transitions h1,
.transitions h1 a,
.transitions h1 a:visited,
.transitions #site-name h1 a:hover,
.transitions #site-name h1 a:visited,
.transitions blockquote {
	color: #4c974c;
}

/* @end */

/* @group gray */

.store #search {
	background-color: #666;
}

.store #page {
	background-image: url(images/bg-page-gray.png);
}

.store #logo {
	background-image: url(images/banner-gray.png);
}

.store #navigation li {
	background-image: url(images/middot-green.png);
}

.store .wp-caption {
	border-color: #333;
	color: #333;
}

.store .wp-caption img {
	border: 1px solid #333;
}

.store #secondary img {
	border-color: #333;
	border-width: 0;
	background: transparent;
}

.store h1,
.store h2, .cart_title,
.store h2 a,
.store #secondary h3,
.store h3 a,
.store h3 a:visited,
.store a:link,
.store h1,
.store h1 a,
.store h1 a:visited,
.store #site-name h1 a:hover,
.store #site-name h1 a:visited,
.store blockquote {
	color: #333;
}

/* @end */

/* @group transitions */

#page_28 #pages {
	position: relative;
}

#page_28 #pages li a {
	position: absolute;
	left: -999em;
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}

#page_28 #pages .page-item-184 a {
	left: 48px;
	top: 84px;
	width: 144px;
	height: 100px;
	background-image: url(images/transitions/early-start.gif);
}

#page_28 #pages .page-item-196 a {
	width: 165px;
	height: 100px;
	background-image: url(images/transitions/setting-out.gif);
	top: 192px;
	left: 75px;
}

#page_28 #pages .page-item-199 a {
	width: 115px;
	height: 104px;
	background-image: url(images/transitions/preparing.gif);
	left: 156px;
	top: 296px;
}

#page_28 #pages .page-item-210 a {
	width: 104px;
	height: 115px;
	background-image: url(images/transitions/growing.gif);
	left: 292px;
	top: 325px;
}

#page_28 #pages .page-item-215 a {
	width: 100px;
	height: 116px;
	background-image: url(images/transitions/caring.gif);
	left: 416px;
	top: 325px;
}

#page_28 #pages .page-item-221 a {
	width: 138px;
	height: 103px;
	background-image: url(images/transitions/well-woman.gif);
	top: 292px;
	left: 522px;
}

#page_28 #pages .page-item-223 a {
	width: 138px;
	height: 100px;
	background-image: url(images/transitions/prime-time.gif);
	left: 600px;
	top: 192px;
}

#page_28 #pages .page-item-225 a {
	width: 140px;
	height: 100px;
	background-image: url(images/transitions/living-strong.gif);
	left: 609px;
	top: 85px;
}

#page_28 #primary .page-title {
	margin: 25px 0 0;
	text-transform: lowercase;
	color: gray;
	position: relative;
	top: -73px;
	width: auto;
	text-align: center;
	font: normal 28px/1 "Times New Roman", Times, serif;
	text-decoration: none;
	padding: 3px 0 0;
}

#page_28 #secondary {
	display: none;
}

#page_28 #primary {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 550px;
}

#page_28 #primary .entry {
	margin-left: 250px;
	width: 255px;
	margin-top: -15px;
	text-align: center;
}

/* @end */

/* @end color schemes */

/* @group Press */

.press_title {
	padding: 5px;
	text-align: center;
	border-left: 1px solid silver;
	margin-top: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/*.press_title h1{
	margin: 10px;
}*/

.press_sub_title {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 22px;
	border-top: 1px solid silver;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.press_post {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.press_post a {
	margin-bottom: 10px;
	line-height: 5px;
	padding-bottom: 10px;
	font-weight: bold;
}



/* @end */

}

@media print {

	hr.divider {
		display: none;
	}
 
	/* @group text styles */
	/** ***************************************** */

		body {
			font: 0.825em/1.5 "Helvetica Neue", Helvetica, Geneva, sans-serif;
		}

		#content a:link {
			color: #5b9251;
			text-decoration: none;
		}

		#content a:visited {
			color: #474747;
			text-decoration: none;
	line-height: 9px;
}

		#header a:link,
		#header a:visited {
			text-decoration: none;
			color: white;
	letter-spacing: 0;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}

/* My Comment */

		.hidden {
			display: none;
		}

	/* ***************************************** **/
	/* @end text styles */




	/* @group container structure */
	/** ***************************************** */

		#header {
			border-bottom: 1px solid #000;
			margin-bottom: 2em;
		}

		#navigation, #search, #sections, #text-sizer, #admin {
			display: none;
		}

		#primary {
			float: left;
			width: 75%;
		}

		#secondary {
			float: right;
			width: 20%;
			padding-left: 2.5%;
			border-left: 1px solid #000;
		}

		#footer {
			clear: both;
			border-top: 1px solid #000;
			margin-top: 2em;
			text-align: right;
			font-size: 11px;
		}

		#legal {
			float: left;
		}

	/* ***************************************** **/
	/* @end container structure */




	/* @group hidden elements */
	/** ***************************************** */

		#colophon {
			display: none;
		}

	/* ***************************************** **/
	/* @end hidden elements */

}

h3x {
	margin: 0 0 20px 200px;
	text-transform: uppercase;
	font: bold 9px/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver;
	clear: left;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 1.5em 50px;
}

h4 {
	font: italic normal 16px/20px Garamond, "Times New Roman", Times, serif;
	color: #cc7933;
	letter-spacing: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

H6 {
	color: #cc7933;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
	font-size: 11px;
font-family: "aviano-sans-1","aviano-sans-2";
	text-align: center;
	margin-top: -15px;
}

H5 {
	font: italic 14px/20px Garamond, "Times New Roman", Times, serif;
	color: #9d9b9b;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 40px;
	margin-top: 15px;
}

address {
	color: olive;
	letter-spacing: 0;
	padding: 0;
	text-align: left;
	margin-top: 5px;
	text-decoration: none;
	font: normal 14px/24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h7 {
	color: #4397fc;
	font: 18px gnuolane-2, gnuolane-1;
}
h8 {
	color: #cc7933;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
