/*
Theme Name: Fort
Theme URI: http://fortbachmann.com/
Description: A WordPress theme for Fort Bachmann.
Version: 1.0
Author: Honest Code
Author URI: http://honestcode.com/
*/

@font-face {
    font-family: 'ospdin';
    src: url('fonts/OSP-DIN-webfont.eot');
    src: url('fonts/OSP-DIN-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OSP-DIN-webfont.woff') format('woff'),
         url('fonts/OSP-DIN-webfont.ttf') format('truetype'),
         url('fonts/OSP-DIN-webfont.svg#OSPDIN') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font:normal 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #515254;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

h1,
.likeh1 {
	font:normal 26px/32px ospdin,  "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:5px;
}

h1.big {
	font:normal 46px/40px ospdin,  "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:0;
}

h1.small {
	font:normal 19px/32px ospdin,  "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.author {
	color: #515254;
}

p,ul,ol,blockquote {
	margin:5px 0;
}

p.big {
	font:normal 18px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	color:#515e72; /* the only open road */
	text-decoration:none;
}

a:hover,a:focus {
	color: black;
}

hr {
	border-top:6px solid black;
	margin:20px 0;
}

hr.thin {
	border-top: 1px solid #515e72; /* the only open road */
	margin: 30px 0 0 0;
}

form label {
	padding-top:6px;
	font-size:13px;
	line-height:18px;
	float:left;
	width:130px;
	text-align:right;
	color:#404040;
	padding-right: 20px;
	font-weight: bold;
}

input,textarea {
	-webkit-transition:border linear .2s box-shadow linear .2s;
	-moz-transition:border linear .2s box-shadow linear .2s;
	-ms-transition:border linear .2s box-shadow linear .2s;
	-o-transition:border linear .2s box-shadow linear .2s;
	transition:border linear .2s box-shadow linear .2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.1);
}

input,textarea,select,.uneditable-input {
	display:inline-block;
	padding:4px;
	font-size:13px;
	line-height:18px;
	color:gray;
	border:1px solid #CCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

label,input,select,textarea {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	line-height:normal;
}

button,input {
	line-height:normal;
}

button,input,select,textarea {
	font-size:100%;
	margin:0;
	vertical-align:baseline;
}

input.medium, textarea {
	width: 432px;
}

form .gform_body {
	margin-top: 30px;
}

form .gform_button {
	margin-left: 150px;
}

form .gfield {
	margin-bottom:18px;
	zoom:1;
}

form .gfield::before,form .gfield::after {
	display:table;
	content:"";
	zoom:1;
}

form .gfield::after {
	clear:both;
}

:root .alert-message, :root .button {
	border-radius: 0 url(0);
}

.button.active, .button:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button:hover {
	background-position: 0 -15px;
	color: #333;
	text-decoration: none;
}

.button {
	cursor: pointer;
	display: inline-block;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #CCC;
	border-bottom-color: #BBB;
	-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);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button, input {
	line-height: normal;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
	
/* ids */
#container {
	padding-top:180px;
}

#container.interior {
	padding-top: 86px;
}

#header {
	height:151px;
	background:url(images/hdr_bg.png) top repeat-x white;
	position:fixed;
	z-index:999;
	width:100%;
	left: 0;
}

#header.interior {
	background:url(images/hdr_bg_sm.png) top repeat-x white;
	height: 57px;
}

#header.interior a.logo {
	padding-left:62px;
}

#header #menu-main-nav {
	padding-top:38px;
}

#header.interior #menu-interior-nav {
	padding-top: 3px;
	margin: 0;
}

#header #menu-main-nav li,
#header #menu-interior-nav li {
	width:45px;
	display:block;
	float:left;
	text-align:center;
	padding:5px;
	margin-right:20px;
}

#header #menu-main-nav li a {
	font:normal 24px/20px ospdin,  sans-serif;
	color:black;
	text-transform:uppercase;
	border-top:3px solid #adcded; /* lt blue */
	border-bottom:3px solid #adcded; /* lt blue */
	display:block;
	padding:3px 0;
}

#header #menu-interior-nav li a {
	font:normal 24px/20px ospdin,  sans-serif;
	color:black;
	text-transform:uppercase;
	border-bottom:3px solid #adcded; /* lt blue */
	display:block;
	padding:3px 0;
}

#header #menu-main-nav li a:hover,
#header #menu-main-nav li a:focus,
#header #menu-main-nav li.current-menu-item a,
#header #menu-main-nav li.current-post-ancestor a,
#header #menu-main-nav li.current_page_ancestor a {
	border-top:3px solid black;
	border-bottom:3px solid black;
}

#header #menu-interior-nav li a:hover,
#header #menu-interior-nav li a:focus,
#header #menu-interior-nav li.current-menu-item a,
#header #menu-interior-nav li.current-post-ancestor a,
#header #menu-interior-nav li.current_page_ancestor a {
	border-bottom:3px solid black;
}

