/* Universal Form Styles */
.short_form {
	width: 580px;
	background-color: #526FAC;
	border: 1px solid #111;
	padding: 20px;
	margin-left: 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.short_form label {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.short_form input {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	width: 250px;
	padding: 5px;
	margin: 0;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.short_form textarea {
	width: 260px;
	clear: both;
	border: 1px solid #000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.short_form .button {	
	color: #000;
	background-color: #DDD;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 100px;
	padding-top: 7px;
	margin: 0;
	background-color: #FFF;
	border: 1px solid #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-shadow: 0.1em 0.1em 0.1em #526FAC;
}
.short_form p {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
}
.custom #logo a {
	display:block;
	height:120px;
	width:454px;
	background:url(http://shortfunding.com/wp-content/uploads/2009/11/ShortFunding_logoxSm.jpg) center no-repeat;
	text-indent:-9999px;
}
/*---------------------------------*/

/* WIDGETIZED FOOTER               */

/* Mike Nichols - October 17, 2009 */

/*---------------------------------*/

/* footer widget area setup */

#footer_setup {
	/* widgetized footer background (not footer background) */

	background: #EEEEEE;
	/* widget padding */

	padding: 10px;
	/* margin at bottom of widgets */

	margin-bottom: 25px;
	/* do not change this! */

	overflow: hidden;
}
/* widget item setup */

#footer_setup .footer_items {
	/* contents alignment */

	text-align: left;
	/* widget width */

	width: 270px;
	/* space between widgets */

	padding-right: 25px;
	/* text color */

	color: #2361A1;
	/* do not change these! */

	display: inline-block;
	float: left;
	height: 100%;
}
/* widget item headers*/

#footer_setup .footer_items h3 {
	/* font size */

	font-size: 2em;
	/* bold or not */

	font-weight: bold;
	/* uppercase or not */

	text-transform: not;
	/* space out the letters*/

	letter-spacing: 0px;
	/* font color*/

	color: #526FAC;
	/* padding under header text */

	padding-bottom: 3px;
	/* border under header text */

	border-bottom: 3px solid #111111;
	/* distance between border and widget text */

	margin-bottom: 5px;
}
/* do not change these! */

#footer_setup .footer_items ul li {
	list-style: none;
}
#footer_setup .footer_items ul {
	margin: 0px;
	padding: 0px;
}
/* footer font styles */

.custom #footer a {
	font-size: 1.3em;
	border-bottom: none;
	/* default Thesis link color */

	color: #2361A1;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */

	color: #2361A1;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */

	color: #2361A1;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */

	color: #2361A1;
}
.custom .comments_closed p {
	display: none;
}
.custom #post-575 {
	background:#EEEEEE;
}

#header a img.wp-image-29 {display:block; clear:right;}

.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}