@charset "utf-8";
/*  
Theme Name: Molly Butler Lodge
Theme URI: http://www.thinkpro.net
Description: Custom theme made for Molly Butler Lodge. This was created entirely by Ronald Miranda. 
Version: 1.0
Author: Ronald Miranda
Author URI: http://www.thinkpro.net
*/
# overviewContent {
	margin: 50px;
	padding: 20px;
	position: absolute;

}
#browseCabins {
margin-top: 75px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 20px;
}

.feedbackForm {
	background-color: #FFF5DD;
	border: 1px solid #FFF7E3;
}
.summary {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd9dc;
	padding-bottom:10px;
	margin-bottom:10px;
	color: #333333;
}
.summaryProduct {
	height:115px;
}
.summary h4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.summary a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.summary p {
	margin:0px;
}
.summaryText a {
	display:none;
}
#thumb {
	margin-right: 10px;
	float:left;
	width:80px;
	height:100px;
}

#thumb img {
	width:80px;
	height:80px;
	border: thin solid #FFFFFF;	
}

.opacityTemplate {
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

/*  
FOUNDATION CODE
*/
* html, * html img, * html div, * html input { behavior: url("/js/iepngfix.htc"); }
html {
	height:100%;
}

p, form, h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
p {
	margin-bottom:10px;
}
a {
	color: #A72225;
	text-decoration: none;
}
a:hover {
	color: #681517;
	text-decoration: underline;
}
a img {
	border:none;
}
h1 {
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #000000;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #271909;
	text-transform: uppercase;
	font-weight: normal;
}
h4 {
	color: #CC0000;
	font-size: 12px;
	text-decoration: underline;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

body {
	background-color: #020202;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
#wrapper {
	margin-left: auto;
	margin-right:auto;
	width:1024px;
	position:relative;
}
#header {
	float:left;
	width:1024px;
	height:86px;
	z-index:2;
	position:relative;
}
#logo {
	position: absolute;
	height:140px;
	width:169px;
	background-image:url(images/logo.gif);
	z-index:3;
	top:3px;
	left:425px;
}
#menu {
	position:absolute;
	height:39px;
	width:1024px;
	top:47px;
	left:0px;
	background-image:url(images/menuBG.jpg);
}
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position:relative;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position:relative;
	}

#nav a, #nav a:visited {
	font-size: 18px;
	font-weight: normal;
	color: #301F0E;
	display:block;
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	width: 144px;
	text-align: center;
	margin-top: 1px;
	margin-left: 1px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #966731;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #734d24;
	}
	
#nav a:hover {
	color: #FFFFFF;
	background-color: #000000;
	filter:alpha(opacity=60);   /* Internet Explorer       */
    -moz-opacity:0.6;           /* Mozilla 1.6 and below   */
    opacity: 0.6;               /* newer Mozilla and CSS-3 */
	cursor:default;
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	position:relative;
	}
	
#nav li li {
	float: left;
	clear:left;
	margin-top: -2px;
	padding: 0px;
	width: 152px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position:relative;
	}
	
#nav li li a,
#nav li li a:hover,
#nav li li a:visited {
	font-size: 18px;
	font-weight:normal;
	background-image: none;
	text-align: left;
	cursor:pointer;
}
/* nav drop down menu style */	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 210px;
	float: none;
	margin: 0px;
	padding: 7px 15px 7px 15px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5d5b4;
	}
	
#nav li li a:hover, #nav li li a:active {
	padding: 7px 15px 7px 15px;
	background-color:#000000;
	color: #ffffff;
	border-top-width: 0px;
	z-index: 100;
	filter:alpha(opacity=100);   /* Internet Explorer       */
    -moz-opacity:1;           /* Mozilla 1.6 and below   */
    opacity: 1;               /* newer Mozilla and CSS-3 */
	}
