/*  
Theme Name: Mead Brown
Theme URI: http://
Description: A two column style based on Kubrick
Version: 1.6
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin Typography & Colors */
body {
	font-size: 75%; 
	font-family: Arial, Verdana, Sans-Serif;
	background: #B5B18F;
	color: #1f343e;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	border: 5px solid #ffffff;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 790px;
	}

#header {
  background: #ffffff url('images/logo_interior.gif') no-repeat top center;
	margin: 0;
	padding: 0;
	height: 84px;
	width: 790px;
}

#book {
	position: absolute;
	background: url('images/dragonfly.gif') no-repeat top left;
	width: 180px;
	height: 63px;
	margin-left: 600px;
	margin-top: 13px;
	padding-top: 3px;
}

#book-home {
	position: absolute;
	background: url('images/dragonfly.gif') no-repeat top left;
	width: 180px;
	height: 63px;
	margin-left: 640px;
	margin-top: 13px;
	padding-top: 3px;
}

#book-text {
	position: relative;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
	color: #5a7886;
}

#book-text a {
	color: #5a7886;
}

#book-text a:hover {
	color: #5a7886;
}

#home-newsletter {
	position: absolute;
	width: 180px;
	height: 63px;
	margin-left: -13px;
	margin-top: 13px;
	padding-top: 3px;
}

#home-newsletter-text {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #5a7886;
}

#header_home {
	background: #ffffff url('images/logo.gif') no-repeat top center;
	margin: 0;
	padding: 0; 
	height: 142px; 
	width: 790px;
}

#home_black {
	background: url(images/home-black.jpg) no-repeat 0px 15px;
}

#nav_top {
	position:relative;
	z-index:5;
	height: 33px;
	width: 790px;
	background: url('images/nav_top_bkgd.gif') no-repeat top center;
	z-index: 100;
	margin-bottom:-3px;
}

#nav_middle {
	position:relative;
	z-index:5;
	height: 33px;
	width: 790px;
	background: url('images/nav_middle_bkgd.gif') no-repeat top center;
	margin-top:-3px;
}

#menu_home_top {
/*
	position: absolute;
	left: 50%;
	margin-left: -226px;
	margin-top: 1px;
*/
	position: absolute;
	margin-left: 0px;
	margin-top: 1px;
}

#menu_home_middle {
	position: absolute;
	left: 50%; /* Aldebaran was 50% */
	margin-left: -340px; /* Aldebaran was -196 */
	margin-top: 6px;
}

#flash {
	z-index: 1;
	width:790px;
	height:259px;
}

#header-image {
	z-index: 1;
	width:790px;
	height:179px;
}
	
.headerlink {
	display:block;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	}

#content {
	padding-top: 5px;
	float: left;
	padding: 0 20px 20px 20px;
	margin: 0px 0 0;
	width: 740px;
	background-image:url(images/turtle.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	}
	
.no-turtle {
	background: none !important;
}
	
#left-home {
	float: left;
	position: relative;
	width: 192px;
}	

	
#home_side {

	margin-top: 4px;
	
	/*background-color: #000000;*/
	background-color: #FFFFFF;
}
	
#content_home {
	position: relative;
	float: right;
	padding-left: 18px;
	width: 560px;
	background-image:url(images/turtle.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 5px;
	padding-right: 20px;
	}

.postmetadata {
	text-align: center;
	font-size: 0.8em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;
	}
	
.postmetadata {
	clear: both;
}
	
.alt {
	margin: 0;
	padding: 10px;	
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 790px;
	height: 33px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	z-index: 100;
	margin-top: -5px;
	}
	
footer a {
	color: #537281;
}

footer a:visited {
	color: #537281;
}

footer a:hover {
	color: #537281;
}

#footer-text {
	margin: 0;
	padding-top: 12px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	}

	
/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 0px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}	
	
#sidebar ol, #sidebar ul, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
#sidebarAldebaran ol, #sidebarAldebaran ul, #sidebarAldebaran li{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebarAldebaran ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: -20px;
}

	
#weather {
	position: relative;
	float: right;
	margin-top: -60px;
}
	

/*Font Style */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 1.4em;
	color: #5a7886;
	}
	
