* { margin: 0; padding: 0; outline: none; }

body, html {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #221e1a;
	background-repeat: repeat-x;
	background-image: url(img/sliver.jpg);
	background-color: #a1a884;
}

a:link, a:visited, a:active { color: #221e1a; font-family: Arial, Helvetica, sans-serif; text-decoration: none; }

a:hover { color: #1e3853; }

p { padding: 15px 0 0 0; }

img { border: none; }

#wrapper { width: 800px; margin: 0 auto; }

#top { width: 800px; height: 100px; } /* moves the banner image*/

	a.logo { float: left; padding-top: 18px;} /* moves the logo */

	.top-search { float: right; padding-top: 18px; }

		.input-search-text { height: 19px; float: left; border: none; padding: 5px 0 0px 5px; margin: 14px 10px 0 0; }

#header-img {
	width: 805px;
	height: 187px;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
}

	#header-img span { text-indent: -9999px; float: left; }
	
#nav { width: 800px; height: 42px; }

	#nav ul { list-style-type: none; }
	
	#nav li { display: inline; float: left; }
	
	#nav li a { float: left; height: 29px; padding: 13px 15px 0 15px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none; text-transform: uppercase; color: #221e1a; letter-spacing: -1px; }
	
	#nav li a:hover { background: #dde2c5; }

#content { width: 800px; margin: 15px 0 150px 0; padding-top: 15px; }

.post { padding: 10px 0 10px 0; }

.post h2 a { color: #221e1a; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: normal; text-decoration: none; }

.post h2 a:hover { color: #1e3853; }

.post blockquote { background: url(../../../../assets/img/blockquote-bg.png) #2c2c2c no-repeat; border: 1px solid #272727; padding: 15px 15px 15px 55px; margin: 15px 10px 15px 40px; font-style: italic; color: #666; }

.meta-data { padding: 5px 10px 5px 10px; border-top: 1px dotted #626262; margin: 15px 0 0 0; }

.in { width: 700px; margin: 0 auto; padding: 15px 10px 15px 10px; }

#sidebar { background: #dde2c5; margin: 20px 0 0 0; padding: 0 0 10px 0; float: left; width: 100%; }

	#sidebar h2 { font-size: 18px; color: #1e3853; font-weight: normal; padding: 0 0 5px 10px; }

	#sidebar ul { list-style-type: none; }
	
		#sidebar li { width: 310px; border-top: 1px solid #999999; }
		
		#sidebar li a { display: block; width: 300px; padding: 5px 0 5px 10px; color: #221e1a; font-size: 14px; }
		
		#sidebar li a:hover { background: #a1a884; }

	#sidebar .arcs { width: 340px; float: left; }
	
	#sidebar .cats { width: 340px; float: left; margin-right: 20px; }
	
#footer { width: 100%; float: left; background: #a1a884; padding: 10px 0 10px 0; }