/* base */

@import url("base.css");

body
{
	padding: 35px 0;
	font: 70%/1.5em Verdana, Arial, sans-serif;
	text-align: center;
	color: #000; background: #f9f9f9;
}

a, a:link, a:visited { color: #045D55; font-weight: bold; }
a:hover { color: #9cc; }

strong { font-weight: bold; }
em { font-style: italic; }

.clear { clear: both; }
.center { text-align: center; }
.hidden { display: none; }

hr, .hr
{
	margin: 15px 0; padding: 0;
	border: none; border-top: 1px #ccc solid;
}



/* structure */

#container
{
	width: 602px;
	margin: 0 auto;
	text-align: left;
}

#ccoptin, #header, #content, #coupon
{
	margin: 15px 0;
	border: 1px #ccc solid;
}

table { margin: 0; }

#brown
{
	background: #fff url("../../images/Brown.gif");	
}

#black
{
	background: #000;	
}

#meditation
{
	background: #fff url("../img/meditation.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 75px 0px 75px;	
}

#astrology
{
	background: #fff url("../img/12_signs.gif");
	background-repeat: no-repeat;
	background-position: center;	
}

#anniversary
{
	background: #fff url("../img/Spiral-Icon.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px 30px 0px 30px;	
}

#gratitude
{
	background: #fff url("../img/gratitude.jpg");
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;	
}

#thanksgiving
{
	background: #fff url("../img/maple_leaf.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left: 10px;
	width: 390px;	
}

#content
{
	background: #fff url("../img/back.milkweed.light2.jpg") center 10px;
}

div.col_1, div.col_2
{
	display: inline; float: left;
}
div.col_1 { line-height: 1.45em;
			width:200px; }
td.col_1 { width: 200px; }
div.col_2 { width: 400px; line-height: 1.6em; }

td.col_2 { width: 400px; }




/* formatting */

p, ul, ol { margin: 0 15px; }
#content p { margin-bottom: 15px; }
#content p.inset { margin-bottom: 5px; }


h1 a
{
	display: block;
	height: 178px; width: 600px;
	background: #000 url("../img/title4.jpg") left top no-repeat;
}
h1 span { display: none; }

h2
{
	margin: 0; padding: 15px 0 15px 200px;
	font: bold 125%/1em Arial, Verdana, sans-serif;
	letter-spacing: .25em;
	text-align: center; text-transform: uppercase;
	color: #fff; background: #000 url("../img/title5.jpg") left top;
}

h4
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	font: bold italic 150%/1.25em Palatino, "Palatino Linotype", Georgia, Times, serif;
	color: #6B3271;
}


h5
{
	margin: 0px 0px 0px 0px;
	font: bold italic 158%/1.25em Palatino, "Palatino Linotype", Georgia, Times, serif;
	color: #6B3271;
}
h3 { 
	margin-top: 15px;
	margin-bottom: 15px;
	font: bold italic 200%/1.25em Palatino, "Palatino Linotype", Georgia, Times, serif;
	color: #6B3271;
}

#content h3.nobottom { margin-bottom: 0; }
#content h4.notop { margin-top: 0; margin-bottom: 15px; }
h4 img { vertical-align: middle; }

ul, ol { list-style: disc inside; }
li {margin-bottom: 10px;}

p.subtext { font-size: 75%; line-height: 1.5em; }

#events p { margin: 15px; }

#content img.fleft
{
	display: inline; float: left;
	margin: 0 15px 5px 0;
}
#content img.fright
{
	display: inline; float: right;
	margin: 0 0 15px 15px;
}

#content h3 { margin-bottom: 15px; }
#content h3, #content h4, #content p { clear: both; }

#special
{
	margin: 10px 10px 10px 10px;
	padding: 0 10px 10px 10px;
	background: #045D55 url("../img/back.milkweed.purple.jpg");
	}

#coupon
{
	position: relative;
	text-align: center;
	color: #fff; background: #045D55 url("../img/back.milkweed.green.jpg") center top;
}

#coupon_thanksgiving
{
	position: relative;
	text-align: center;
	color: #fff; 
	background: #000 url("../img/thanksgiving_coupon.jpg");
}

#coupon h3, #coupon p { margin: 15px; color: #fff; }
#coupon h3 { font: bold 225% Arial, Verdana, sans-serif; }
#coupon p {
	position: relative;
	z-index: 10;

}
#coupon a, #coupon a:link, #coupon a:visited { color: #fff; font-weight: bold; }
#coupon a:hover { color: #9cc; }
#spiral
{
	position: absolute;
	top: 1px; right: 1px;
}
#spiral img { border: none; }

#ccoptin
{
	display: none;
	border: 1px #ccc solid;
	text-align: center;
	background: #fff url("../img/back.milkweed.light2.jpg") 200px 0;
}
#ccoptin.ccoptin_fix { display: block; }

#ccoptin .col_2 { padding-bottom: 15px; }
#ccoptin .col_1 { padding-top: 15px; }

#ccoptin input
{
	width: 166px;
	margin: 0 0 15px; padding: 2px 0;
	border: 1px #ccc solid;
	text-align: center;
	color: #666; background: #eff;
}
#ccoptin input:focus { color: #000; background: #fff; }

#ccoptin input.submit
{
	border: 2px #068F83 solid; border-color: #068F83 #022926 #022926 #068F83;
	font-weight: bold;
	color: #fff; background: #045D55;
	cursor: pointer;
}
#ccoptin input.submit:active { position: relative; top: 2px; }

.red h3 { font-color: #A32421;}

.sale
{
	margin: 15px;
	border: 1px #045D55 solid;
	font-size: 145%; line-height: 150%;
	background: url("../img/sun.gif") left top no-repeat;
	text-align: center;
}
.sale h3, .sale h4, .sale p { font-style: normal; color: #045D55; }
.nobg
{
	font-size: 125%; line-height: 150%;
	background: none;
}

.gift { border-top: 1px #ccc solid; }

.left {float:left; margin-right:10px;margin-bottom: 8px;}

.list {margin-left: 20px; margin-right: 20px;}

span.big
{
	font-size: 145%; line-height: 150%;
	color: #045D55;
}

.dgreen { color: #040; }

