/*
Theme Name: CJAM 2013
Theme URI: http://www.20thcen.com
Author: 20th Century Design Co. 
Author URI: http://www.20thcen.com/
Description: Edited / updated version of Toolbox theme by automattic. Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

.clearBoth {
	clear: both;
}


/* FOOTER */


div#footer {
	background-color: #000000;
}


body {
	font-family: "Museo-sans";
	padding: 0px;
	margin: 0px;
	
}


/* STANDARD HEADER */

#headerAnim {
	height: 150px;
	background-image: url("/wp-content/themes/toolbox/images/interiorHeader.png");
	background-size: cover;
	background-position: bottom center;
	position: relative;
}

body.page-template-homepage-php div#headerAnim {
	width:100%;
	height:566px;
	position:relative;
	background:url('/wp-content/themes/toolbox/images/header_gradient.png') repeat-x bottom center;
	z-index:-0;
	background-size: auto;
}

body.page-template-homepage-php div#headerAnim div.skyline {
	width:100%;
	height:420px;
	position:absolute;
	bottom:0px;
	background:url('/wp-content/themes/toolbox/images/header_skyline.png') no-repeat bottom center;
	background-size: cover;
	z-index: -50000;
}

body.page-template-homepage-php div#headerAnim div.gradbar {
	width:100%;
	max-width:1920;
	height:6px;
	position:absolute;
	bottom:20px;
	background-color:red;
	background-color:#fff;
	z-index: -100000000;
}





/* HOMEPAGE HERO */

.frontMenu {
	z-index: 5000;
	position: relative;
	width: 960px;
	margin: auto;
}

body.page-template-homepage-php #logo, #logo {
	padding-top: 30px;
	float: left;
}


body.page-template-homepage-php #menu, #menu {
	float: right;
	margin-top: 66px;
	z-index: 4000;
	position: relative !important;
}

	body.page-template-homepage-php #menu ul, #menu ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	
	body.page-template-homepage-php #menu ul#menu-main-navigation li, #menu li {
		float: left;
		z-index: 5000;
		position: relative;
		display: block;
		margin-left: 8px;
	}
	



/* DROPDOWN NAV */

ul.sub-menu {
	display: none;
	font-size: 12px;
	margin: 0px;
	background-color: #98c5d5;
	position: absolute;
	top: 34px;
	left: 5px;
	width: 140px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;	
	border-top-right-radius: 4px;	
}


ul.sub-menu li {
	width: 140px;
	text-align: left !important;
}


div#menu ul li ul.sub-menu li:last-child {
	border-bottom: none;
}

div#menu ul li  ul.sub-menu li a{
	padding: 8px !important;
	font-size: 12px;
	float: none !important;
	color: #ffffff;
}

ul#menu-main-navigation li ul.sub-menu li {
	margin-left: 0px !important;
}

.menu-item:hover .sub-menu {
	display: block;
}

ul#menu-main-navigation li.menu-item:hover {
	background-color: #000000;
	border-radius: 4px;
	color: #ffffff;
}

ul#menu-main-navigation li ul.sub-menu li:hover {
	background-color: #98c5d5;
}

ul#menu-main-navigation li ul.sub-menu li a:hover {
	color: #000000 !important;
}

ul#menu-main-navigation li.menu-item:hover a {
	color: #ffffff !important;
}


		.menu-item a {
			color: #007199;
			text-decoration: none;
			padding: 8px 8px;
			font-size: 12px;
			font-weight: 500;
			display: block;
		}


/* HOMEPAGE STYLES */

body.page-template-homepage-php h1.entry-title {
	display: none;
}

div#homeBar {
	background-color: #147298;
	width: 100%;
	float: left;
}

div.homeLeft {
	float: left;
	width: 75%;
	padding-right: 16px;
	border-right: 1px solid #1e91c0;
	margin-top: 24px;
}

div.homeRight {
	float: right;
	width: 25%;
}

div#listen {
	margin-top: -48px;
	background-color: #147298;
	border-radius: 12px;
	padding: 16px 24px;
}

	div#listen p {
		font-size: 14px !important;
		color: #b0e5f7;
		font-weight: 100;
	}
	
		div#listen p span {
			color: #ffffff;
			font-weight: 500;
		}
		
		div#listen p a {
			color: #ffffff;
			text-decoration: none;
			font-weight: 500;
		}
		
		
			div#listen a.listenBtn {
				background-color: #0390c2;
				color: #ffffff;
				font-weight: 500;
				font-size: 18px;
				border-radius: 8px;
				margin-bottom: 16px;
				text-align: center;
				text-decoration: none;
				font-weight: 300;
				padding: 16px;
				display: block;
			}
			
			div#listen a.listenBtn:hover, 
			div.socialSide a.listenBtn:hover {
				background-color: #039fd6;
			}
			
			div#listen a.trouble {
				font-size: 12px;
				text-align: center;
				color: #ffffff;
				display: block;
				text-decoration: none;
			}
			
				div#listen a.trouble:hover {
					text-decoration: underline;
				}

	div#homeBar h1 {
		font-weight: 300;
		font-size: 36px;
		color: #ffffff;
		margin: 0px;
		padding: 0px;
	}
	
	div.homeLeft p {
		font-weight: 100;
		color: #b0e5f7;
		font-size: 17px;
		line-height: 24px;
	}
	
	div.homeLeft a.btn {
		background-color: #0390c2;
		color: #ffffff;
		font-weight: 500;
		font-size: 18px;
		border-radius: 8px;
		margin-bottom: 16px;
		text-align: center;
		text-decoration: none;
		font-weight: 300;
		padding: 16px;
		width: 200px;
		float: left;
		margin-right: 24px;
	}
	
		div.homeLeft a.btn:hover {
			background-color: #039fd6;
		}


/* SPONSORS BAR */

div#sponsors {
	padding: 24px;
	width: 100%;
}

	div.sponsorLeft {
		float: left;
		width: 400px;
		text-align: center;
	}
	
		div.sponsorLeft h1 {
			font-size: 24px;
			margin: 0px;
			padding: 0px;
			font-weight: 300;
		}
		
		div.sponsorLeft a {
			color: #007199;
			font-size: 14px;
			font-weight: 100;
			text-decoration: none;
		}


/* INSTABAR */

div#instaBar {
	background-color: #f4f3f3;
	padding: 16px 0px 0px 0px;
}

div.instaInfo {
	background-color: #000000;
	color: #ffffff;
	padding: 16px;
	font-size: 18px;
	text-align: center;
	font-weight: 100;
	margin-top: 16px;
}

	div.instaInfo a {
		font-weight: 500;
		color: #ffffff;
		text-decoration: none;
	}


/* HOMEPAGE NEWS */

div#news {
	padding: 24px 0px;
}

div.newsLeft {
	float: left;
	width: 75%;
	padding-right: 24px;
}

div.newsLeft a {
	color: #1e92c0;
	font-weight: 300;
	text-decoration: none;
}

	div.newsLeft ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	div.newsLeft li {
		border-bottom: 1px solid #ccc;
		margin-bottom: 24px;
	}
	
	div.newsLeft li:last-child {
		border-bottom: none;
	}

	div.newsLeft h2.newsroom {
		font-sizse: 24px;
		font-style: italic;
		font-weight: 100;
		margin: 0px;
		padding: 0px;
	}
	
	.newsLeft h1.title a {
		margin: 8px 0px;
		padding: 0px;
		text-decoration: none;
		color: #000000;
	}
	
	.newsLeft h1.title a:hover {
		color: #1e92c0;
	}
	
	.newsLeft span.postedBy {
		font-weight: 100;
		font-style: Italic;
		margin-top: 8px;
	}
	
	.newsLeft p {
		color: #666666;
		font-size: 18px;
		line-height: 25px;
		font-weight: 100;
	}

.newsRight {
	width: 25%;
	float: right;
	padding-left: 8px;
	font-weight: 100;
	text-align: center;
	border-left: 1px solid #ccc;
}

	div.socialSide img {
	}

	div.socialSide {
		padding: 24px; 
		border-bottom: 1px solid #ccc;
		text-align: center;
		font-weight: 100;
	}

	div.socialSide h1, div.socialSide a h1{
		font-weight: 300;
		font-size: 24px;
		margin: 0px;
		padding: 0px;
		margin-top: 4px;
		margin-bottom: 8px;
			text-decoration: none;
		color: #000;
	}
	
		div.socialSide p {
			font-size: 16px;
			margin: 0px;
			padding: 0px;
			margin-bottom: 16px;
		}
		
		div.socialSide p a {
			color: #444444;
			font-weight: 500;
			text-decoration: none;
		}
		
	div.socialSide p span {
		font-weight: 500;
		color: #444444;
	}
	
		div.socialSide a.listenBtn {
				background-color: #0390c2;
				color: #ffffff;
				font-weight: 500;
				font-size: 14px;
				border-radius: 4px;
				margin-bottom: 8px;
				text-align: center;
				text-decoration: none;
				font-weight: 300;
				padding: 4px 8px;
				display: block;
		}
		
		div.socialSide a.trouble {
			color: #444444;
			font-size: 12px;
			text-decoration: none;
		}

/* FOOTER */

div#footMenu {
	background-color: #444444;
	padding: 24px 0px;
	color: #ffffff;
	font-weight: 100;
}

	#footMenu ul {
		width: 100%;
		margin: 0px;
		font-size: 14px;
		padding: 0px;
		color: #cccccc;
		margin-left: 24px;
	}
	
	#footMenu li {
		width: 24%;
		float: left;
		margin-bottom: 4px !important;
		padding: 0px;
	}
	
	#footMenu li a {
		color: #cccccc;
		text-decoration: none;
		padding: 0px;
		text-align: left;
	}
	
		#footMenu li a:hover {
			color: #ffffff;
		}

div#copyright {
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	padding: 12px 0px;
	font-weight: 100;
}

	div#copyright a {
		color: #ffffff;
		font-weight: 300;
		text-decoration: none;
	}
	
		div#copyright a:hover {
			border-bottom: 1px solid #666666;
		}
		
		div#copyright a.twentieth {
			color: #e4d4a0;
		}

	div#copyright div.copyLeft {
		float: left;
		width: 30%;
	}
	
	div#copyright div.copyRight {
		float: right;
		text-align: right;
		width: 70%;
	}

/* PAGE FORMATTING */

div.titleBar {
	background-color: #147298;
	font-size: 36px;
	font-weight: 100;
	padding: 16px 0px;
	color: #ffffff;
}

body.page-template-default div#comments,
body.page-template-full-width-page-php div#comments {
	display: none;
}

#content a {
	color: #1e92c0;
}

/* POST FORMATTING */

code {
	font-size: 14px;
}

div#content ol, div#content ul {
	color: #444444;
	font-weight: 100;
}

	div#content ol li, div#content ul li {
		margin-bottom: 4px;
	}
	
	div#content h2 {
		margin-bottom: 0px;
		font-size: 24px;
		font-weight: 300;
		color: #000000;
	}
	
	div#content h1 {
		font-size: 48px;
		font-weight: 100;
	}
	
div#content div.breakline {
	border-bottom: 1px solid #ccc;
}

div#content h1.entry-title{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0px;
}

	h1.entry-title a {
		color: #000000;
		text-decoration: none;
	}
	
	h1.entry-title a:hover {
		color: #0390c2;
	}

div#comments {
	background-color: #f4f3f3;
	border-radius: 8px;
	padding: 16px 24px;
	margin-bottom: 24px;
	margin-top: 24px;
}

	div#comments h3#reply-title {
		font-size: 30px;
		font-weight: 300;
		margin: 0px;
		padding: 0px;
	}
	
	div#comments textarea {
		width: 100%;
		border: 1px solid #cccccc;
		padding: 8px;
		font-size: 14px;
		color: #444444;
	}
	
	p.logged-in-as {
		margin: 0px;
		padding: 0px;
		font-size: 14px !important;
	}
	
		p.logged-in-as a {
			color: #06749b;
			text-decoration: none;
		}
		
		div#comments input#submit {
			background-color: #0390c2;
			color: #ffffff;
			font-weight: 500;
			font-size: 18px;
			border-radius: 8px;
			text-align: center;
			text-decoration: none;
			font-weight: 300;
			padding: 16px;
			width: 200px;
			border: 1px solid #0390c2;
			font-family: "Museo-Sans";
			cursor: pointer;
		}
		
			div#comments input#submit:hover {
				background-color: #039fd6;
			}
			
			
		ol.commentlist li {
			background-color: #e3e2e3;
			border-radius: 8px;
			padding: 8px;
			margin-bottom: 16px;
			padding: 16px;
			padding-bottom: 24px;
		}
		
		
		ol.commentlist {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		a.comment-reply-link {
			background-color: #0390c2;
			padding: 8px 16px;
			color: #ffffff !important;
			font-weight: 300;
			border-radius: 8px;
			text-decoration: none;
		}
		
		div.commentmetadata {
			display: none;
		}
		
		div#respond {
			margin-top: 24px;
			border-top: 1px solid #cccccc;
			padding-top: 24px;
		}
		
		ul.children li {
			background-color: #f4f3f3;
		}
		
		ul.children li:last-child {
			margin-bottom: 0px;
		}
		
		ul.children {
			margin-top: 24px;
			list-style: none;
			margin-left: 0px;
			padding: 0px;
		}
		
		h2#comments-title {
			font-weight: 100;
		}
		
		div#nav-above {
			font-size: 14px;
			margin-top: 24px;
		}
		
		div.comment-author a {
			color: #0390c2;
			text-decoration: none;
			font-weight: 300;
		}
		
		div.comment-author span.says {
			color: #444444;
			font-weight: 100;
		}
		
		a#cancel-comment-reply-link {
			font-size: 12px;
			background-color: #0390c2;
			text-decoration: none;
			padding: 4px 8px;
			border-radius: 4px;
			color: #ffffff;
		}
		
		footer.entry-meta {
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			color: #444444;
			padding: 8px 0px;
			font-size: 12px;
		}
		
			footer.entry-meta a {
				color: #1e91bf;
				text-decoration: none;
			}
			
		nav#nav-above {
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 8px 0px;
			font-size: 12px;
		}
		
			nav#nav-above a,div.entry-meta a {
				color: #1e91bf;
				text-decoration: none;
			}
			
		div.entry-meta {
			font-size: 12px;
			color: #444444;
			font-style: italic;
		}
		


div#secondary {
	border-left: 1px solid #ccc;
	padding-left: 16px;
}


/* AD MANAGER STYLES */

ul#ad-box {
	width: 560px;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	ul#ad-box li {
		float: left;
		width: 175px;
		margin-left: 8px;
	}
	
	ul#ad-box li img {
		border: 1px solid #cccccc;
	}


/* =Structure
-------------------------------------------------------------- */

#page {
	display: block;
}
#primary {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	padding-top: 24px;
}
#content {
	margin: 0 280px 0 0;
}

	#content p {
		font-weight: 100;
		color: #666666;
		font-size: 18px;
		line-height: 28px;
	}

#main .widget-area {
	float: right;
	overflow: hidden;
	width: 220px;
	margin: 0px;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #eee;
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 2em;
	padding: 0 1em;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
	top: 2em;
	left: 0;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #dedede;
	line-height: 1em;
	padding: .5em .5em .5em 1em;
	width: 10em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #dedede;
}
#access ul ul a:hover {
	background: #cecece;
}
#access ul li:hover > ul {
	display: block;
}


/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}


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

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}


/* =Footer
-------------------------------------------------------------- */

#colophon {
	padding: 1em 0 0;
}


span.edit-link a {
	background-color: #000000;
	position: fixed;
	top: 40px;
	left: 20px;
	font-size: 18px;
	color: #ffffff;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
}




/* SLIDER */

/* start of slider stuff */

#slide_container {
	width:100%;
	height:420px;
	position:fixed;
	top:-420px;
	background-color:#000;
	z-index:10000000;
}
#slide_tab {
	width:256px;
	height:32px;
	position:absolute;
	margin-left:694px;
	bottom:-32px;
	background-color:#000;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	cursor:pointer;
	z-index: 100000000;
}
#slide_tab .ind {
	position:absolute;
	width:10px;
	height:10px;
	top:11px;
	left:20px;
	background-image:url(/wp-content/themes/toolbox/images/slide_ind.png);
	background-position:top left;
}
#slide_tab .ind.active {
	background-position:top right;
}
#slide_tab span {
	position:absolute;
	top:8px;
	width:256px;
	text-align:center;
	font-size:15px;
	color:#fff;
}
#slide_content {
	width:950px;
	height:400px;
	margin:0 auto;
	overflow:hidden;
	padding-top:20px;
}
#slide_content h1 {
	font-weight: 300;
	font-size: 40px;
	line-height: 40px;
	color: #ffffff;
	margin:12px 0px 38px 0px;
	padding: 0px;
}
#slide_content .donate_left {
	width:590px;
	float:left;
}
#slide_content p {
	font-weight: 300;
	color: #cccccc;
	font-size: 14px;
	line-height: 24px;
	margin-bottom:26px;
	margin-top: 0px;
}
#slide_content .donate_left a {
	font-weight:300;
	color:#fff;
	text-decoration:none;
}
#slide_content .donate_left a:hover {
	color:#007199;
}
#slide_content a.btn {
	background-color: #0390c2;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	border-radius: 8px;
	margin-bottom: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: 300;
	padding: 16px;
	width: 256px;
	float: left;
	margin-right: 24px;
}
#slide_content a.btn:hover {
	background-color: #039fd6;
	color:#fff;
}
#slide_content span.offline {
	font-weight:100;
	color: #ffffff;
	font-size:14px;
	line-height:24px;
	position:relative;
	top:24px;
	margin-right: 24px;
	float: right;
}
#slide_content span.offline a {
	color:#007199;
	font-size:14px;
	font-weight:100;
	text-decoration:none;
}
#slide_content .subscribe {
	float:right;
	position:relative;
	padding:20px 20px 62px 20px;
	border-radius:5px;
	background-color:#1b1b1b;
	color:#fff;
}
#slide_content .subscribe h2 {
	font-size:18px;
	font-weight:500;
	margin-bottom:8px;
}
#slide_content .subscribe span {
	font-size:12px;
	font-weight:300;
}
#slide_content .subscribe .email {
	width:300px;
	height:52px;
	margin:10px auto;
	border-radius:5px;
	border:0;
	text-align:center;
}
#slide_content .subscribe .btn {
	position:absolute;
	right:20px;
	width:194px;
	border-radius:5px;
	background-color:#373737;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:12px;
	cursor:pointer;
}
#slide_content .subscribe .btn:hover {
	background-color:#424242;
}

#fader {
	width:100%;
	height:100%;
	background-color:#000000;
	position:fixed;
	opacity:0;
	display:none;
	z-index:2;
}

/* end of slider stuff */


.vfb-fieldset {
	background-color: #ffffff !important;
	border: none !important;
}

.vfb-legend h3 {
	color: #1a7db5;
	font-family: "Museo-Sans" !important;
	font-weight: normal;
}

.visual-form-builder {
	margin: 0px !important;
}

.vfb-text, .vfb-textarea {
	padding: 16px !important;
	font-size: 18px !important;
}

.vfb-submit  {
	background-color: #0c7cb9;
	border: none;
	padding: 16px;
	border-radius: 8px;
	color: #ffffff;
	font-family: "Museo Sans";
	font-size: 24px !important;
}

.vfb-desc {
	font-size: 14px;
	font-family: "Museo-Sans" !important;
	font-weight: normal !important;
}