/*  
Theme Name: HouseEd.org - February 2009
Theme URI: http://creativeslice.com/
Description: WordPress theme for HouseEd.org
Author: Tim Bowen / Creative Slice
Author URI: http://creativeslice.com/
*/

@import url("strip.css");

body {
	font: 77% times, serif;
	text-align: center;
	color: #403d2a;
	background: #3b3424;
}

a:link {
	color: #889a58;
}
a:visited {
	color: #889a58;
}
a:hover {
	color: #aec080;
}

input {
	padding:4px;
	font-size: .9em;
}

label {
	display:block;
	margin:5px 0;
}

hr {
	border-top: 1px solid #ddd;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

blockquote p {
	color:#000;
	padding:0 20px 0 0;
	line-height:18px;
}

.alignleft {float: left;}
.alignright {text-align: right;}

.clearfix {clear: both;}

.wrap {
width: 950px;
margin: 0 auto;
}

#applications a.first_time_buyers {
	display:block;
	text-indent: -999em;
	width:215px;
	height:70px;
	background:url(images/first_time_buyers.jpg) bottom no-repeat;
}
#applications a.foreclosure_prevention {
	display:block;
	text-indent: -999em;
	width:215px;
	height:70px;
	background:url(images/foreclosure_prevention.jpg) bottom no-repeat;
}
#applications a.veteran_home_owner {
	display:block;
	text-indent: -999em;
	width:215px;
	height:70px;
	background:url(images/veteran_home_owner.jpg) bottom no-repeat;
}
#applications a.first_time_buyers:hover,
#applications a.first_time_buyers:focus,
#applications a.foreclosure_prevention:hover,
#applications a.foreclosure_prevention:focus,
#applications a.veteran_home_owner:hover,
#applications a.veteran_home_owner:focus {
	background-position:right top;
}


/* -------------------- Header -------------------- */

#header {
background: #f9f3e1;
}

#headerwrap {
width: 950px;
margin: 0 auto;
position: relative;
background:url(images/banner_photos2.jpg) top right no-repeat;
}

#logo {
text-align: left;
padding-top: 15px;
}


/* -------------------- Nav -------------------- */

#nav {
padding: 4px;
background: #afcc82;
border-bottom: 1px solid #718756;
}
#nav li {
display: inline;
margin-left: 6px;
}
#nav a, #nav a:visited {
text-decoration:none;
color: #3b3424;
font-family: arial, sans-serif;
text-transform: uppercase;
font-weight: bold;
padding: 0 .9em;
}
#nav a:hover, #nav .current_page_item a {
color: #fff;
}
#nav a:hover {
text-decoration: underline;
}

/* ---------------------------------------- Home ---------------------------- */

#home {
text-align: left;
float: left;
width: 540px;
padding: 6px;
margin-top: 30px;
}

#home h1 {
text-align: left;
font-family: arial, sans-serif;
font-size: 2.1em;
line-height: 1em;
color: #718756;
letter-spacing: -.05em;
padding-bottom: .2em;
}

#home h3 {
font-size: 1.5em;
font-weight: normal;
line-height: 1.3em;
margin-left: 2px;
}


#videohome {
float: right;
width: 330px;
margin-top: 20px;
margin-bottom: 30px;
}



#greenbox {
background: #718756;
padding-top: 20px;
padding-bottom: 20px;
color: white;
text-align: left;
}

#greenbox p {
font-size: 1.3em;
line-height: 1.3em;
}

#greenbox h2 {
font-family: arial, sans-serif;
font-size: 2.1em;
line-height: 1em;
letter-spacing: -.05em;
padding-bottom: .2em;
}

#left {
width: 340px;
float: left;
padding: 6px;
}

#applications {
width: 220px;
float: right;
}

#applications img {
margin-bottom: 20px;
}

#courses {
width: 300px;
margin-left: 20px;
float: left;
background: #afcc82;
padding: 10px;
}

#courses h2 {
color: #3b3424;
font-weight: normal;
}

