html {
}

.larger-text {
	font-size: 1.1em;
	line-height: 1.3em;
}

body {
	color: #333132;
	font-size: 1em;
	padding: 0;
}

#content,.no-sidebars #content {
	margin-right: -935px;
	width: 935px;
	padding-bottom: 15px;
}

#page-inner {
	min-height: 550px;
}

/*
CSS FOR STANDARD TWO COLUMN LAYOUT 
*/

#left_column {
	float: left;
    width: 480px;
    margin-right: -480px; /* Negative value of #content's width + left margin. */
}

#left_column_inner {
	padding-right: 30px;
}

#left_column h1 {
	width: auto;
	float: left;
	font-size: 4em;
}

#right_column
{
	float: left;
	width: 450px;
	margin-left: 480px; /* Width of content + sidebar-left. */
	margin-right: -960px; /* Negative value of #sidebar-right's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
}

#right_column_inner {
	padding-right: 40px;
	padding-left: 15px;
}


.front-images-1 {
	float: left;
}

.front-images-2 {
	float: right;
}

/*

Header - links and registration

*/
#top_links {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
/* Same as width of page */
	height: 20px;
}

#top_links .primary_menu {
	float: right;
	font-size: .8em;
}

ul.links {
	margin: .5em 0;
}

#top_links .primary_menu ul.links li {
	padding: 0;
	padding-right: 2px;
}

#top_links .primary_menu a {
	text-decoration: none;
	color: #000;
}

#header-blocks {
	margin-bottom: 0;
	float: right;
	font-size: .75em;
}

#header-blocks .block {
	margin-bottom: 0;
	margin-top: 10px;
}

#header-blocks .item-list {
	display: none;
}

#header-blocks label {
	display: inline;
	font-weight: 400;
	font-size: .75em;
}

#header-blocks .form-item {
	display: inline;
}

#header-blocks #user-login-form #edit-submit {
	vertical-align: 0px !important;
}

/*
GENERAL CSS
*/
#main-inner {
	padding-left: 25px;
}

#page {
	background: #d8d8d8 url(../images/background/page-background.png) repeat-x;
	margin-top: 40px;
}

#logo {
	margin-top: -50px;
	padding-left: 20px;
}

/* Hide the admin menu in this theme- remove any artifacts it creates during development */
/*body #admin-menu { display: none; }*/

#footer {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#footer ul li {
	display: inline;
	font-size: .6em;
}

#footer ul li a {
	text-decoration: none;
	color: #333132;
}

#block-menu-secondary-links {
/*width: 75%;*/
	float: left;
}

#footer-message {
	float: right;
	font-size: .6em;
	margin-top: 5px;
}

.inline-images img {
	display: inline;
	float: left;
}

/* 
USER LOGIN BLOCK
*/
#user-login-form #edit-submit,#user-login-form #edit-submit-1 {
	width: auto;
}

#user-login-form #edit-submit {
	height: 19px;
	min-height: 19px;
}

#user-login-form #edit-name, #user-login-form #edit-pass {
	height: 15px;
	min-height: 15px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;

}

#edit-name,#edit-name-1,#edit-pass,#edit-pass-pass1,#edit-pass-pass2,#edit-mail,#edit-subject,#edit-ADBase-project-name,#edit-submitted-name,#edit-submitted-e-mail,#edit-submitted-phone-number, .buttonify a, #edit-amount, #edit-term, #edit-interest {
	padding-left: 2px;
	padding-right: 2px;
	height: 17px;
	min-height: 17px;
	border: 1px solid #aaa;