h2 {
	font-size: 14px;
	padding-top: 10px;
	color: #5a7886;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}
	
#sidebar h2 {
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 10px ;
	}
	
h3 {
	font-size: 1.3em;
	margin: 0;
	}


/*Comments*/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
.commentlist li {
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
	
/*Links*/
a {
	color: #537281;
	text-decoration: none;
	}

a:hover {
	color: #06c;
	text-decoration: underline;
	}
	
a:visited {
	color: #06c;
	}
	
/* Begin Images */
p img {
	padding-right: 0;
	padding-left: 0;
	max-width: 100%;
	}

a img {
	border: none;
	}
	
/* 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;
	}


/* 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;
	}

hr {
	display: none;
	}

.nextandback {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}

/* Navigation */

#rollover, #rollover ul, #rollover2, #rollover2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #FFFFFF;
	margin-left: 8px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width:100%;
}

#rollover a, #rollover2 a {
	display: block;
	color:#ffffff;
	text-decoration:none;
	padding-top: 4px;
}

#rollover li, #rollover2 li {
	float: left;
	height:19px;
	padding-right: 10px;
	padding-left: 10px;
}

#rollover li a:hover, #rollover2 li a:hover {
	text-decoration: underline;
	background-color: #bdd3b0;
}

#rollover li ul, #rollover2 li ul {
left:-999em;
position:absolute;
background-color: #a8c399;
margin-top: 5px;
margin-left: -12px;
padding-bottom: 7px;

}

#rollover li:hover, #rollover li.sfhover, #rollover2 li:hover, #rollover2 li.sfhover {
    position: static;
	background:#bdd3b0;
	height: 25px;

	overflow: visible;
}

#rollover li ul li, #rollover2 li ul li {
display:none;
position: relative;
float: left;
height: 30px;
}

#rollover li ul li a, #rollover2 li ul li a {
text-align:left;
color:#FFFFFF;
text-decoration:none;
margin-left: 4px;

}

#rollover li ul li a:hover, #rollover2 li ul li a:hover {
color:#ffffff;
text-decoration:underline;
}

/* UPPER NAVIGATION  */

#rollover li:hover ul, #rollover li.sfhover ul{
z-index: 400;
display:block;
left:auto;
position:absolute;
left:50%; /* original 50% */
width:720px;		/* Original was 790, reduced to hide differences between Firefox and IE  */
/* below: Increasing moves LEFT  */
margin-left:-360px; /* Aldebaran original was -387 */
text-align:center;
/* filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90; */
background-color: #bdd3b0;
}

#rollover2 li:hover ul, #rollover2 li.sfhover ul {
z-index: 400;
display:block;
left:auto;
position:absolute;
left:50%; /* original 50% */
width:600px;		/* Original was 790, reduced to hide differences between Firefox and IE  */
/* below: Increasing moves LEFT  */
margin-left:-360px; /* Aldebaran original was -387 */
text-align:center;
/* filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90; */
background-color: #bdd3b0;
}


#rollover li:hover ul li, #rollover li.sfhover ul li, #rollover2 li:hover ul li, #rollover2 li.sfhover ul li {
display:block;
height: 19px;
}

.top1{
padding-left:200px;
}
.top2{
padding-left:70px;
}
.top3{
padding-left:250px;
}

.middle1{
padding-left:226px;
}
.middle2{
padding-left:350px;
}

.st-related-posts {
  display:none;
}
/*Calendar - uncomment to use
#wp-calendar #prev 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;
	}

#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 */
	
/* End Calendar */

/* Aldebaran: Had to attempt to redefine stylesheet settings because code above was such a mess!   */

#rollover2 {
 	margin-left: 0px;
	padding-left: 0px;
}
#rollover2 ul, #rollover2 ul li{
	margin-left: 0px;
}
#menu_home_middle {
	width: 720px;
}

#rolloverAldeb {
	padding: 0;
	margin: 4px 0px 0px 0px;
	list-style: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
#rolloverAldeb li a{
	color: #FFFFFF;
}

.propTableHeading {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.propTableLocation {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}	
.propTableSmallHeading {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 1px solid #666666;
}
.propTableContent {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
