/*  
Theme Name: Michael A. Rothman
Theme URI: http://michaelarothman.com
Version: 1.0.0
Author: Jared Gerlach
Author URI: http://blumountainmedia.com
*/
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html{-webkit-font-smoothing: antialiased;}
body {
	font: 15px 'Open Sans', sans-serif;
	color: #434244;
	background:#00324d url(images/body_bg.jpg) top center no-repeat;
}
a {
	color: #0274a6;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}
small {
	margin-top:5px;
	float:left;
}
blockquote {
	padding: 8px 35px 15px;
}
	blockquote strong{color:#28B24B;}
hr{
	clear: both;
}
hr.special {
	border: none;
	background: transparent url(images/hr_bg.jpg) no-repeat top center;
	height: 25px;
}
.screen-reader-text{
	display:none;
}
/* LIST
================================================ */
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
/* HEADINGS
================================================ */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 0px 0 .4em;
}
h1 {
	font-size: 2em;
	font-family: 'Aclonica', sans-serif;
}
h2 {
	font-size: 34px;
}
h3 {
	font-size: 28px;
	font-weight:100;
	line-height:normal;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1em;
}
/* icon font extra padding*/
[class^="icon-"], [class*=" icon-"] {padding-right:5px;}
/* FORM
================================================ */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 100%;
	font-family: inherit;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
input[type=text], input[type=search] {
	width: 240px;
	max-width: 90%;
}
/*select */
select{
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding:5px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	max-width: 90%;
	height: 35px;
}
/* text area */
textarea {
	line-height: 150%;
	width: 94%;
}
/* form input:focus */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #f9f9f9;
}
/* form button */
input[type=reset], input[type=submit], button, .button {
	background: #0274a6;
	color: #fff;
	border: none;
	padding: 5px 20px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
/* form button:hover */
input[type=reset]:hover, input[type=submit]:hover, button:hover, .button:hover {
	background: #313131;
	color: #fff;
	text-decoration:none;
}
/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: relative;
}
	.header-content{
		height: 127px;
	}
/* 
SITE LOGO
================================================ */
.site-branding{
    float:left;
    margin-top: 14px;
    color: #fff;
    width: 50%;
}
#site-logo {
	float:left;
	margin: 10px 0;
}
#site-logo a {
	text-decoration: none;
}
#site-logo a:hover {
	text-decoration: none;
}
.site-title{font-family: 'Aclonica', sans-serif; }
	.site-title a{color:#fff; font-size:2em; }
	.home .site-title{font-size:inherit; line-height:normal;}
p.site-title{ 
	margin: 0 0 0.4em;
	font-weight: bold; 
}
/*
Social Media
*/
#top-right{
	float:right;
	width: 50%;
}
.social-media{
	float:right;
	margin-top: 5px;
	padding-right: 1%; 
	width:100%;
}
	.social-media a{
		float: right;
		margin-left: 3px;
	}
		.social-media a:hover{opacity: .8;}
	
