/*
Theme Name: Waltrich Theme
Theme URI: http://www.waltrich.com
Description: Waltrich Theme based on Default Wordpress Theme.
Version: 1.0
Author: Doy Cave
Author URI: http://www.richmondhillmedia.com/

*/

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ====================================================== HTML and Typography === */	

body {
	font-size: 13px;
	line-height: 20px;
	font-family: 'Lucida Grande', Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #FFF url(images/body_bg.jpg) top left repeat-x;
}

p {
	margin-bottom: 10px;
}

h1 {
	
}

h2 {
	line-height: 40px;
	font-size: 24px;
	color: #006;
}

h3 {
	line-height: 40px;
	font-size: 18px;
}

h4 {
	font-size: 15px;
}

/* ====================================================== BANNER and styles === */	

#banner {
	background: transparent url(images/bannerWrap_bg.jpg) top right no-repeat;
	height: 139px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

	#banner .home a {
		display: block;
		float: left;
		height: 139px;
		width: 420px;
		text-indent: -999em;
		text-decoration: none;
		background: url(images/logo_bg.jpg) top left no-repeat;
	}
	
	#banner ul {
		position: absolute;
		width: 470px;
		left: 500px;
		top: 54px;
	}
	
		#banner li {
			display: inline;
			border-right: 1px dotted #006;
		}
		
		#banner li.last {
			border-right: none;
		}
		
		#banner li a {
			text-decoration: none;
			font-weight: bold;
			color: #006;
			padding: 0 9px;
		}
		
		#banner li a:hover {
			color: #940000;
		}

/* ====================================================== CONTENT/INNER and styles === */	

#content, #contentInner {
	text-align: left;
}

#contentInner {
	background: #FFF url(images/contentInner_bg.jpg) -20px top no-repeat;
	margin-top: 36px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	min-height: 500px;
}

#content {

}

	.entry blockquote {
		padding: 9px;
		background-color: #EFEFEF;
	}

/* ====================================================== FEATURE and styles === */	

#feature {
	height: 351px;
	margin-bottom: 36px;
	overflow: hidden;
}

/* ====================================================== FOOTER and styles === */	

#footer {

}

/* ====================================================== NAVIGATION and styles === */	

#frontNav {
	margin-top: 10px;
}

	#frontNav li ul {
		display: none;
	}
	
	#frontNav li a {
		text-decoration: none;
		color: #FFF;
		display: block;
		text-shadow: #000 1px 1px 3px;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: .1em;
		padding: 6px 9px;
		border-bottom: 1px solid #994a48;
	}
	
	#frontNav li a:hover {
		background-color: #681110;
		
	}

#sideNav ul, #sideNav li ul li ul {
	margin-bottom: 0;
}

#sideNav li ul {
	margin-bottom: 18px;
}

	#sideNav li ul li a, .linkcat li a {
		text-decoration: none;
		color: #006;
		border-bottom: 1px dotted #CCC;
		display: block;
		padding: 4px 9px;
		width: 250px;
		
	}
	
		#sideNav li ul li a:hover, .linkcat li a:hover {
			background-color: #dcdcdc;
		}
	
		#sideNav li ul li ul li a {
			padding: 2px 0 2px 18px;
			border-bottom: none;
			color: #940000;
		}


/* ====================================================== WORDPRESS and styles === */	

.alignleft {
	float: left;
}

.alignnone {
	margin: 0 0 18px 0;
}

.alignright {
	float: right;
}

	img.alignright {
		margin: 9px 0 18px 18px;
		border: 1px solid #006;
	}
	
	img.alignleft {
		margin: 9px 18px 18px 0;
		border: 1px solid #006;
	}

.entry {
	
}

	.entry ul {
		margin-left: 15px;
		list-style: circle;
	}

.navigation {
	
}

.post {
	
}

h2.widgettitle {
	text-transform: uppercase;
	font-size: 14px;
	color: #940000;
}

.wp-caption {
	background-color: #EFEFEF;
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
