/*
Theme Name: Scientific Beekeeping
Theme URI: http://www.scientificbeekeeping.com
Description: Custom theme for Scientific Beekeeping
Author: Gravity Station
Author URI: http://www.gravitystation.com
   
*/

body {
	margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #81571d url(images/bkg-grad1.jpg) top left repeat-x;
	color: #000000;
	font-size: 11pt;
}

#wrapper {
	width: 95%;
	margin: 5px auto;
	background-color: #FFFFFF;
	border:1px solid #6A5938;
	/*background-color: #FFD700;*/
    background-color: #FEECAA;
}

#innerwrap {
	width: 95%;
	margin: 0 auto;
	padding: 20px 0;
}

#header {
	background: url(images/bkg-header.png) top left repeat-x;
	height: 208px;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
/* Homepage Sponsor Banners */
.header-sponsors {
	width: 60%;
	display: block;
	padding: 10px .5%;
	margin: 0;
	border-bottom: 1px solid #000;
    float: right;
}
/* Main Content Top Sponsor Banners */
.top-sponsors {
    width: 100%;
    display: block;
    clear: both;
    padding-bottom: .5rem;
    border-bottom: 1px solid #cccccc;
}

.header-sponsors ul, .top-sponsors ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.header-sponsors ul li, .top-sponsors ul li {
	list-style: none;
	display: inline-block;
	padding: .2rem;
}

.header-sponsors ul li img, .top-sponsors ul li img {
    height: 70px;
    width: auto;
    border: 1px solid #ccc;
}

#hdrcontainer {
	width: 100%;
	height: 141px;
	background: url(images/thoughtful-ds.png) top left no-repeat;
	padding: 67px 0 0 278px;
}

#hdrcontainer h1, #hdrcontainer h1 a:link, #hdrcontainer h1 a:active, #hdrcontainer h1 a:visited {
	color: #6c5836;
	text-decoration: none;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 24pt;
	margin: 0;
	padding: 0;
}

#hdrcontainer .tagline {
	color: #6c5836;
	font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12pt;
	font-style: oblique;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}

#hdrmenu {
	margin: 0;
	height: 30px;
	position: absolute;
	top: 150px;
	right: 5%;
	width: 420px;
	text-align: right;
	float: right;
}

#hdrmenu ul {
	list-style: none;
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

#hdrmenu ul li {
	list-style: none;
	display: inline-block;
	white-space: nowrap;
	margin: 0;
    height: 28px;
	padding: 0 6px;
	font-size: 10pt;
}

#hdrmenu ul li a {
	text-decoration: none;
	font-size: 10pt;
    height: 28px;
    line-height: 28px;
    display: inline-block;
}

#hdrmenu ul li.first a:before {
	content: "";
}

#hdrmenu ul li a:before {
	content: "|";
	padding: 0 12px 0 0;
	text-decoration: none;
	color: #786644;
}

#hdrmenu ul li a:before:hover {
	text-decoration: none;
	color: #786644;
}

/* ----- FORMS ------ */

/* Search */

#hdrmenu form#searchform {
	width: 225px;
	height: 30px;
	float: left;
	margin: 0;
	padding: 0;
}

#hdrmenu form#searchform input#s {
	width: 170px;
	height: 28px;
	border: 1px solid #cccccc;
	color: #705d3c;
	padding: 0 0 0 3px;
	float: left;
    font-size: .875rem;
}

#hdrmenu form#searchform input#searchsubmit {
	background-color: #eaeaea;
	border: 1px solid #786644;
	color: #000000;
    font-size: .875rem;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 300ms ease-out, color 300ms ease-in;
}

#hdrmenu form#searchform input#searchsubmit {
    width: 45px;
	height: 30px;
    float: right;
}

#hdrmenu form#searchform input#searchsubmit:focus, form#searchform input#searchsubmit:hover {
    cursor: pointer;
    background: #6C5836;
    color: #fff;
}

/* Newsletter */
#newsletter {
	/* min-height: 150px;*/
	display: block;
	overflow: hidden;
}

#newsletter form {
	margin: 10px 0;
	padding: 0;
	display: inline !important;
}

#newsletter form input[type="text"], #newsletter form input[type="email"] {
	border: 1px solid #cccccc;
	color: #705d3c;
	padding: 3px;
	height: 20px;
	font-weight: bold;
}

#newsletter form input[type="submit"] {
	background-color: #eaeaea;
	border: 1px solid #786644;
	color: #000000;
	height: 25px;
	padding: 0 3px;
	line-height: 20px;
	clear: none !Important;
	cursor: pointer;
}

#newsletter form input[type="submit"]:hover {
	background: #FFFFFF;
}

