/*
Theme Name: Banana Design Lab
Theme URI: http://bananadesignlab.com
Description: The new Banana Design Lab theme
Author: bruzed
Version: 1.0
Tags: funky, awesome
*/

@import url('css/reset.css');

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height: 22px;
	background-color: #000;
}

a {
	color: #f07087;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
}

p {
	padding-bottom: 20px;
}

h2, h3.widget-title {
	margin: 0;
	padding: 20px 0;
	color: #1d69b5;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 20px 0;
	color: #1d69b5;
	font-size: 18px;
	font-weight: normal;
}

h4 {
	margin: 0;
	padding: 10px 0;
	color: #eb0656;
	font-size: 16px;
	font-weight: normal;
}

h4 a {
	color: #eb0656;
	text-decoration: none;
}

/*.anglerfish {
	background-color: #061b4f;
	background-image: url(images/bg_anglerfish.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}*/

.container {
	width: 800px;
	padding: 0 10px;
	margin: 0 auto;
}

.clearFix {
	clear: both;
}

.caps {
	text-transform: uppercase;
	font-size: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* header */

#header {
	/*width: 100%;
	height: 173px;*/
	padding-bottom: 20px;
}

#headerLeft {
	width: 200px;
	float: left;
	padding-top: 20px;
}

#headerRight {
	width: 740px;
	float: right;
}

/* nav bar */
#navbar {
	height: 65px;
}

#navbar a {
	color: #FFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #f07087;
}

.nav, .menu {
	float: left;
	padding-right: 20px;
}

#navbarLeft {
	background-image: url(images/nav_left.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 65px;
	float: right;
}

#navbarRight {
	background-image: url(images/nav_right.png);
	background-repeat: no-repeat;
	width: 24px;
	height: 65px;
	float: right;
}

#navbarMid {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat;
	float: right;
	height: 65px;
	line-height: 65px;
	width: 580px;
}

#navbarMid li {
	display: inline;
	padding: 0 10px;
}

/* search form */

#searchBox {
	float: right;
	width: 160px;
	padding-top: 18px;
}

div.input-field {
    background: url(images/bg_search.png) no-repeat;
	width: 121px;
	height: 30px;
	float: left;
}

div.input-field input {
    background-color: transparent;
    border: 0px solid #F00;
    font-size: 12px;
	color: #747474;
	width: 121px;
	height: 30px;
	line-height: 30px;
	padding: 0px 0 0 10px;
	float: left;
}

.searchSubmit {
	background: url(images/btn_search.png) no-repeat;
	border: 0px solid #FFF;
	width: 39px;
	height: 30px;
	float: left;
}

/* banner */

#banner {
	border: 0px solid #ff3300;
	height: 400px;
}

#banner .container {
	padding: 0;
}

/* content area */

#contentArea {
	/*padding-top: 20px;*/
}

#contentAreaLeft {
	width: 640px;
	float: left;
	padding-bottom: 20px;
}

#contentAreaRight {
	/*width: 280px;*/
	float: right;
	width: 130px;
}

#contentAreaRight p {
	padding-bottom: 10px;
}

/* logos */

#logos {
	padding: 0px 0;
}

#logos li {
	padding-bottom: 10px;
}

/* comments */

#comments {
	width: 940px;
	padding-top: 20px;
	color: #aaaaaa;
}

#commentsTop {
	background-image: url(images/bg_comments_top.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 8px;
}

#commentsArea {
	background-image: url(images/bg_comments.png);
	background-repeat: repeat-y;
	padding-bottom: 50px;
}

#commentsLeft {
	width: 680px;
	padding-left: 20px;
	float: left;
}

#commentsRight {
	width: 190px;
	padding: 0 20px;
	float: right;
	text-align: center;
}

#commentsRight ul {
	padding: 10px 0;
}

#commentsRight li {
	padding: 20px 0;
}

.comment {
	border-bottom: 1px solid #303030;
	padding: 10px 0;
}

/* footer */

#footer {
	background-color: #242424;
	border-top: 1px solid #3e3e3e;
	font-size: 12px;
}

