/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */



/*Frank Lowy - no preprocessor used. recompile required*/

.frankLogo{
  margin-top: 250px;
}
body.page-template-page-frank {
	background: #041c42;
	background: -moz-radial-gradient(center, ellipse cover, #1c3866 0%, #031b41 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #1c3866 0%,#031b41 100%);
	background: radial-gradient(ellipse at center, #1c3866 0%,#031b41 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3866', endColorstr='#031b41',GradientType=1 );
}
.page-template-page-frank #mainContent{
	margin-top: 40px;
	background: #e9e5e3;
	/*box-shadow: inset 1px 4px 9px -6px;*/
	box-shadow: 0 14px 14px -7px rgba(0, 0, 0, 0.4) inset;
}


.page-template-page-frank #callouts{
	display: none;
}

.frankHeading, .frankIntro, .frankCols h2{
	font-family: Georgia,Times,Times New Roman,serif; 
	text-transform: none;
	font-style:italic;
}

.frankHeading{
	font-size: 26px;
	color: #1a3668;
	margin: 30px 0;
}

.frankIntro{
	font-size: 20px;
	color: #978b82;
}
.frankCols{
	font-size: 14px;
}
.frankCols h2{
	color: #1a3668;
}

.frankForm{
	background: #FFF;
	padding:20px;
	margin: 30px 0;
}
.frankForm .gform_button{
	background: #978b83;
	border:none;
	padding: 14px 35px;
	height: 42px
}
.frankForm label{
	display: none !important;
}

.frankSponsors{
	margin: 28px auto;
	text-align: center;
}

/*site wide footer*/

#callouts .frankCallout .callout img{
	position: static;
	width: 200px;
	display: block;
}