#newsletter ul li {
	display: inline-block !important;
	white-space: nowrap;
}

#newsletter li.mailname {
	float: left !important;
	width: 250px !important;
	display: inline-block !important;
}

#newsletter li.mailemail {
	float: left !important;
	width: 150px !important;
	display: inline-block !important;
	margin-left: 10px !important;
}

#newsletter li.mailemail input {
	width: 150px;
}

#newsletter .gform_footer {
	float: left !important;
	width: 95px !important;
	display: inline-block !important;
	margin: 35px 0 0 10px !important;
	padding: 0 !important;
	clear: none !important;
}

#newsletter .gform_wrapper ul li.gfield {
	clear: none !important;
}

/* ------ Columns ------ */
/* Left col */

#mainc {
	width: 38%;
	float: left;
	padding: 0;
}

#maincFull {
	width: 76%;
	padding: 0;
	float: left;
}

/* Middle Col */

#mainc2 {
	width: 39%;
	margin: 0 0 0 39%;
	border-left: 1px solid #c1be9b;
	padding: 0 0 0 10px;
}

#sidebar {
	width: 20%;
	float: right;
	padding: 0;
	margin-top: 5px;
}

.sbox {
	margin: 10px 0;
	padding-top: 10px;
	clear: both;
}

.notice {
	background-color: #ffeabb;
	border: 1px solid #c1be9b;
	padding: 10px;
	clear: both;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	font-size: 10pt;
}

li.cat-item {
	border-bottom: 1px solid #eaeaea;
	padding: 3px 0;
}

.bellows .bellows-nav .bellows-custom-content.bellows-custom-content-padded, .bellows .bellows-nav .bellows-target, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-image.bellows-image-padded, .bellows .bellows-nav .bellows-target.bellows-target-w-image>.bellows-target-text {
    padding: 6px 5px !important;
}

.bellows .bellows-nav .bellows-submenu .bellows-target {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 20px !important;
}

.bellows .bellows-nav .bellows-custom-content, .bellows .bellows-nav .bellows-target {
    border-bottom: 1px solid #ccc !important;
}

.bellows .bellows-nav .bellows-subtoggle {
    width: 20px !important;
}

/* --- Footer --- */

#footer {
	width: 95%;
	text-align: center;
    border-top: 1px solid #000;
    padding: 10px 0;
    margin: 0 auto;
}

/* Footer Sponsors */

.footer-sponsors {
	width: 100%;
	clear: both;
	display: block;
	padding: 10px 0;
	margin: 0 auto;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#footer ul li {
	list-style: none;
	display: inline-block;
	padding: 10px;
}

.copyright {
	clear: both;
	padding: 10px;
	text-align: center;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}

/* ======= jQuery Mega Menu ======== */
.sub-container {
	margin-top: 5px;
}

ul.sub-menu li a:before {
	content: "» ";
	font-weight:normal;
}

ul.sub-menu li a {
	font-weight: normal;
}

/* ------- TEXT -------- */

h1
{
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 18pt;
  padding: 0;
  margin: 0 0 10px 0;
}

h2
{
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 17pt;
  padding: 0;
  margin: 0 0 10px 0;
    text-transform: capitalize;
}

h3
{
  font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
  font-size: 15pt;
  padding: 0;
  margin: 0 0 10px 0;
}

h1 a:link, h1 a:active, h1 a:visited, h2 a:link, h2 a:active, h2 a:visited
{
  text-decoration: none;
  color: #6A5938;
}

p {
	font-size: 11pt;
}

a, a:link, a:active, a:visited {
	color: #034eff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #336699;
	text-decoration: none;
}

.print {
	float: right;
	width: 126px;
	height: 36px;
	margin: 10px 0 0 0;
	padding: 0;
}

blockquote {
	font-style: oblique;
	display: block;
	padding: 5px 10px;
	margin: 0 auto;
	font-size: 11px;
	background-color: #eff0f0;
	width: 98%;
}

blockquote p {
	font-size: 9pt;
}

.small {
	font-size: 10pt;
}

a img { border: none; }

span.readmore {
	margin: 10px 0 0 0;
	display: block;
	text-align: center;
	float: right;
	background-color: #eaeaea;
	border: 1px solid #cccccc;
	padding: 3px;
	height: 20px;
	width: 100px;
}

#copyr {
	font-size: 9pt;
	margin: 30px 0 0 37px;
}

.fl {
	padding: 0 5px 5px 0;
	border: none;
}

img.icon {
	padding: 0 5px 0 0;
	border: none;
}

/* -------- BLOG STYLES ------------ */

