/*
Theme Name: First Time Home Buyers
Theme URI: http://www.firsttimehomebuyersdenverco.com/
Description: Custom CMS theme designed for Dan Polimino.
Version: 1.0
Author: echoQuest, Inc.
Author URI: http://www.echoquestinc.com/
Tags: custom header, custom design

*/
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	line-height: 28px;
	color: #6A5334;
	background: #658599;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
        height:0;
	font-size: 0;
	display:block;
	clear: both;
	line-height:0;
	margin:0;
	padding:0;
}
.zeroSize {
        height:0;
	font-size: 0;
	line-height:0;
	margin:0;
	padding:0;
}

p, form, div {
	margin:0;
	padding: 0;
	border: 0;
}
#headerImage {
	position: relative;
	padding: 0;
	border: 0;
	width: 950px;
	height: 299px;
	border-bottom: 3px solid #6A5334;
}
#pageContainer {
	position: relative;
	margin: auto;
	width: 950px;
	border-right: 3px solid #6A5334;
	border-left: 3px solid #6A5334;
	border-bottom: 3px solid #6A5334;
}
table#mainContainer {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 950px;
}
#mainContainer td {
	vertical-align:top;
	padding-top: 20px;
}
#mainContainer tr {
}

#register td {
	vertical-align:top;
	padding-top: 3px;
}

#leftContainer {
	width: 233px;
	background: #D8CCBF;
	padding: 0;
	margin: 0;
	border-right: 3px solid #6A5334;
	padding-top: 20px;
	padding-bottom:15px;
}
.mainNavigation,
.mainNavigation a,
.mainNavigation a:visited,
.mainNavigation a:link,
.mainNavigation a:hover,
.mainNavigation a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #6B0A15;
}
.secondaryNavigation {
	background: url(images/bullet.png) no-repeat 0px 12px;
	margin-left: 20px;
	padding-left: 10px;
}
.secondaryNavigation a,
.secondaryNavigation a:visited,
.secondaryNavigation a:link,
.secondaryNavigation a:hover,
.secondaryNavigation a:active {
	font-size: 14px;
	font-weight: normal;
	color: #6A5334;
	text-decoration: none;
}
ul#leftNavigation {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 15px;
	padding-top: 20px;
}
#leftNavigation li {
	text-align: left;
	padding: 0;
	padding-bottom: 12px;
	margin: 0;
}
#navBox_Container {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}
.leftNavBox {
	position:relative; 
	left: -2px;
	border: 2px solid #883C1D;
	background: white;
	padding: 7px;
	margin-bottom: 15px;
	color: #883C1D;
}

#pageContent {
	background: #F3ECE5 url(images/gradient.png) repeat-x;
	color: #6A5334;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 160px; /*Adjusts spacing of the bottom text so it doesn't overlay the tertiary navigation */
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #6B0A15;
	text-decoration:none;
}
h1 a {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #6B0A15;
	text-decoration:none;
}
h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #6B0A15;
}
#columnContainer {
	text-align: center;
	padding:0;
	margin-left: 20px;
	margin-right: 5px;
	/*
	margin: auto;
	*/
}
.columnBox {
	float: left;
	overflow: hidden;
	height: 186px;
	border: 3px solid #6A5334;
	margin: 5px;
	margin-top: 0;
	width:196px;
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	color: #6B0A15;
}
.columnBox p {
	font-size: 16px;
	font-weight: normal;
}
.columnBox a,
.columnBox a:visited,
.columnBox a:active,
.columnBox a:hover,
.columnBox a:link {
         text-decoration: none;
	color: #6B0A15;
}
.textContainer {
	position: relative;
	margin-left: 25px;
	margin-right: 10px;
	/*
	margin: 10px;
	margin: auto;
	*/
	width: 666px;
	padding-top: 0px;
	padding-bottom: 15px;
	text-align:justify;
}

