@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700,700italic);

/*
0.875em	16x.875=14
0.75em	16x0.75=12
*/

body {
	background: #ccc url('../img/bright_squares-light.png') repeat scroll center;
	color: #020202;
	
	font-family:'Noto Serif', serif;
    font-size:100%;
    line-height:1.67em; /* 27px */
}

a {
	color: #654c28;
}

a:hover {
	color: #46351c;
}

/* the header! */

.bulletbar {
	height: 30px;
	/*height: 75px;
	background: transparent url('http://jsanders.us/play/chunk-arch-450.png') no-repeat center bottom;*/
	padding: 10px 0;
}

/* pagers */

/* the footer! */

.footbar {
	text-align: center;
	font-size: 0.75em;
}

footer {
	/*background-color: #e4e4e4;*/
	-webkit-box-shadow: 0 -5px 5px #ddd;
	   -moz-box-shadow: 0 -5px 5px #ddd;
	        box-shadow: 0 -5px 5px #ddd;


	background: #e4e4e4; /* Old browsers */
	background: -moz-linear-gradient(top, #e4e4e4 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4e4e4 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

footer .toprow,
footer .bottomrow {
	padding: 8px 16px;
	margin: 8px;
	font-size:0.75em;
}

footer .toprow {
}

footer .centercolumn {
	border: 1px solid #bbb;
	border-top: 0;
	border-bottom: 0;
	background: transparent url('../img/fleur-100-white.png') no-repeat center center;
}

footer .bottomrow {
	border-top: 1px solid #bbb;
	text-align:center;
}

/* sidebar */

.sidebar {
	font-size: 0.8em;	
	-webkit-box-shadow: 5px 5px 5px #ddd;
	   -moz-box-shadow: 5px 5px 5px #ddd;
	        box-shadow: 5px 5px 5px #ddd;
			
	border: 10px solid #e4e4e4;
	background-color: #e4e4e4;
}

.sidebar-header img {
	display: block;
	margin: -10px -10px 10px -10px;
	max-width:300px;
}

.sidebar-header p {
	background: transparent url('../img/fleur-100-white.png') no-repeat center center;
}

.sidebar-blank {
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:50px;
}

.sidebar-blank:before {
	font-size: 20pt;
	color: #bbb;
    content: "\00a7";
}

#affixedsidebar {
	margin-left: -20px;
	margin-top: 30px;
}

#affixedsidebar.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

/* navbar */

#navbar {
	-webkit-box-shadow: 5px 5px 5px #ddd;
	   -moz-box-shadow: 5px 5px 5px #ddd;
	        box-shadow: 5px 5px 5px #ddd;
}

.nav-header {
	color: #666;
	background-color: #e4e4e4;
	text-transform: none;
	font-size: 14px;
	text-shadow: none;
	padding: 3px 12px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	   -moz-border-radius-topleft: 4px;
	   -moz-border-radius-topright: 4px;
	        border-top-left-radius: 4px;
	        border-top-right-radius: 4px;
}

.nav-tabs > li > a {
	line-height: inherit;
	background-color: #e4e4e4;
	padding-left:12px;
	font-size: 14px;
}

.nav-tabs > li > a > i {
	padding-right:10px;
}

.nav-tabs > .active > a > i,
.nav-tabs > .active > a:hover > i,
.nav-tabs > .active > a:focus > i {
	background-image: url("../img/glyphicons-halflings.png");
}


/* main content */

.mainbar {
	color:#000;
	padding: 0 10px 10px 10px;
	margin: 10px 0;
}

.mainbar h1,
.mainbar h2,
.mainbar h3 {
	margin-left:-20px;
}

.mainbar h1 {
	font-weight:400;
}

.mainbar p {
	text-align:justify;
}
.mainbar p+p {
	/* styles for subsequent paragraphs */
	text-indent:2em;
}


.pullquote-left,
.pullquote-right {
	text-indent:-2em;
	background-color: #aaa;
	width: 33%;
	
	
}

.pullquote-left {
	float: left;
	margin: 0.5em 5px 0.5em -10px;
	padding: 10px;
}


.pullquote-right {
	float: right;
	margin: 0.5em -10px 0.5em 5px;
	padding: 10px;
}

.horizontal-rule {
	margin:30px auto;
	height:2px;
	padding:0;
	border-bottom:1px solid #bbb;
	width:80%;
	line-height:1px;
	text-align:center !important;
	text-indent:0 !important;
}

.horizontal-rule:before {
	font-size: 20pt;
	color: #bbb;
    content: "\00a7";
	text-shadow: 1px 1px 0px rgba(221, 221, 221, 1.0);
}