
	/* body and divs */
	
	body {
		margin: 0;
		padding: 0;
		background: #9c8f86 url(../images/bg_texture.gif) top center repeat-x;
		font-family: 'Lucida Grande','Trebuchet MS',sans-serif;
		color: #575757;
		font-size: 62.5%;
		overflow-x: hidden;
	}
	
	div#outer_container {
		margin: 0 auto;
		width: 982px;
		background: url(../images/content_bg_shadow.png) repeat-y;
	}
	
	div#container {
		width: 958px;
		margin-left: 12px;
	}
	
	div#header {
		width: 958px;
		height: 139px;
		background: url(../images/header_bg.gif) no-repeat;
	}
	
	div#content { background: url(../images/sub_content_faux.gif) repeat-y }
		body#home div#content { background: url(../images/home_content_faux.gif) repeat-y }
		
		div#main_content {
			float: left;
			padding: 15px;
			width: 650px;
		}
			
			body#home div#main_content {
				width: 597px;
			}
						
				div#hc_top, div#hc_bottom { 
					width: 585px;
					height: 16px;
					background: url(../images/home_feature_top.gif) no-repeat;
				}
			
					div#hc_bottom { background-image: url(../images/home_feature_bottom.gif); margin-bottom: 12px; }
			
			
				div#home_cats {
					background-color: #4a7590;
					width: 545px;
					padding: 2px 20px;
				}
		
				div.home_col {
					width: 255px;
					float: left;
					margin-left: 20px;
				}
			
					div#hcol_last {
						float: none;
						margin-left: 325px;
					}
					
				div#post {
					margin-bottom: 35px;
				}
				
				div#post_date {
					float: left;
					background-color: #7293a8;
					padding: 8px;
					margin: 0 12px 12px 0;
					text-align: center;
				}
				
				div.comment { margin-bottom: 25px }
				div.comment_left, div.comment_right { padding: 6px 0 }
				
					div.comment_left {
						float: left;
						width: 116px;
					}
					
					div.comment_right {
						margin-left: 118px;
						border-left: 2px solid #ebebeb;
						padding-left: 30px;
					}
				
				div#comment_form {
					width: 382px;
					background-color: #f6f6f6;
					border: 3px solid #ebebeb;
					margin-left: 145px;
					padding: 20px;
				}
			
		div#sub_content {
			width: 210px;
			margin-left: 728px;
			padding-top: 20px;
		}
			
			body#home div#sub_content {
				width: 331px;
				margin-left: 627px;
				padding: 0;
			}
				
				div#home_about_blurb {
					background: url(../images/home_oord_bg.jpg) no-repeat;
					height: 211px;
				}
				
				div#home_sub_col {
					padding: 12px;
				}
				
				div#sc_about {
					border-bottom: 2px solid #ddd;
					margin-bottom: 15px;
					padding-bottom: 8px;
				}
	
	div#footer_container {
		width: 932px;
		margin: 0 auto;
		background: url(../images/content_footer_bg_shadow.png) no-repeat;
		padding: 12px 25px 0;
		height: 30px;
	}
		
		body#home div#footer_container {
			background-image: url(../images/content_footer_bg_shadow_home.png);
		}

	
	/* imgs + img replacement */
	
	div.home_col img {
		float: left;
		margin: 0 8px 8px 0;
	}
	
 	div#header h1 { text-indent: -9999px }
	
	div#header h1 a {
		display: block;
		background-repeat: no-repeat;
	}
	
	div#header h1 a {
		width: 324px;
		height: 107px;
		float: left;
	}
	
		/* nav */
		
		ul#nav {
			position: relative;
			top: 93px;
			left: 60px;
		}
		
		ul#nav li {
			float: left;
			font-family: Georgia, 'Times New Roman', serif;
			font-size: 1.4em;
			margin-right: 17px;
		}
			
			ul#nav li.last { margin: 0 }
		
		ul#nav li a {
			display: block;
			height: 40px;
			width: auto;
			padding: 6px 6px 0 6px;
			text-decoration: none;
			color: #fff;
		}
			
			ul#nav li a:hover, ul#nav li.active a {
				background-color: #6d8c7e;
				color: #b1efdd;
			}

	/* type */
	
	div#content p {
		font-size: 1.2em;
		line-height: 1.3em;
		margin-bottom: 14px;
	}
		
		div#content div.comment_right p {
			font-size: 1.2em;
			margin-bottom: 12px;
		}
		
		div#content div#comment_form p.on_topic {
			float: right;
			background-color: #849a91;
			color: #fff;
			font-size: 1.1em;
			padding: 10px;
			width: 168px;
		}
	
	div#content h1 {
		font-size: 1.8em;
		font-family: 'Times New Roman', serif;
		color: #555;
		letter-spacing: 1px;
		font-weight: normal;
		margin-bottom: 18px;
		background: url(../images/curly_ornament.gif) no-repeat;
		padding-left: 64px;
	}
		
		body#home div#content h1 { margin-bottom: 10px }
	
	div#content h2 {
		font-size: 1.8em;
		color: #698b7d;
		font-family: Helvetica, Arial, sans-serif;
		margin-bottom: 7px;
	}
	
		
		
	div#content h3 {
		font-size: 1.3em;
		font-weight: bold;
		color: #4a7590;
		margin-bottom: 3px;
	}
		
		div#content div.home_col h3 {
	        font-family: Helvetica, Arial, sans-serif;
	        font-size: 1.3em;
	        margin-bottom: 8px;
			color: #575757;
		}
		
		body#home div#content div#home_sub_col h3 {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.3em;
			margin-bottom: 3px;
			color: #575757;
			font-weight: bold;
		}
		
		body#home div#content div#home_about_blurb h3 {
			background-color: #000;
			padding: 12px;
			width: 185px;
			display: block;
			color: #dfdfdf;
			font-weight: normal;
			font-family: Georgia;
			line-height: 1.4em;
			font-size: 1.1em;
			position: relative;
			top: 120px;
			margin: 0;
		}
			
			div#home_about_blurb h3 a { color: #4a7590 }
			
		div#post_date h3 {
			color: #fff;
			font-size: 2.2em;
			font-family: Georgia, serif;
			font-weight: normal;
			margin-top: -3px;
			margin-bottom: 0;
		}
		
		div#content div.comment h3 {
			font-size: 1.3em;
		}
		
		div#content div#comment_form h3 {
			margin-bottom: 20px;
		}
		
		div#content div#sub_content h3 {
			font-size: 1.4em;
			margin-bottom: 5px;
			color: #575757;
			font-weight: normal;
			font-family: 'Times New Roman', serif;
		}
		
		div#home_sub_col h4 {
			font-size: 1.4em;
			font-weight: normal;
			font-family: 'Times New Roman', serif;
			margin-bottom: 7px;
		}
		
		div#post_date h4 {
			color: #fff;
			text-transform: uppercase;
			font-weight: normal;
		}
		
		h4.double_comment, h4.add_comment {
			float: right;
			font-size: 1.2em;
			font-weight: normal;
			background: url(../images/comments_icon.gif) 0 2px no-repeat;
			padding-left: 15px;
			margin: 0 0 5px 5px;
		}
			
			h4.add_comment { background-image: url(../images/single_comment_icon.gif) }
		
	div#post h5 {
		background-color: #f3f3f3;
		padding: 7px;
		font-size: 1.2em;
		font-weight: normal;
	}
		
		div#content div.comment h5 {
			font-family: Helvetica, Arial, sans-serif;
			font-size: 1.1em;
			font-weight: normal;
			color: #4c4c4c;
			line-height: 1.2em;
		}
		
		div#footer_container h5 {
			font-size: 1.1em;
			font-weight: normal;
			color: #fff;
			float: left;
		}
			
			div#footer_container h5.ref_plug {
				float: right;
			}
				
				div#footer_container h5.ref_plug a { color: #f8f0ea }
	
	div#home_cats dl {
		float: left;
		width: 250px;
	}
		
		div#home_cats dl#hc_second {
			float: none;
			margin-left: 310px;
		}
	
	div#home_cats dl dt {
		font-family: 'Georgia', serif;
		font-size: 1.6em;
		margin-bottom: 16px;
		line-height: 18px;
	}
		
		div#home_cats dl dt a:link, div#home_cats dl dt a:visited {
			color: #c7e9fd;
			text-decoration: none;
		}
		
		div#home_cats dl dt a:hover { color: #fff }
	
	div#sub_content ul {
		margin-bottom: 20px;
	}
		
		div#sub_content ul li {
			font-size: 1.1em;
			line-height: 1.3em;
			margin-bottom: 5px;
			background: url(../images/bullet.gif) 0 6px no-repeat;
			padding-left: 10px;
		} 
		
	/* forms */
	
	div#comment_form form p { margin-bottom: 20px }
	
	div#comment_form form label {
		font-size: 1em;
		font-family: Helvetica, Arial, sans-serif;
		display: block;
		margin-bottom: 3px;
	}
		
		div#comment_form form label em {
			color: #C91414;
			font-style: normal;
			font-size: 1.5em;
			position: relative;
			top: 5px;
		}	
		
	div#comment_form form input {
		width: 150px;
	}
		
		div#comment_form form p#cf_submit input {
			width: auto;
			background-color: #648074;
			float: right;
			margin-right: 10px;
			color: #fff;
			padding: 3px;
		}
	
	div#comment_form form textarea {
		width: 370px;
		height: 140px;
	}
	
	/* a hrefs */
	a {
		color: #679180;
		text-decoration: underline;
	}