#courses p {
color: #3b3424;
font-family: arial, sans-serif;
font-size: 1em;
font-weight: bold;
padding: 5px;
}

#courses li {
margin: 10px 1px;
padding: 5px;
font-size: 1.3em;
color: #718756;
background: #fff;
}

#courses h3 a {
padding: 5px;
margin: 5px;
font-family: arial, sans-serif;
line-height: 2em;
color: #fff;
background: #718756;
font-size: 1.5em;
}


/* ---------------------------------------- Sidebar ---------------------------- */

#sidebar {
float: right;
	width: 280px;
margin-top: 30px;
padding: 10px;
}

#sidebar li {
	list-style: none;
	padding: 2px 0;
}

#sidebar p {
	font-size: 1em;
	margin: 0 0 1.1em 0;
}

#sideblock {
margin-top: 20px;
background: #aec080;
border: 1px solid #aec080;
padding: 5px;
}

#sidebar h2 {
font-size: 1.6em;
font-weight: normal;
padding: .5em;
}

#sideblock strong {
color: white;
font-size: 1.2em;
}


/* ------------------------------ Content ---------------------------- */

#main {
background: #f9f3e1;
}

#content {
text-align: left;
float: left;
width: 540px;
padding: 6px;
margin-top: 20px;
}

#content h1 {
font-size: 2.1em;
line-height: .8em;
}

#content h2 {
clear: both;
text-align: left;
font-family: arial, sans-serif;
font-size: 2.1em;
line-height: 1em;
color: #718756;
letter-spacing: -.05em;
padding-bottom: .5em;
}

#content h3 {
font-size: 1.6em;
}

#content h4 {
font-size: 1.5em;
padding: 10px;
color: black;
background: #fefa80;
margin-bottom: 10px;
}

#content p {
font-size: 1.2em;
margin: 0 0 1.1em 0;
line-height: 1.3em;
}


#content ul {
list-style:square;
padding-bottom: .6em;
}

#content ol {
list-style-type:decimal;
}

#content li {
font-size: 1.2em;
margin-left: 30px;
padding-bottom: .5em;
line-height: 1.3em;
}

#content ul ul {
padding-top: .5em;
padding-bottom: 0;
}

#content ol {
margin-left: 5px;
}

#navigation .alignleft, #navigation .alignright {
padding: 10px 0 20px 0;
}

#navigation a, #navigation a:visited {
background: #aec080;
padding: 3px 5px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: .9em;
line-height: 1.9em;
}
#navigation a:hover {
background: #889a58;
}

#links {
font-size: 1.2em;
line-height: 2em;
}

#links a {
font-size: 1.2em;
font-weight: bold;
}


/* ---------------------------------------- Comments ---------------------------- */

#content small a {
font-weight: bold;
}

.commentlist a, .commentlist a:visited {
color: white;
}

.commentlist a:hover {
color: black;
}

#comments, #respond {
margin: 12px 0;
}

.commentlist li {
background: #aec080;
padding: 10px 10px 0 10px;
margin: 4px;
}

.commentlist p {
color: #2e2c1e;
}

.commentlist cite {
font-weight: bold;

}
.commentlist cite a {
color: white;
}

#commentform #submit {
border: 2px solid #403d2a;
padding: 3px;
background: #403d2a;
color: #aec080;
font-weight: bold;
}


/* --------------------------- Footer ---------------------------- */

#footer {
clear: both;
color: #fff;
font-size: 1.2em;
width: 940px;
margin: 0 auto;
}


#footertext {
clear: both;
padding: 20px 2px;
text-align: left;
float: left;
width: 500px;
}

#footerlogos {float: right;}

#footerlogos img {
margin: 20px 5px;
padding: 4px;
background: #fff;
border: 1px solid #403d2a;
}

#footertext a, #footertext a:visited {
text-decoration: none;
padding: 10px;
}

#footertext a:hover {
text-decoration: none;
color: #aec080;
}
