/*
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.3.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{
	
}


.btn-primary {
	border-radius: 0;
	background: #db5043;
	border:0;
	padding:10px 12px;
}
.btn-primary:hover {
	background: #c93e31;
}


a {color :#db5043;}

/* layout */

body{
	padding-top: 0; 
	background: #f8f4ee;
	color: #323232;
	font-family: 'Ubuntu', sans-serif!important;
}

h1.logo, span.logo {margin:0;}

.container-fluid.header {margin-top:10px;}

#searchform.navbar-search {margin: 20px 0 0 0;}

#logo {
	display: block;
	/*background: transparent url('images/logo.png') no-repeat ;*/
	max-width:400px;
	max-height: 100px;
}
#logo span {display:none;}


/* Admin Top Navigation fixes */
.container-fluid.navbar {
	margin: 10px auto 20px auto;
}
.navbar-inner {
  background-color: #db5043;
  background-image: none;
  background-repeat: no-repeat;
  filter: none;
  border-radius: 0;
  box-shadow: none;
  border:0;
  text-transform: uppercase;
  padding-left: 13px;
  padding-right: 0px;
}
.navbar .nav > li  {
  height: 60px;

}
.navbar .nav > li > a {
  text-shadow:none;	
  color:white;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding: 10px 16px 10px;
}

.navbar .nav > .active > a i.icon-white, .navbar .nav > li > a:hover i.icon-white{
	background-image: url("library/img/glyphicons-halflings.png");
}

body.admin-bar .navbar-fixed-top{ 
	top: 28px; 
}

.navbar .brand{
	color: #000;
	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 > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navbar .nav > li.current-menu-ancestor > a {
	background: #fff;
	box-shadow: none;
	color:#555555;
}
.navbar .nav > li.current-menu-ancestor > a:hover {color: #000000;}

#inner-header{
	width: 100%;
}

input, textarea, select, .uneditable-input {
	margin-bottom: 0;
}

.navbar-form, .navbar-search {
	margin: 0 0 9px;
}

.navbar-search{
	padding-left: 0;
}


#s{
	width: 268px;
	height: 38px;
	padding:0;
	border-radius: 0;
	border: 1px #e8e5e0 solid;
	padding:0px 5px;
	color: #adadab;
}
#s:focus {
	color: #000000;	
}
button.search {
	height:38px;
	width:45px;
	background: #db5043;
	border:0;
	margin-left:-46px;
	margin-top: 0px;
}








#content{
	padding: 10px 0 0;
}

.more-link{
	white-space: nowrap;
}

.footer-links{
	float: right;
	margin-bottom: 18px;
}

.footer-links .menu{
	list-style-type: none;
	margin-left: 0;
}

.footer-links .menu li{
	float: left;
	margin-left: 10px;
}

/* post styling */

#main p.meta{
	font-style: italic;
	color: #808080;
}

h3.homepage_center {text-align: center;font-weight: bold; border-top:2px #8d6e42 solid; background: url(images/header_center_border.png) no-repeat center -1px; padding-top: 20px;}

#main article.archive img {}
#main article.archive a.img {display: block; height: 200px; overflow: hidden;}
#main article.archive a.img:hover {opacity: 0.9}
#main article.archive {	padding: 0;	background-color: #fff;}
#main article.archive:nth-child(even) {	margin-left:0;}
#main article.archive .page-header {margin:0px 0 0 0; min-height: 70px; overflow: hidden; border-top:1px #8d6e42 solid; padding-top: 30px; background: url(images/header_center_border.png) no-repeat center top}
#main article.archive h2 {
	font-size:130%;
	line-height: 130%;
	font-weight: bold;
	margin: 0 10px;
}
#main article.archive time {
	margin: 0 10px;
	color:#969696;
}
#main article.archive section {
	height:50px;
	overflow: hidden;
}
#main article.archive p{
	font-size:110%;
	line-height: 110%;
	margin:0 10px;
}
#main article.archive a.more {
	display: block;
	background-color: #db5043;
	color:white;
	margin:10px 0 0 10px;
	width:100px;
	text-align: center;
	text-transform: uppercase;
	font-size: 80%;
	padding: 2px 0;
}
#main article.archive a.more:hover { background-color: #585858; }
#main article{ margin-bottom: 18px; border-bottom: 1px solid #eeeeee; padding: 0 0 9px;}
#main article footer{border-top: none; margin-top: 0; padding-top: 0; position: relative;}

#main article footer a.edit-post{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}


.post:hover a.edit-post{
	display: inline;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
#main article img{
	height: auto;
	max-width: 100%;
	margin-bottom: 0;
}

/* =Aside post format
-------------------------------------------------------------- */
#main article.format-aside {
	padding: 0;
}

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
}
article.format-aside h1 a:hover {
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}
article.format-aside footer.aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	border-left: 22px solid;
}

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

article.format-link footer.entry-meta { 
	clear: both;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
}

article.format-quote .entry-content blockquote p:before {
	content: "\201C  ";
	font-size: 2rem;
}

