/*
	Orange			- 	EB9622
	Search Border	-	EBE9EA
	Background Gray	- 	ACA8A5
	Blue			-	5FADC7
	Text Color		-	5E534D
	Sidebar Text	-	5D3817
	Dark Orange		-	B95915
*/

html { background-color: #ACA8A5; }
body { color: #5E534D; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; width: 960px; }
#wrapper { background: #FFF url(img/sidebar-bg.png) repeat-y right; overflow: auto; }
#main-column { background-color: #FFF; padding: 70px 20px 0 100px; width: 580px; float: left; }
#branding { background: url(img/logo.png) no-repeat; width: 468px; height: 80px; text-indent: -9999px; margin-left: -64px; padding-bottom: 20px;}
#side-column { color: #5D3817; font-size: 12px; line-height: 16px; padding: 70px 20px 100px 30px; width: 210px; float: right; }
#nav { border-top: 2px solid #5E534D; }
#nav ul { overflow: auto; margin-right: -20px; }
#nav li { float: left; font-size: 12px; text-transform: uppercase; width: 200px; }
#nav li a { text-decoration: none; color: #5E534D; }

a { color: #5E534D; font-weight: bold; text-decoration: underline; }
em { font-style: italic; }

h2 { color: #5FADC7; font-size: 18px; font-weight: bold; margin: 15px 0 10px; }
h3 { font-weight: bold; text-transform: uppercase; margin: 10px 0; }
hr { background: url(img/pattern-rule.png) repeat-x; }
p { margin: 10px 0; }
strong { font-weight: bold; }

.article { border-bottom: 1px solid #5E534D; margin-bottom: 10px; padding-bottom: 10px; }
.article:last-child { border: none; background: url(img/pattern-rule.png) repeat-x bottom; padding-bottom: 20px; }
.section { width: 450px; }
.posted { color: #ACA8A5; font-size: 12px; padding-left: 10px; }
.read-more { color: #b95915; }

#side-column a { color: #5D3817; }
.search-form { border-bottom: 2px solid #5D3817; padding-bottom: 70px; }
.search-field { border: 1px solid #EBE9EA; border-right: none; height: 28px; width: 170px; }
.search-button { vertical-align: top; }

#links { background: url(img/sidebar-pattern-rule.png) repeat-x bottom; padding-bottom: 20px; border-top: 2px solid #5D3817; margin-top: 100px; }
#links a { color: #FFF; text-decoration: none; text-transform: uppercase; }
#links li { margin-bottom: 8px; }

#asplp { background: url(img/sidebar-pattern-rule.png) repeat-x bottom; padding: 20px 0; }
#asplp h3 { color: #FFF; }

#site-credit { background: url(img/sidebar-pattern-rule.png) repeat-x bottom; padding: 30px 0 20px; }
