a { color: #de030b; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'PTSerifRegular', Georgia, serif;
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
}
header, section, article, aside {
	margin-bottom: 15px;
}
p {
	margin: 1em 0;
	line-height: 1.7em;
}
.btn.see-all {
	display: block;
	margin: 12px 0;
}
/*                                                HEADER */
.logo {
	margin-top: 45px;
	font-family: 'PTSerifRegular', Georgia, serif;
}
.logo a {
	color: #333;
}
.logo a:hover {
	text-decoration: none;
}
.logo a h1 {
	text-transform: uppercase;
	text-shadow: 0 2px 0 #BBB;
	font-size: 45px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}
.tagline {
	display: block;
	color: #de030b;
	font-size: 18px;
}
.tagline span {
	color: #888;
}
.bill {
	position: relative;
	margin-top: 30px;
}
.bill:before, .bill:after {
	content: "{";
	position: absolute;
	top: 20px;
	left: 0;
	color: #dbdada;
	font-size: 85px;
	font-family: 'PTSerifRegular', Georgia, serif;
}
.bill:after {
	content: "}";
	right: 0;
	left: auto;
}
.bill h2 {
	color: #005580;
	text-align: center;
	margin: 5px 0 10px;
	font-size: 28px;
	line-height: 28px;
}
.bill span {
	font-family: 'PTSerifRegular', Georgia, serif;
	text-align: center;
	display: block;
	font-size: 15px;
	color: #333;
}
.bill span a {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.powered-by {}
.powered-by a {}
.powered-by a .powered-by-text  {
	text-transform: uppercase;
	color: #244289;
	float: left;
	padding-top: 42px;
	padding-left: 40px;
}
.powered-by a .powered-by-text span {
	color: #de030b;
}
.powered-by a img {
	float: right;
	padding-top: 10px;
}
.navbar .nav {
	margin: 0;
}
.navbar {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-family: 'PTSerifRegular', Georgia, serif;
	text-transform: uppercase;
	font-size: 16px;
}
.navbar ul {
	list-style: none;
	margin: 0;
}
.navbar li {
	padding: 0;
}
.navbar .nav > li > a {
	color: #333;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background: #f1f1f1;
	color: #333;
	text-decoration: none;
	border-color: #ccc;
	text-shadow: 0 1px 0 white;
}
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-parent > a {
	background: #e3f0f6;
	border-color: #ccc;
}
.navbar .nav > li {
	position: relative;
}
.navbar ul.sub-menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 180px;
	border: 1px solid #CCC;
	border-bottom: 0;
	z-index: 10;
	visibility: hidden;
}
.navbar ul.sub-menu li a {
	padding: 8px 5px 8px 15px;
	display: block;
	background: white;
	text-transform: none;
	color: #333;
	border-bottom: 1px solid #CCC;
}
.navbar ul.sub-menu li a:hover {
	background: #f1f1f1;
	text-decoration: none;
}
.navbar ul.sub-menu li.current-menu-item a {
	background: #e3f0f6;
}
.navbar .search form {
	margin: 5px 0;
	position: relative;
	width: 100%;
}
.navbar .search input {
	width: 90%;
	background: #f1f1f1;
}
.lt-ie9 .navbar .search input {
	width: 97%;
}
.navbar .search input:focus{
	background: white;
}
.navbar .search button {
	background: transparent;
	border: 0;
	position: absolute;
	top: 3px;
	right: 0;
}
/*                                               SLIDESHOW */
#slideshow {
	position:relative;
}
#slideshowThumbs {
	position: absolute;
	bottom: 0;
	left: 500px;
	z-index:2;
}
#slideshowThumbs a {
	opacity: 0.4;
	margin-right: 5px;
	display: block;
	float: left;
	border: 1px solid white;
}
#slideshowThumbs a img {
	height: 60px;
}
#slideshowThumbs a.last-child {
	margin-right: 0;
}
#slideshowThumbs a.current, #slideshowThumbs a:hover {
	opacity: 1;
	border-color: black;
}
#slideshowContent {
	height:300px;
	float: none;
	display: block;
	position:relative;
	overflow:hidden;
}
#slideshowContent h2 {
	margin: 0;
}
#slideshowContent h2 a {
	color: #333;
}
#slideshowContent .source {
	text-transform: uppercase;
	font-size: 16px;
	color: #888;
}
.slide-text {
	overflow: hidden;
	height: 225px;
}
#slideshowContent time {
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	color: #666;
	float: right;
}
/*                                               SECTIONS */
h2.section-heading {
	font-size: 18px;
	text-transform: uppercase;
	border-top: 5px solid #333;
	position: relative;
	font-family: 'PTSerifBold', Georgia, serif;
}
h4.section-heading {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-top: 30px;
	padding-bottom: 10px;
}
a.view-all {
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	color: #de030b;
}
.alignleft {
	float: left;
	margin: 0 15px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 15px;
}
.aligncenter {
	margin: 0 auto;
}
article.group {
	margin-left: 30px;
}
.read-more {
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
}
.clear {
	clear: both;
}
.quotes a {
	font-family: 'PTSerifRegular', Georgia, serif;
	font-size: 16px;
	display: block;
}
.quotes span {
	font-family: 'PTSerifRegular', Georgia, serif;
	display: block;
	color: #888;
	margin-bottom: 20px;
}
li {
	padding-bottom: 10px;
}
ul.latest-news {
	margin: 0;
	list-style: none;
}
ul.latest-news.heard-on-the-hill li {
	font-family: 'PTSerifRegular', Georgia, serif;
	font-size: 18px;
	line-height: 24px;
}
ul.latest-news.archives {
	margin: 0;
	list-style: square;
}
ul.latest-news li {
	padding: 0 0 15px;
}
ul.latest-news a {
	color: #005580;
	display: block;
}
ul.latest-news time {
	display: block;
	background: #f1f1f1;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: 1px;
}
nav#nav-below {
	border-top: 1px solid #CCC;
	margin-top: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
