@charset "utf-8";
/* main.css -- women-in-bloom.com 

3e103f - main purple

*/

html {
	background: #3e103f url('images/bgtile.jpg') top left repeat;
	padding: 0;	margin: 0;
	color: #000;
}

body {
	width: 900px;
	border-left: 5px solid #3e103f;
	border-right: 5px solid #3e103f;
	background: #3e103f;
	color: white;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	padding: 0; margin: 0px auto 0px auto;
	position: relative;
}

a, a:link, a:visited {color: white;}
a:hover {color: yellow; text-decoration: none;}

.hidden {display: none;	visibility: hidden;}

.textr {text-align: right;}
.center {text-align: center;}
.red {color: #914; font-weight: bold;}
.tan {color: #c1ad92;}
.yellow {color: #FF9;}
.olive {color: #662;}
.quote {font-style: italic;}
.vspace {line-height: 1.9em;}

.floatl {float: left;}
.floatr {float: right;}

div.floatjumper {clear: both;}
div.filler {display: block; height: 50px;}

.biopic {margin: 20px 10px 0 0;}

img {border: none;}

#titlebar {
	background: url('images/titlebar.png') top left no-repeat;
	height: 176px;
}
#titlebar h1, #titlebar h2 {
	text-indent: -9999px;
	margin: 0; padding: 0;
}
#titlebar h1 a {
	display: block;
	width: 290px;
	height: 175px;
}

#mainmenu {
	background: #3e103f url('images/menuborder.jpg') bottom left repeat-x;
	height: 30px;
	position: relative; 
}

#mainmenu ul {
	margin: 0; padding: 0;
}
#mainmenu li {
	color: #FFA;
	padding: 0 25px;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold;
}

#mainmenu a {text-decoration: none; color: #FFA;}
#mainmenu a:hover {text-decoration: none; color: #CAD;}
#currentpage {color: #643 !important;}

#main p, #main h3, #main h4, #main h5 {padding: 0 10px;}
#main p, #main li {font-size: 10pt;}

#left, #right {margin: 0;}

.main-tan {background: #c1ad92; color: #3e103f;}
.purpleflower {
	background: #3e103f url('images/flowerA.png') top left no-repeat;
	color: white;
}
.whiteflower {
	background: white url('images/flowerA.png') top left no-repeat;
	color: #3e103f;
}

#left {
	float: left;
	width: 550px;
	padding-top: 10px;
}

#right {
	background: transparent url(images/bigcurve.png) top left repeat-y !important;
	width: 270px;
	padding: 0 10px 0 70px;
	float: right;
	text-align: center;
}

div.imgcontainer {text-align: right !important;}

#upcoming {
	position: relative;
	margin: 0; padding: 0;
}
.upcoming-freedom, .upcoming-mother {
	position: absolute;
	display: block;
	margin: 0; padding: 0;
	width: 200px; height: 215px;
}
.upcoming-freedom {top: 35px; left: 45px;}
.upcoming-mother {top: 35px; left: 280px;}

.directions {display: block; width: 250px; float: left; text-align: center;}
.directions a {color: white !important;}

.videolisting {
	clear: left;
	height: 7.5em;
}
.videolisting img {
	float: left;
	margin: 0 10px;
}
.videolisting p {font-size: 1em !important;}

/*BLOG*/
.mainblog {background: transparent url(images/bigcurve.png) 550px 0 repeat-y !important;}

#content h2 {margin-left: 0.4em;}
#content small {margin-left: 0.7em;}

.navigation {
	display: block;
	text-align: center;
	padding: 0 0 20px 0;
	font-size: 0.7em;
}
.alignright {float: right;}
.alignleft {float: left;}
.post h2 {clear: both;}

#sidebar {text-align: left;}
#sidebar li {list-style-type: none;}

.commentlist li.even {background: #535;} 
.commentlist li {padding: 2px; width: 95%;}

textarea {width: 525px;}

#footer {
	position: relative;
	height: 20px; 
	background: #662;
}
#footer h5 {
	margin: 0; padding: 0;
	float: left;
	padding-right: 150px;
}
.foot-copy, .foot-address, .foot-phone {position: relative;}
.foot-copy {left: 40px;}
.foot-address {left: 80px;}
.foot-phone {left: 260px;}

#ce3mark {clear: left;}