@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Pioneer Trail
Theme URI: http://wordpress.org/
Description: The default California Pioneer theme. 
Version: 1.0
Author: Razzberry Media
Author URI: http://razzberrymedia.com/
Tags: yellow, custom header, fixed width, two columns, widgets

	This theme was designed and built by Razzberry Media,
	whose blog you will find at http://razzberrymedia.com/

	The CSS, XHTML and design are copyright ©2009

*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat;
	background-color: #a36d3c;
/*	color: #60574c;*/
	color: #000000;
	line-height: 150%;
	letter-spacing: 0.0125em;
}

#announce {
	margin-top: 49px ;
	margin-left: 70px ;
	position: absolute;
	z-index: 100;
}

a:link {
	color: #a4523f;
	text-decoration: none;
	}
	
a:visited {
	color: #a4523f;
	text-decoration: none;
	}
	
a:active {
	color: #a4523f;
	text-decoration: none;
	}
	
a:hover {
	color: #a4523f;
	text-decoration: underline;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	margin-top: 16px;
	color: #60574b;
	line-height: 1em;
	}

h2.pagetitle {
	font-size: 2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #a4523f;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h4 {
	font-size: 1.6em;
}


#wrapper {
	background-color: none;
	width: 100%;
	height: 100%;
	padding-bottom: 75px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 311px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	float: none;
	clear: both;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 183px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	float: none;
	clear: both;
}

#menuBottom {
	width: 243px;
	height: 44px;
	margin-top: 0px;
	float: left;
	clear: both;
}


#container {
	background-image: url(images/wrapper.png);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 0px;
	clear: both;
	z-index: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#narrowcolumn {
	background-image: url(images/menu_bkg.png);
	background-repeat: repeat-y;
	width: 244px;
	float: left;
}

#widecolumn {
	width: 538px;
	margin-left:  244px;
	margin-top: 0px;
	padding-left: 38px;
	padding-right: 130px;
	padding-bottom: 0px;
	float: none;
	overflow: hidden;

}

	
#navmenu ul, #navmenu ul ol {
	padding: 0;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 65px;
	}

#navmenu ul li {
	list-style-type: none;
	list-style-image: url(images/bullet.png);
	margin-bottom: 0px;
	}

#navmenu ul p, #navmenu ul select {
	margin: 0px 0 8px;
	}

#navmenu ul ul, #navmenu ul ol {
	margin: 0px 0 0 15px;
	}

#navmenu ul ul ul, #navmenu ul ol {
	margin: 0 0 0 10px;
	}

ol li, #navmenu ul ol li {
	list-style: decimal outside;
	}

#navmenu ul ul li, #navmenu ul ol li {
	margin: 0px 0 0;
	padding: 0;
	}
	
#navmenu h4{
  display:none;
  }
	
.copyright {
	padding-top: 115px;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
	}

#searchform {
	position: relative;
	left: 735px;
	top: 168px;
	color: white;
	width: 250px;
	}
	
#searchform input {
	background-color: #473a2b;
	color: #FFFFFF;
	border-top-color: #2c2621;
	border-right-color: #a38368;
	border-bottom-color: #a38368;
	border-left-color: #2c2621;
}

#searchsubmit {
	background-color: transparent;
	color: #FFFFFF;
	border: none;
}

#content .hilite { background:#D3E18A; }

#stupidie7 {
	float:none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	/*border: 1px solid #826358;*/
	text-align: center;
	background-color: #D8C198;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -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 {
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	color: #58281C;
	line-height: 12px;
	padding: 0 4px 5px;
	margin: 0;
	letter-spacing: .5em;
}

.hilite { background-color:yellow } 