/*
Theme Name: The Daily Banter 2013
Theme URI: http://wordpress.org/
Description: Custom variation of Twenty Ten. The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Mobility Labs
Version: 0.9
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

/* ----------------------------------------------------------
    Global Styles
------------------------------------------------------------*/

body {
	font-family: Georgia, Times, Baskerville, "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #262626;
	background-color: #ffffff;
	margin-top: 85px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

a {
  color: #b43637;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b43637;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.details {
	overflow: hidden;
	padding-bottom: 1px;
}

.valign {
    display: table;
}

.valign-content {
    display: table-cell;
    vertical-align: middle;
}

.center {
	display: block;
	margin:0 auto;
	text-align: center;
}

.right {
	display: block;
	margin:0 auto;
	text-align: right;
}

ul.bullet {
	padding:0px 0 10px 0;
	margin:0;
	list-style: none;
}

ul.bullet li {
	line-height: 20px;
    text-indent: -.12em;
    margin: 0 0 8px 0;
    font-size:16px;
}

ul.bullet li:before {
    content: "\2022";
    padding-right:6px;
    color:#bb363b;
    font-size: 30px;
  	position: relative;
  	top: 6px;
}

ul.bullet a {
	color: #262626;
}

hr {
	border: none;
	border-bottom: 1px solid #d0d0d0;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}


.force-left {
	margin-left:-15px;
}

.media-body {
	overflow: visible;
}

.media {
	margin-top: 0px !important;
}
/* WordPress Specific*/
blockquote {
	margin-left: 10px;
	background-color: #f2f2f2;
	font-size: 1em;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* ----------------------------------------------------------
    Typhography
------------------------------------------------------------*/
h1 {
	font-weight: bold;
	margin-top: 0px;
	font-size: 2.5em;
	color: #4b4b4b;
	line-height: 1.2em;
	font-family: 'Roboto Slab','Droid Serif', Arial,serif;
	margin-bottom: 20px;
}

h2 {
	color: #4b4b4b;
	font-size: 2.2em;
	font-family: 'Roboto Slab','Droid Serif', Arial,serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 25px;
}

h3 {
	font-weight: bold;
	font-family: 'Roboto Slab','Droid Serif', Arial,serif;
	color: #4b4b4b;
	font-size: 2.1em;
}

h3 a {
	color: #b43637;
}

h4 {
	color: #4b4b4b;
	font-family: 'Roboto Slab','Droid Serif', Arial,serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
}

h5 {
	color: #4b4b4b;
	font-family:  'Roboto Slab','Droid Serif', Arial,serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
}



p {
	line-height: 30px;
	padding:0 0 15px 0;
	margin: 0;
	font-size: 16px;
}



/* ----------------------------------------------------------
    Buttons
------------------------------------------------------------*/

.btn {
  display: inline-block;
  padding: 0px 0px;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-more {
	font-weight: bold;
	color: #bd383a;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 2px;
}

.btn-subscribe {
	background: #b93934;
	color: white;
	width: 95px;
	height: 26px;
	display: block;
	cursor: pointer;
	margin: 0;
	font-weight: bold;
	padding: 5px 20px;
}

.btn-view {
	color: #020202;
}


/* ----------------------------------------------------------
    Icons
------------------------------------------------------------*/

.icon-social {
	display: inline-block;
	vertical-align: middle;
	height: 49px;
	width: 50px;
	margin-right: 2px;
	opacity: .8;
	font-size:44px;
	line-height: 50px;
	text-align: center;
}
.icon-social:hover {
	opacity: 1;
}

.fa-facebook {
	background: #3b5998;
}

.fa-pinterest{
	background: #c8232c;
}

.fa-twitter {
	background: #00acee;
}

.fa-google-plus {
	background: #dd1812;
}

.fa-rss {
	background: #ee802f;
}



/* ----------------------------------------------------------
    Forms
------------------------------------------------------------*/


/* ----------------------------------------------------------
    Layout
------------------------------------------------------------*/




/* Nav */

/*if admin bar is present, push this down*/
.admin-bar #main-nav {
	margin-top: 28px !important;
}
.admin-bar #ad-header {
	margin-top: -15px !important;
}

#main-nav .navbar-collapse.in {
	background-color: #333330;
}

.navbar {
	height: 50px;
	margin-bottom: 20px;
	border-bottom: 1px solid #bbbab8;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	font-family:Arial, sans-serif;
	background-color: #333330;
}

.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0;
}