#footerCol1 {
	width: 320px;
	float: left;
}

#footerCol1 a {
	display: block;
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}

#footerCol2 {
	width: 220px;
	float: left;
	padding-left: 20px;
}

#footerCol3 {
	width: 220px;
	float: left;
	padding-left: 20px;
	color: #FFF;
}

#newsPressWidget {
	color: #aaaaaa;
}

#newsPressWidget a {
	color: #eb0656;
	text-decoration: none;
}

#newsPressWidget a:hover {
	color: #FFF;
}

#newsPressWidget p {
	padding: 0;
	margin: 0;
}

#newsPressWidget li {
	overflow: hidden;
	border-bottom: 1px solid #303030;
	padding: 20px 0;
}

.date {
	float: left;
	width: 40px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding-left: 10px;
}

#newsPressWidget .month {
	font-size: 14px;
	padding-bottom: 5px;
}

.day {
	font-size: 22px;
}

.newsPiece {
	float: right;
	width: 160px;
}

.copyright {
	color: #595959;
	text-align: right;
	padding: 40px 0;
}

/* misc */
.edit-link {
	width: 100%;
}

/* gallery */
.videoThumb {
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
}


/* mailchiump widget */
#mailchimp-widget label {
	display: none;
}

#mailchimp-widget .mc_merge_var {
	width: 130px;
	float: left;
}

#mailchimp-widget .mc_signup_submit {
	width: 75px;
	float: right;
}

#mailchimp-widget #mc_display_rewards {
	clear: both;
	text-align: right;
	padding-top: 5px;
	font-size: 9px;
	font-style: italic;
	color: #666;
}

#mailchimp-widget #mc_display_rewards a, #mailchimp-widget #mc_display_rewards a:hover {
	color: #666;
}

#mailchimp-widget .mc_input {
	border: 0px solid #fff;
	width: 145px;
	padding: 0 8px;
	color: #a7a7a7;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
}

#mailchimp-widget #mc_signup_submit, #comments-inside #commentform #submit {
	border: 0px solid #FFF;
	padding: 0 8px;
	background-color: #1d69b5;
	color: #FFF;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
}

/*comments */
#comments-inside .comment-author {
	width: 150px;
	float: left;
}

#comments-inside .comment-meta, #comments-inside .comment-body {
	width: 520px;
	float: right;
	padding-bottom: 10px;
}

#comments-inside .reply {
	clear: both;
}

#comments-inside cite {
	display: block;
}

#comments-inside .says {
	display: none;
}

#comments-inside .comment-form-comment label {
	display: block;
	padding-bottom: 10px;
}

#comments-inside #commentform #comment {
	width: 95%;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	border: 0px solid #FFF;
}

#comments-inside #commentform .form-allowed-tags {
	font-size: 10px;
}

/* new menu */
#menu .logoItem {
	height: 120px;
}

/* blog */
#contentArea .blog-content-bg {
	background: url("../images/contentbg.png") repeat scroll 0 0 transparent;
}

/* footer widget news and press */
#footer .widget_recent_entries {
	line-height: 14px;
}

#footer .widget_recent_entries li {
	padding: 10px 0;
}

#footer .widget_recent_entries a {
	text-decoration: none;
	display: block;
}

/*redirect box*/
#redirectBox .container {
	background-color: #FFF;
	width: 545px;
	text-align:center;
	margin: 100px auto;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px; /* future proofing */
	-khtml-border-radius: 20px; /* for old Konqueror browsers */
	/* for IE */
  	filter:alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
}

#redirectBox img {
	padding-bottom: 20px;
}

.bgoverlay {
	background-image: url(images/bg_content_tile.png);
	background-repeat: repeat;
}

#contentArea .container {
	width: 780px;
	padding-top: 10px;
	padding-bottom: 40px;
}

#contentAreaRight .amazonBtn a {
	display: block;
	background-image: url(images/btn_amazon.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 50px;
	overflow: hidden;
}

#contentAreaRight .amazonBtn a:hover {
	background-position: -130px 50%;
}