
/* Begin Typography & Colors */



body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {	font-size: 3em;	margin: 0px;	padding: 0px;	top: 0px;	padding-bottom:.2em; }
h2 {	font-size: 3em;	margin: 0px;	padding: 0px;	top: 0px;	bottom: 0px;	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.2em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
/*	text-decoration: none; */
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;  
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}


a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none; 
	}


a:hover {
	text-decoration: underline;
	background-color: #CCCCCC;
	}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100%;
	background-color: #73a0c5;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
 
.widecolumn .post {
	margin: 0;
	}
 
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



 
/* Begin Sidebar */
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	color:#777;
	} 

.sidebullits {
	list-style-image:url(x/style-dot-grey.gif);
	margin-left: 0px;
	padding-left: 16px;
}
/* End Sidebar */


 

/* Begin Various Tags & Classes */
hr { display: none; }
/* End Various Tags & Classes*/




div#highlightborder {
	margin-bottom: 20px;
	text-align:center;
}

div#highlight {
	width:190px;
	height:100px;
	text-align:center;
	margin-left: 25px;
	float:left;
}

/* <div class="spcr"></div> */
.spcr{clear:both;height:0;line-height:0;overflow:hidden;}

 
 
div.hr {
 /*
  height: 15px;
  background: url(hr.gif) no-repeat scroll center;
	margin-top:10px;
	margin-bottom:30px;
	*/
	padding-bottom:3em;
		border-top:4px;
		border-top-color:#999965;
		border-top-style:solid;		
}
div.hr2 {

	border-top:4px;
	border-top-color:#999965;
	border-top-style:solid;	
	/*
	padding-top:1em;
		border-top:4px;
		border-top-color:#999965;
		border-top-style:solid;	

	padding-top:.5em;
	padding-bottom:.5em;
		border-top:4px;
		border-top-color:#999965;
		border-top-style:solid;	

		border-bottom:4px;
		border-bottom-color:#999965;
		border-bottom-style:solid;	
		*/
}

div.hr hr {
  display: none;
}

div.hr_hidden {
	margin-top:10px;
	margin-bottom:30px;
}