html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color: #CFEBF7;
}

a { /*-- Removes dotted outline from clicked links in FF --*/
	outline: none;
}

img {

	border:none;

}

.clearer {

	clear:both;

}

blockquote {
	border: 1px solid #D7D7D7;
	padding: 10px 10px 10px 40px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: left top;

}

/*-- Main structure for the layout --*/

body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #CFEBF7;
}

#background {
	background-color: #CFEBF7;

}

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 850px;
	background-color: #FFFFFF;
}

#contentWrapper {
	overflow: hidden;
	clear:left;
	background-color: #FFFFFF;
}

#sidebar {

	float: right;

	padding: 20px 0px 10px 0px;

	width: 310px;

}

#Content {
	margin: 0 0px 0 0;
	padding: 20px 0px 10px;
	float: left;
	width: 850px;
	background-color: #FFFFFF;
}



/*-- Heading styles --*/

h1 {

	font: normal 26px/36px Verdana, Geneva, sans-serif;

	letter-spacing: -1px;

}

h2 {
	font: bold 20px/30px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	background-color: #FFFFFF;
}

h3 {
	font: bold 17px/27px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	color: #1E2F5B;

}

h4 {

	font: bold 14px/24px Verdana, Geneva, sans-serif;

}

h5 {
	font: bold 13px/20px Verdana, Geneva, sans-serif;
	color: #000099;
}

h6 {

	font: bold 12px/18px Verdana, Geneva, sans-serif;

}



/*-- Link styles --*/

a, a:link {
	color: #2E3192;
	text-decoration: none;

}

a:hover {

	color: #000;

	text-decoration:underline;

}

a:visited, a:active {
	color: #542E91;

}

.entry a.more-link { /*-- Removes underline from more link --*/

	text-decoration:none;

}
.entry {
	background-color: #FFFFFF;
}

#header a, #header a:link, #header a:active, #header a:visited {

	color: #FFF;

}

#header a:hover {
	color: #5D6E99;

}



/*-- Header styles --*/

#headerwrap {

	padding: 0;

	text-align: center;

	

}

#header {
	width:850px;
	height:110px;
	margin:0px auto;
	text-align:left;
	background-image: url(images/mountain_header_2009.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CFEBF7;
}

#header p {

	margin: 0px;

}

.title { /*-- This is the title of your blog --*/
	font: bold 30px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 850px;
	padding-top: 15px;
}

.title a:hover {

	text-decoration:none;	

}

.description { /*-- This is the line of text below your blog title --*/

	font: 16px/20px Georgia, "Times New Roman", Times, serif;

	color: #FFF;

	float: left;

	clear: left;

	padding-top: 7px;

}

.topnav { /*-- This is the RSS links in the header --*/

	float:right;

	color: #000;

	text-align:right;

	font: bold normal 12px Arial, Helvetica, sans-serif;

	padding-right: 7px;

	padding-top: 10px;

}



/*-- Header search box styles --*/

#headsearch {

	float:right;

	padding-right: 6px;

	margin-top: 20px;

}

#header #searchform {

	width: 242px;

	height: 31px;

	background: url(images/searchbox.png) left 0px no-repeat;

}

*:first-child+html #header #searchform { /* Filter for IE7 */

	padding: 0px 0;

}

* html #header #searchform { /* Filter for IE6 */

	padding: 5px 0;

}

* html #header #searchbox { /* Filter for IE6 */

	margin-top: 0px;

}

#header #searchbox {

	margin-left: 15px;

	margin-top:8px;

	margin-bottom: 3px;

	width: 180px;

	background: none;

	border: none;

	color: #FFFFFF;

	font-size: 11px;

}

#header #searchbutton {

	width: 30px;

	background: none;

	border: none;

	margin-left:10px;

}

#header #searchbutton:hover {

	cursor: pointer;

}



/* Menu Bar info */

#navmenu {
	width:850px;
	position:relative;
	display:block;
	height:30px;
	font-size:medium;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/menu_4.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	color: #FFFFFF;
}
	
	#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {
	display: inline;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.menu0 {
	margin-left: 0px;

}
.menu1 {
	margin-left: 60px;

}
.menu2 {
	margin-left: 65px;

}
.menu3 {
	margin-left: 60px;
}
.menu4 {
	margin-left: 50px;

}
.menu5 {
	margin-left: 60px;

}
.menu6 {
	margin-left: 60px;

}
.menu7 {
	margin-left: 55px;


}