.articleContainer {
	width:665px;
	/*
	margin: auto;
	margin: 10px;
	*/
	margin-left:  25px;
	margin-right: 20px;
	border: 3px solid #6A5334;
	text-align:justify;
}
.articleContainerColor,
a.articleContainerColor,
a.articleContainerColor:hover,
a.articleContainerColor:visited,
a.articleContainerColor:active,
a.articleContainerColor:link {
	color: #6B0A15;
	text-decoration: none;
}
#footerLayout {
	position: absolute;
	width: 720px;
	border-top: 3px solid #6A5334;
	bottom: 0px;
}
#footerContainer {
	padding: 0;
	margin: auto;
}
td.navBullet {
	color:  #E86B18;
	text-align:center;
}
#pageFooter {
	z-index:800;
	padding-top: 20px;
	font-size: 13px;
	margin: auto;
	width: 950px;
	text-align: center;
	position: relative;	
	color: white;
	padding-bottom: 10px;
}
input.searchText {
	padding: 3px;
	margin: 0;
	width: 132px;
	height: 17px;
	border: 2px solid #883C1D;
}
.submitButton {
	padding: 0;
	padding-top: 10px;
}
a,
a:link,
a:visited,
a:active,
a:hover {
	color: #6A5334;
	text-decoration: underline;
}
.readMore {
}
.readMore a,
.readMore a:link,
.readMore a:active,
.readMore a:visited,
.readMore a:hover {
	text-decoration:none;
}
#headerText {
	position: absolute;
	width: 550px;
	top: 70px;
	left: 400px;
	text-align: center;
}
h1#headerLine1 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #E86B18;
	font-size: 36px;
	line-height: 40px;
}
h2#headerLine2 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #883C1D;
	font-size: 23px;
	line-height: 30px;
}
.backToArticles {
	position: relative;
	margin: 0;
	left: 520px;
	right: 0px;
	top: 0px;
}
.foundArticleContainer,
.foundPageContainer {
	padding-left: 10px;
}
#coloredSpacer {
	background: #6B0A15;
	width: 100%;
	height: 24px;
	border-bottom: 3px solid #6A5334;
}
#leftShadow {
	position: absolute;
	height: 100%;
	width: 35px;
	background: url(images/leftShadow.png) repeat-y;
	top: 0;
	left: -38px;
	z-index: 5;
}
#rightShadow {
	position: absolute;
	height: 100%;
	width: 35px;
	background: url(images/rightShadow.png) repeat-y;
	top: 0;
	right: -38px;
	z-index: 5;
}
#bottomRightShadow {
	position: absolute;
	height: 70px;
	width: 70px;
	background: url(images/bottomRightShadow.gif) no-repeat;
	bottom: -38px;
	right: -38px;
	z-index: 25;
}
#bottomLeftShadow {
	position: absolute;
	height: 70px;
	width: 70px;
	background: url(images/bottomLeftShadow.gif) no-repeat;
	bottom: -38px;
	left: -38px;
	z-index: 25;
}
#bottomShadow {
	position: absolute;
	height: 35px;
	width: 100%;
	bottom: -38px;
	left: 0;
	z-index: 5;
	background: url(images/bottomShadow.png) repeat-x;
}
table.articleTable {
	border-collapse: collapse;
	margin: 0;
	border: 0;
	width: 100%;
	margin: auto;
}
.articleTable td,
.articleTable tr {
	padding: 0;
	margin: 0;
	padding: 10px;
	padding-left: 8px;
	padding-right: 8px;
	vertical-align:top;
}
.eventColumn {
	border-left:3px solid #6A5334;
	vertical-align: top;
	width: 250px;
}
tr.alternate0 {
	padding: 0; 
	margin: 0;
	line-height: 15px;
	background: #6B0A15;
	color:	#FFFFFF;
}
tr.alternate1 {
	line-height: 15px;
	background: #FFFFFF;
	color:	#6A5334;
}
.calculator {
	position: relative;
	margin: auto;
	width: 660px;
	text-align:justify;
	border: 3px solid #6A5334;
	padding-top: 0px;
	padding-bottom: 50px;
}
.mc1 {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #6B0A15;
	/*
	 * background: #658599;
	 */
}
.mc2 {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	line-height: 18px;
	color: #6B0A15;
	/*
	 * background: #658599;
	 */
}
.submitbutton {
	font-size: 14px;
	font-family: Georgia, Trebuchet MS, Arial, sans-serif;
	color: #ffffff;
	background: #6B0A15;
}


#lockboxLock {
	position: absolute;
	right: 10px;
	top: 10px;
	border: 0;
	width:22px;
	height:29px;
}

/*	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 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 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 {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