/*
Progress Bars
*/
#progress-bars{
    width:375px;  
    padding:7px 0px; 
    float:right; 
    margin-right:10px; 
    color:#fff; 
}
	.progress-titles{
        float:left; 
        font-family: 'Aclonica', sans-serif;
    }
		.book-title{
			clear:both; 
			width:232px; 
			float:left; 
			margin-right:6px;
			font-size:11px; 
			line-height:14px; 
			color:#fff; 
			text-align:right;
		}
			.book-title a{color:#fff;}
			.book-title a:hover{text-decoration:none;}
	.progress{width:110px; float:left; padding-top:2px;}
		.progress .wppb-wrapper.after{width:148px; }
	.backimg {
		background: transparent!important;
		background-image: url(images/progress_bar.jpg)!important;
		background-repeat: no-repeat;
	}
			.progress .wppb-wrapper.after .after{
                line-height:11px; 
                font-size:12px; 
                margin-right:0px;
            }
		.progress .wppb-progress{
			width:110px; 
			height:14px; 
			background:none!important;
			margin-bottom:2px; 
			border-radius:0px; 
		}
		.progress .wppb-progress > span{
            height:11px; 
            border-radius:0px;
        }
/************************************************************************************
STRUCTURE
*************************************************************************************/
/* main page width */
.pagewidth {
	width: 1000px;
	margin: 0 auto;
}
#body{}
.breadcrumbs{
	padding:5px 0;
	color: #fff;
}
	.breadcrumbs span a{
    	color: #fff;
    	text-shadow:1px 1px 0 rgba(150, 150, 150, 1);
    }
    .breadcrumbs span span{
        color: #fff;
        font-weight: bold;
        text-shadow:1px 1px 0 rgba(150, 150, 150, 1);
    }
    
#content-container{padding:0;}
/* content */
#content {
	width: 64%;
	float: left;
	padding: 0;
}
.content-full{clear:both; padding-bottom:40px;}
/*Book Pages*/
.page-header, .book-button img{
	border-radius: 4px;
}
.book-button{
	float:left; 
	width:100%; 
	cursor: pointer;
}
	.book-button:hover, .accordion li.active .book-button{opacity: .8;}
.book-cover{ 
	margin:15px 27px; 
	float:left; 
}
.book-cover img{
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.75);
}
	.book-cover img:hover{
		-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 1);
		-moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 1);
		box-shadow: 3px 3px 5px rgba(50, 50, 50, 1);
	}
/*Books Box*/
.book-links{width:298px; float:right; margin:10px 0 0 10px;}
	.book-dropdowns{float:left; width:140px; text-align:center; margin-bottom:10px;}
		.book-dropdowns select{width: 116px;}
		.book-dropdowns h3{
			font-size:18px; 
			font-family:"Times New Roman", Times, serif; 
			font-weight: bold; 
			line-height: normal;
			margin:10px 0 0;
		}
		.book-dropdowns h4{font-size:14px; margin:0px 0 0px; width:100%; clear:both;}
		.book-dropdowns select{
			height: 30px;
			font-size:13px; 
			padding:0px!important; 
			background:#fff; 
			float:none;
			-webkit-border-radius: 0px; 
			-moz-border-radius: 0px;
			border-radius: 0px;
		}
	.book-links img{float:right; margin:10px 10px 10px 0;}
/**books box UI tabs**/
.ui-tabs { position: relative; zoom: 1; }
.ui-tabs .ui-tabs-nav { margin: 0; padding: 0; border-bottom:2px solid #000; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; margin: 0 -2px -2px 0; border:2px solid #666; padding: 0;
	 white-space: nowrap; 
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active{ border-bottom:2px solid #EBF3FE !important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li a:hover{background:#ebf3fe; color:#000;}
.ui-tabs .ui-tabs-nav li a { float: left; text-align:center; text-decoration: none; background:#b8c0cb; color:#666; }
.ui-tabs .ui-tabs-nav li #ui-id-1{width:82px;}
.ui-tabs .ui-tabs-nav li #ui-id-2{width:34px;}
.ui-tabs .ui-tabs-nav li #ui-id-3, .ui-tabs .ui-tabs-nav li #ui-id-4, .ui-tabs .ui-tabs-nav li #ui-id-5{width:35px;}
.ui-tabs .ui-tabs-nav li #ui-id-6{width:28px;}
.ui-tabs .ui-tabs-nav li #ui-id-7{width:33px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background:#ebf3fe; border-right:2px solid #666; border-bottom:2px solid #666; border-left:2px solid #666;  }
.ui-tabs .ui-tabs-hide { display: none !important; }		
/* Accordion */
.accordion{
	margin: 0;
}
.accordion-toggle {cursor: pointer;}
 	.accordion-content {
 		display: none;
 		padding: 10px 0 0 20px;
		clear: both;
 	}
 	.accordion-content.default {display: block;}
 	.books .accordion-content{padding: 0;}
.event-title{ 
	padding:5px 10% 10px 0; 
	color:#fff;
	float:left; 
	width:90%;
	background: #313131 url('images/closed.png') no-repeat center right; /* Old browsers */
	font-family: 'Aclonica', sans-serif;
}
	.event-title:hover{text-decoration:none; background-color: #0274a6; }
.event-title.active{
	background: #0274a6 url('images/open.png') no-repeat center right;
}
.events h2{
	font-size:13px; 
	font-weight:normal; 
	margin:5px 25px 0 15px; 
	color:#fff; 
}
.events h3{
	font-size:13px; 
	font-weight:normal; 
	margin:5px 0 0 15px; 
	color:#fff; 
	text-align:left; 
}
	.events h3 b{font-size:14px; font-weight:bold;}
/* 
MAIN NAVIGATION
================================================ */
#main-nav-wrap{ }
#main-nav {
	padding: 0;
	z-index: 100;
	background:#313131;
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	width:auto;
}
/* main level link */
#main-nav a {
	display: block;
	padding: 5px 15px;
	margin: 0 0px 0 0;
	font-family: 'Aclonica', sans-serif;
	font-size:18px;
	line-height:34px;
	text-align:center;
	text-decoration: none;
	color:#fff;
}
/* main level link :hover */
#main-nav a:hover {
	background: #0274a6;
	color: #fff;
}
/* current link */
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #0274a6;
	color: #fff;
}
/* current link :hover */
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	background: #0274a6;
	color: #fff;
}
/* sub-levels link */
#main-nav ul a, #main-nav .current_page_item ul a, #main-nav ul .current_page_item a, #main-nav .current-menu-item ul a, #main-nav ul .current-menu-item a, #main-nav li:hover > ul a  {
	color: #666;
	font-size: 100%;
	line-height: 140%;
	font-weight: normal;
	text-transform: none;
	padding: 6px;
	margin: 0;
	display: block;
	width: 200px;
	background: none;
	border: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* sub-levels link :hover */
#main-nav ul a:hover, #main-nav .current_page_item ul a:hover, #main-nav ul .current_page_item a:hover, #main-nav .current-menu-item ul a:hover, #main-nav ul .current-menu-item a:hover, #main-nav li:hover > ul a:hover {
	background: #F3F3F3;
	color: #000;
}
/* dropdown ul */
#main-nav ul {
	margin: 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
}
/* sub-levels dropdown */
#main-nav ul ul {
	left: 212px;
	top: -1px;
}
/* show dropdown ul */
#main-nav li:hover > ul {
	display: block;
}
/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title {
	margin: 0 0 15px;
	padding: 0;
	font-size: 200%;
	line-height: 110%;
}
.title-image{ margin: 0; padding: 0; line-height: 0; }
/************************************************************************************
POST
*************************************************************************************/
.post, .entry-content {
	margin-bottom: 20px;
	background:#fff;
	padding:20px;	
}
/* post content */
.post-content {
	min-width: 120px;
}
/* post title */
.post-title {
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.post-title a {
	color: #313131;
}
/* post image */
.post-image {
	margin: 0 0 5px;
}
.post-image.left {
	float: left;
	margin-right: 15px;
}
.post-image.right {
	float: right;
	margin-left: 15px;
}
/* lightbox zoom image */
.post-image .lightbox {
	position: relative;
	display: inline-block;
	zoom:1;
	*display:inline;
	max-width: 100%;
}
.post-image .lightbox .zoom {
	width: 40px;
	height: 40px;
	background: url(images/icon-zoom.png) no-repeat center center;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
.post-image .lightbox:hover .zoom {
	background-color: #000;
}
/* post meta */
.post-meta {
	margin: 0 0 7px;
}
.post-date{
	margin-bottom: .5em;
	padding: .5em .5em .5em 0;
	border-bottom: .08em solid #e5e5e5;
	float: left;
	width: 100%; 
}
.post-meta .post-author {
	background: url(images/post-author.png) no-repeat 0;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-category {
	background: url(images/post-category.png) no-repeat 0;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-tag {
	background: url(images/post-tag.png) no-repeat 0;
	padding: 2px 0 2px 16px;
	margin-right: 7px;
}
.post-meta .post-comment a {
	background: url(images/post-comment.png) no-repeat 0;
	padding: 2px 0 2px 16px;
}
/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video, .embed-youtube {
	position: relative;
	padding-bottom: 62.25%;
	height: 0;
	overflow: hidden;
	margin: 15px 0;
}
.post-video iframe,
.embed-youtube iframe,  
.post-video object,
.embed-youtube object,  
.post-video embed,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/
.pagenav {
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}
.pagenav a, .pagenav span {
	line-height: 100%;
	padding: 5px 1px 1px;
	margin: 0 2px;
	vertical-align: middle;
	display: inline-block;
	zoom:1;
	*display:inline;
	min-width: 24px;
	min-height: 18px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pagenav a {
	background: #0274a6;
	color: #fff;
	text-decoration: none;
}
.pagenav a:hover {
	background-color: #fff;
	color: #111;
}
.pagenav .current {
	text-decoration: none;
	background: #fff;
	color: #111;
	text-decoration: none;
}
.pagenav .arrows{
	padding: 3px 1px 3px;
	background: #111;
}
/************************************************************************************
POST NAVIGATION
*************************************************************************************/
.post-nav {
	clear: both;
}
.post-nav span {
	width: 47%;
	position: relative;
}
.post-nav a {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-bottom: 10px;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .prev {
	float: left;
}
.post-nav .next {
	float: right;
	text-align: right;
}
/* post nav arrow */
.post-nav span span {
	background: #0274a6;
	color: #fff;
	font: normal 20px/100% "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: left;
	width: 32px;
	height: 28px;
	padding: 4px 0 0;
	text-align: center;
	margin: -8px 10px 17px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.post-nav .next span {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}
.post-nav a:hover span {
	background: #000;
}
/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	background: #fff;
	padding: 20px;
	position: relative;
	clear: both;
}
/* comment title */
.comment-title, #reply-title {
	font-size: 140%;
	margin: 0 0 10px;
	padding: 0;
}
/* comment pagenav */
.commentwrap .pagenav {
	margin: 10px 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.commentwrap .pagenav.top {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 0;
}
/* commentlist */
.commentlist {
	margin: 0 0 30px;
	padding: 5px 0 0;
	border-top: solid 1px #ddd;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 5px;
	padding: 0;
}
.commentlist .avatar {
	float: left;
	margin: 0 15px 0 0;
}
.commentlist cite {
	font-style: normal;
	font-size: 130%;
}
.commentlist cite a {
	text-decoration: none;
}
.commentlist .bypostauthor > .comment-author cite {
	background: url(images/icon-author-comment.png) no-repeat 0 2px;
	padding-left: 18px;
}
.commentlist .comment-time {
	font-size: 75%;
	text-transform: uppercase;
}
.commentlist .commententry {
	border-bottom: solid 1px #ddd;
	position: relative;
	min-height: 40px;
	overflow: hidden;
	padding-bottom: 5px;
	word-wrap: break-word;
}
.commentlist ul, .commentlist ol {
	margin: 0 0 0 7%;
	padding: 0;
}
/* reply link */
.commentlist .reply {
	position: absolute;
	right: 0;
	top: 8px;
}
.commentlist .comment-reply-link {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.commentlist .comment-reply-link:hover {
	text-decoration: none;
}
/* 
COMMENT FORM
================================================ */
#respond {
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
#respond #cancel-comment-reply-link {
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	padding: 5px 10px;
	display: block;
	color: #fff;
	background: #F30;
}
#respond #cancel-comment-reply-link:hover {
	background: #333;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar{
	width:34%; 
	float:left; 
	margin:0 0 0 20px;
}
.widget {
	margin: 20px 0;
	padding:20px;
	word-wrap: break-word;
	background: #fff;
}
.widgettitle {
	margin: 0 0 10px;
	padding: 0;	
	font-size: 120%;
	font-family: 'Aclonica', sans-serif;
	color: #fff;
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #ddd;
}
.widget ul ul {
	margin: 6px 0 -6px 0px;
	padding: 0;
	border-top: none;
}
.widget ul ul li {
	margin: 0;
	padding-left: 10px;
}
#slideshow{margin: 0 0 20px;}
.widget-content{
	min-height:100px;
}
#slideshow .widget-content{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);	
}
	#slideshow .meteor-slides .meteor-buttons{
		bottom: 15px;
		left: 15px;
	}
#events .widget-content{
	background: url(images/events_bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 20px 10px;
}
	#events .widgettitle, #latest-news .widgettitle{
		margin: 0;
	}
	#events a, #latest-news a{
		color: #fff; 
		float: left; 
		margin: 0 0 6px;
		text-shadow:1px 1px 0 #000;
		width: 100%;
	}
		#events a b, #latest-news a b{color: #E63019;}
#latest-news .widget-content{
	background: url(images/recentposts_bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 20px;
}
.widget_search .widget-content{
	background: url(images/search_bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 20px;
}
.widget_categories .widget-content{
	background: url(images/archive_bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 20px;
}
.gform_widget .gform_wrapper {
	margin:0;
}
.gform_widget .widgettitle {
	margin-bottom: 0;
}
.jetpack_subscription_widget .widget-content, .gform_widget .widget-content{
	color: #fff;
	background: url(images/subscribe_bg.jpg) no-repeat;
	background-size: cover;
	padding: 10px 20px;
}
	.jetpack_subscription_widget .widget-content:hover, .gform_widget .widget-content:hover{
		background: url(images/subscribe_hover.jpg) no-repeat;
		background-size: cover;
	}
.gform_widget .top_label div.ginput_container.ginput_container_email {
	margin-top: 0;
}
.jetpack_subscription_widget #subscribe-email input, .gform_widget input[type=email]{
	width: 80%;
	background: #f3f3f3;
	border: solid 1px #ddd;
	padding: 6px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;
}
.gform_widget .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{ 
	width:auto;
} 
@media only screen and (max-width: 641px) {
	.gform_widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: normal; 
		min-height: 2rem;
	}
}


.gform_widget #field_2_1 {
	border:none;
	margin-top: 0;
}
.gform_widget .gform_wrapper .gform_footer {
	padding:0;
	margin:0;
}
#subscribe-email{margin-bottom: 10px;}
#subscribe-submit{margin-bottom: 0;}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	height: 120px;
	clear: both;
	color: #959ca1;
	background: #00324d url(images/footer_bg.jpg) no-repeat bottom center;
}
	.footer-content{
		padding-top: 80px;
	}
