/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 2.1
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* micro clearfix: http://nicolasgallagher.com/micro-clearfix-hack/ */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}

/* wp-specific classes */
.wp-caption{
	
}

.wp-caption-text{
	
}

.sticky{
	
}

.gallery-caption{
	
}


.author #main .page-header {
    margin: 0;
    padding: 16px 15px 5px;
}

/* layout */

#logo {
    max-width: 100%;
}

body{
	padding-top: 0;
}

/* Admin Top Navigation fixes */

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000 !important;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
	font-weight: bold !important;
}

.nav-container{
	padding-left: 0;
	padding-right: 0;
}

.navbar .nav-container {
	margin-top: -20px;
}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
	width: 75%;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

#searchform {
    width: 90%;
    max-width: 250px;
}

.navbar-search{
	padding-left: 0;
}

#s{
	width: 90% !important;
	margin-top: 10px;
}

#content{
	padding: 3px 0 0;
}

#content_mobile{
	padding: 10px 0 0;
}

.featured-image {
    float:left;
    margin: 0px 18px 0 0;
}

.more-link{
	display: block;
    float: right;
    font-family: "BebasNeueRegular", CenturyGothic, AppleGothic, sans-serif;
    font-size: 18px;
    padding: 12px;
    white-space: nowrap;
}

.footer-links{
	margin-bottom: 0px;
}

.attribution {
    font-size:10px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	  background: none repeat scroll 0 0 #ffffff;
    line-height: 20px;
    margin: 4px;
    padding: 2px 5px;
    display:inline-block;
}

.footer-links .menu li:hover {
    background: #e1e1e1;
}

.footer-links .menu li a {
    white-space:nowrap;
}

#komoona_adsense_widget-2 div {
    margin: 0 !important;
}

/* post styling */

#main{
margin-left:0px;
margin-right:10px;
}

.pagination{
    width:100%;
    height:100%;
    display:block;
}

#main p.meta{
	font-style: italic;
	color: #808080;
}

#main article{
	margin-bottom: 0px;
	border: 1px solid #D2D2D2;
	padding: 1px 12px 5px;
}

.sidebar{
	margin-top: 18px !important;
}

#main article footer{
	border-top: none;
	margin-top: 0;
	padding: 2px;
	position: relative;
	min-height: 15px;
}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}

.post:hover a.edit-post{
	display: inline;
}

p.tags{
	line-height: 12px;
	color: #999;
}

.tags .tags-title {
    font-size:10px;
    text-transform:uppercase;
}

.tags a.label {
    color:#999;
    background:none;
    font-size:10px;
    font-weight:normal;
    line-height: 12px;
    text-shadow:none;
    white-space:normal;
}

.tags a.label:hover {
    color:#000;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main .hero-unit img{
	margin-bottom: 1em;
}

#main article img{
	height: auto;
	max-width: 100%;
	border: 1px solid #565656;
}

.single-post #main .post header img {
    float: left;
    margin: 0 15px 2px 0;
}

.single-post #main article.post {
    padding: 0 10px 10px;
}

.single-post #main .post .post-date {
    color: #808080;
    font-style: italic;
    margin-bottom: 3px;
}

.single-post #main .post .post-categories {
    margin-bottom: 2px;
}

.respond-form {
    border: 1px solid #D2D2D2;
    padding: 0 13px 0 ;
}

img.alignleft{
	margin-right: 10px;
	float: left;
}

img.alignright{
	margin-left: 10px;
	float: right;
}

img.aligncenter{
	display: block;
	margin: 0 auto;
}

.post header img{
	margin-bottom: 0px;
}

.image-caption {
    max-width: 200px;
    line-height: 0.8;
    margin-left: 6px;
}

.image-caption span {
    color: #999;
    font-size: 10px;
}

.image-caption span a {
    color:#999;
}

.image-caption span a:hover {
    color: #666;
}

.archive #main .post h3{
	line-height: 24px;
	margin-bottom: 10px;
}

video {
	max-width: 100%;
	height: auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper {
	width: 630px;
	max-width: 100%;
	margin-bottom: 18px;
}

/* page styling */

#featured-carousel .item{
	width: 970px;
	height: 600px;
}

.carousel-caption p{
	display: none;
}

