/*
	Theme Name: FTB2 Theme
	Description: Was hacked apart, now re-assembled to be a Genesis theme.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.3.6
	Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
	License: GPL-2.0+
	Temp//late gen//esis
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- Imports
	- HTML5 Reset
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer

*/

/* Box Sizing
--------------------------------------------- */

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;

}
.site-container {clear: both;}
.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #666;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	min-width: 300px;
	overflow-y: visible !important;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #666;
	font-size: 14px;
}

blockquote {
	margin: 20px 20px 15px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #333;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #333;
	border: none;
	box-shadow: none;
	color: #fff;
/*	cursor: pointer;
	padding: 16px 24px;
	text-transform: uppercase;
*/
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #900;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

/* Site Containers
--------------------------------------------- */

.header-inner,
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	padding-top: 20px;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin: 0 5px 3px 0;
}

.alignright .avatar {
	margin: 0 0 3px 5px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 15px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 15px 15px;
}

.wp-caption-text {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	display:none;
}

.archive-description,
.author-box {
	background-color: #fff;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box a {
	border-bottom: 1px solid #ddd;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #990000;
font-size: 24px;
font-weight: 600;
padding: 0 5px 9px 0px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #666;
}

.widget-title {
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}


/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
}
.featured-content .entry-title a {
	border: none;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header .wrap {
	padding: 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	width: 200px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 28px;
	line-height: 1;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.site-description {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.site-description,
.site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

#title-area {
  display: block;
  position: absolute;
  top: -300px;
}

/* Widget Area
--------------------------------------------- */

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #999;
	font-family: Lato, sans-serif;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #999;
	display: block;
	padding: 28px 24px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #999;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 28px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
}

.nav-primary .sub-menu a:hover {
	color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}

/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 25px 23px 24px;

}

.entry-content a {
	border-bottom: 1px solid #ddd;
	color: #900;
}

.entry-content a:hover {
	color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 16px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ol.spaced li,
.entry-content ul.spaced li {
	margin-bottom: 1em;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #900;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */
#comments  p{padding-bottom: 8px;}
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 15px;
}

.entry-comments {
	padding: 15px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
}

.entry-comments .comment-author {
	margin-bottom: 0;
}
.comment-reply{
	clear: both;
	margin-left: 98px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

ol.comment-list {
list-style: initial;
list-style-type: decimal;
margin-left: 25px;
}

/*
.comment-list li,
.ping-list li {
	list-style-type: none;
}
*/

.comment-list li {
	padding: 2px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
width: 100%;
padding: 15px 0px;
border-bottom: 1px solid #e9e9e9;
}

#comments .comment-header .comment-author {
font-size: 16px;
padding-bottom: 0;
}


.comment blockquote {
margin: 0 0 8px;
padding: 0 20px 0 5px;
}

.comment .avatar {
	margin: 0 5px 0 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #222;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;

	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 11px;
	clear:both;

}

.sidebar .enews-widget {
	background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #333;
	color: #999;
	clear: both;
	padding: 40px 0 16px;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	border-bottom: 1px solid #666;
	color: #999;
}

.footer-widgets a:hover {
	color: #ddd;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-title {
	color: #fff;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.clickbtn { float: left; width: 100%; background: #00ffff; display: none;  }

.site-footer {

	color: #999;
	font-size: 14px;
	padding: 40px 0;
	text-align: center;
}

.site-footer a {
	border-bottom: 1px solid #ddd;
}

.site-footer p {
	margin-bottom: 0;
}

/* custom css for */

body{color:#191919; font-size:14px; font-family: 'Open Sans', sans-serif; overflow-x:hidden; background:url(images/bg.gif) repeat;}
h1,h2,h3,h4,h5,h6,p,div,img,span,label,input,textarea,select,ul,ol{margin:0px; padding:0px; font-weight:400; list-style:none;}

h1{color:#990000; font-size:24px; font-weight:600;}
h2{color:#990000; font-size:16px;}

a{color:#990000; text-decoration:none;}
a:hover{color:#286899; text-decoration:none;}
a img, img{border:0px; outline:none;}

.clear{clear:both;}

/** input and button style **/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
textarea{border:1px solid #d7d7d7; border-radius:5px; padding:7px 10px; color:#222; font-family: 'Open Sans', sans-serif; font-size:13px;}

select{border:1px solid #d7d7d7; border-radius:5px; padding:7px 5px; color:#aba9a9; font-family: 'Open Sans', sans-serif; font-size:13px;}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select{border:1px solid #990000;}

.button{background:#990000; color:#fff; font-size:16px; font-weight:600; border-radius:5px; padding:7px 14px;}
.button:hover{background:#286899;}


/**************************************** Fixed Style ****************************************/
body > img[src*=zedo] { position: absolute; }

/*
.container{width:1064px; margin:0 auto;}
*/

/* Header-Start */
.top_search {float:left; width:320px; padding:1px 10px; border-left:1px solid #98999a; border-right:1px solid #98999a;}
.top_search span{color:#fff; padding-top:4px; padding-right:10px; font-size:13px; float:left;}
.top_search input[type="text"]{border:2px solid #88888a; border-radius:12px; padding:3px 20px; width:200px; float:left;}
.top_search button { padding:3px 6px; border-radius:50%; border:0px; float:left; margin-top:1px; margin-left:6px; height: 28px; width:28px; background:#B6B6B7; }

.login_div{float:left; text-align:center; width:70px; padding-top:5px;}
.login_div a{color:#fff; font-size:13px;}
.login_div a:hover{text-decoration:underline;}

.adv_on_ftb h2{color:#191919; font-size:18px; font-weight:600; text-transform:uppercase; border-bottom:1px solid #ededed; padding-bottom:13px; text-align:center;}
.adfreelink{color:#191919; font-size:18px; font-weight:600; text-transform:uppercase; border-bottom:1px solid #ededed; padding-bottom:13px; text-align:center;text-decoration: none!important;}
.adv_on_ftb p{padding:13px 0px;text-align: center;}
.adv_on_ftb a{text-decoration:underline; font-size:15px; font-weight:600; text-transform:uppercase;}
.adv_on_ftb a:hover{text-decoration:none;}

.left_ads h2{text-transform:uppercase; padding-bottom:8px; font-size:18px; color:#191919;}
.link_content{float:left; width:300px; padding:10px;}
.link_content img{float:left; padding:3px; margin:0 15px 0 0; border:1px solid #dfdfdf;}
.link_content h3{color:#990000; font-size:15px; padding-bottom:7px;}
.link_content p{font-size:13px; line-height:20px;}

/* Middle-End */

/* Footer-Start */
#footerdiv{float:left; width:100%; background:#29292b;}
.footer{text-align:center; padding:26px 0px; color:#fff; font-size:14px;}
/* Footer-End */

.trans_div .warning_block{padding-left: 20px;}

.postCommentArchive .postCommentArchivelist  li a{float: left;padding-right: 18px;font-size: 20px;}
.postCommentArchivelist{height: 50px;}
#commentlist p{padding-left: 15px;}
.sharethis{margin:18px;}
p.capitalize a{text-transform: capitalize;}

/**
 * Alex-only stuff
 */

hr {
margin-top: 10px;
margin-bottom: 10px;
}

.entry-header .prev-next {
margin-top: -10px;
margin-bottom: 10px;
}

.next-link {
display: block;
float: right;
text-align: right;
width: 50%;
}
.previous-link {
display: block;
float: left;
width: 50%;
}

#main-left-menu {
  margin-right: -15px;
}
.widget h2 {
margin-top: 0;
}
#widget-search {
padding: 15px;
}
#widget-search form .form-group {
  width: 100%;
}
#widget-search .form-inline .form-group .form-control {
  width: inherit;
}
.widget .widget-title-expander {
  position: absolute;
  right: 15px;
}
.widget.widget-collapsed h4 {
  margin-bottom: 0;
}
#menu-button {
display: none;
}
#blogroll h2 {
  background: #900;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 7px 10px;
}
#blogroll h2 .fa {
  letter-spacing: 8px;
}
#blogroll {
  /* margin: -11px; */
  padding: 0;
}
#blogroll li{display:block; border-bottom:1px solid #f5f5f5; padding:1px 8px 1px 34px; background:url(images/bullet.png) no-repeat 8px 8px;}
#blogroll li.no{border-bottom:0px;}
#blogroll a{color:#191919; font-size:14px; display: block;}
#blogroll a:hover{color:#990000; text-decoration: none}
#blogroll .dropdown {
  padding: 15px;
}
.adv_on_ftb {
  margin: 0 auto;
  width: 300px;
}
#site-logo {
  margin: 0 0 0 15px;
  padding: 10px 0;
  width: 200px;
}
/*
.header-image .site-header .widget-area {
  padding-top: 20px;
}
*/
.header-image .site-header .widget-area img {
  width: 100%;
}
#activity .nav {
  background: #666;
  color: #fff;
  font-family: Lato, sans-serif;
  margin: -11px -11px 0 -11px;
}
#activity .nav li {
  margin-left: 0;
}
#activity .nav a {
  background: transparent;
  border-radius: 0;
  color: #fff;
  padding: 10px 8px;
}
#activity .nav .active a,
#activity .nav a:hover {
  background: #900;
  color: #fff;
}
#activity .tab-content li {
  border-bottom: 1px dotted #333;
  padding: 5px 5px;
}
.widget_event_ads {
  text-align: center;
}
.widget_event_ads a img {
  margin: 0 auto 10px;
  text-align: center;
}
.sidebar .widget_ads {
  background: transparent;
  padding: 11px 0;
}
p.lead {
  font-size: 14px;
  font-weight: 400;
}
/**
 * Homepage-only stuff.
 */
.home-topics {
margin-right: -15px;
}
.home-topics > .even {
clear: both;
}
.topic-box {
background: #fff;
margin-left: -15px;
margin-bottom: 15px;
}
.topic-header {
position: relative;
}
.topic-header > img { display: block; width: 100%!important; }
.topic-title {
padding: 16px 0px 6px;
text-align:center;
position:absolute;
bottom:0px;
left:0px;
background: #090;
background: rgba(153, 0, 0, 0.9);
font-size:16px;
color:#fff;
font-weight:600;
width: 100%;
}
.topic-title:after {
content: ' ';
background: url(images/vimg-1.png) no-repeat center 5px;
position: absolute;
margin-left: -20px;
left: 50%;
top: -20px;
width: 40px;
height: 40px;
}
.topic-title:before {
content: ' ';
position: absolute;
background: #090;
background: rgba(153, 0, 0, 0.9);
margin-left: -20px;
top: -20px;
left: 50%;
height: 20px;
width: 40px;
border-top-right-radius: 40px;
border-top-left-radius: 40px;
border-bottom: 0;
}
.topic-header .topic-title a{font-size: 16px;color: #fff;font-weight: 600;}

.topic-box li{display:block; background:url(images/bullet.png) no-repeat 15px 14px; padding:9px 8px 9px 28px; color:#191919; font-style:italic; font-family: 'Droid Sans', sans-serif; border-bottom:1px solid #f5f5f5; font-size:13px; clear:both;}
.topic-box a{font-family: 'Open Sans', sans-serif; font-size:13px; font-style:normal;}
.topic-box p { margin: 0; padding: 0; }
.topic-box .intro { overflow: hidden; text-overflow: ellipsis; height: 21px; width: 100%; display: block; white-space:nowrap; }
/*
 * Entry padding and such, fix it
 */
.entry {
  padding: 15px 15px 0 15px;
}
.entry .entry-header h1.entry-title {
  margin-top: 0;
}
.entry .entry-footer {
  margin: 15px -15px 0 -15px;
  border-top:1px solid #e3e3e3; padding:2px 0px;
}
.entry .entry-footer li{display:inline; float:left; padding:12px 14px; color:#191919; font-size:13px; border-right:1px solid #e3e3e3;}
.entry .entry-footer a{color:#900; font-size:13px; font-weight:400;}
.entry .entry-footer a:hover{color:#900;}
.entry .entry-footer:after {
  clear: both;
  content: ' ';
}

.entry .entry-footer .fa {
  color: #900;
  letter-spacing: 5px;
}
.entry .entry-footer:after, .entry .entry-footer ul {
  clear: both;
  content: ' ';
  display: table;
}
.entry-footer .entry-categories,
.entry-footer .entry-tags {
  display: inline;
}

#header-top {
  background:#6c6d6f;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  margin: 0;
  min-height: 30px;
  padding:4px 0px;
}
#header-top .navbar-nav > li > a {
  color: #fff;
  padding: 4px 8px;
  text-shadow: none;
}
#header-top .nav > li > a:hover {
  background: transparent;
  text-decoration: underline;
}
#header-top .navbar-toggle {
  margin: 0 15px;
  position: absolute;
  right: 15px;
  z-index: 15000;
}
.site-header form .form-group {
  float: right;
  margin: 5px 0;
}

@media(max-width: 500px) {
  #main-left-menu {
    margin-right: 0;
  }
  #site-logo {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .site-header .header-widget-area.widget-area {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #site-logo {
    padding-top: 0;
    text-align: center;
  }
  #site-logo img {
    max-height: 100px;
  }
}
/**
 * Redo responsive design
 */
#main-left-menu .menu.collapse {
  display: block;
}
/*#main-left-menu .col-sm-3 {
  width: 100%;
}*/
.header-inner {
  position: relative;
}
.content-sidebar-wrap, .site-inner {
  position: relative;
}
.site-inner > .col-md-8 {
  float: right;
}
.site-inner > .col-md-4,
.content-sidebar-wrap > .col-md-4 {
  float: left;
  width: 320px;
}
.site-inner > .col-md-8,
.content-sidebar-wrap > .col-md-8 {
  float: right;
}
.content-sidebar-wrap .google-ad-widget {
  margin: 0;
  /* width: 728px; */
}
.content-sidebar-wrap .google-ad-widget > div {
  margin: 0 auto;
  width: 728px;
}
button {
  background: #333;
}
button:hover, button:active, button:focus {
  background: #999;
  color: #fff;
}
@media (min-width: 770px) {
  .widget-title-expander {
    display: none;
  }
}
@media (min-width: 767px) {
  .navbar-header button {
    display: none;
  }
}
@media (max-width: 700px) {
  .header-inner,
  .site-inner {
    padding-top: 0;
    width: 100%;
  }
  .site-inner > .col-md-4,
  .content-sidebar-wrap > .col-md-4 {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 100%;
  }
  .navbar-header button {
    margin-left: 15px;
  }
  #menu-button {
    display: block;
  }
  #main-left-menu {
    background: #666;
    margin-right: 0;
    padding: 5px 15px;
  }
  #main-left-menu .menu.collapse {
    display: none;
  }
  #main-left-menu > .menu.collapse.in {
    display: block;
    margin-top: 5px;
  }
  .home-topics > .even, .home-topics > .odd {
    clear: both;
    width: 100%;
  }
  .sidebar .widget {
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .widget .widget-title-expander {
    right: 30px;
  }
}
@media (min-width: 700px) and (max-width: 850px) {
  .header-inner,
  .site-inner {
    width: 700px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 380px;
  }
  .home-topics > .even, .home-topics > .odd {
    clear: both;
    width: 100%;
  }
  #google-ad-widget {
    margin: 0 -14px;
  }
}
@media (min-width: 850px) and (max-width: 960px) {
  .header-inner,
  .site-inner {
    width: 820px;
  }
  .header-widget-area {
    width: 580px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 500px;
  }
}
@media (min-width: 850px) {
  .header-inner .header-widget-area {
    position: absolute;
    right: 15px;
    bottom: 10px;
  }
}
@media (min-width: 960px) {
  .header-inner,
  .site-inner {
    width: 930px;
  }
  .header-widget-area {
    width: 690px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 610px;
  }
}
@media (min-width: 1000px) {
  .header-inner,
  .site-inner {
    width: 970px;
  }
  .header-widget-area {
    width: 728px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 650px;
  }
}
@media (min-width: 1040px) {
  .header-inner,
  .site-inner {
    width: 1010px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 690px;
  }
}
@media (min-width: 1108px) {
  .header-inner,
  .site-inner {
    width: 1078px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 758px;
  }
  .content-sidebar-wrap .google-ad-widget {
    height: 96px;
    float: right;
    padding: 0 15px;
    right: 0;
    width: 758px;
  }
/*
  .content-sidebar-wrap .google-ad-widget > div {
    margin: 0 auto;
    width: 728px;
  }
*/
}
@media (min-width: 1280px) {
  .header-inner,
  .site-inner {
    width: 1250px;
  }
  .content-sidebar-wrap > .col-md-8,
  .site-inner > .col-md-8 {
    width: 880px;
  }
  .content-sidebar-wrap .google-ad-widget {
    width: 880px;
  }
}
