@charset "utf-8";
/* CSS Document */

/* reset elements */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background: #968269 url(images/bg.jpg) center top no-repeat;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #434143;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 7px;
	}

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 17px;
	}

h3 {
	font-size: 14px;
	font-weight: bold;
	}

h4, h5, h6 {}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #282425;
	}
	
a img {
	border: none;
	}

a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

	div.entry ul {
		list-style: square;
		margin: 0 0 0 15px;
		}
		
		div.entry ul li {
			margin: 0 0 5px;
			}
			
			div.entry ul li a {
				color: #960;
				}
			
			div.entry ul li a:hover {
				text-decoration: underline;
				}
	


/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
	}

/* / */

p {
	line-height: 150%;
	margin: 0 0 15px;
	}
	
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* /clearfix */

#wrapper {
	margin: auto;
	width: 890px;
	}

	#brand {
		background: url(/wp-content/uploads/2013/12/Rainier-View-Branding-Header_20131031.jpg) center no-repeat;
		height: 168px;
		width: 890px;
		}
	
	.nav {
		background: url(images/navBg.jpg) center no-repeat;
		height: 22px;
		padding: 7px 0 0;
		width: 890px;
		}
		
	#main {
		background: url(images/repeatYPageBg.gif) center repeat-y;
		margin: auto;
		width: 890px;
		}
	
		#aside {
			float: left;
			padding: 12px 20px 20px;
			width: 216px;
			}
		
			#aside ul {
				list-style: none;
				}
			
				#aside ul li.widget {
					margin: 0 0 10px;
					}
				
					#aside ul li.widget p {
						line-height: 140%;
						}
				
					#aside ul h2.widgettitle {
						border-bottom: 2px dotted #bbb;
						padding: 0 0 3px; 
						}
				

	/*	
			#aside img {
				margin: 0 0 10px;
				}
	*/	
		#content {
			float: left;
			padding: 12px 20px 20px;
			width: 594px;
			}
		
	#siteinfo {
		background: #282425;
		height: 35px;
		padding: 20px 0 0 0;
		width: 890px;
		}
		
		#siteinfo ul {
			list-style: none;
			}
			
			#siteinfo ul li {
				display: inline-block;
				float: left;
				}
			
				#siteinfo ul li a {
					color: #fff;
					padding: 0 20px;
					text-decoration: none;
					}
					
				#siteinfo ul li a:hover {
					text-decoration: underline;
					}
					
	/* Dagon Designs Sitemap Generator Styling */
	
	div.ddsg-wrapper p,
	div.ddsg-wrapper h2 {
		display: none;
		}
		
	div.ddsg-wrapper ul {
		list-style: square;
		margin: 0 0 0 15px;
		}
		
		div.ddsg-wrapper ul li {
			margin: 0 0 5px;
			}
			
			div.ddsg-wrapper ul li a {
				color: #960;
				}
			
			div.ddsg-wrapper ul li a:hover {
				text-decoration: underline;
				}
	/* /Dagon Designs Sitemap Generator Styling */
		