@import url(https://fonts.googleapis.com/css?family=Exo:400,700,700italic,400italic);

body {
	font-family: 'Exo', sans-serif;
	font-size: 100%;
	}

#logo {
	min-height: 70px;
	padding-left: 80px;
	background: url('/wp-content/uploads/logo-doc.png') left no-repeat;
	}
#menu-top-menu li a {
	color: #fff;
	}
#menu-top-menu li a:hover,
#menu-top-menu li a:focus,
#menu-top-menu li a:active {
	background: #667;
	}

.site-name a {
	color: #fff;
	}
.site-description {
	color: #ccc;
	font-weight: bold;
	font-size: 100%;
	}

h1,
h1.featured-title {
	text-align: center;
	font-size: 250%;
	line-height: 90%;
	color: #99a;
	}
h2 {
	font-size: 150%;
	}
h3 {
	font-size: 125%;
	}
h4 {
	font-size: 100%;
	}

#cat-desc p:first-child {
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	line-height: 90%;
	color: #99a;
	margin-top: 0.25em;
	margin-bottom: 0;
	}
#cat-desc {
	border-bottom: solid 1px #99a;
	margin-bottom: 2em;
	}

#wrapper a {
	font-weight: bold;
	}
#wrapper a:link { 
	color: #079; 
	}
#wrapper a:visited {	
	color: #046; 
	}
#wrapper a:hover,
#wrapper a:focus,
#wrapper a:active { 
	background: #fc0;
	}
#wrapper a[target="_blank"] {
	background: url(/wp-content/uploads/icon-external1.png) right no-repeat;
	padding-right: 13px;
	}
#wrapper a[target="_blank"]:hover,
#wrapper a[target="_blank"]:focus,
#wrapper a[target="_blank"]:active {
	background: #fc0 url(/wp-content/uploads/icon-external1.png) right no-repeat;
	}
#wrapper a.blue.button {
	color: #fff;
	}
#wrapper #widgets a {
	font-weight: normal;
	}

#wrapper li {
	margin-bottom: 0.5em;
	}

.clear {
	clear: both;
	}
.center {
	text-align: center;
	}
.indent { 
	margin-left: 2em;
	}
.more {
	font-style: italic;
	font-size: 90%;
	}
.linebefore {
	margin-top: 1em;
	border-top: solid 1px #99a;
	padding-top: 1em;
	}
.byline,
.author {
	display: none;
	}

.legislation {
	padding: 0.25em 1em;
	background: #eee;
	border: solid 1px #99a;
	box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.5);
	font-family: Georgia, serif;
	}
.legislation ul {
	margin-left: 0;
	padding-left: 0;
	}
.legislation ul li {
	list-style: none;
	margin-left: 2em;
	}

.float-chunk {
	display: block; 
	padding: 1%; 
	background: #eee; 
	border-radius: 6px;
	margin-bottom: 0.5em;
	}

#footer-wrapper,
#footer-wrapper a {
	color: #ccc;
	}

@media all and (min-width: 481px) {
.sidebar-l {
	width: 35%;
	float: left;
	margin-right: 5%;
	}
.sidebar-r {
	width: 35%;
	float: right;
	margin-left: 5%;
	}
.float-chunk {
	float: left; 
	width: 47%;  
	margin: 1%;
	margin-left: 0; 
	}
}

@media only screen and (max-width: 480px) {
#logo {
	padding-left: 0;
	background: none;
	}
.site-name {
	font-size: 150%;
	}
}