ul.post-meta {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.post-meta li {
	list-style-type: none;
	font-size: 9pt;
	color: #006699;
	padding-bottom: 6px;
}

.post-meta-key { font-weight: bold; }

ol li {
	padding: 5px 0;
}

/* Add to Favorites */

.fav {
	float: right;
	width: 100%;
	height: 20px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	text-align: right;
	padding: 7px 5px 2px 0;
}

.wpfp-hide { display: none; }
.wpfp-img { border: 0; vertical-align: middle; padding-right: 5px; margin-bottom: 3px; }

/* Category Link at bottom of posts */

hr {
	background-color: #cccccc;
	height: 1px;
	border: none;
	clear: both;
}

.info span.cat {
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	font-size: 11px;
}

/* Bottom Post Pagination */

.pagenav {
	margin: 10px 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	height: 20px;
	background-color: #006699;
	color: #FFFFFF;
	font-size: 13pt;
}

.pagenav a:link, .pagenav a:active, .pagenav a:visited {
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
}

.pagenav a:hover {
	background-color: #3d98c6;
}

.pagenav a:after {
	content: " »";
	font-weight: normal;
	color: #f1f1f1;
	font-size: 15pt;
}

.pagenav a {
	margin: 5px 0;
}

.catinfo {
	margin: 10px 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #cccccc;
	width: 100%;
	height: 20px;
	clear: both;
}

/* Bottom Post Navigation */

.postnav {
	margin: 10px 0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eaeaea;
	height: 20px;
}

.postnav .flt {
	float: left;
}

.postnav .frt {
	float: right;
}


/* default wordpress */
.wp-smiley {
	float: none;
	margin: 0;
}
.alignnone {
	display: inline;
}
.alignleft {
	float: left;
	margin-right: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fff;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 4px 0 0 0;
	display: block;
    width: auto !important;
    max-width: 100%;
}
	.wp-caption a {
		line-height: 0.11em;
	}
	.wp-caption a:hover {
		background: none;
	}
	.wp-caption img {
		margin: 0 auto;
		display: block;
		padding: 0;
		border: none;
	}
	.wp-caption-text {
		font-size: .8rem;
		color: #000000;
		padding: .5rem !important;
		margin: 0 !important;
	}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* --------- PLUGINS --------- */

.widget_tag_cloud {
	line-height: 2.5em;
}

.widget_pages ul ul {
	margin-top: 4px;
}

.widget_search {

}
	.widget_search #srch-frm {
		background: none;
	}
	.widget_search .textfield {
		width: 134px;
		margin-right: 6px;
	}

img.fl {
	float: left;
	padding: 7px;
}

img.fr {
	float: right;
	padding: 7px;
}

img {
    width: inherit;
    max-width: 100%;
    height: auto;
}

#maincFull img {
    border: 1px solid #000;
}

ul.post-categories, ul.post-categories li {
	list-style: none;
	padding: 0;
	margin: 0;
}

h1 ul.post-categories li a {
	font-weight: normal;
     font-size: 22px;
     font-family: Times, "Times New Roman", serif;
     /*text-transform: uppercase;*/
     color: #aabd26;
     text-decoration: none;
}

.b-2 {
	overflow-y: visible !important;
}

table {
    background: #fff;
    width: auto !important;
    margin: 1rem auto;
}

td {
    padding: .5em !important;
    border: 1px solid #d49e46;
    background: #fff;
    padding: .5rem;
}

/* New */

/* Top of articles */

.article-top-section {
    text-align: center;
    padding-top: .5rem;
}

.articlestable {
    background: #fff;
    border: 2px solid #d49e46;
    padding: .5rem;
}

.articlestable div {
    display: block;
    height: 100%;
    padding: .2rem;
}

.articlestableheaders, .articlestablerow {
    border-bottom: 2px solid #d49e46;
    clear: both;
    height: auto;
    min-height: 100%;
}

.articlestitle, .articlestablecolumn-title, .articlestablecolumn-date {
    float: left;
}

.articlestitle:first-child, .articlestablecolumn-title {
    width: 70%;
}

.articlestablecolumn-date {
    padding-left: 1rem !important;
}

.articlestitle p {
    font-weight: bold;
}

.articlestablecontent {
    clear: both;
    height: auto;
}

.articlestablecolumn-title a:link, .articlestablecolumn-title a:visited {
    border-bottom: 1px solid #FFEABB;
    display: block;
    padding: .3rem;
    color: #342918;
    transition: background 300ms ease-out;
}

.articlestablecolumn-title a:hover {
    color: #342918;
    background: rgba(212,158,70,.2);
}

.articlestablecolumn-date p {
    font-weight: bold;
    font-size: 1rem;
}

.articlestableyear {
    padding: .5rem;
    background: #d49e46;
}

.articlestableyear p {
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding: 0;
    margin: 0;
}