/*
Theme Name: Old Trail Village
Description: The default Old Trail Village theme

*/

/* CSS Document */

body {
	background-color: #004065;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width:942px;
	background-color:#FFFFFF;
	margin:auto;
}

#header {
	width:942px;
	height:158px;
	background-image:url(images/images/header.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

/* LOGO LINK */

#logo {
	width:262px;
	height:96px;
	margin-left:32px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;	
}

#logo_link {
   width:262px;
   height:96px;
   display:block;
}

#logo_link span {
   display:none;
}

/* LOGO LINK */

/* FIND YOUR HOME LINK */

#find_your_home {
	width:245px;
	height:35px;
	margin-right:147px;
	margin-top:0px;
	margin-bottom:10px;
	float:right;	
}

#find_your_home_link {
   width:245px;
   height:25px;
   display:block;
}

#find_your_home_link span {
   display:none;
}

/* FIND YOUR HOME LINK */

/* NAVIGATION */

#navigation {
	width:530px;
	float:right;
	margin-top:60px;
	margin-right:30px;
}

#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004065;
	text-decoration:none;
}

#navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004065;
	text-decoration:none;
}

#navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

/* NAVIGATION */

/* SUB-NAVIGATION */

#sub_navigation {
	width:500px;
	float:right;
	margin-top:7px;
	margin-right:45px;
}

#sub_navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#sub_navigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#sub_navigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7598AC;
	text-decoration:none;
}

/* SUB-NAVIGATION */


/* PAGE LINKS */

a:link {text-decoration:none; color:#7a2531;}
a:visited {text-decoration:none; color:#7a2531;}
a:active, a:hover {text-decoration:none; color:#FFFFFF;}

.active_menu:link {text-decoration:none; color:#ffffff;}
.active_menu:visited {text-decoration:none; color:#ffffff;}
.active_menu:hover {text-decoration:none; color:#dce5c5;}

.link_deco {color:#ffffff;}

/* PAGE LINKS */

#page_wrapper {
	width:908px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/images/page_back.gif);
	background-repeat:repeat-y;
	clear:both;
}

#sidebar {
	width:210px;
	float:left;
	
}

.sidebar_margin {
	width:210px;
	margin-left:5px;
	padding-bottom:2px;
}

#sidebar li {
	width:210px;
	margin-left:0px;
	list-style:none;
	text-indent:none;
}

#sidebar ul {
	width:150px;
	margin-left:-40px;
	margin-right:15px;
}

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	margin-left:-5px;
	padding-top:8px;
}

#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004065;
	font-weight: normal;
	margin-left:5px;
	padding-top:5px;
}

#sidebar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #004065;
	text-decoration: none;
}

#sidebar a:visited {
	color: #004065;
	text-decoration: none;
}

#sidebar a:hover {
	color: #89AE54;
	text-decoration: none;
}

.sidebar_heading_top {
	width:210px;
	height:36px;
	text-align:center;
	background-color:#89AE54;
	margin-top:-13px;
}

.sidebar_heading {
	width:210px;
	height:36px;
	text-align:center;
	background-color:#89AE54;
}

.sidebar_padding {
	padding-left:5px;
}

#post_content {
	width:660px;
	float:right;
	padding:4px;
	margin-right:10px;
	
}

#post_content_nav {
	width:640px;
	float:left;
	margin-top:5px;
}

#post_content_nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7a2531;
	text-decoration:none;
}

#post_content_nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7a2531;
	text-decoration:none;
}

#post_content_nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#footer {
	width:942px;
	height:17px;
	background-color:#FFFFFF;
	clear:both;
}

/* CLEAR ELEMENT */

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
	padding-bottom:10px;
}

/* CLEAR ELEMENT */



/* 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_margin {
	margin-top:-5px;
}

.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;
	}



/* End Entry Lists */

/* Image alignments tweaks start */
img.alignright {
float: right;
clear: right;
margin: 5px 10px 5px 10px;
background: #fff;
padding: 2px;
border: 2px solid #004065;
}

img.alignleft {
float: left;
clear: left;
margin: 5px 5px 5px 5px;
background: #fff;
padding: 2px;
border: 2px solid #004065;
}

/* img.centered { */
img.aligncenter {
display: block;
padding: 2px;
margin: 0 auto 20px auto;
border: 2px solid #004065;
float: none;
clear: both;
}

/* Image alignments tweaks end */

.heading_margin {
	margin-bottom:-10px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px; 
	color:#7a2531;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px; 
	color:#7a2531;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px; 
	color:#004065;
}


h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px; 
	color:#004065;
}

.heading_margin a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px; 
	color:#7a2531;
}

.heading_margin a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px; 
	color:#7a2531; 
}

.heading_margin a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:24px; 
	color:#FFFFFF;
}


#post_content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:14px; 
	color:#004065;
}

.date p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-style: italic;
	font-weight: normal;
	color: #004065;	
}

.entry p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	font-weight: normal;
	color: #004065;	
}

#recent_margin {
	width:50px;
	padding-left:5px;
	padding-top:5px;
	line-height:24px;
}

#flickr {
	width:200px;
	margin-top:5px;
	padding-left:23px;
	padding-top:5px;
}

#flickr img {
	margin-right:5px;
	margin-bottom:5px;
}

#admin_box {
	visibility:hidden;
}

.category_padding {
	padding-bottom:5px;
}