/* Theme name: Magnolias 
Description: Theme for the Magnolias Post-Mastectomy Boutique website blog.
Version: 1.0
Author: Simple Aspen 
Author URI: www.simpleaspen.com

copyright protected 2009
*/

body {
    font-family: georgia, serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: #444746;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 188px;
	background: url(images/magnolia_header.jpg) no-repeat top left;
	}
#header a {
	border: none;
	}
#middle {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: url(images/mid_slice.jpg) repeat top left;
	}
#container {
	width: 410px;
	margin: 0 0 0 70px;
	_margin: 0 0 0 35px;
	padding: 0;
	float: left;
	}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

#menu {
        width: 600px;
        padding: 15px;
        margin: 0 auto;
        background: #ffffff;
		font-size: 70%;
}

#nav {
	margin: 0;
    padding: 0 0 15px 20px;
    border-bottom: 1px solid #444746;
	font-size: 100%;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}

#nav a {
	display: block;
}
.home {
	margin: 0 0 0 10px;
	width: 4em;
	}

.products {
	margin: 0 0 0 34px;
	width: 6em;
	}

.learn {
	margin: 0 0 0 34px;
	width: 8em;
	}
.about_us {
	margin: 0 0 0 34px;
	width: 6em;
	}
.blog {
	margin: 0 0 0 34px;
	width: 3em;
	}
.contact {
	margin: 0 0 0 34px;
	width: 7em;
	}

#nav li {
	float: left;
	list-style-type: none;
	text-decoration: none;
	color: #444746;
	font-weight: bold;
}
.mid {
	margin: 0 10px 0 0;
	}

#nav li ul {
	margin: 0;
	padding: 1em;
	position: absolute;
	width: 9em;
	left: -999em;
	background: white;
	border: 3px solid #fcdfff;
}
#nav li ul li {
	margin: 5px 0 0 0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	
}
#nav a:link, #nav a:visited {
        line-height: 14px;
        font-weight: bold;
        text-decoration: none;
        color: #444746;
}
#nav a:active {
        color: #444746;
		font-weight: bold;
}
#nav a:visited.active {
	color: #000;
}
#nav a:hover {
	color: #000;
	background: #f5d4d4;
		}

#text {
	margin: 0 auto;
	width: 375px;
    padding: 0 15px 15px 15px;
}

.post a:link  {
	color: #b84556;
	text-decoration: none;
	font-style: italic;
	}
.post a:active {
	color: #b84556;
	text-decoration: none;
	font-style: italic;
	}
.post a:hover {
	color: #b84556;
	text-decoration: underline;
	font-style: italic;
	}
.post a:visited {
	color: #b84556;
	text-decoration: none;
	font-style: italic;
	}
.line {
	color: #b84556;
	}
span {
	font-weight: bold;
	}
ul {
	list-style-type: circle;
	}
ul a {
	text-decoration: none;
	}
a:link, a:active {
	color: #444746;
	}
a:hover {
	color: black;
	}
a:visited {
	color: #444746;
	font-weight: bold;
	}

#sidebar {
	margin: 0 70px 0 0;
	_margin: 0 35px 0 0;
	padding: 0;
	float: right;
	width: 230px;
	border-left: 1px #d2dcd8 solid;

	}
#sidebar li {
	list-style-type: none;
	border-bottom: 1px #d2dcd8 solid;
	margin: 0;
	padding: 0 0 10px 0;
	}
#sidebar li ul li, #sidebar li ol li {
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 0;
	}
#footer{
	width: 800px;
	height: 68px;
	margin: 0 auto;
	background: url(images/footer.jpg) no-repeat top left;
	position: relative;
	padding: 0;
	clear: both;
	}
#footertabwrap{
	padding: 0;
	margin-left: 230px;
	}
	
#footer li{
	display: inline;
	font-weight: bold;
	font-size: 70%;
	margin: 0 0 0 10px;
	padding: 0;
	}
.copy{
	margin: 0;
	color: #444746;
	padding: 0;
	position: absolute;
	bottom: 25px;
	left: 150px;
	}
	
/*Comments CSS*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