#nav li li a span {
	width: 210px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top:5px;
}	
#nav li li a:hover span {
	color:#999999;
}
.subTop img {
	height: 13px;
	width:240px;
	padding: 0px 0px 0px 0px;
	margin-left:-10px;
	margin-top:-11px;
	position: absolute;
}
#nav li ul {
	position: absolute;
	width: 240px;
	left: -999em;
	padding: 1px 0px 0px 0px;
	margin-left: 0px;
	background-image: url(images/bgSubmenu.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-top:0px;
	z-index: 100;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #6F5124;
	}

#nav li ul li {
	display:block;
	float:left;
	position:relative;
}

#nav li:hover ul {
	left: auto;
	display: block;
	z-index: 100;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#searchBox {
	position:absolute;
	width: 250px;
	left: 595px;
	top: 38px;
	z-index: 4;
}
#searchField {
	position:absolute;
	top:0px;
	left:0px;
	height: 17px;
	width: 150px;
	background-color: transparent;
	background-image: url(images/bgSearchField.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0;
	padding: 3px;
	margin:0px;
	font-size: 10px;
	color: #3e3e3e;
}
#searchButton {
	position:absolute;
	top:0px;
	left:165px;
}
#flash {
	position:relative;
	float:left;
	width: 1024px;
	z-index: 1;
	background-color: #000000;
	height: 500px;
}
#contentPageWrapper {
	position:relative;
	float:left;
	width: 1014px;
	background-image: url(images/parchmentRepeatingBG.jpg);
	background-position: left top;
	border: 5px solid #FFFFFF;
}
#contentLeft {
	float:left;
	width:318px;
}
#contentLeft p {
	font-size: 10px;
	color: #000000;
	font-style: italic;
	margin-bottom: 20px;
}
#contentMiddle {
	float:left;
	width:460px;
	padding-left:20px;
	padding-top:27px;
	padding-bottom:50px;
	min-height:300px;
}
#contentRight {
	float:right;
	width:650px;
	padding-right:20px;
	padding-top:60px;
	line-height: 21px;
	font-size: 12px;
	padding-bottom: 30px;
}
#contentRight h2 {
	margin-left:0px;
	padding-left:0px;
}
#contentBottom {
	float:left;
	width:1024px;
	height:0px;
	background-image:url(images/contentBottomBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#moduleContainer {
	position:relative;
	float:left;
	width:1012px;
	height:175px;
	padding:6px;
	background-image: url(images/bottomSectionBG.jpg);
	background-repeat: no-repeat;
}
#moduleContainer #module2 h2,
#moduleContainer #module4 h2, h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	padding-top: 11px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-transform: uppercase;
	background-image: url(images/headlineBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#moduleContainer h3 {
	padding-left: 16px;
	padding-right: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #271909;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 0px;
}
#moduleContainer p {
	padding-left: 16px;
	padding-right: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #271909;
}
#moduleContainer a {
	color: #F3C7C8;
	text-decoration:none;
	font-weight: bold;
}
#moduleContainer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#moduleContainer #module2 ul {
	margin-top: 0px;
	margin-bottom:5px;
}
#moduleContainer #module2 li {
	margin-top: 0px;
	margin-bottom:0px;
}
#module1 {
	float:left;
	height:174px;
	width:253px;
}
#module2 {
	float:left;
	height:174px;
	width:245px;
}
#module3 {
	float:left;
	padding-left:10px;
	height:174px;
	width:253px;
}
#module4 {
	float:left;
	height:174px;
	width:245px;
}

#footer {
	position:relative;
	float:left;
	width:1024px;
	height:55px;
	font-size: 10px;
	color: #d1b78a;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
}
#footer a {
	color: #d1b78a;
	text-decoration:none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#footer img {

}
#footerLeftLogo {
	position:relative;
	float:left;
	margin-top:11px;
	width: 650px;
	padding-left:30px;
}
.footerCopyright {
	position:absolute;
	top: 12px;
	left:85px;
	width: 300px;
}
#footerThinkLogo {
	margin-top:13px;
	width: 155px;
	float: right;
	padding-right: 20px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Typography & Colors */



.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */





.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */