/** Do not remove this line. Edit CSS below. */
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

body.custom-background {
    background-color: #333669;
}
*/
body {
	height: 100%;
}

body,
p,
select,
textarea {
	color: #333;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

.content-sidebar #content, .sidebar-content #content {
	width: 585px;
	min-height: 1150px;
}

#sidebar .featuredpage { margin:0;}

.sidebar .widget {
	margin: 0 0 10px;
}

#content {
	background-color: #FFF;
	padding: 20px;
	margin-left: -20px;
	-moz-box-shadow: 0 2px 6px #BCA265;
	-webkit-box-shadow: 0 2px 6px #BCA265;
	box-shadow: 0 2px 6px #BCA265;
}

.wp-caption {
	background: #FFF;
}

.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

element.style {
	width: 580px;
	height: 143px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', arial, sans-serif;
	margin: 0 0 10px;
	font-weight: normal;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Oswald', arial, sans-serif;
	line-height: 30px;
	font-weight: normal;
}

.featuredpost h2,
.featuredpost h2 a {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
	font-weight: normal;
}

#home-bottom h2,
#home-top h2 {
	margin: 5px 0;
}

.home-middle-right .featuredpost h2,
.home-middle-right h2 a,
.sidebar .featuredpost h2,
.sidebar .featuredpost h2 a {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 10px 0 0;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
}

h2 a:hover {
	color: #0094d2;
	text-decoration: none;
}

h3 {
	font-size: 20px;
	margin: 30px 0 20px 0;
}

h4 {
	font-size: 16px;
	margin: 20px 0 15px 0;
}

#nav {
	font-family: 'Oswald', arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
}

.widget h4,
.widget-area h4,
#footer-widgets h4 {
	font-family: 'Oswald', arial, sans-serif;
	text-transform: uppercase;
	word-spacing: 2px;
	font-weight: normal;
	font-size: 14px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

.widget-area ul li {
background: none;
border-bottom: none;
margin: 0 0 5px;
padding: 5px 0 0 16px;
word-wrap: break-word;
}

#footer-widgets .wrap {
	border: none;
}

#footer-widgets {
	border: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	margin: 0 0 5px;
	padding: 0;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

#subnav {
	font-family: 'Oswald', arial, sans-serif;
}

.s, #author, #email, #url, #comment, .enews #subbox, .prose-input {
	font-family: 'Droid Sans', sans-serif;
}

input[type="button"], input[type="submit"], .prose-button {
	font-family: 'Oswald', arial, sans-serif;
	padding: 3px 8px 5px;
}

.sidebar, .sidebar p {
	font-family: 'Droid Sans', sans-serif;
}

#tbsCarousel {
	background-color: #FFF;
	width: 100%;
	max-height: 350px;
	margin-bottom: 50px;
	padding: 0;
	position: relative;
}

.carousel .item > img, .carousel .item > a img {
	max-width: 580px;
	max-height: 350px;
	float: left;
	padding: 0;
	border: none;
}

.carousel-inner {
	height: 350px;
}

.carousel-caption {
	margin-top: 20px;
	background: #49757C;
	background: rgba(0,0,0,0.75);
	padding: 20px 20px 10px 50px;
}


.page-section {
	clear: both;
	border: 1px solid #f0f0f0;
	padding: 2%;
	height: 100%;
	margin: 2% 0;
}

.recommended { 
    background-image: url('http://drowningworms.com/wp-content/uploads/2014/08/recommended.gif');
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-color: #FDFDFD;
}

.editors-choice{ 
    background-image: url('http://drowningworms.com/wp-content/uploads/2014/11/editors-choice.gif');
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-color: #FDFDFF;
}

/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 960px) {

	body,
	.content-sidebar-sidebar #content,
	.content-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.page-template-landing-php #content,
	.page-template-landing-php #content-sidebar-wrap,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer,
	#footer .creds,
	#footer .gototop,
	#footer-widgets,
	#header,
	#nav,
	#sidebar,
	#sidebar-alt,
	#subnav {
		width: 100%;
	}

	#header {
		padding: 10px 0;
	}

	#header .widget-area,
	#title-area {
		width: 100% !important;
	}

	#title-area #description,
	#title-area #title {
		padding: 0 !important;
	}
	
	#title-area #title {
		line-height: 1.0;
		margin: 0 0 10px;
	}
	
	#header .widget-area {
		padding: 10px 0 0 !important;
	}

	#wrap {
		border: none !important;
		margin: 0 !important;
		width: auto;
	}

	#inner {
		padding: 10px;
		width: auto;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header .searchform {
		float: none;
		margin: 0 0 20px;
		padding: 0;
		text-align: center;
	}

	#nav li.right {
		display: none;
	}

	.enews #subbox,
	.s {
		width: 60%;
	}

	#footer p {
		padding: 0 10px;
	}
.carousel-inner {
	height: 160px;
}

.one-half, .three-sixths, .two-fourths {
width: 96%;
}

}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Cookie Bar Fix ------------------------------------------------- */
#cookie-law-info-bar {left:0px;}
