/*
Theme Name:     ComeTheRevolution
Theme URI:
Description:    Based on the-bootstrap wp-theme
Author:         Bob Axford
Author URI:		http://figjamit.com.au
Template:       the-bootstrap
Version:        1
*/
html{min-height:100%;position:relative}
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
.box-shadow(@shadow: 0 1px 3px rgba(0,0,0,.25)) {
  -webkit-box-shadow: @shadow;
     -moz-box-shadow: @shadow;
          box-shadow: @shadow;
}
#site-title {
}
#ctr_head_left {
	float: left;
}
.ctr_head_text {
}
.sidebar-book {
}
#head_star {
}
#page_right {
	background-image: url('img/right_margin.gif');
	background-repeat:repeat-y;
	width: 100%;
}
#page {
	-moz-box-shadow:7px 1px 10px 5px rgba(255, 255, 255, .5);
	-webkit-box-shadow:7px 1px 10px 5px rgba(255, 255, 255, .5);
	box-shadow:7px 1px 10px 5px rgba(255, 255, 255, .5);
	background-image: url('img/ctr_head_left_tp.gif');
	background-repeat: no-repeat;
}
.bordered {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.border-munge {
	padding-left: 19px;
	padding-right: 19px;
}
#content {
}
h1, h2, h3 {
	line-height: 1.25;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h3.headline {
	margin-top: 10px;
}
.widget-title {
	font-size: 14px;
}
.ctr_photo {
	display: inline;
}
.photo_caption 	 {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 15px;
}
.recent-posts {
	margin: 0px;
}
ul.recent-posts li {
	list-style: none;
}
.recent-post {
	font-size: 12x;
	margin: 5px 7px 7px 0px;
}
.recent-post > p{
	text-align: justify;
}
a.read-more {
	display: inline;
	font-size: 11px;
}
.recent-thumb {
	float: left;
	padding: 7px;
}
.thumbnail > img {
	display: inline;
}
.thumbnail {
	display: inline;
	padding: 4px;
	line-height: 20px;
	border: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-search .input-append .search-query {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
width: 100px;
}
#searchsubmit {
	padding: 4px;
}
.form-search .input-append .btn {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #e93724;
	background-image: -moz-linear-gradient(top, #e93724, #e93724);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e93724), to(#e93724));
	background-image: -webkit-linear-gradient(top, #e93724, #e93724);
	background-image: -o-linear-gradient(top, #e93724, #e93724);
	background-image: linear-gradient(to bottom, #e93724, #e93724);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e93724', endColorstr='#e93724', GradientType=0);
	border-color: #e93724 #e93724 #e93724;
	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(enabled = false);
}
.btn:hover{
	background-color: #e13724;
}
nav {
	text-align:center 
}
.nav-pills > .active > a, .nav-pills > .active > a:hover {
	color: #ffffff;
	background-color: white;
}
ul.nav-pills  {
  width: 100%;
  padding-left: 0px;
  margin: 0 auto;
}
.nav-pills > li  {
  display:block;
  float: left;
  text-align:center;
}
.nav-pills > li > a {
	padding: 2px;	
	margin: 2px;	
}
.nav-pills > li > a > img {
}	
#secondary {
	padding: 0px 5px 0px 0px;
}
.well {
	padding: 1px;
	min-height: 20px;
	margin-bottom: 5px;
	background-color: white;
	border: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
aside ul {
	margin: 0px;
}
aside ul.children {
	margin-left: 10px;
	font-size: 12px;
}
aside ul li {
	list-style: none;
}
.alex_judith_strapline {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
.post-columns {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-rule-color: #ccc;
	-moz-column-rule-style: solid;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-color: #ccc;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-width: 1px;
	text-align: justify;
}
.entry-meta {
	font-size:11px;
}
/* Media Queries: */
@media (max-width: 767px) {
	body {
		padding:0px;
		margin: 0px;
	}
	.container {
		width: auto;
	}
	#s {
	}
	.ctr_photo {
	}
	#secondary {
	}	
	.post-columns {
		-moz-column-count: 1;
		-moz-column-gap: 0px;
		-webkit-column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-rule-color: #ccc;
		-moz-column-rule-style: solid;
		-moz-column-rule-width: 1px;
		-webkit-column-rule-color: #ccc;
		-webkit-column-rule-style: solid;
		-webkit-column-rule-width: 1px;
	}	
	.nav-pills > li > a > img {
		width: 110px;	
	}	
}
@media (min-width: 768px) and (max-width: 778px) {
	#page {
	}
	#s {
		width: 50px;
	}
	.nav-pills > li > a > img {
		width: 115px;	
	}	
}
@media (min-width: 779px) and (max-width: 979px) {
	#s {
		width: 50px;
	}
	#searchsubmit {
		padding: 4px 1px 4px 1px;
	}
	.post-columns {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		-moz-column-rule-color: #ccc;
		-moz-column-rule-style: solid;
		-moz-column-rule-width: 1px;
		-webkit-column-rule-color: #ccc;
		-webkit-column-rule-style: solid;
		-webkit-column-rule-width: 1px;
	}
	.nav-pills > li > a > img {
		width: 130px;	
	}		
	.nav-pills > li > a > img {
		width: 110px;	
	}	
}
@media (min-width: 980px) and (max-width: 1199px) {
	#s {
		width: 80px;
	}
	.nav-pills > li > a > img {
		width: 145px;	
	}
}
@media (min-width: 1200px) {
	#s {
		width: 85px;
	}	
	.nav-pills > li > a > img {
	}
}