article.format-quote .entry-content blockquote p:after {
	content: " \201D ";
	font-size: 2rem;
}

/* sidebar */
#sidebar1 {
	margin-left:0;
}	
.sidebar {
	float:left;
}



/*sidebar menu*/
#sidebar1 .menu-_top_menu-container ul {list-style-type: none;margin:0;}
#sidebar1 .menu-_top_menu-container ul:empty {display: none;}
#sidebar1 .menu-_top_menu-container ul li a{display: block; color:#565857; text-transform:none; padding:10px 20px; background: #e2dacd; margin-bottom: 3px; font-weight: bold}
#sidebar1 .menu-_top_menu-container ul li a:hover {background-color: #db5043; color:#ffffff; text-decoration: none;}
#sidebar1 .menu-_top_menu-container ul li.current-menu-parent a, #sidebar1 .menu-_top_menu-container ul li.current-menu-item a {background-color: #ffffff; color:#555555;}
#sidebar1 .menu-_top_menu-container ul li.current-menu-parent a:hover, #sidebar1 .menu-_top_menu-container ul li.current-menu-item a:hover {color:#000000;}
 
#sidebar1 .menu-_top_menu-container ul li ul {display: none;}
#sidebar1 .menu-_top_menu-container ul li ul li a {font-size:80%;padding:5px 20px; font-weight: normal; background: #EEE7DC; border-left:4px #e2dacd solid;}

#sidebar1 .menu-_top_menu-container ul li.current-menu-parent ul li a, #sidebar1 .menu-_top_menu-container ul li.current-menu-item ul li a {background: #EEE7DC; color: #565857; }
#sidebar1 .menu-_top_menu-container ul li.current-menu-parent ul li a:hover{color:#db5043;}
#sidebar1 .menu-_top_menu-container ul li.current-menu-item ul li a:hover {color:#db5043;}
#sidebar1 .menu-_top_menu-container ul li ul li.current-menu-item a {font-weight: normal; background: #e2dacd; color: #565857; border-left:4px #565857 solid;}

#sidebar1 .widget#nav_menu-2 {margin-bottom: 0}


h4.widgettitle {
	font-weight: bold; border-bottom: 1px solid #db5043; padding-bottom: 10px; background: url(images/header_thick_border.png) no-repeat left bottom;
}

#sidebar1 .widget {overflow: hidden; margin: 0 0 16px;}
#sidebar1 .widget ul {list-style-type: none; margin:0;}
#sidebar1 .widget ul li {border-bottom: 1px dotted #d2c6b0; padding:5px 0 5px 20px; background: url(images/left_menu_triangle.png) no-repeat left center}
#sidebar1 .widget ul li:last-child {border-bottom: 0}
#sidebar1 .widget ul li a {color:#343233}

#sidebar1 .widget blockquote {text-align: center; border:0; margin:0; padding:0 25px; background: url(images/blockquote_top.png) no-repeat left top, url(images/blockquote_bottom.png) no-repeat right bottom; }
#sidebar1 .widget blockquote strong {display: block}



/*content*/
#main .page-header {padding:0; margin:0 0 20px 0; border: 0;}
#main .page-header h1 {font-size:200%; line-height:120%; font-weight: bold; margin:0;vertical-align: top; border-bottom: 1px solid #db5043;background: url(images/header_thick_border.png) no-repeat left bottom; padding-bottom:10px;}


/*footer*/
footer.footer {padding:30px 20px 20px 20px;background: #e2dacd  url(images/header_center_border.png) no-repeat center -3px; text-align: center; margin-bottom: 20px;}
#inner-footer {

}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}

p.tags{
	line-height: 20px;
}

div[id*='attachment_']{
	max-width: 100%;
	height: 100%;
}

#credit320{
	background: url('images/320press_mini.png') no-repeat left top transparent;
	padding-left: 20px;
}

#main {
	float:right;
}
#main .hero-unit img{
	margin-bottom: 1em;
}



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: 18px;
}

.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{
	border-bottom: none;
}

.page-template-page-homepage-php .hero-unit,
.blog .hero-unit{
	padding: 1em;
}

.hero-unit h1 {
	font-size: 3em;
}

/* comments */



#comments{
	line-height: 24px;
	margin-bottom: 18px;
}


ol.commentlist,
ol.commentlist ul.children{
	list-style-type: none;
	margin-left: 0;
}
.comment {padding:5px 10px 0 10px;margin:10px 0;}

.comment h4 {padding:0; margin:0; font-weight: bold; font-size: 120%;}

.comment .vcard > div{
	margin-top: 0px;
	padding: 0px;
}
#main .comment article {
	margin:0;padding:0 0 0px 0;
}

ol.commentlist time{
	font-size: .8em;
}

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;
}