.navbar-nav > li > a {
	line-height: 38px;
	font-size: 1em;
	color: #D5D5D5 !important;
	padding: 5px 10px;
	font-family: 'Droid Serif'; 
	text-transform: uppercase;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
	background-color: #b2333c;
}

.navbar-brand {
	float: left;
	background: url(images/logo.png) 0 0 no-repeat;
	width: 170px;
	height: 75px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	text-indent: -99999px;
	padding:0;
	margin: 0px 15px 0px 0 !important;
}

.navbar-social {
	margin: 0 0 0 0;
}

.navbar-social li a {
	margin: 0;
	padding:0;
}

.navbar-toggle {
	margin-top: 15px;
}

.glyphicon-search {
	opacity: 0.4;
}

.navbar-form .btn-search {
	background: none;
	padding:0;
	font-size: 1.4em;
	margin:2px 8px 0 0;
}

.form-search {
	border: none;
	background:none;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075);
	      box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075);
	
}

.navbar-form {
	display: none;
}

#menu-main-menu{
	
}

#menu-main-menu li{
	border-left: #52534F solid 1px;
}

#menu-main-menu li a{
	border-left: #282825 solid 1px;
}


/* Main */


.ads {
	display: block;
	margin-bottom: 20px;
	margin-top: -5px;
}

#ad-header {
	margin-bottom: 30px;
	margin-top: -10px;
}

.banner {
	display: block;
	margin: 0 0 20px 0;
}

.banner img {
	display: block;
}

.article-ads {
	margin-right: -8px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.right-placement {
	right: 10px;
	top: 80px;
	position: absolute;
}

.articles .media-body {
	overflow: visible;
}

.trending {
	margin-bottom: 20px !important;
	font-weight: bold;
}

.trending img {
	height: 65px;
	width: 65px;
}

ul.media-list {
	background-color: #f3f3f3;
}

.aligncenter {
	margin: auto;
}
.wp-caption {
	text-align: center;
	box-shadow: gray 1px 1px 10px;
	padding: 2px;
	margin-bottom: 5px;
}
.wp-caption-text {
	font-size: .9em;
	margin-top: 5px;
}

/* Main Article */


.article-meta {
	display: inline-block;
	margin: 0 0 15px 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
}

/*.article-meta:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

.author-meta {
	margin-right: 10px;
	font-family: 'Droid Serif', "Helvetica Neue", Helvetica, sans-serif;
	color: #bd383a;
	font-size: 1em;
}

.date {
	color: #737373;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
}

.thumbs {
	margin-right: 15px;
	display: inline-block;
	vertical-align: text-top;
	margin-top: -8px;
}



/* Articles */

.article {
	display: block;
	margin: 0 0 20px 0;
	border-bottom: thin solid #D3D3D3;
	padding-bottom: 10px;	
}

/*.article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}*/

.article .author {
	color: #bd383a;
}

.media > .pull-left {
	margin-right: 16px;
}


.addthis_toolbox {
	margin-bottom: 10px;
}
.addthis_toolbox.addthis_default_style.addthis_32x32_style {
	height: 30px;
}

/* Po.st widget on articles*/
.pw.pw-widget.ra1-pw-classicWidget.ra1-pw_size_small.pw-layout-horizontal.pw-counter-horizontal.pw-widget-look-native {
	margin-bottom: 16px;
}


/* Sidebar */

.side-content {
	padding:0 0 25px 0;
	margin: 0 0 25px 0;
	display: block;
}

#sidebar h3 {
	background: #b93934;
	text-align: center;
	color: #ffffff;
	padding:5px 0 4px 0;
	line-height: 28px;
	margin: 0 0 13px 0;
	font-size: 0.9em;
	text-transform: uppercase;
	font-family: 'league_gothic' Arial;
	font-weight: bold;
}