/*	background: #CDCDCD url(../images/buttons/grey_bg.png) repeat-x;/* #fbfbfd;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	
	transition: border linear .1s, box-shadow linear .4s, background linear .1s;
	-webkit-transition: border linear .1s, -webkit-box-shadow linear .4s, background linear .1s;
	-moz-transition: border linear .1s, -moz-box-shadow linear .4s, background linear .1s;
	-o-transition: border linear .1s, -o-box-shadow linear .4s, background linear .1s;
}

#edit-name:hover,#edit-name-1:hover,#edit-pass:hover,#edit-save-and-stay:hover,#edit-submit:hover,#edit-pass-pass1:hover,#edit-pass-pass2:hover,#edit-mail:hover,#edit-subject:hover,#edit-ADBase-project-name:hover,#edit-submitted-name:hover,#edit-submitted-e-mail:hover,#edit-submitted-phone-number:hover, #edit-amount:hover, #edit-term:hover, #edit-interest:hover {
	background: #fff;
	border: 1px solid #889;
	box-shadow: 0 0 3px rgba(210,240,255,0.9);
	-webkit-box-shadow: 0 0 3px rgba(210,240,255,0.9);
	-moz-box-shadow: 0 0 3px rgba(210,240,255,0.9);
	-o-box-shadow: 0 0 3px rgba(210,240,255,0.9);
}

#edit-name:focus,#edit-name-1:focus,#edit-pass:focus,#edit-submit:focus,#edit-pass-pass1:focus,#edit-pass-pass2:focus,#edit-mail:focus,#edit-subject:focus,#edit-message:focus, #edit-amount:focus, #edit-term:focus, #edit-interest:focus {
	border-color: rgba(50,180,60,.6)!important;
	box-shadow: 0 0 8px rgba(62,236,74,.6);
	-webkit-box-shadow: 0 0 8px rgba(62,236,74,.6);
	-moz-box-shadow: 0 0 8px rgba(62,236,74,.6);
	-o-box-shadow: 0 0 8px rgba(62,236,74,.6);
}

.buttonify a {
	text-decoration: none;
	color: black;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	background: url(../images/buttons/yellow_bg_taller.png) repeat-x;
	border: 1px outset #CCCCCC;
}
.buttonify a:hover {
	border-color: rgba(50, 180, 60, .6) !important;
	box-shadow: 0 0 8px rgba(62, 236, 74, .6);
}

#project #right_column img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}

.form-item label {
	font-weight: 400;
}

.float-right {
	float: right;
}

#contact-mail-page .form-item label {
	display: block;
}

#edit-ADBase-project-name-wrapper {
	float: left;
}

#ADBase-new-project-name #edit-submit {
	margin-top: 1.15em;
	margin-left: 30px;
	background: url(../images/buttons/yellow_bg_taller.png);
}

.cost {
	background: #ff676a;
}

th {
	padding-left: 10px;
	padding-top: 6px;
	font-size: 1.4em;
}

/* GLOSSARY PAGE */
.glossary table {
	margin-right: 20px;
}

.glossary table tr td {
	width: 18%;
	padding: 3px;
	vertical-align: top;
	border-spacing: 10px!important;
}

.glossary table tr td .views-field-title {
	padding-left: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 90%;
	background-color: #F6D654;
}

.glossary table tr td .views-field-body {
	height: 90px;
	min-height: 90px;
	max-height: 90px;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
	width: 90%;
	background-color: #FFE563;
	font-size: 0.8em;
}

.attachment .view-id-glossary {
	text-align: center;
}

/* FORM CSS */
.webform-component .form-item label {
	display: block;
}

.webform-component #edit-submitted-project-name,#edit-submitted-project,#edit-submitted-account-name {
	background: none;
	border: none;
}

/* ABOUT US PAGE */


#node-33 .content p {
	font-size: 0.8em;
}

/* CONTACT DAVE PAGE */

#edit-submitted-project-wrapper, #webform-component-account-name {
	display: none;
}

#edit-monthly-payment-wrapper .field-prefix {
	margin-left: 40px;
	font-weight: bold;
	font-size: 1.3em;
}

#edit-monthly-payment {
	background: none;
	border: none;
	font-weight: bold;
	font-size: 1.3em;
	margin-top: -3px;
}
#edit-monthly-payment, #edit-term, #edit-interest, #edit-amount {
	width: 100px;
	float: right;
}

#mortgage_calculator {
	width: 300px;
}

.font-size-smaller {
	font-size: 0.75em;
	line-height: 1.2em;
}

/* GETTING STARTED PAGE */

#node-34 .content {
	font-size: 0.8em;
}

.section-finance #content {
	background: url(../images/finance/finance.png) no-repeat;
	background-position: bottom left;
}

.section-finance #content {
	padding-bottom: 0px;
}

.section-finance #right_column {
	margin-top: -43px;
}

.section-finance #right_column_inner {
	padding: 0 !important;
	font-size: 0.8em;
}

.section-finance #right_column_inner h1 {
	font-size: 2.2em;
}

.section-finance .left {
	float: left;
	width: 210px;
	padding-right: 10px;
	border-right: 1px solid #AAAAAA
}
.section-finance .right {
	float: right;
	width: 210px;
}

.page-getting-started table, .page-getting-started table th {
	text-align: center;
}