/*
Theme Name: Pro Business Capital
Theme URI: http://www.probusinesscapital.com/
Description: Custom theme for Pro Business Capital
Version: 1.0
Author: Jamon Holmgren
Tags: custom
*/

/************************************ SITE-WIDE ITEMS **********************************/
html {
	height:100%;
	margin-bottom:30em;
	font-size:62.5%;
}
body {
	background-color: #FFF5E1;
	margin:0;
	padding:0;
	font-family: "Palatino Linotype", palatino, "times new Roman", times, "time roman";
	position:relative;
	background-image: url(gfx/bg_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.clearboth {
	clear:both;
}
.clearleft {
	clear:left;
}
.clearright {
	clear:right;
}
#noscriptbar, #oldbrowserbar {
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	background-color: #FAFBCA;	
	padding:.5em 0;
}

/************************************ GENERAL TYPOGRAPHY ***********************************/
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:1.4em;
}
h1 { font-size:2em; }
h2 { font-size:1.8em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }
a {
	color:#000000;
}
a img {
	border:none;
}

/****************************************** MAIN ELEMENTS **********************************/
#main {
	width:1000px;
	margin:35px auto;
	position:relative;
	padding:1px 0 50em 0;
	min-height:500px;
}
#page-header {
	height: 322px;
	width: 950px;
	position:absolute;
	right:0;
	top:10px;
	z-index:5;
	margin:0;
	background-color: #0D0A76;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
#page-header img {
	position:absolute;
	top:22px;
	right:22px;
	border:none;
}
#page {
	width: 950px;
	height: auto;
	/* position:absolute; */
	/*
	right:0;
	top:0;
	*/
	background-color: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding:1px 0;

	margin:200px 0 300px 48px;

	border: 1px solid #0D0A76;
}
#content {
	width:440px;
	height:auto;
	margin-top:140px;
	margin-left:250px;
	position:relative;
	font-size:1.4em;
	min-height:530px;
}
#menu {
	width:281px;
	height:auto;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
#menu-top, #menu-middle, #menu-bottom {
	width:100%;
}
#menu-top {
	background-image: url(gfx/menu_top.png);
	background-repeat: no-repeat;
	height: 140px;
}
#menu-middle {
	background-image: url(gfx/menu_middle.png);
	background-repeat: repeat-y;
	padding:1em 0;
}
#menu-bottom {
	background-image: url(gfx/menu_bottom.png);
	background-repeat: no-repeat;
	height: 50px;
}
#menu-middle ul {
	width:210px;
	padding:0 30px 0 41px;
	margin:0;
	font-family: Perpetua, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#menu-middle ul {
	list-style-position: outside;
	list-style-type: none;
	text-transform:uppercase;
}
#menu-middle ul li {
	width:100%;
	min-height:2.8em;
	position:relative;
}
#menu-middle ul li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:100%;
	height:1em;
	padding:10px 0;
	border-bottom: 1px solid #FFFFFF;
	white-space:nowrap;
	color:#FFFFFF;
}
#menu-middle ul li ul {
	padding:0 0 0 1em;
	display:none;
}
#menu-middle ul li ul li {
	padding:0;
	margin:10px 0 0 0;
	min-height:1.4em;
	text-transform:none;
}
#menu-middle ul li ul li a {
	font-size:18px;
	border:none;
	padding:0;
	height:1.4em;
}

/****************************************** CUSTOM ELEMENTS ********************************/

/******************************* OTHER ELEMENTS ********************************************/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 12px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 12px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-style:italic;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
#searchform div {
	white-space:nowrap;
}
#menu-middle div.slogan {
	font-size: 13px;
	padding: 1em 2em;
	margin:1em 2em;
	display:block;
	background-image: url(gfx/quote.png);
	background-position: 1em 1em;
	background-repeat: no-repeat;
	color:#FFFFFF;
}

#searchform input {
	display:block;
}
#applyform {
	position:relative;
	float:right;
	width: 200px;
	margin:140px 20px 20px 0;
	background-color: #0066FF;
	border: 1px solid #443E32;
	color:#FFFFFF;
}
.applyform_section {
	display:block;
	margin: 6px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
#applyform h4 {
	font-family: "Palatino Linotype", palatino, "times new Roman", times, "time roman";
	font-size:16px;
	color: #F8F4D7;
	font-style: italic;
	text-align:center;
	margin:0px;
}
#applyform p {
	margin:4px 0;
}
#applyform span.wpcf7-not-valid-tip {
	color:#FF0000;
}
div.applyform_section input {
	width:170px;
}
.showextrainfo {
	text-decoration:underline;
}
.showextrainfo:hover {
	cursor:pointer;
}
.faq_question {
	color:#0D0A76;
}
.faq_question:hover {
	cursor:pointer;
}

.pullquote, .pullquote_left, .pullquote_right {
	float:right;
	margin:10px 0 10px 10px;
	width:200px;
	min-height:50px;
	font-size:18px;
	padding:20px;
	color: #0D0A76;
}
.pullquote_left {
	float:left;
	margin-left:0;
	margin-right:10px;
}
#slogan {
	display:none;
	position:absolute;
	left:280px;
	bottom:30px;
	font-size:42px;
	color:#FFFFFF;
	z-index:500;
}
#applyform input.quizinput {
	width:60px;
}

