@charset "UTF-8";

@font-face {
    font-family: 'JennaSue';
    src: url('../fonts/JennaSue-webfont.eot');
    src: url('../fonts/JennaSue-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/JennaSue-webfont.woff') format('woff'),
url('../fonts/JennaSue-webfont.ttf') format('truetype'),
url('../fonts/JennaSue-webfont.svg#JennaSueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;	/* border: 0; */	/* vertical-align:baseline; */
	color: #505050;	/* font: inherit; */
}
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{
	padding:0em;
	;
	border:1;
	outline:0;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

body {
	line-height:1.2;
	background:white;
}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}

/*html5 display rule*/
address, article, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

body {
	font-family: Verdana,Helvetica,Sans-serif;
	font-size: 14px;
	color: #7d8877;
	margin: auto;
}

#container {
	margin: -1px auto 0;
	max-width: 980px;
	padding: 0px 5%;
}

article li {
    margin-left: 2em;
}

.hidden {
   position:absolute;
   left:-9999px;
}



header {
	padding: 0px;
	margin: auto;
}

header hgroup {
	width: 15em;
	text-align: left;
	border: red solid 1px;
	margin: 10px;
	padding: 10px;	/* border: 0; */	/* vertical-align:baseline; */
}

header h1 {
	font-family: "JennaSue", Helvetica, sans-serif;
	font-size: 3.8em;
	text-transform: capitalize;
	font-style:italic;
	padding: 8px 10px 0px 0px;
	font-variant: normal;
}

header h2 {
  display: none;
}
.toggle_img_on_off {
  display: none;
}

header ul {
	font-family: "JennaSue";
}

.headerBottom {
    background: none repeat scroll 0 0 #E5DBCF;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 1.6em;
	padding: 5px 5px;
}


a {
	text-decoration: none;
	color: #333333;
}
a:hover, .current {
	color: #99cc99; 
}
a.underline {
	text-decoration: underline;
	color: #000;
}

a img {border: 0px;}

article a {
	text-decoration: none;
	color: #80979b;
	font-weight: bold;
}
.clink a:hover, .current {
	color: #333333; 
}

p {
	font-size: 1em;
	line-height: 1.3;
	text-align: justify;
	padding: 5px;
	/* [disabled]margin: 0px 10px 10px; */
}
p img {
	margin: 5px;
}

h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.2em;
    font-weight: normal;
    margin-bottom: 4px;
}
img, img a {
}
.image_index_right {
	float: right;
	margin: 35px 10px 5px 10px;
	padding: 10px;
	background-color:#FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px 10px -3px #000000;
}
.image_floatRight {
	float: right;
	margin: 30px;
	padding: 30px;
	border:5px solid #000000;
	background-color:#F0F0F0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #C2B1A1;
	box-shadow: 5px 5px 10px -3px #000000;
}
.image_floatLeft {
	float: left;
	margin: 10px 20px 20px 0;
	padding: 20px;
	border: 5px solid #C2B1A1;
	background-color:#F0F0F0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px -3px #000000;
}

ul, ol {
	/* [disabled]margin: 40px 0px 0px 0px; */
}
li {
    padding: 0;
    margin-bottom: 2px;
}

blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}

.top-nav {
    display: none;
}
#siteTopNav {
	float: right;
}

#siteTopNav ul{
	list-style: none;
	position: absolute;
	left:-9999px;
	overflow: hidden;
}
#siteTopNav li {
	font-family: arial, helvetica, sans-serif;
	display: inline-block;
	font-size: .8em;
	padding: 7px;
	line-height: 2.5em;
}

#siteTop2Nav {
	float: right;
}

#siteTop2Nav ul{
	list-style: none;
	position: absolute;
	left:-9999px;
	overflow: hidden;
}
#siteTop2Nav li {
	display: inline-block;
	font-size: .8em;
	padding: 2px;
	margin: 0px 0px 10px;
}
#siteTop2Nav img {
	margin-bottom: -9px;
}

.etsyButton {
	text-align:center;
	padding: 10px;
}
.etsyButton a {
border:1px solid #cccccc; 
-webkit-border-radius: 60px; -moz-border-radius: 60px;border-radius: 60px;
	font-size: 3.5em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2em;
	word-spacing: 2px;
	padding: 10px;

font-weight:bold; text-align: center; color: #FFFFFF; background-color: #DEA4BA;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DEA4BA), color-stop(100%, #C491A4));
 background-image: -webkit-linear-gradient(top, #DEA4BA, #C491A4);
 background-image: -moz-linear-gradient(top, #DEA4BA, #C491A4);
 background-image: -ms-linear-gradient(top, #DEA4BA, #C491A4);
 background-image: -o-linear-gradient(top, #DEA4BA, #C491A4);
 background-image: linear-gradient(top, #DEA4BA, #C491A4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DEA4BA, endColorstr=#C491A4);
}

.etsyButton:hover a {
 border:1px solid #ffffff; 
 background-color: #d07f9e;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d07f9e), color-stop(100%, #b27089));
 background-image: -webkit-linear-gradient(top, #d07f9e, #b27089);
 background-image: -moz-linear-gradient(top, #d07f9e, #b27089);
 background-image: -ms-linear-gradient(top, #d07f9e, #b27089);
 background-image: -o-linear-gradient(top, #d07f9e, #b27089);
 background-image: linear-gradient(top, #d07f9e, #b27089);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d07f9e, endColorstr=#b27089);
}

footer {
	clear: both;
	margin: 20px auto;
	text-align: center;
	line-height: 2em;
	background-color: rgba(237, 239, 226, 1.0);
	padding: 10px;
	border: 10px solid #FFFFFF;
}

footer a {
    font-family: Verdana,Helvetica,Sans-serif;
  	color: #697C80;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    clear: both;
    padding-bottom: 0px;
}
.wrapper {
    clear: both;
    padding: 0px;
    margin: 0px auto;
}
.wrapper a {
	    font-family: Verdana,Helvetica,Sans-serif;

}

.reading_width {
    clear: both;
    max-width: 900px;
    padding: 10px;
    margin: auto;
}

/* Header */
#Header {
	clear: both;
	/* [disabled]width: 980px; */
	padding: 20px 20px;
}
#HeaderUpper { /* Contains Topmenu & Search */
    float: left;
    width: 980px;
}
#HeaderLower {
    clear: both;
    width: 980px;
}

.feature {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px -3px #000000;
	float: left;
	font-size: 1.5em;
	/* [disabled]font-variant: small-caps; */
	line-height: 2em;
	list-style: none outside none;
	margin: 5px 2px;
	padding: 5px;
	/* [disabled]text-align: center; */
	/* [disabled]text-transform: uppercase; */
	vertical-align: bottom;
	/* [disabled]width: 175px; */
}
.product {
	font-variant: small-caps;
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	line-height: 2em;
	list-style: none outside none;
	padding: 10px 10px 10px 30px;
	vertical-align: bottom;
	width: 90%;
	margin: 5px auto 0px;
	background-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 10px solid #EDEFE2;
}
.product img {
	float: left;
	padding: 15px 15px;
	margin: 5px 15px 5px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
   	border: 6px solid #C2B1A1;
   	background-color:#F0F0F0;
	text-align:center;
}
.product li {
	margin: 5px 5px 5px 270px;
	font-variant: normal;
}
.product p {
	margin: 5px;
	font-variant: normal;
}
.product a {
	color: #855668;
}
a.thumb {
	float: left;
	text-align:center;
}

/* enlarge image*/
a.thumb b {
	display:block; 
	position:absolute; 
	left:-9999px; 
	opacity:0;
	width: 280px;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-o-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	text-align:center;
}
a:hover span {
  display: block
}
a.thumb:hover b {
	position: relative;
	z-index: 100;
	top: -250px;
	left: -20px; 
	background: #fff; 
	opacity: 1.0;
}

.headerLogo {
	padding: 0px;
	float: left;
	top: auto;
	width: 45%;
}
.floatRight {
	padding: 0px 5px 5px 0px;
	/* [disabled]float: right; */
	display: inline;
}

.sidebarLeft {
	float: left;
	width: 180px;
	background: #EADCAE;
	padding-bottom: 10px;
}

.center {
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}

#slideshowold {
	width: 500px;
	height: 345px;
	padding: 5px 0;
	margin: 10px auto;
}
#slideshow a {
	display: block; 
}


.comingsoon {
/*	color: #993333;
*/	font-size: 0.50em;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
}
	
.imgcentered {
	display: block;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color:#b0e0e6;
}

.clear {
   clear: both;			
}
.pagination {
	text-align: center;
}

#rotatorgroup { 
	position: relative;
	top: 1em;
	z-index: 0; 
	width: 950px;
	height: 364px;
	margin: 0px auto;
	background-color: rgba(237, 239, 226, 1.0);
	padding: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#rotatorgroup .info {
	position: absolute;
	top: 0px;
	margin: auto;
}

.subcategoryBox {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background: none repeat scroll 0 0 #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 5px 5px 10px -3px #000000;
	float: left;
	font-size: 1em;
	/* [disabled]font-variant: small-caps; */
	line-height: 2em;
	list-style: none outside none;
	margin: 15px;
	padding: 5px;
	/* [disabled]text-align: center; */
	/* [disabled]text-transform: uppercase; */
	vertical-align: bottom;
}

.photoby {
	font-style:italic;
	font-size: 11px;
}

@media all and (min-width: 800px) {
header hgroup {
	width: 30em;
	text-align: left;
	border: red solid 1px;
	margin: 10px;
	padding: 20px;	/* border: 0; */	/* vertical-align:baseline; */
}
.toggle_img_on_off {
  display: inline-block;
}
header h1 {
	font-size: 3.8em;
}
header h2 {
	display: block;
	font-family: "JennaSue", Helvetica, sans-serif;
	font-size: 2em;
	font-variant: normal;
	font-style:italic;
	padding-left: 30px;
	margin-left: 12px;

}
header ul {
	font-family: "JennaSue", Helvetica, sans-serif;
}

#siteTopNav ul{
	list-style: none;
	position: absolute;
	left:-9999px;
	overflow: hidden;
}
#siteTopNav li {
	display: inline-block;
	font-size: 2em;
	line-height: 1.9em;
	padding: 7px;
}
#siteTopNav li a {
	font-family: "JennaSue", Helvetica, sans-serif;
	font-size: 1.1em;
}

#siteTop2Nav ul{
	list-style: none;
	position: absolute;
	left:-9999px;
	overflow: hidden;
}
#siteTop2Nav li {
	display: inline-block;
}

