/*
Theme Name: CH Local Adapted
Theme URI: http://www.javelindesign.com
Author: Javelin Design Built on Themekraft
Author URI: http://themekraft.com/
Description: Custom Adapted theme for CH Local
Version: 1.1.2
License: GNU General Public License
License URI: see license.txt
Tags: coffee, nightshift

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Twitter Bootstrap


*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );



/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 0px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 10px;
	font-style: italic;
}
.wp-caption.aligncenter {
	margin-bottom: 20px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
	line-height: 13pt;
	font-size: 10pt;
	font-weight: 400;
}
.hentry {
	margin: 0 0 .5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */

/* @group Slider */

.slider_content_inside {
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

#slidetabs .slider_content_inside .caption {	
	background: rgba(0,0,0, 0.8);	position:absolute;
	bottom:-10px;
	padding:5px 10px;
	font-size: 8pt;
	line-height: 10pt;
	color: #fff;
	font-weight: 500;
}
/*#sliderwrapper {
	float:left;
	max-width:709px;
}*/
/* @end */

/* @group Local Specific */

.graycaps {
		color: #999;
		font-weight: normal;
		font-size: 10pt;
		text-transform: uppercase;
}


.landscapezone {
	width: 728px; 
	height: 90px; 
	margin-top: 10px; 
	margin-bottom: 10px;
	border: 0px solid #0f0;
}

/* @group DropDown Menu */

.dropdown:hover .dropdown-menu {
    display: block;
 }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #000;

}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #c2d482;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.dropdown-menu li a {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #444;
	white-space: nowrap;
}
.dropdown-menu li a:link {
	background-color: #fff;
	}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	color: #000;
	text-decoration: none;
	background-color: #c2d482;}
.dropdown-menu ul { list-style: none; }
 
/* @end */

/* @group NavBar 2 */

#sub-nav {
	background: #89ac1a; /* Show a solid color for older browsers */
	clear: both;
	display: block;
	float: left;
	margin: 0px auto;
	width: 100%;
	height: 30px;
	margin-left: 16px;
}
#sub-nav ul {
	font-size: 9pt;
	list-style: none;
	margin: 0 0 0 10px;
	padding-left: 0;
}
#sub-nav li {
	float: right;
	position: relative;
}
#sub-nav a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
#sub-nav ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 30px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#sub-nav ul ul ul {
	left: 100%;
	top: 0;
}
#sub-nav ul ul a {
	background: #f9f9f9;
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 9pt;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	padding: 4px 10px;
	width: 188px;
	text-align: left;
}
#sub-nav li:hover > a,
#sub-nav ul ul :hover > a,
#sub-nav a:focus {
	color: #262626;
  text-decoration: none;
  background-color: #c2d482;
}
#sub-nav ul li:hover > ul {
	display: block;
}
#sub-nav .current-menu-item > a,
#sub-nav .current-menu-ancestor > a,
#sub-nav .current_page_item > a,
#sub-nav .current_page_ancestor > a {
	font-weight: bold;
}


/* @end */

/* @group Slideshow */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:0;}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:0;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

pre + h2{
	margin-top: 80px;
}

#container{
	margin:0 auto;
	padding-bottom:20px;

}

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;

}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;

}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}


/* @end */

hr {
	border-bottom: 1px solid #ccc;
	border-top: none;
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.site-info {
	font-size: 9pt;
	color: #666;
}
          
.page-header {
  padding-bottom: 9px;
  margin: 0px 0 20px;
  border-bottom: 0px solid #eee;
}



.site-branding {
	border: 0px solid #00f;
	margin-top: 0px;
	padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
	color: #88ab1b;
	font-weight: 700;
}


a:link {
		color: #88ab1b;
}

a:visited {
	color: #88ab1b;
}

a:hover {
	color: #88ab1b;
	text-decoration: underline;
}

.navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #dfdfdf 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #dfdfdf 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0);
}
.gradbox {
	/*background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#f8f8f8', GradientType=0);
border: 0px solid #efefef;
*/
padding-top: 0px;
border-left: 1px solid #efefef;
}
.homefeaturedthumbnail {
	margin-bottom: 10px;
}
.homethumbnail {
	margin-bottom: 10px;
}
h1 {
	font-size: 22pt;
	line-height: 24pt;
}

