/* main body style */
body {
	background-image:url(images/background.jpg);
	margin-top: 20px;
	}
	
/* Large Blue Hed */
h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
	color: #006;
	letter-spacing:-1px;
	text-align:left;
	}
	
/* Medium Blue Hed */
h2 {
	font: bold 24px/130% Arial, Helvetica, sans-serif;
	color: #006;
	letter-spacing:-0.5px;
	}
	
/* Small Blue Hed */
.ph {
	font: bold 16px/130% Arial, Helvetica, sans-serif;
	color: #006;
	letter-spacing: normal;
	}
		
/* All standard text on site */
p {
	font: 12px/130% Arial, Helvetica, sans-serif;
	color: #000;
	}
		
/* Bold and colored standard text */
.boldcolor {
	font: bold 12px/130% Arial, Helvetica, sans-serif;
	color:#36F;
	}	
	
/* All images float left and margin within paragraphs */
p img {
	float:left;
	margin:0 10px 5px auto
	}
	
/* Testimonial text within site */
.testim {
	color:#903;
	font: bold italic 11px/120% Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 20px 0px 30px 0px;
	}
		
/* Biography titles smaller*/
.biolink {
	font: 10px/120% Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
/* Spacer div */
#spacer {
	float:left;
	}	

/* main page container */
#container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	height:auto;
	background-color:#FFF;
	position:relative;
	}

/* top area with logo*/
#header{
	width:100%;
	margin:0px
	}
	
/* general content*/
#content{
	clear:left;
	width:53%;
	padding: 10px 0px 0px 45px;
	}
	
/* navigation bar with links to content */	
#navbar {
	background: #004577; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#74a2cb, #94b7d5);
	background: -o-linear-gradient(#74a2cb, #94b7d5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#74a2cb), to(#94b7d5)); /* older webkit syntax */
	background: -webkit-linear-gradient(#74a2cb, #94b7d5);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 4px auto 6px;
	width: 100%;
	}
	
/* text in the navigation bar */
#navbar p {
	clear:left;
	color:#FFF;
	font: bold 13px/150% Arial, Helvetica, sans-serif;
	text-align:left;
	padding: 5px 50px 0px 50px;
	}
	
/* Nav Bar link colors */
a.nav:link {
	color:#FFF;
	}
	
a.nav:active {
	color:#FFF;
	}

a.nav:visited {
	color:#FFF;
	}
	
a.nav:hover {
	color:#006;
	text-decoration: none;
	}
	
/* gets rid of blue lines around image links in Firefox*/
a img {
	border: none;
	border-width: 0px;
	}

/* other font styles for posts */
.posttitle {font-size: 28px;
	}
.postgray {color: #333;
	}
	
/* footer bar at bottom of page */	
#footer {
	background-color:#CCC;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:55px;
	margin-top:0px;
	}
		
/* text in footer */	
#footer p {
	float:left;
	font: 9px/120% Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	padding: 20px 0px 0px 30px;
	}
	
/* right text in footer */
#footer p2 {
	float:right;
	font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
	color:#369;
	text-align:right;
	padding: 20px 30px 0 0;
	}
	
/* grey bar under top and bottom area ONLY */
#greybar {
	clear:both;
	width:100%;
	height:2px;
	background-color:#999;
	}
	
/* grey bar everywhere else */
#greybar2 {
	width:100%;
	height:2px;
	background-color:#999;
	}
	
/* sidebar titles */
#sidebar_title {
	float:right;
	clear:right;
	width:290px;
	margin-top:20px;
	}	
		
/* sidebar */
#sidebar {
	position:absolute;
	left:62%;
	bottom:55px;
	background:#fff url(images/sidebar_blend1.jpg) repeat-x;
	background-position:bottom;	
	width:270px;
	height:auto;
	min-height:360px;
	padding: 15px;
	position:bottom;
	margin:10px 35px 0px 0px;
	}	
	
/* Vertical gray line RIGHT */
.vline {
	border-right-color:#999;
	border-right-style:solid;
	border-right-width:2px;
	padding-right:20px;
	}
		
/* Vertical gray line LEFT */
.lvline {
	border-left-color:#999;
	border-left-style:solid;
	border-left-width:2px;
	padding-left:20px;
	}
	
/* link colors throughout site except in NavBar */	
a:link {
	color: #06C;
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	color: #06C;
	}
	
a:hover {
	text-decoration: underline;
	color: #369;
	}
	
a:active {
	text-decoration: none;
	}	