#navmenu a {
	text-decoration:none;
	color: #FFFFFF;
}
#navmenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

/*-- Post styles --*/

.posttitle {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

.posttitle a:hover {

	text-decoration:none;

}

.archivetitle {

	font-size: 21px;

	line-height: 35px;

	color:#666;

	background: url(images/archiveicon.png) no-repeat left center;

	padding-left: 42px;

	margin-bottom:8px;

}

.metablock {

	margin-top: 5px;

	padding-bottom: 15px;

	font-size: 11px;

}

.meta {
	float: left;
	padding-left: 22px;
	background-color: #FFFFFF;
	background-image: url(images/icon-date.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}

.postcomments {
	float: right;
	padding-left: 22px;
	background-color: #FFFFFF;
	background-image: url(images/icon-comment.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	margin-top: 5px;
}

.tags {

	font-weight: bold;

	margin-bottom: 0px;

}

#navwrap {
	height:35px;
	clear: both;

	background-repeat: no-repeat;
}



/*-- Sidebar styles --*/

#sidebar h5 { /*-- This is the title of each widget --*/

	background: url(images/sidebarh3.jpg) no-repeat top center;

	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #FFF;

	padding-left: 8px;

	padding-top: 5px;

	padding-bottom: 5px;

	margin-bottom: 8px;

}

#sidebar ul {

	padding: 8px;

	margin-bottom: 10px;

	margin: 0px;

	padding: 0px;

	list-style: none;

}

#sidebar ul ul {

	border:none;

	background:none;

}

#sidebar ul li {

	border: 1px solid #CCC;

	background: #FFF url(images/boxbg.png) repeat-x top;

	margin-bottom:10px;

	padding: 7px;

}

#sidebar ul li ul li {

	margin-left: 8px;

	background: url(images/arrow.png) no-repeat left top;

	padding-left: 9px;

	padding-bottom: 5px;

	border:none;

	margin-bottom:0;

	padding-top: 0px;

}

#sidebar ul.children {

	padding-top:3px;

}

#sidebar ul.children li { /*-- This styles the sub categories in the hierarchy --*/

	background: url(images/childbullets.png) no-repeat left top;

	padding-bottom:2px;

}



.box {

	background: #FFF url(images/boxbg.png) repeat-x top;

	padding: 20px;

	border: 1px solid #CCC;

	margin-bottom: 10px;

}
p {
	background-color: #FFFFFF;
}



/*---Image alignment in posts and pages---*/

.aligncenter, div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



/*---Image Captions---*/

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	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 {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}



/*---Comment Styles---*/

ol.commentlist {
	clear:both;
	list-style:none;
	margin:15px 0 0 0;
	padding:0;

}

ol.commentlist p {
	clear:both;
	margin:0;
	padding:0 10px 10px 10px;
	background-color: #FFFFFF;

}

ol.commentlist ul.children {
	list-style:none;
	background-color: #FFFFFF;

}

.avatar {

	float:right;

	padding:2px;

}

div.comment-author {

	margin-top:5px;

	background-color:#EBEBEB;

	border: solid 1px #CCC;

	height:40px;

}

div.comment-author .fn {

	font: bold 18px/36px Verdana, Geneva, sans-serif;

	padding-left:10px;

}

.says {

	display:none;

}

div.comment-meta {
	float:right;
	padding-bottom:4px;
	font-size: 10px;
}

#respond {
	clear:both;
	background-color: #FFFFFF;
}

div.reply {
	text-align:right;
	background-color: #FFFFFF;
}

div.reply a {

	text-decoration:underline;

}

#comment {
	width: 100%;
	background-color: #FFFFFF;
}


#footer {
	padding-bottom: 0;
	width: 850px;
	font-size: small;
	color: #333171;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#footer  p  {
	margin: 0; 
	text-align: center;
	padding-top: 5px;
}
#footer   #address    {
	margin: 0; 
	text-align: center;
	padding-top: 5px;
	color: #000000;
}
#web_design_by_knight  {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	color: #999999;
	font-size: x-small;
}
#web_design_by_knight  a  {
	color: #999999;
}
img.left_wpc {
	float:left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 225px;
}