h2 {
	font-size: 17pt;
	font-weight: 700;
}

h3 {
	font-size: 13pt;
	font-weight: 700;
}
li {
	margin-bottom: 0px;
}
.slider_content_inside {
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}
#slidetabs .slider_content_inside .caption {	
	background: rgba(0,0,0, 0.8);	position:absolute;
	bottom:-10px;
	padding:5px 10px;
	font-size: 8pt;
	line-height: 10pt;
	color: #fff;
}
/*#sliderwrapper {
	float:left;
	max-width:1309px;
}*/



/* @end */

.sidebar {
	background-color: #fff;
	padding: 20px;
	border-left: 1px solid #efefef;
}

/* @group Comments */

.post-alt p.category-head .date, .post-alt p.category-head .comments-head
{padding-left:8px; border-left:1px solid #ccc; margin-left:8px;}

.comments
{padding-bottom:0px !important;}

.comments a
{background:url(images/ico-comm.gif) no-repeat left; color:#000000; font-weight:normal; font-size:11px; padding:0px 0px 0px 18px; margin-left:5px;}

#comments-outer
{width:634px; margin-bottom:25px; float:left;}

#comments-container
{width:630px;margin:1px; float:left;position:relative;}

.comment-head
{padding:30px 30px 0 30px; font-family:helvetica, arial, sans-serif; text-transform:uppercase;}

.comment-head p
{font-size:12px; font-weight:bold; margin-bottom:20px;}

.comment-head h3
{font-size:30px; padding:0; margin:0; color:#1d1d1d;}

ol.commentlist
{margin:30px 0 20px; padding:0; list-style:none; font-size:12px; line-height:20px; float:left; width:630px;}

ol.commentlist .comment-body p
{margin:10px 0; line-height:20px; padding-left:60px;}

ol.commentlist cite
{font-style:normal; font-family:Georgia, serif; font-size:22px;}

.comment-author
{margin-bottom:5px;}

ol.commentlist span.says
{display:none;}

ol.commentlist li.comment
{padding:30px 0 33px 30px; position:relative; font-family:"Trebuchet MS", Arial, sans-serif; color:#5a5a5a; font-size:12px; background:transparent url(images/comment-li-bg.gif) repeat-x bottom left;}

ol.commentlist li.alt
{}

#comments
{float:left;width:100%;}

.comment-navigation
{float:left; padding:0 30px; width:570px;}

.comment-body
{position:relative;}

ol.commentlist .comment-meta
{font-style:normal; font-family:Helvetica, Arial, sans-serif; font-size:10px; color:#c9c9c9; text-transform:uppercase;}

ol.commentlist .comment-meta a
{color:#c9c9c9;}

ol.commentlist li .avatar
{float:left; border:1px solid #e3e3e3; padding:1px; background-color:#ffffff; margin-right:20px;}

ol.commentlist li .even
{}

.commentlist li ul
{padding:0;}

.commentlist li ul li
{margin:0 0 0 15px; padding-bottom:0!important; background-image:none!important;}

ol.commentlist li .reply a
{background:url("images/btn-reply.gif") no-repeat scroll center center transparent; display:block; float:none; font-family:"Trebuchet MS",arial,sans-serif; font-size:10px; height:22px; line-height:22px; margin:0; padding:0 10px; position:absolute; right:20px; top:0; width:37px;}

#cancel-comment-reply-link
{display:block; margin-top:-30px;}

.commentlist #respond
{width:100%;padding:0;}

#respond .comment-col-left
{float:left; width:33%; margin:0 20px 0 0;}

.comment-col-left input
{padding:5px; width:93%; margin-bottom:10px;}

.comment-col-left input#submit
{width:100%; margin-top:20px; padding:10px 5px; font-style:italic; -moz-border-radius:10px; cursor:pointer;}

#respond .comment-col-right
{float:left; width:62%;}

#respond textarea#comment
{width:95%; padding:10px;}

#respond .comment-head
{padding:0 0 30px 0;}

#respond .comment-head p
{margin-bottom:20px;}

#recentcomments a
{background-image:none!important;}



/* @end */