body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #432811;
}

li {
list-style:none;
}

#content img {
border:medium solid #542C24;
margin:25px;
float:left;
}

button {
  width:20px;
  height:252x;
  background:url(/media/images/button_quick_find.jpg) no-repeat;
}


h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #432811;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #432811;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 945px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 945px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active {
	background: #404040;
}

#menu .active a {
}

/* Page */

#page {
	width: 945px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	background: url(/media/images/header.jpg) no-repeat left top;
	width: 945px;
	height: 253px;
}

#shipping {
/*text-align:center;
position:relative;
float:left;
width:150px;
top:05px;
text-transform:uppercase;
font-stretch:condensed;*/
color:#432811;
z-index:67;
font-size:.9em;
}

#shipping-top {
text-align:center;
position:relative;
float:left;
width:150px;
top:05px;
text-transform:uppercase;
font-stretch:condensed;
color:#FFF;
z-index:67;
font-size:.9em;
}

#shoppingcart {
text-align:left;
position:relative;
float:right;
top:25px;
left:10px;
width: 220px;
color:#FFFFFF;
font-size:.9em;
}

#shoppingcart td{
padding-right:15px;
}

#shoppingcart a
{
    color:white;
}
/* Content */

#content {
	float: right;
	width: 730px;
}

#content h2, #content h1{
color:#E9A0BD;
}

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

.post .title {
	margin: 0px;
	background: #432811;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 20px;
	background:#e8e5e2;
	background-repeat:repeat-y;
	/*height:720px;*/
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

#content .entry img
{
    float:none;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 175px;
	padding-right:40px;
}

#sidebar-start {
margin-top:10px;
color:#a91850;
text-transform:capitalize;
font-weight:bold;
text-decoration:none;
font-size:1em;
letter-spacing:.1em;

}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {

}

#sidebar ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px dashed #FFB3CA;
}

#sidebar li li {
	margin-right: 20px;

	}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar h2 {
	background: #432811;
	padding: 3px 7px;
	font-weight:bold;
	font-size:1em;
}

#sidebar a {
	text-decoration: none;
	color:#422710;
	font-weight: bold;
	font-size:.9em;
	font-stretch:expanded;
	letter-spacing:normal;
	line-height:normal;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */


#search form {
	padding: 0px;
}

#search fieldset {
	padding: 0px;
	border: none;
	
}

#search #s {
	width: 130px;
}

/* Footer */

#footer {
	clear: both;
	width: 945px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #111;
	border-top: 1px dashed #FFB3CA;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #000;
}

.post .title a
{
    color:#E9A0BD;
}