@import url(http://fonts.googleapis.com/css?family=Neuton|PT+Sans+Narrow|Questrial);

body {font: normal 16px 'Questrial'; color: #000; background: #FBFBFB url(/assets/images/greyzz_50percent.png) repeat; margin: 0; padding: 0; line-height: 1.6;}

h1, h2, h3, h4, h5, h6 {color: #8E8A82;}
h1, h2, h3 {font-size: 40px; margin: 10px 0 10px 0; font-family: 'Neuton';font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #8E8A82;text-decoration: none;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color: #8E8A82;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #8E8A82;}

a, a:visited {color: #63727B; text-decoration: none;}
a:hover {color: #000; text-decoration: none;}
a img {border: none;}
ul {list-style-type:square;}
ul, ol {padding-left: 25px;}
ul ul, ol ol {padding-left: 25px;}

#header_text {padding: 25px 20px 10px 20px; text-align: left;}
#header_text h1#site_heading {font: normal 55px 'Neuton';display: inline-block;color: #8E8A82; margin-bottom: 0px; margin-right: 10px;}
#header_text h1#site_heading a {color: #8E8A82;}
#header_text h2#site_subheading {font: normal 30px 'PT Sans Narrow';display: inline-block;color: #B7B3AC; margin-top: 0px;}

#header_photo {margin: 10px auto 20px auto; text-align: center;}
#header_photo img {width: 100%; border-top: 6px solid #F6F6F6; border-bottom: 6px solid #F6F6F6;}

#primary_navigation {border-top: 3px solid #F6F6F6; border-bottom: 3px solid #F6F6F6;  margin: 0px 0 10px 0;}
#primary_navigation ul {font: normal 18px 'PT Sans Narrow';list-style-type: none; padding: 0; margin: 0; zoom: 1; overflow: hidden;}
#primary_navigation ul li {display:block; float: left; border-bottom: 3px solid #F6F6F6; margin-bottom: -3px;}
#primary_navigation ul li a {display: block; float: left; padding: 15px 25px; text-decoration: none; border-right: 3px solid #F6F6F6; text-transform: uppercase;color: #000;}
#primary_navigation ul li a:hover, #primary_navigation ul li.active a {color: #8E8A82;}
#primary_navigation ul li.last a {border-right: none;}


#primary_navigation ul.sf-menu ul.sub_navigation {background: #8E8A82; border-radius: 0px;}
#primary_navigation ul.sf-menu ul.sub_navigation a {border-right: none; color: #fff;}
#primary_navigation ul.sf-menu ul.sub_navigation li {border-bottom: 0px; margin-bottom: 0px;}
#primary_navigation ul.sf-menu .active ul.sub_navigation li a {color: #fff;}
#primary_navigation ul.sf-menu ul.sub_navigation li a:hover {color: #fff;}

#top_wrapper {padding-bottom: 10px;}

.location {padding: 10px 20px;}
#left, #right {background: #F6F6F6;}

.navigation_component ul {list-style-type: none; font-size: 18px; padding: 0; margin: 0; font-weight: bold;}
.navigation_component ul a {text-decoration: none;}
.navigation_component ul li {padding: 5px 0; margin: 0;}
.navigation_component ul ul {padding-left: 35px; list-style-type:square;}

.blog_component ul li a, .blog_archive_component ul li a {text-decoration: none;}
.blog_component ul, .blog_archive_component ul {list-style-type: none; padding-left: 0;}
.blog_component .blog_post ul {list-style-type: square; padding-left: 30px;}
.blog_component p.post_read_more a {background: #8E8A82; padding: 10px 15px; color: #fff;}
.blog_component p.post_read_more a:hover {background: #63727B; color: #fff;}
.blog_component p.archived {text-align: right;}
.blog_component p.archived a {background: #8E8A82; padding: 10px 15px; color: #fff;}
.blog_component p.archived a:hover {background: #63727B; color: #fff;}

.metadata {background:#eee; border: 1px solid #eee; padding: 10px;}
.metadata .comments {border-right: 1px solid #ccc; margin-right: 7px;}
.metadata div {display: inline;}

.comment.owner {background: #eee; border: 1px solid #eee;}
.comment {border-bottom: 2px solid #eee;}

.component input {min-height: 25px}
.component input, .component textarea {border: 2px solid #ddd; background: #eee;}
input.form_field_submit_button, .submit_wrapper input {padding: 10px 15px; background: #8E8A82; color: #fff; border: none;}
input.form_field_submit_button:hover, .submit_wrapper input:hover {background: #63727B; color: #fff;}

#footer_wrapper {padding: 20px; text-align: left; border-top: 3px solid #eee;}
#footer_wrapper a, #footer_wrapper a:visited, #footer_wrapper a:hover {color: #8E8A82;}





@media screen and (max-width: 650px) {
	#primary_navigation ul li {border-bottom: 0px; margin-bottom: 0px;}
	#primary_navigation ul li a {padding: 5px 10px; border-right: 0px;}
}