.page-template-page-homepage-php #main article {
    
}


 
/* comments */

#sfw-respond form {
    padding: 0 35px;
}


#comments{
	line-height: 24px;
	margin-bottom: 18px;
}

ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}

.comment .vcard div{
	margin-top: 8px;
	padding: 0 10px;
}

ol.commentlist time{
	font-size: .8em;
	color: #eeeeee;
}

ol.commentlist div.comment-author{
	position: relative;
}

ol.commentlist a.comment-edit-link{
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
}

ol.commentlist span.edit-comment{
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li.bypostauthor{
	background-color: #dddddd;
}

ol.commentlist ul.children li{
	background-color: #cccccc;
}

ol.commentlist ul.children li ul.children li{
	background-color: #bbbbbb;
}

ol.commentlist ul.children li ul.children li ul.children li{
	background-color: #aaaaaa;
}

ol.commentlist article{
	border-bottom: none !important;
}

a.comment-reply-link{
	position: absolute;
	right: 0;
	bottom: 0;
}

#comment-nav ul{
	list-style-type: none;
	margin: 0;
}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}

.btn-primary {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    color: #B02D1A;
    font-family: "BebasNeueRegular",CenturyGothic,AppleGothic,sans-serif;
    font-size: 20px;
}

.comment .vcard .avatar{
	padding-right: 0;
}

.comment .vcard .comment-text{
	margin-left: 0;
}

img.avatar{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #ddd;
	
}

ol.commentlist li{
	padding-right: 0px;
	background-color: #fff;
}

.avatar.span2 {
    display: none;
}

h3#comments {
	border-left: 1px solid #D2D2D2;
    border-right: 1px solid #D2D2D2;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center;
    width: 95%;
}

.single article header {
    margin: 0 0 14px;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment {
    font-size: 15px;
    margin-top: 10px;
    min-height: 130px;
    min-width: 200px;
    width: 75%;
}

ol.commentlist #respond{
	padding: 5px 10px;
}

/* 404 page */

#post-not-found {
    text-align:center;
}

#post-not-found .hero-unit {
    margin-top: 10px;
}

/* Archive page */

.archive_title {
    margin-left: 16px;
}

.archive_title span {
    color:#666;
}


/* About page */

.about-slogan {
    text-align:center;
    margin: 10px 0;
    color: #B02D1A;
}

#post-466192 .page-title {
    display:none;
}

/* image attachment */

.attachment #main .post_content img{
	max-width: 100%;
}

.ie8 #main .media-grid img{
	max-height: none !important;
	max-width: none !important;
}

.attachment-img{
	margin: 12px 0 20px;
    text-align: center;
}

.image-header .single-title span {
    color:#B02D1A;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#main article .post_content .thumbnails img {
    border: 1px solid #565656;
    height: 80px;
    max-width: 80px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

#gallery-nav li {
    height: auto;
    width: 85px;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "«";
	position: absolute;
	display: block;
	top: 40%;
	left: 0;
	background-color: #B02D1A;
	color: #fff;
	width: 15px;
	height: 22px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	font-size: 20px;
}

li.previous a:hover:before{
	content: "»";
	position: absolute;
	display: block;
	top: 40%;
	right: 0;
	background-color: #B02D1A;
	color: #fff;
	width: 15px;
    height: 22px;
	padding-left: 5px;
	margin-right:-2px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	font-size: 20px;
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

.widget.ad-codes > div {
    text-align: left !important;
}

/* for some reason the bs version currently available for download doesn't have this style */
.label{
	text-transform: uppercase;
}

/* override standard link hover for the tag cloud widget */
#tag-cloud a:hover,
.tags a:hover{
	color: #ffffff;
	text-decoration: none;
}

#tag-cloud a{
	white-space: pre;
	text-transform: uppercase;
}

/* change default form padding for search */

.widget_search form{
	padding-left: 0;
}

.widget_search input{
	width: 121px;
}

/* calendar widget */

#calendar_wrap{
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}

#wp-calendar{
	width: 100%;
	
}

#wp-calendar caption{
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#wp-calendar tr:last-child{
	border-bottom: none;
}

#wp-calendar td{
	text-align: center;
	padding: 8px 0;
}

blockquote.pull-left{
	padding-right: 15px;
}

/* Twitter Widget */

.widget_twitter .widgettitle {
    text-align:center;
    color: #B02D1A;
    font-size:30px;
}

.widget_twitter {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
}

.widget_twitter ul > li {
    background: url("/wp-content/themes/wordpress-bootstrap/library/images/red-bird.png") no-repeat scroll left center #FFFFFF;
    border-top: 2px solid #F1F1F1;
    list-style: none outside none;
    margin: 10px 0;
    padding: 10px 0 2px 36px;
}

.widget_twitter ul {
    margin: 0 10px;
}

.widget_twitter a {
    color: #999;
}

.widget_twitter a:hover {
    color: #333;
}

/* Sidebar ads */

.small-sidebar-ads {
    width: 124px;
}

.small-sidebar-ads img {
    display: block;
    margin: 10px 15px;
}

.avg-img {
    width: 122px;
}

.bag-img {
    float: right;
}

.bag-img img {
    margin-right: 15px;
}


/* Category Widget */

.widget_categories ul li {
    border-bottom: 1px solid #B6B6B6;
    color: #000000;
    font-family: "BebasNeueRegular", CenturyGothic, AppleGothic, sans-serif;
    font-size: 20px;
    line-height: 25px;
    list-style: none outside none;
    margin-left: -24px;
    padding: 2px 4px 0;
}

#categories-3 {
    width: 160px;
}

#easy-ategories-anagement {
    width: 165px;
}

#easy-ategories-anagement h4 {
    display:none;
}

#easy-ategories-anagement  ul li {
    border-bottom: 1px solid #B6B6B6;
    color: #000000;
    font-family: "BebasNeueRegular",CenturyGothic,AppleGothic,sans-serif;
    font-size: 20px;
    line-height: 25px;
    list-style: none outside none;
    margin-left: 0px;
    padding: 2px 4px 0;
}

ul#easy_categories_managementidget {
    margin: 0 0 10px 0px;
}


#easy-ategories-anagement  ul li:before {
    content: "» ";
}

#easy-ategories-anagement  ul li:hover {
  background: #fff;
}

#easy-ategories-anagement ul li a {
    color: #000000;
}

#easy-ategories-anagement ul li a:hover {
    color: #565656;
}

#text-7 {
    float: right;
    width: 121px;
}

#text-7 img{
    margin-bottom: 10px;
}

.textwidget h3  {
    text-align:center;
}

.textwidget h3 a {
    color: #000;
}

.textwidget h3 a:hover {
    color: #565656;
}

.widget_categories ul li:hover {
    background: #fff;
}

.widget_categories ul li a {
    color: #000;
}

.widget_categories ul li a:hover {
    color: #565656;

}

.widget_categories h4 {
    display:none;
}

/* Contact Form Buttons */ 

.wpcf7-submit {
    font-family: "BebasNeueRegular", CenturyGothic, AppleGothic, sans-serif;
    font-size: 30px;
    background:none;
    border: none;
    color: #b02d1a;
    line-height:30px;
}

.wpcf7-submit:hover {
    color:#871b0b;
}

/* Ask Bar */

.ask-bar {
    text-align: center;
}

.ask-bar .wpcf7-submit {
    margin-top:12px;
    font-size:44px;
    line-height:44px;
}

.ask-bar .wpcf7-form p, .ask-bar .wpcf7-form h3 {
    margin: 0;
}

.question {
     margin: 10px 0 0 15px;
    text-align: left;
    width: 47%;
}

.wpcf7-email {
    height: 16px;
    margin-right: 15px;
    width: 200px;
    font-size: 16px !important;
}

.wpcf7-form-control.wpcf7-captchar {
    height: 16px;
    max-width: 90px;
}

.ask-captcha {
    margin-left: 10px;
}

/* Search Results Page */

.search-results #content h1 span {
    margin-left: 10px;
}

.search-results #content_mobile h1 span {
	margin-left: 10px;
}

.search-results .page-header {
    border: 1px solid #D2D2D2;
   }

/* Print Button */

.single #content article .printfriendly a {
    border: 0 none;
}

#main article .printfriendly img {
    border: medium none;
}

.captcha {
    margin: 12px 0 0;
}

/* Image Slider */


