@charset "UTF-8";
html, body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #d9e5d7;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	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;
}
body  a{
	color: #333333;
}
h1 { 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #006699;
	line-height: 28px;
}
h2 { 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
}
h2 a{ 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
}
.entry {
	border-bottom: thin solid #999999;
	margin-bottom: 20px;
}
.contactform {
	border: solid 1px #83CEE2; padding: 7px; width: 400px;
}
.postdate {
	font-size: 10px; 
	color: #999999;
	font-style: italic;
	}

.disclaimertext {
	font-size: 10px
}
.disclaimer {
	color: #990000;
	font-weight: bold;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	line-height: 17px;
}
.mainbody #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
} 
.mainbody #header { 
	width: 960px;
	height: 143px;
	padding: 0;  /* 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. */
} 
.mainbody #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Navigation Starts Here */

.mainbody #navbar { 
	width: 960px;
	height: 34px;
	padding: 0;
	background-image: url(images/navbar.jpg);
}

/* Navigation fpr Content Page Starts Here */

.mainbody #navbar2 { 
	width: 960px;
	height: 34px;
	padding: 0;
	background-image: url(images/navbar-2.jpg);
} 
ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 4px 0 0 10px;
}
ul.navigation li{
	display: inline;
	width: 100px;
	margin: 0 10px 0 0;
	font-size: 12px;
	line-height: 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
ul.navigation li a{
	color: #FFFFFF;
	text-decoration: none;
}
ul.navigation li a:hover{
	color: #003366;
	text-decoration: none;
}
/* Archive Previous Next entries nav */
.navigation a {
	color: #333333;
}
/* End Archive Previous Next entries nav */


/* Navigation Stops Here */

.mainbody #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
	height: 310px;
}
.mainbody #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/body.jpg);
	height: 310px;
	float: left;
	width: 460px;
} 

/* Content Page Columns */

.mainbody #content {
	width: 960px;
	min-height: 320px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
}
.mainbody #middleContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0 0 0;
	float: left;
	width: 460px; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.mainbody #galleryArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0 0 10px;
	float: left;
	width: 700px; 
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 
.subnav { 
	font-family: Arial, Helvetica, sans-serif;
	margin: 30px 0 0 0;
	width: 230px;
	float: left;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.mainbody #rhsnav {
	margin: 200px 0 10px 0; 
	width: 250px;
	float: right;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.subnav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.subnav ul li a{
	color: #006699;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	font-size: 12px;
}
.subnav ul li a:hover{
	color: #666666;
}


/* End Content Page Columns */

.diary_panel {
	background-image: url(images/diary_events.png);
	float: left;
	margin: 0 8px 10px 8px;
	width: 284px;
	height: 28px;
	padding: 81px 20px 0 0;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.gallery_panel {
	background-image: url(images/photo_gallery.png);
	float: left;
	margin: 0 8px 10px 8px;
	width: 284px;
	height: 28px;
	padding: 81px 20px 0 0;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.contact_panel {
	background-image: url(images/get-in-touch.png);
	float: left;
	margin: 0 8px 10px 8px;
	width: 284px;
	height: 28px;
	padding: 81px 20px 0 0;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mainbody #footer { 
	padding: 0;
} 
.mainbody #footer p {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	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 */
	line-height: 14px;
}
.mainbody #footer a {
	font: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	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 */
}
.mainbody #contentfooter{ 
	margin: 0;
	padding: 0;
	background-image: url(images/content-footer-bg.gif);
	height: 92px;
}
.push{ 
	height: 92px;
}
.mainbody #innercontentfooter { 
	padding: 10px 0 0 10px;
	height: 82px;
	width: 950px;
	color: #99CCFF;
	font-size: 9px;
	margin: auto;
	text-align: left;
	background-image: url(images/footer-quote.png);
	background-position: right;
	background-repeat: no-repeat;
} 
.mainbody #innercontentfooter a{ 
	color: #99CCFF;
} 
.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;
}

/* 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;
	margin: 0 0 10px 0;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}

img.alignleft {
	padding: 0;
	margin: 0 7px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
/* 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 10px 10px 0;
	-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;
}