@import url(http://fonts.googleapis.com/css?family=Doppio+One|Roboto+Condensed|Open+Sans);

body {font: normal 13px 'Open Sans'; color: #000; background: #FFF; margin: 0; padding: 0; line-height: 1.5;}

h1, h2, h3, h4, h5, h6 {color: #000;}
h1, h2, h3 {font-size: 25px; margin: 10px 0 10px 0; font-family: 'Roboto Condensed';font-weight: normal;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #4DCAE0;text-decoration: none;}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color: #4DCAE0;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #1490AA;}

a, a:visited {color: #4DCAE0; text-decoration: none;}
a:hover {color: #3896A9; text-decoration: none;}
a img {border: none;}
ul, ol {padding-left: 25px;}

#header_text {padding: 15px 25px; text-align: left;}
#header_text h1#site_heading {font: normal 40px 'Doppio One';display: inline-block;color: #4DCAE0; margin-bottom: 0px; margin-right: 10px; text-transform: uppercase;}
#header_text h1#site_heading a {color: #4DCAE0;}
#header_text h2#site_subheading {font: normal 20px 'Doppio One';display: inline-block;color: #CCC; margin-top: 0px; text-transform: uppercase;}

#primary_navigation {border-top: 3px solid #f8f8f8; border-bottom: 3px solid #f8f8f8;  margin: 20px 0 30px 0;}
#primary_navigation ul {font: normal 16px 'Roboto Condensed';list-style-type: none; padding: 0; margin: 0; zoom: 1; overflow: hidden;}
#primary_navigation ul li {display:block; float: left; border-bottom: 3px solid #F8F8F8; margin-bottom: -3px;}
#primary_navigation ul li a {display: block; float: left; padding: 15px 25px; text-decoration: none; border-right: 3px solid #F8F8F8; text-transform: uppercase;}
#primary_navigation ul li a:hover, #primary_navigation ul li.active a {color: #000;}
#primary_navigation ul li.last a {border-right: none;}


#primary_navigation ul.sf-menu ul.sub_navigation {background: #4DCAE0; 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;}


#content_wrapper {}
#top_wrapper {padding-bottom: 10px;}

.location {padding: 10px 20px;}

.navigation_component ul {list-style-type: none; font-size: 15px; padding: 0; margin: 0;}
.navigation_component ul a {text-decoration: none;}
.navigation_component ul li {padding: 5px 0; margin: 0;}
.navigation_component ul ul {padding-left: 25px; list-style-type:circle;}

.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: disc; padding-left: 30px;}

.metadata {font-size: 11px;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: none; background: #eee; color: #000;}
input.form_field_submit_button, .submit_wrapper input {padding: 5px 10px; background: #4DCAE0; color: #fff;}
input.form_field_submit_button:hover, .submit_wrapper input:hover {background: #3896A9; color: #fff;}

#footer_wrapper {padding: 20px; text-align: center; border-top: 3px solid #eee;}
#footer_wrapper a, #footer_wrapper a:visited, #footer_wrapper a:hover {color: #4DCAE0;}





@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;}
}