nav .previous {
	width: 40%;
	float: left;
	margin-right: 10%;
}
nav .next {
	width: 40%;
	float: right;
	margin-left: 10%;
	text-align: right;
}
a.rss {
	background:url('../img/rss.png') no-repeat center left;
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	color: #005580;
	display: block;
	padding: 5px 0 5px 30px;
}
/*                                                     author */

.author {
	border-top: 1px solid #CCC;
	margin-top: 30px;
	padding: 40px 0;
}
.author a img {
	float: left;
	margin: 0 30px 10px 0;
}
.author h3 {
	font-family: 'PTSerifBold';
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	line-height: 18px;
}

/*                                                     comments */
#comments {}
#comments h2 {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-family: 'PTSerifBold';
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 0;
}
#comments ol {
border-bottom: 1px solid #CCC;
list-style: none;
margin: 0 0 20px 0;
}
#comments footer:before,
#comments footer:after {
	content: " ";
	display: table;
}
#comments footer:after {
  clear: both;
}
.lt-ie8 .#comments footer,
.lt-ie7 .#comments footer {
	*zoom: 1;
}
.comment-author {
	float: left;
	font-family: 'PTSerifRegular';
	font-size: 18px;
}
.comment-author:after {
	content: "/";
}
.comment-author cite {}
.comment-author span {
	display: none;
}
.comment-meta {
	float: left;
	font-family: 'PTSerifCaptionRegular';
	font-size: 14px;
	margin: 2px 0 0 5px;
}
.comment-meta a {
	color: #888;
}
.comment-content {}
#comments ul.children {
	border-left: 5px solid #ccc;
	list-style: none;
	margin: 0;
	padding-left: 20px;
}
#respond h3 {
	font-family: 'PTSerifBold';
	font-size: 18px;
	text-transform: uppercase;
	border-top: 5px solid #333;
}
#respond p span { color: #de030b; }
#respond input.text {
	width: 40%;
	margin: 1%;
}
#respond textarea.textarea {
	margin: 1%;
	width: 85%;
	height: 150px;
}
#respond input#submit {
	color: #fff;
	background-color: #005580;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-image: -moz-linear-gradient(top,#3591c0,#005580);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#3591c0),to(#005580));
	background-image: -webkit-linear-gradient(top,#3591c0,#005580);
	background-image: -o-linear-gradient(top,#3591c0,#005580);
	background-image: linear-gradient(to bottom,#3591c0,#005580);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #005580 #005580 #002a80;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#respond input#submit:hover,
#respond input#submit:focus {
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}



/*                                                     category list */

.cat-list {
	margin-bottom: 30px;
}
a.featured-thumbnail {
	display: block;
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	background: #f1f1f1;
	margin: 0 15px 5px 0;
}
a.featured-thumbnail img {
}
.cat-list time {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	color: #666;
}
h2.title {}
.post {
	max-width: 700px;
	margin: 0 auto;
}
.post time {
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	color: #666;
	display: block;
	margin-bottom: 30px;
}
.featured-image {
	display: block;
	max-width: 700px;
	margin: 0 auto 30px;
}
/*                                                      footer */
footer.gray {
	background: #ededed;
	border-top: 1px solid #CCC;
}
h2.footer-heading {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	font-family: 'PTSerifBold', Georgia, serif;
}
footer.blue h2.footer-heading {
	border-color: #a0aab4;
}
.prototype p {
	margin: 0 10px 10px 10px;
}
footer .sponsor {
	padding-bottom: 20px;
}
footer .sponsor.border {
	border-bottom: 1px solid #CCC;
}
.sponsor h3 a {
	font-size: 18px;
}
.sponsor img {
	border: 1px solid #CCC;
}
footer.blue {
	background: #d5dde4;
	border-top: 1px solid #a0aab4;
	padding-bottom: 50px;
}
.footer-logo {
	font-family: 'PTSerifRegular', Georgia, serif;
	text-transform: uppercase;
	font-size: 28px;
	color: black;
	text-shadow: 0 1px 0 #888;
	display: block;
	margin-top: 30px;
}
.footer-tagline {
	font-family: 'PTSerifRegular', Georgia, serif;
	display: block;
	font-size: 18px;
	padding-top: 5px;
	color: #666;
}
.footer-resources a {
	font-family: 'PTSerifCaptionRegular', Georgia, serif;
	color:#005580;
	display: block;
	padding: 5px 0;
}


/* Responsive Media Queries */

/* Desktop and Tablet */
@media (max-width: 1199px) {
	.logo a h1 {
		font-size: 42px;
	}
	.navbar {
		font-size: 14px;
	}
	.navbar .nav > li > a {
		padding: 10px;
	}
	.bill h2 {
		font-size: 24px;
	}
	.powered-by a .powered-by-text {
		letter-spacing: 2px;
		padding-left: 0;
	}
	#slideshowContent {
		height: 310px;
	}
	#slideshowContent div {
		height: 310px;
		overflow: hidden;
	}
	#slideshowThumbs {
		left: 0;
		top: auto;
		bottom: 0;
	}
	#slideshowThumbs a img {
		width: 72px;
		height: 48px;
	}
	.slide-text {
		height: auto;
		overflow:visible;
	}
	.sponsor h3 {
		line-height: 22px;
	}
	.search input {
		width: 88%;
	}
}
/* Tablet */
@media (max-width: 979px) {
	header {
		margin-bottom: 20px;
	}
	.logo {
		margin-top: 20px;
		width: 100%;
		float: none;
	}
	.logo a h1 {
		font-size: 34px;
		margin: 0;
		text-shadow: 0 1px 0 #BBB;
	}
	.logo .tagline {
		font-size: 16px;
		display: block;
	}
	.bill h2 {
		font-size: 18px;
	}
	.bill span {
		font-size: 12px;
	}
	.powered-by a .powered-by-text {
		font-size: 12px;
		width: 65%;
		padding-top: 20px;
	}
	.powered-by a img {
		width: 35%;
	}
	.navbar {
		border: 0;
		position: absolute;
		top: 22px;
		right: 25px;
	}
	.nav-collapse.in {
		background: white;
		border: 1px solid #CCC;
		z-index: 50;
	}
	.navbar .span9.nav {
		margin: 0;
		width: 100%;
	}
	.navbar .nav > li > a {
		font-weight: normal;
	}
	.navbar ul.sub-menu {
		visibility: visible !important;
		position: static;
		top: auto;
		left: auto;
		width: 100%;
		border: 0;
	}
	.navbar ul.sub-menu li a {
		background: white;
		padding: 8px 5px 8px 30px;
	}
	.navbar ul.sub-menu li a:hover {
		background: #f1f1f1;
	}
	.span3.search {
		margin: 0 5% 10px;
		width: 90%;
	}
	#slideshowContent {
		height: 265px;
	}
	#slideshowContent div {
		height: 265px;
		overflow: hidden;
	}
	.slide-text h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.slide-text {
		height: auto;
		overflow:visible;
	}
	#slideshowThumbs a img {
		width: 54px;
		height: 36px;
	}
	ul.latest-news a {
		font-size: 12px;
		line-height: 12px;
	}
	h3 {
		font-size:18px;
		line-height: 22px;
		margin: 5px 0 10px;
	}
	h4.section-heading {
		margin-top: 15px;
		padding-bottom: 5px;
	}
	ul.latest-news {
		margin: 0;
		list-style: none;
	}
	.footer-resources a {
		font-size: 12px;
	}
}
/* Tablet down to Phone */
@media (max-width: 767px) {
	.logo a h1 {
		font-size: 32px;
	}
	.logo .tagline {
		font-size: 14px;
	}
	.powered-by a .powered-by-text {
		font-size: 11px;
	}
	#slideshowContent {
		height: auto;
		margin-bottom: 50px;
	}
	#slideshowContent div {
		height: auto;
		overflow: visible;
	}
	.slide-text h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.slide-text {
		height: auto;
		overflow:visible;
	}
}
/* Phone */
@media (max-width: 480px) {

	.logo a h1 {
		font-size: 22px;
		text-shadow: 0 1px 0 #BBB;
	}
	.logo .tagline span {
		font-size: 12px;
		display: block;
	}
	.navbar {
		top: 60px;
		right: 20px;
	}
	.slide-text h2 {
		font-size: 18px;
		line-height: 24px;
	}
	#slideshowThumbs a img {
		width: 50px;
		height: 36px;
	}
	article.group {
		margin-left: 0;
	}
	h2.section-heading {
		font-size: 16px;
	}
	a.view-all {
		display: none;
	}
	h2.footer-heading {
		line-height: 20px;
		padding-bottom: 10px;
		text-align: center;
	}
	.footer-logo {
		font-size: 20px;
		text-align: center;
	}
	.footer-tagline {
		font-size: 14px;
		text-align: center;
	}
}
/* Website By */
.website-by {
	position: relative;
	height: 0;
}
.website-by a {
	display: block;
	width: 100px;
	height: 30px;
	background: white;
	color: #222;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	z-index: 9999;
	vertical-align: baseline;
	margin: 0px;
	font-size: 12px;
	text-align: center;
	line-height: 35px;
	border-radius: 2px 2px 0 0;
	right: 20px;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-box-shadow: #888 0 0 5px 2px;
	-moz-box-shadow: #888 0 0 5px 2px;
	box-shadow: #888 0 0 5px 2px;
}
.website-by a span {
	background: url("../img/geiger-computers.png") no-repeat;
	text-indent: -9000px;
	display: inline-block;
	width: 25px;
	height: 31px;
	background-size: 25px;
	margin-left: 5px;
}

.website-by a:hover {
	opacity: 1;
	text-decoration: none;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.archive-link {
    padding-left: 5%;
    padding-bottom: 3.5%;
    text-decoration: underline
}

.archive-title {
    margin-bottom: 3%;
    margin-top: 3%
}

.cat-list .archive-time {
    padding-bottom: 1.5%
}

.archive-link.archive-post {
    padding-top: 25.5px;
	padding-bottom: 0;
}
