/*
Theme Name: Oldmanse
Description: 3 Column theme for Old Manse Guesthouse
Author: Pete Hawkins
Author URI: http://web-works.biz
*/
body  {
	background-color: #E2DACE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
}
.thrColFixHdr #container {
	width:1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/background.gif);
	background-color: #E2DACE;
} 
.thrColFixHdr #header { 
	background: #DDDDDD url(images/header17.jpg); 
	height:267px;
	border-top: 3px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header img {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 35px  0px 0px 	0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.thrColFixHdr #headerlogo {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	float:right;
	padding: 10px 5px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #headerlogo img {padding:0; margin:0;}
.thrColFixHdr #headerlogo .quality p {
	color:#FFF;
	text-align:center;
	font-weight:400;
	padding:0;
	margin:0;
	font-size:10px;
}

#menu {
	background-color:#D0C9BF;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	height:25px;
}
#menu div.menu {
color:#000000;
float:left;
font-family:Verdana,Arial,_sans;
font-size:0.7em;
height:18px;
margin-left:2px;
padding-top:7px;
}
#menu div.menu a, #mainmenu div.menu a:visited {
text-decoration:none;
}
#menu div.menu a:hover {
text-decoration:underline;
}
#menu div.tabs {
float:right;
height:25px;
margin-right:2px;
}
.mainmenu {
clear:both;
margin-top:-2px;
}
.mainmenu ul {
background:url("images/mainmenu.gif") repeat scroll 0 0 transparent;
clear:both;
float:left;
font-family:Verdana,Arial,_sans;
font-size:0.75em;
font-weight:bold;
margin:0;
padding:0;
width:100%;
}
.mainmenu ul li {
float:left;
list-style:none outside none;
}
.mainmenu ul li.currentPage {
background:url("images/mainmenu_select.gif") repeat-x scroll left top transparent;
}
.mainmenu ul li.currentPage a span {
border:0 none !important;
}
.mainmenu ul li a, .mainmenu ul li a:visited {
color:#FFFFFF;
display:block;
padding:6px 0;
text-decoration:none;
}



.mainmenu ul li a span {
border-right:2px solid #FFFFFF;
display:block;
padding:0 12px 0 13px;
}
.mainmenu ul li a:hover {
text-decoration:underline;
}
.mainmenu ul li ul {
background:url("../interface/sub_bg.gif") repeat-y scroll left top #EDE7DD;
display:none;
font-weight:normal;
width:auto !important;
}
.mainmenu ul li:hover ul, .mainmenu ul li.over ul {
display:block;
position:absolute;
z-index:200;
}
.mainmenu ul li ul li {
background:url("../interface/sub_bgtop.gif") no-repeat scroll left top transparent;
clear:left;
float:left;
font-size:1.4em;
margin:0;
padding:0;
width:133px;
}
.mainmenu ul li ul li a {
background:url("../interface/sub_bgbottom.gif") no-repeat scroll left bottom transparent;
color:#4C4232 !important;
padding:8px !important;
}
.mainmenu ul li ul li a span {
border-right:0 none;
padding:0;
}
.mainmenu ul li ul li.currentPage {
background:url("../interface/sub_bg_active.gif") repeat-y scroll left top transparent;
}
.mainmenu ul li ul li.currentPage a {
background:url("../interface/sub_bgtop_active.gif") no-repeat scroll left top transparent;
color:#FFFFFF !important;
padding:0 !important;
}
.mainmenu ul li ul li.currentPage a span {
background:url("../interface/sub_bgbottom_active.gif") no-repeat scroll left bottom transparent;
padding:6px 8px !important;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left:3px;
	padding: 5px 0px 15px 0; /* padding keeps the content of the div away from the edges */
	background-color: #B7ADA7;	
	
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 198px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	background-color: #B7ADA7;
	margin-right:3px;
	
	
}

.thrColFixHdr #sidebar2 img {
	margin-top: 10px;
	margin-left:1px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;	
	
}
.thrColFixHdr #sidebartext{padding: 10px 15px 10px 10px;
	text-align:center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	background:#443e30;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	height:118px;
	margin-top:10px;
	
	
}


.thrColFixHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:900px;

} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D8CFC0;
	border-top: 3px solid #ffffff;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:0.7em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* TEXT */
h1 {font-size:1.5em;}
h2 {font-size:1.3em;}
h4 {font-size:1em; padding:0 10px 5px 10px;margin:0; font-weight: 400; font-family: Verdana, Arial, sans-serif;}
p, ul li {font-size:.9em;font-family: Verdana, Arial, sans-serif;}
a, a:visited {
color:#776341;
text-decoration:underline;
}
img {border:none;}
a:hover {
color:#000000;
text-decoration:underline;
}

.panel div.content {
	background:#E2DACE;
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:0.7em;
	width:100%;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	margin-top: 10px;
	padding: 10px 10px;
}
.panel div.contentright {
	background:#E2DACE;
	color:#000000;
	font-family:Verdana,Arial,sans-serif;
	font-size:0.7em;
	width:90%;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	margin-top: 10px;
	padding: 10px 10px;
}

.vcard span.type {
font-weight:bold;
padding-right:3px;
}
.vcard span.org {
font-weight:bold;
font-size:12px;
padding-bottom:20px;
}
.vcard span.type {
background:url("../interface/colon.gif") no-repeat scroll right 5px transparent;
font-weight:bold;
padding-right:3px;
}
.vcard div.adr {
padding-bottom:10px;
font-weight:100;
line-height:1.2;
}

.thrColFixHdr #container #sidebar1 .panel.address .content table tr td {
	text-align: center;
	padding-bottom: 10px;
}
.mp-formdiv {padding-left:10px;}
.MailPressFormEmail, .MailPressFormName {
	padding-left:10px;
	width:150px;
	font-size:9px;
	margin-bottom:5px;
	
}
.mp-loading { filter: Alpha(Opacity=0); }
.alignright {
	float: right;
	margin: 0 0 2px 17px;
	}

.alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
.wp-caption-text {
		font-style: italic;
		text-align:center;
		background:#ccccbe;	
	}