#sidebar .media p {
	line-height: 1.4em;
	padding-bottom: 10px;
}

#sidebar ul.bullet li {
	margin: 0;
	font-family: "Droid Sans", Times, Baskerville, Georgia, serif;
	font-size: 1.2em;
}

#sidebar .block-content {
	margin-bottom: 20px;
}


.form-side {
	padding:20px 0 0 0;
}

.form-side .form-group {
	margin: 0;
}

.form-side .form-control {
	height: 24px;
	font-size: .9em;
}

.form-side .btn-search {
	background:#e4484b;
	color: #ffffff;
	width: 60px;
	padding:0px 0px 0px 0px;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
}
/*Override JetPack post views, need !important to override inline CSS plugin outputs*/
.JPV_thumbnail_title > .JPV_thumbnail_img {
	max-width: 65px !important;
}

.JPV_list {
	list-style-type: none !important;
	margin-left: -40px !important;
}

.JPV_thumbnail_title + .JPV_text {
	margin-top: -5px !important;
}

.JPV_text a {
	color: #333333;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 16px;
}

/* subscribe */

.subscribe {
	padding-top: 6px;
}

.form-subscribe {
	width: 115px;
	float: left;
	margin:0 0 0 10px;
}

.form-subscribe .form-group {
	margin: 0;
}

.form-subscribe .form-control {
	height: 27px;
	margin-bottom: 4px;
}

.form-subscribe label {
	font-size: .9em;
	font-weight: bold;
}


.list-author {
}

.list-author h4 {
	color: #b43637;
	margin: 0 0 3px 0;
}

.list-author li {
	margin: 0 0 10px 0;
}



/* Authors Page */

.authors-page {
	padding:0px 10px 0px 0;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
	top: -20px;
	margin-bottom: -10px;
}

.authors-page h4 {
	border-bottom: 1px solid #bab7b7;
	padding:0 0 8px 0;
	margin: 0px 0 20px 0;
}

.authors-page .sub-title {
	display: block;
	color: #4a494a;
	font-size: 1.8em;
	line-height: 1.1em;
}

.img-media {
	margin-right: 20px;
	margin-bottom: 10px;
}

.follow h4 {
	color: #bd383b;
	border-bottom: 3px solid #010101;
}

.social-media li {
	padding:0;
	margin: 0 0 0 8px;
}

.social-meta {
	border-bottom: 1px solid #bab7b7;
	padding-bottom: 12px;
}

.avatar.photo {
	margin-right:10px;
}


/* Top Articles */


.top-articles {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #bab7b7;
	padding-bottom: 20px;
}

.top-articles p {
	font-weight: bold;
	line-height: 1.1em;
	padding-bottom: 10px;
}

.top-articles a {
	color: #262626;
}

/* nRelate Most Popular */




/* Articles Page */

.article-page {
	font-size: 1.2em;
	padding-bottom: 20px;
}

.article-page p {
	line-height: 1.6em;
}

.article-page .article-meta {
	padding: 5px 0 0 0;
	border-bottom: solid 1px #d0d0d0;
}

.article-page .article-meta .author {
	font-size: 1.3em;
}

.article-page .article-meta .date {
	font-size: .9em;
	margin-right: 10px;
	line-height: .8em;
	font-weight: bold;
}

