/*
Theme Name: MDW
Theme URI: http://forest-designs.com/
Description: MDW Theme
Version: 0.1
Author: Eric Gaertner
Author URI: http://egaertner.com/
*/

body {
	/*background-image: url('images/wallpaper.jpg');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;*/

	/* background-image: url('images/MDW_BG.gif'); */
	background-repeat: repeat;
	position: relative;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Arial,Helvetica,sans-serif;
	margin-top: 20px;



background-image: url('/wp-content/uploads/2010/01/bgpattern2.jpg');
background-attachment: fixed
	background-position: top center;
	background-repeat: no-repeat;
}

h1 {font-size: 2.2em; }

h2 {font-size: 1.8em;}

h3 {font-size: 1.4em;}

h4 {font-size: 1.0em;}

h5 {font-size: 0.6em;}

h6 {font-size: 0.2em;}

a {	
	text-decoration: underline;
	color: blue;
}

.entry img {
	margin: 5px;
}

.clear {
	clear: both;
}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
	border-right-style: none !important;
}

.scrolls {
	width: 144px;
	height: 268px;
	position: absolute;
	z-index: -1;
}

#scroll-tl {
	background: transparent url('images/scroll-tl.png') no-repeat;
	top: -20px;
	left: 0px;
}

#scroll-br {
	background: transparent url('images/scroll-br.png') no-repeat;
	bottom: -2px;
	right: 0px;
}

#page {
	margin: auto;
	width: 970px;
	background-color: white;
	font-size: 1.3em;
	line-height: 1.5em;
}

#header {
	margin: 0 40px;
}

#header #contact {
	padding: 20px 0;
}

#header #appointment {
	color: #888888;
}

#header #contact ul {
	float: right;
}

#header #contact li {
	float: left;
	margin-right: 15px;
}

#logo {
	width: 239px;
	height: 165px;
	float: left;
}

#rotating {
	height: 165px;
	width: 500px;
	float: right;
}

#tagline {
	background-image: url('images/tagline.gif');
	width: 800px;
	height: 36px;
	margin: 10px auto;
}

.sf-menu li {
	background-color: #8517BB;
}

.sf-menu li li {
	background:		#7517BB;
}
.sf-menu li li li {
	background:		#6517BB;
}

.sf-menu a {
	border-color: #777788;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}

.sf-menu a, .sf-menu a:visited {
	color:white;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#8517BB;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:			1.8em; /* match top ul list item height */
}

.main-module {
	width: 280px;
	float: left;
	margin-right: 22px;
	margin-bottom: 40px;
}

.main-module h2 {
	background-image: url('images/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}

.main-module  ul {
	margin-top: 10px;
}

.main-module ul a {
	background-image: url('images/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	margin-left: 15px;
}

.hr {
	background-image: url('images/dotted_rule.gif');
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	overflow: hidden;
}

.entry {
	padding: 15px 0;
}

#body {
	overflow: hidden;
	float: left;
}

#sidebar {
	float: left;
	width: 150px;
	margin-top: 20px;
}

#sidebar > ul > li{
	margin-bottom: 20px;
}

#explore li , #footer li{
	display: inline;
	margin: 0 5px 0 0;
	padding-right: 5px;
	border-right: 0.1em solid;
}

#explore a {
	/*color: #777777;*/
	color: blue;
}

#explore li {
	border-color: #777777;
}

#footer li {
	border-color: #FFFFFF;
}

.main-module h2 {
	color: #8517bb;
}

#spa h2 a, #gift h2 a, #other h2 a, {
	color: #blue;
}

#spa h2, #gift h2, #other h2, .main-module h2 {
	text-transform: uppercase;
	font-size: 1em;
}

#explore h2, #sidebar h2 {
	font-size: 1.4em;
	color: #8517bb;
	text-transform: none;
	font-style: oblique;
}

#content {
	width: 710px;
	margin-right: 15px;
	padding: 0 15px 40px 40px;
	padding-right: 15px;
	float: left;
	border-right: 1px dashed #AAAAAA;
	
	padding-bottom: 800px;
	margin-bottom: -800px;
}

#contentHome {
	margin: 0 10px 40px 40px;
	float: left;
}

#spa, #gift, #other {
	float: left;
	margin: 20px 20px 0 0;
}

#spa h2, #gift h2, #other h2 {
	margin-top: 10px;
}

#spa h2 a, #gift h2 a, #other h2 a, #sidebar a {
	background-image: url('images/nav_arrow.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
	margin-top: 15px;
}

#youtube {
	float: right;
	margin: 20px 0 0 0;
}
#footer {
	background-color: #8517BB;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

#footer a {
	color: #FFFFFF;
}

.archives ul {
	margin-left: 30px;
	margin-top: 15px;
}

/*Wordpress CSS*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}