.image-slider {
    margin-top:-25px;
    margin-bottom:6px;
    margin-right:3px;
    margin-left:0px;
    max-width: 100%;
}

.thethe_image_slider {
    max-width: 100% !important;
}

.thethe_image_slider_inner {
    max-width: 100% !important;
}

.thethe-image-slider-caption {
	font-size: 250%;
	line-height: 34px;
	margin-top: 0px !important; 
}

.thethe-image-slider-caption-text > a {
    margin: 0 !important;
}

.thethe_image_slider ul.thethe-image-slider-slides li {
	position: static;
}

ul.thethe-image-slider-slides li .thethe-image-slider-image img {
     height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    position: static !important;
}
#sidebar1{
	float:right;
	margin-left:0px;
}
.g-ads{
	width:96%;
}
.thethe-image-slider-caption-inner {
    margin-top: -5px; 
   }

/* Media Queries */ 

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media screen and (max-width:980px){  
	body {
		padding: 0;
	}
}

@media screen and (max-width:784px){  
	.search-field.span3 {
    float: left;
    margin: 0;
    max-width: 200px; 
	}
	
	.social-icons.span3 {
    clear: both;
    float: left;
    max-width: 191px;
	}
	
	.masthead-ad.span4 {
    clear: both;
    float: left;
    margin: 10px 10px 10px -21px;
    max-width: 259px;
	}

	.weather-widget.span2 {
    clear: both;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 0px;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
	background: #FFFFFF;
    margin-top: 10px;
    padding: 2px 2px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.13);
	}
	
	#content{
		padding-left: 0;
		padding-right: 0;
	}
	
	.topbar-inner{
		padding: 0;
	}
	
	.topbar form.pull-right {
		float: right;
	}
	
	.navbar-form, .navbar-search {
		margin-top: 6px;
		margin-bottom: 0;
	}
	
	.navbar-search{
		padding-left: 0;
	}
	
	.sidebar{
		margin-top: 0 !important;
	}
	
	.widget_search input{
		width: 230px;
	}
	

	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		width: 210px;
		margin-bottom: 6px;
		margin-top: 3px;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}
.noaa_loc, .noaa_update, .noaa_link, .noaa_current, .noaa_forecast, .noaa_wind, .noaa_humidity, .noaa_forecast, .noaa_dewpoint, .noaa_windchill {
display: none}

#WP-CYCLE-SETTING1 {
height: 44px!important;
overflow: hidden;
}

#WP-CYCLE-SETTING1 p{
font-family: "BebasNeueRegular",CenturyGothic,AppleGothic,sans-serif,"AG Book Extended BQ";
text-transform:uppercase;
font-size: 44px;
white-space: nowrap;
text-align: center;
max-width: 100%;
}
.page-header h1,
.page-header h2 {
font-family: "BebasNeueRegular",CenturyGothic,AppleGothic,sans-serif;
font-size: 40px;
line-height: 38px;
color: #333;
}
.page-header h2 a{
font-family: sans-serif;
color: #333;
font-size: 38px;
}

#noaa-weather p.noaa_icon img {
	width: 25px
}
.addtoany_list.a2a_kit_size_32 a {
	font-size: 16px!important;
line-height: 16px; color: #0267ff;
}
.addtoany_list.a2a_kit_size_32 a span {
	display: none!important
}

@media (max-width: 480px) { 
#WP-CYCLE-SETTING1 p{ font-size: 18px; line-height: 18px;}
.image-slider, .ask-bar, #noaa-weather, #thethe_image_slider6537 { display: none}
.post header .featured-image,  .post header img { width: 100%; float: none; margin-right: 0; margin-top: 5px;}
}

.alignright { float: right; margin-left: 20px }
.alignleft { float: left; margin-right: 20px }
.wp-caption{ border: 1px solid #ccc; padding: 10px 5px 0;text-align: center }
.wp-caption img{ border: none!important }
.wp-caption-text { font-size: 10px; text-align: center; margin-bottom: 0 }

/* H2 Fix for mobile devices*/
@media all and (max-width: 720px) { h2 { 
font-size: 25px;
font-family: "BebasNeueRegular",CenturyGothic,AppleGothic,sans-serif;
line-height: 38px;
color: #333; } }


