/*
Theme Name: Subterranean Politics Revised
Theme URI: http://gcsknowledgebase.org/europe/
Description: Custom.
Version: 0.1
Author: Sean Deel
Author URI: http://www.seandeel.com/
Tags: uh huh




/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
body {
	padding-bottom: 0;
}
body.post-type-archive-initiatives {
	background: #444 url('img/wild_oliva.png');
}
#homehero {
	background: url('img/europemap.gif');
}
#homehero h1 {
	font-size: 56px;
}
div.container {
	max-width: 970px;
}
.source-sans {
	font-family: 'Source Sans Pro', sans-serif;
}
body.page-template-new-reports-php p, body.page-template-new-reports-php li, body.page-template-section-php p, body.page-template-section-php li {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 400;
}

body.page-template-new-reports-php h1, body.page-template-new-reports-php h2, body.page-template-new-reports-php h3, body.page-template-new-reports-php h4, body.page-template-new-reports-php h5, body.page-template-new-reports-php h6, body.page-template-section-php h1, body.page-template-section-php h2, body.page-template-section-php h3, body.page-template-section-php h4, body.page-template-section-php h5, body.page-template-section-php h6 {
	font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
}
ul.sections {
	padding-left: 17px;
}
ul.sections, ul.sections li {
	list-style: square;
}
.centered {
	text-align: center;
}
.entry {
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	margin: 0 10px 20px 10px;
}
.entry h6 {
	margin: 0;
}
.entry h4 {
	margin-top: 0;
}

div.well h3 {
	
	margin-top: 0;
}
.entry.blue {
	background-color: #deefef;
	border-color: #43808a;
}
.btn-issue {
	margin-bottom: 5px;
}
.moreinfo {
	overflow: hidden;
	display: none;
}
a.expand span{
	display: none;
}
a.expand span.show {
	display: inline;
}
a.expand.down span.hide {
	display: inline;
}
a.expand.down span.show {
	display: none;
}
ul.centered {
	text-align: center;
}

footer {
	margin-top: 30px;
}
table#issuetable {
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 30px;
}
tr.vertbottom th {
	vertical-align: bottom;
}
table td.centered {
	text-align: center;
	vertical-align: middle;
}
table.table-striped td.activate {
	color: #324349;
	font-size: 14px;
}
.table-striped tbody tr:nth-child(odd) td.activate {
	color: #324349;
}
.table tbody tr:hover td.activate {
	color: #324349;
}
#filters {
	//text-align: center;
	color: #fff;
}
.btn[disabled] {
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	-o-text-shadow: none !important;
	color: #fff !important;
}
#homehero {
	padding: 10px 30px 20px 30px;
}
#homehero p {
	line-height: 24px;
}
div.modal form {
	margin-bottom: 0;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
h3 {
	line-height: 30px;
}


/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  header, div.pagenav, #wp-admin-bar, footer {
  	display: none;
  }
  .entry {
  	page-break-before: always;
  	padding-right: 10px;
  }
  
}