#content.page {
	padding-top: 28px;
}

#content.page {
	padding-top: 28px;
}

#content div.section {
	margin-bottom:150px;
}

#content div.sectionhdr {
	width:70px;
	text-align:center;
	font:normal 50px/40px ospdin,  sans-serif;
	color:black;
	text-transform:uppercase;
	border-top:6px solid black;
	display:block;
	padding:6px 0;
	margin: -50px -3px 0 123px;
	letter-spacing: -1px;
}

#content div.sectionhdr a {
	color: black;
}

#content h2 {
	font:normal bold 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#515e72; /* the only open road */
}

#content p.thumb img {
	border-top:6px solid black;
	border-bottom:6px solid black;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#content p.thumb a:hover img,
#content p.thumb a:focus img {
	border-top:6px solid #adcded; /* lt blue */
	border-bottom:6px solid #adcded; /* lt blue */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#content div.item {
	font:normal 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom:40px;
}

#content div.feature p.thumb img {
	width: 460px;
}

#content div.sidebar p.thumb img {
	width: 220px;
}

#content div.famthumbs {
	padding:5px 0;
}

#content div.famthumbs a {
	display:block;
	float:left;
	background:#515e72; /* the only open road */
	font:normal 15px/17px ospdin,  sans-serif;
	width:65px;
	height:46px;
	color:white;
	border: 3px solid white;
}

#content div.famthumbs a:hover,
#content div.famthumbs a:focus {
	border: 3px solid #adcded; /* lt blue */
}

#content div.famthumbs span.title {
	display:block;
	padding:5px;
}

#content #wowbob ul.featurednews,
#content #thebba div.textwidget,
#content #sidebar div.textwidget {
	border-top:6px solid #515e72; /* the only open road */
	border-bottom:6px solid #515e72; /* the only open road */
	background: #adcded; /* lt blue */
	padding:10px;
	margin:5px 0;
}

#content #wowbob ul.featurednews li {
	padding-bottom:10px;
}

#content #wowbob ul.featurednews li a,
#content p.attrib a {
	font:italic bold 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content #thebba h1 {
	line-height:26px;
	margin:0;
}

#content #fampage a.item {
	width: 220px;
	height: 124px;
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	overflow: hidden;
}

#content #fampage a.item img,
#content #fampage a.item img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#content #fampage a.item:hover img,
#content #fampage a.item:focus img {
	margin-top: -65px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}


#content #fampage a.item span.title {
	width: 200px;
	height: 200px;
	display: block;
	background: #515e72; /* the only open road */
	color: white; 
	font: normal 24px/24px ospdin,  sans-serif;
	padding: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#content #fampage a.item:hover span.title,
#content #fampage a.item:focus span.title {
	background: #adcded; /* lt blue */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#content #cover img {
	width: 220px !important;
	height: auto !important;
}

#content #review {
	font:normal 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content div.post {
	margin: 30px 0;
}

#content div.post img {
	max-width: 460px !important;
	height: auto !important;
}

#content div.bba {
	padding-top: 70px;
}

#content div.bbanav {
	padding-top: 150px;
}

#content div.bbanav a {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#content div.bbanav a:hover,
#content div.bbanav a:focus {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#content #bbarchives {
	margin: 93px 0 0 86px;
}

#content #bbarchives li.jaw_posts {
	line-height: 14px;
	padding: 5px 0;
}

#footer {
	font:normal 11px/13px "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height:400px;
}


	
/* classes */

.error {
	color: red;
}

.black {
	color: black;
}

.black:hover,
.black:focus {
	color: #515e72; /* the only open road */
}

.gray {
	color:#515254;
}

.right {
	float:right;
	clear:right;
}

.left {
	float:left;
	clear:left;
}

.hidden {
	display:none;
}


	
/* Captions & aligment */
.aligncenter,div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.alignleft {
	float:left;
	margin-right:10px;
}

.alignright {
	float:right;
	margin-left:10px;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding-top:4px;
	margin:10px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.wp-caption img {
	margin:0;
	padding:0;
	border:0 none;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px 5px;
	margin:0;
}


	
/* comments */
ol.commentlist {

	
/* list of comments */
	margin-top:20px;
}

ol.commentlist li {

	
/* each comment */
	padding:5px;
	margin-bottom:10px;
	background:#ffffff;
}

ol.commentlist li p {

	
/* comment text */
	font:normal 11px/15px "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

div.comment-author img {

	
/* avatar */
	line-height:32px;
	margin:0 5px 10px 0;
	vertical-align:top;
}

div.comment-author {

	
/* picture and name */
	font-weight:bold;
	line-height:32px;
}

div.comment-meta,p.comment-meta {

	
/* date */
	font-size:80%;
}

li.jaw_months,
li.jaw_posts {
	margin-left: 1em;
}

div.ginput_recaptcha {
	margin-left: 150px;
}