.meta-nav {
	font-size: 1.2em;
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.share {
	display: block;
	margin-bottom: 20px;
}

.pullquote {
	border: none;
	border-top: 1px solid #bab7b7;
	border-bottom: 1px solid #bab7b7;
	padding:30px 0 15px 0;
	font-size: 20px;
	font-family: 'Droid Serif', Arial;
}

.icon-quote {
	font-size: 55px;
	color: #141414;
	margin: 0 0 -5px 0;
	line-height: 25px;
	display: block;
}


.social-block {
	border-top: 1px solid #bab7b7;
	border-bottom: 1px solid #bab7b7;
	display: block;
	padding:15px 0 15px 0;
	margin: 0 0 30px 0;
}



/* Related Articles */

.related-articles {
	
}


.related-articles .heading {
	border-top: 3px solid #4a4a4a;
	background: #f1f0f0;
	padding:10px 13px 10px 13px;
	margin-bottom: 20px;
}



.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding:0 0 10px 0;
  line-height: 1.428571429;
  background-color: #ffffff;
	border: none;

}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
  background: #f1f1f1;
}

/* Widgets */

a.trending,
a.trending:hover,
a.trending:focus
a.trending:active{
	color: #333333;
	line-height: 1.4em;
	padding-bottom: 10px;
	text-decoration: none;
}

a.authors-link,
a.authors-link:hover,
a.authors-link:focus
a.authors-link:active{
	color: #262626;
	line-height: 1.4em;
	text-decoration: none;
}

h1 > a,
h1 > a:hover,
h1 > a:focus,
h1 > a:active{
	color: #262626;
	text-decoration: none;
}

h3 > a,
h3 > a:hover,
h3 > a:focus,
h3 > a:active{
	color: #262626;
	text-decoration: none;
}

/* Multi Articles */
.article-multi-meta {
	display: inline-block;
	margin: 0 0 15px 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	/*width: 100%;*/
	/*border-bottom: #CFCFCF solid 1px;*/
}

/* ----------------------------------------------------------
    Dropdown Menu
------------------------------------------------------------*/

#dropdownMenu1{
	font-size: 14px;
	color: #777777;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Droid Serif';
}
/*#menu-main-menu-dropdown{
	position: relative;
}*/	



/* ----------------------------------------------------------
    Responsive
------------------------------------------------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.navbar-nav > li > a {
		font-size: 14px;
		color: #9d9c9a;
		font-weight: bold;
		padding:5px 6px;
		text-transform: uppercase;
	}
	.navbar-social li a {
		margin: 0 0 0 1px;
		padding:0;
	}
	.form-side .btn-search {
		margin-top: 5px !important;
	}
	.article-ads {
		margin-right: 0;
	}

}


@media (min-width: 768px) {
	.articles.col-sm-7 .media-object {
		width: 225px;
	}
}

@media (min-width: 992px) {
	.articles.col-sm-7 .media-object {
		/*width: auto;*/
	}
}