/* back to top */
.back-top {
	position:fixed;
	bottom:10px;
	right:10px;
	display: none;
}
.back-top a {
	background: #000 url(images/arrow-up.png) no-repeat center center;
	opacity:.6;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 10px 10px 0;
	text-indent: -900em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.back-top a:hover {
	background-color: #333;
}
/* footer nav */
.footer-nav {
	margin: 10px 0;
	padding: 0;
	text-align: left;
	float:left;
}
	.footer-nav li {
		padding: 0;
		margin: 0 8px 0px 0;
		list-style: none;
		display: inline-block;
		zoom:1;
		*display:inline;
	}
		.footer-nav li a{color:#fff; font-size:13px; text-transform:uppercase;}
/* footer text */
.footer-text {
	font-size: 90%;
	clear: both;
	color:#000;
	text-align: center;
}
	.footer-text a{color:#fff; font-weight: bold;}
/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-top: 15px;
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}
/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
	margin: 5px 0 20px 0;
}
#body .gallery img {
	border: none;
}
/* gallery item */
#body .gallery dl {
	margin: 0 8px 8px 0;
	display: inline-block;
	vertical-align: top;
	zoom:1;
	*display:inline;
	width: auto;
	float: none;
	text-align: center;
}
/* gallery caption */
#body .gallery dd {
	width: 140px;
	line-height: 120%;
	font-size: 90%;
	text-align: center;
	margin: 5px 0 0;
}
/* get rid of br tag */
.gallery br {
	display:none;
}
/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }