/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

a {
	text-decoration: none;
}

body {
	background:#6d011b url(images/bg_mb.jpg) no-repeat center top;
}

#header {
	height:130px;
}

#header-crest {
	position: absolute;
	right: 0px;
	top: 27px;
}

#content h2 {
	font-size:16px;
	color: #700007;
}

#content h2 a {
	font-size:16px;
	color: #700007;
}

#content h3.info {
	font-size:20px;
	color: #830120;
}

#pagenav li a:link, #pagenav li a:visited {
	color: #e3b583;
}

#menu { 
	background: #fdebbb;
	width:954px;
	border: 3px solid #6d011b;
	position: relative;
}

#content {
	background: #fdebbb url(images/bg-content_mb.gif) repeat-y right;
	width: 954px;
	border: 3px solid #6d011b;
	border-top: 0px;
	color: #675156;
}

#content.full {
	background: #fdebbb;
}

#catnav a {
	color: #6d011b;
}

#catnav a:hover {
	color: #e3b583;
}

#catnav li:hover {
	background-color: #6d011b;
}

#search {
	width: 202px;
}

#search input {
	width: 181px;
	color: #fdebbb;
	background: #6d011b;
}

#loopedSlider {
	margin-top: 10px;
}

#slider-top {
	background: none;
}

#slider-block {
	background-color: #e3b583;
	border: 3px solid #630119;
}

#slider-bot {
	background: none;
}

.container ul.widget a {
	color: #6d011b;
	font-weight: bold;
}

.container ul.widget li ul li {
	border-bottom: 1px dotted #6d011b;
	background: none;
}

.container ul.widget h3 {
	color: #fdebbb;
}

#content p.post-details {
	color: #c0996f;
}

#content p.post-details a {
	color: #c0996f;
	font-weight: bold;
	text-decoration: none;
}