@media (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 28px;
		margin-top: 0;
	}
	h2 {
		font-size: 22px;
		line-height: 28px;
		
	}
	body {
		padding-top: 62px;
	}
	.navbar {
		min-height: 48px;
		margin-bottom: 20px;
		border-bottom: 1px solid #bbbab8;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
	}

	.navbar-nav {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.navbar-nav > li > a {
		line-height: 20px;
		font-size: 14px;
		color: #9d9c9a;
		font-weight: bold;
		padding: 5px 15px;
		line-height: 20px;
		text-transform: uppercase;
	}	
	.navbar-brand {
		margin-left: 0 !important;
		margin-right: 0 !important
	}
	.navbar-divider {
		border-left: 1px solid #dedfdf;
		margin:5px 11px 0 11px;
		float: left;
		width: 1px;
		height: 36px;
	}
	.navbar-nav {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.navbar-social li {
		float: left;
	}
	.navbar-social li a {
		margin: 0 5px 0 0px;
		padding:0;
	}
	.navbar-toggle {
		position: relative;
		float: left;
		padding: 2px 0px;
		margin-left: 15px;
		margin-right: 3px;
		margin-bottom: 2px;
		background-color: transparent;
		border: none;
		border-radius: 4px;
		margin-top: 13px;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
	 	background: none;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 24px;
		height: 3px;
		border-radius: 1px;
		border: none;
	}
	.navbar .form-control {
		width: 92px;
		border: none;
		background:none;
		float: left;
		
	}
	.navbar-form {
		width: 130px;
		border: none;
		padding:0;
		margin: 0;
		display: block;
		margin-top: 6px;
	}
	.navbar-brand {
		float: left;
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: cover;
		width: 102px;
		height: 38px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		text-indent: -99999px;
		padding:0;
		margin-top: 6px !important;
	}
	.form-side .btn-search {
		margin-top: 5px !important;
	}
	.article .media .pull-left {
		float: none !important;
		display: block;
		margin-bottom: 15px;
	}
	.article-ads {
		display: none;
	}
	.article-ads-mobile {
		display: inline !important;
	}
	.meta-mobile {
		float: right !important;
	}
	.article-meta .thumbs img {
		width: 26px;
		height: 26px;
	}
	.meta-mobile .date {
		float: left;
		margin-top: 3px;
		margin-right: 5px;
	}
	#content {
		padding-bottom: 20px;
	}
	#sidebar {
		display: none;
	}
	.top-articles .media .pull-left {
		float: left !important;
	}
	.top-articles .media img {
		width: 100px;
	}
	.top-articles .media-body {
		overflow: visible;
	}
	.authors-page .img-media {
		width: 130px;
	}
	.authors-page .sub-title {
		display: block;
		color: #4a494a;
		font-size: 18px;
		line-height:18px;
	}
	
	.ads {
		margin-bottom: 20px;
	}
	.authors-page {
		top: 0px;
		margin-bottom: 0px;
	}
}


@media (min-width: 480px) and (max-width: 767px) {
	body {
		padding-top: 30px;
	}
	.navbar-toggle .icon-bar {
		display: block;
		width: 30px;
		height: 4px;
		border-radius: 1px;
		border-top: 1px solid #ffffff;
	}
	
	.navbar-divider {
		border-left: 1px solid #dedfdf;
		margin: 0 15px 0 15px;
		float: left;
		width: 1px;
		height: 48px;
	}
	.navbar-toggle {
		margin-top: 14px;
	}
	.navbar-form {
		width: 236px;
		border: none;
		margin-right: 0;
	}

	.navbar-brand {
		float: left;
		background: url(images/logo.png) 0 0 no-repeat;
		background-size: cover;
		width: 102px;
		height: 38px;
		display: block;
		overflow: hidden;
		cursor: pointer;
		text-indent: -99999px;
		padding:0;
		margin: 0 0 4px 0 !important;
	}
	.navbar .form-control {
		width: 179px;
		border: none;
		background:none;
	}
	.navbar .navbar-form {
		width: 210px;
		border: none;
		padding:0;
		margin: 0;
		margin-top: 8px;
	}
}

@media (min-width: 767px) and (max-width: 1015px) {
	.icon-social {
		height: 26px;
		width: 25px;
		font-size: 20px;
		line-height: 30px;
	}
	#dropdownMenu1 {
		display: none;
	}
	#ad-header {
		margin-top: -30px;
	}
}

#infscr-loading img {
	display: block;
	margin: auto;
}

/* ----------------------------------------------------------
    Icons
------------------------------------------------------------*/

.icon-social-author {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.icon-facebook {
	background: url(images/icons/icon-facebook.png) 0 0 no-repeat;
}

.icon-pinterest{
	background: url(images/icons/icon-pinterest.png) 0 0 no-repeat;
}

.icon-twitter {
	background: url(images/icons/icon-twitter.png) 0 0 no-repeat;
}

.icon-google {
	background: url(images/icons/icon-google.png) 0 0 no-repeat;
}

.icon-rss {
	background: url(images/icons/icon-rss.png) 0 0 no-repeat;
}