.etsyButton a {
	font-size: 3.5em;
}

#rotatorgroup { 
	position: relative;
	top: 1em;
	z-index: 0; 
	width: 100%;
	height: 50%;
	margin: 0px auto;
	background-color: rgba(237, 239, 226, 1.0);
	padding: 0px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
	overflow: hidden;
}
#rotatorgroup .info {
	position: absolute;
	top: 0px;
	margin: auto;
}

#rotatorgroup img {
  position: relative;
  top: 0;
  left: 12px;

	width: 900px;
	height: 400px;
	padding: 5px auto;
	margin-left: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid #FFFFFF;
	box-shadow: 5px 5px 10px -3px #000000;
}
#rotatorgroup h2, #rotatorgroup p {
	margin-left: 20px;
	font-family:arial, helvetica, sans-serif;
	color: #505050;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
}
#rotatorgroup h2 {
	font-size: 1.8em;
	text-align: left;
}
#rotatorgroup #prev { 
	display: none; 
}
#rotatorgroup #next { 
	display: none; 
}
#rotatorgroup:hover #prev { 
	display: block; 
	width: 20px; 
	height: 22px; 
	text-align: center; 
	background-color: #80979B; 
	position: absolute; 
	top: 300px; 
	left: 0px; 
	z-index: 10;
	cursor: pointer; 
}
#rotatorgroup:hover #next { 
	display: block; 
	width: 20px; 
	height: 22px; 
	text-align: center; 
	background-color: #80979B; 
	position: absolute; 
	top: 300px; 
	right: 0; 
	z-index: 1000; 
	cursor: pointer;
}
#rotatorgroup:hover #next a { 
	text-decoration: none; 
	background-color: #000; 
	color: #FFF; 
	padding: 0 20px 5px 8px; 
	border: 1px solid #FFF; 
	font-family: arial black; 
	font-size: 15px; 
	opacity: .7; 
}
#rotatorgroup #next a:hover { 
	background-color: #F00; 
}
#rotatorgroup #nav { 
	display: none; 
}
#rotatorgroup:hover #nav { 
	display: block; 
	position: absolute; 
	bottom: 10px; 
	right: 60px; 
	z-index: 30; 
	opacity: .7; 
}
#rotatorgroup:hover #nav a { 
	font-family: arial; 
	text-decoration: none; 
	background-color: #80979B; 
	color: #FFF; 
	margin: 2px; 
	padding: 3px; 
}
#rotatorgroup #nav a:hover {		    
	background-color: #505050; 
}

}

@media (min-width: 50px) and (max-width: 480px) {

.headerLogo {
	width: 80%;
}
header h1 {
	font-size: 3.8em;
}
#siteTopNav li {
	line-height: 1.5em;
}
#siteTop2Nav li {
	line-height: 1.5em;
}

#rotatorgroup #nav { 
	display: none; 
}
}

@media (min-width: 481px) and (max-width: 589px) {
.headerLogo {
	width: 17%;
}
header h1 {
	font-size: 2em;
}
#siteTopNav li {
	line-height: 4.5em;
}

#rotatorgroup #nav { 
	display: none; 
}
}

@media (min-width: 590px) and (max-width: 799px) {

.headerLogo {
	width: 40%;
}
header h1 {
	font-size: 3.8em;
}
#siteTopNav li {
	line-height: 4.5em;
}

#rotatorgroup #nav { 
	display: none; 
}
}

@media (min-width: 50px) and (max-width: 800px) {
#rotatorgroup { 
	position: relative;
	top: 1em;
	z-index: 0; 
	width: 98%;
	height: 280px;
	overflow: hidden;
}
#rotatorgroup img {
	margin-left: 20px;
	padding: 5px auto;
	max-width: 650px;
	max-height: 267px;
}
#rotatorgroup h2 {
	font-size: 1.2em;
}
#rotatorgroup p {
	font-size: 1em;
}
#rotatorgroup #nav { 
	display: none; 
}	
#rotatorgroup:hover #nav { 
	display: none; 
}
#rotatorgroup #prev { 
	display: none; 
}	
#rotatorgroup #next { 
	display: none; 
}
#rotatorgroup:hover #prev { 
	display: block; 
	width: 20px; 
	height: 22px; 
	text-align: center; 
	background-color: #80979B; 
	position: absolute; 
	top: 150px; 
	left: 0px; 
	z-index: 10;
	cursor: pointer; 
}
#rotatorgroup:hover #next { 
	display: block; 
	width: 20px; 
	height: 22px; 
	text-align: center; 
	background-color: #80979B; 
	position: absolute; 
	top: 150px; 
	right: 0; 
	z-index: 1000; 
	cursor: pointer;
}
	
}