#commentform .btn-primary {margin:10px 0;}
.btn-success {background:#db5043; border-radius: 0; box-shadow: none; border:0; }
.btn-success:hover {background:#c93e31;}

#comment-form-elements{
	list-style-type: none;
	margin: 0;
}
#comment-form-elements input{border-radius: 0;padding:10px 5px;border-color:#e8e5e0;}

#comment-form-elements .input-append .add-on, .input-prepend .add-on {background: #db5043; border-right: 0;padding: 10px 10px;}

#comment-form-elements .input-prepend .add-on:first-child, .input-prepend .btn:first-child { border-radius: 0;}

#comment-form-elements  .control-group {
	margin:0;
}

.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: 10px;
	background-color: #F0F0F0;
}

#pings{
	margin-bottom: 9px;
}

ol.pinglist{
	list-style-type: none;
	margin: 0 0 9px 0;
}

#comment{ border-radius: 0; min-height: 150px; border-color:#e8e5e0; }

ol.commentlist #respond{
	padding: 5px 10px;
}

/* specific post-type styles */

/* 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-bottom: 18px;
}

.metadata p.alert-message{
	margin-right: 0;
	margin-bottom: 18px;
}

#gallery-nav{
	list-style-type: none;
	margin-left: 0;
}

li.next a, li.previous a{
	position: relative;
}

li.next a:hover:before{
	content: "\2190";
	position: absolute;
	display: block;
	top: 42%;
	left: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

li.previous a:hover:before{
	content: "\2192";
	position: absolute;
	display: block;
	top: 42%;
	right: 0;
	background-color: #BFBFBF;
	color: #444;
	width: 20px;
	height: 20px;
	padding-left: 5px;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


/* widget styles */

.widget{
	margin-bottom: 18px;
}

.widgettitle{
	margin-bottom: 9px;
}

#tag-cloud{
	margin-bottom: 18px;
	line-height: 160%;
}

/* 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;
}

@media only screen and (min-width: 768px) {
	.carousel-caption p{
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	body{
		padding-top: 10px;
	}
	
	.container-fluid{
		max-width: 970px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#inner-footer{
		padding: 0;
	}
	
	#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;
	}
	
	.blog .hero-unit{
		margin-top: 10px;
	}
	
	.page-template-page-homepage-php .hero-unit,
	.blog .hero-unit{
		padding: 60px;
	}
	
	.hero-unit h1 {
		font-size: 60px;
	}
	
	/* hide edit comment button and show on hover on desktop version */
	.edit-comment{
		display: none;
	}
	
	.vcard:hover .edit-comment{
		display: inline-block;
	}
	
	#s{
		border-radius: 0;
	}
	
	.widget_search input{
		width: 209px;
	}
	
	.comment .vcard .comment-text{
		padding-left: 0;
		padding-right: 0;
	}
}



/*-------------> BAROUSEL */
.barousel
{
    position:relative;
    margin-bottom:0px;
    width:100%;
    height: 287px;
}

.barousel_image
{
    position:absolute;
    z-index:10;
    width:100%;

    height: 260px;
    overflow: hidden;
}

.barousel_image img
{
    position:absolute;
    display:none;
    width: 100%;
}

.barousel_image img.default
{    
    display:block;
}

.barousel_image img.current
{
    z-index:10;
}

.barousel_image img.previous
{
    z-index:5;
}

.barousel_content
{
    position:absolute;
    padding:5px 0px 0px 0;    
    z-index:50;
    color:#fff;
    width:100%;
    text-align: center;
    bottom:29px;
    left:0px;
    background-color: rgba(0,0,0,0.5);
}

.barousel_content div
{
    display:none;    
}

.barousel_content div.default
{
    display:block;    
}

.barousel_content p
{
    font-size:13px;
    font-weight:normal; 
    line-height:17px;   
}

.barousel_content p.header
{
    font-size:28px;
    font-weight:normal;
    line-height:28px;
    color:#fff55b;
}

.barousel_content a,
.barousel_content a:hover
{
    color:#fff55b;
    background-color:transparent !important;
}

.barousel_nav
{
 
    position:absolute;
    padding:0px 0px 0px 0;
    height:23px;    
    background:transparent;
    bottom:0px;
    z-index:20;
    width:100%;
    top:258px;
}

.barousel_nav .counter
{    
    float:right;
    font-size:0.75em;
    color:#fff;
    margin:3px 5px 0 0;
}

.barousel_nav ul
{
    float:right;
    padding:0;
    margin:0;
}

.barousel_nav li
{
    float:left;
    padding-left:3px;
    font-size:0;
    line-height:0;
    list-style:none;
}

.barousel_nav li a
{
    display:block;
    width:40px;
    height:10px;
    background-color:#e2dacd;
    font-size:0;
    line-height:0;
    text-decoration:none;
}

.barousel_nav li a:hover
{
    background-color:#6e6e6e;
}

.barousel_nav li a.current
{
    background-color:#db5043;
}

.barousel_nav li.prev a
{
 
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel_nav li.next a
{
    background-repeat:no-repeat;
    background-position:0 0;
}

.barousel img.ajax_loader
{
    display:none;
    position:absolute;
    z-index:99;
    top:70px;
    left:135px;
}

/*barousel end*/