/*
Theme Name: US Housing Relief
Theme URI: http://ushousingrelief.org
Description: Custom Wordpress theme for US Housing Relief
Version: xxxx
Author: Indevgroup - David Camarda
Author URI: http://indevgroup.com
Tags: non

	US Housing Relief  
	http://ushousingrelief.org

	This theme is not for public use.  Exclusinve copyright by US Housing Relief
	
	The CSS, XHTML and design is copyright 2009 US Housing Relief:

*/

/* this removes default margins and padding on all elements and sets a default font and color */





#page_app{
	top: 10px;
	left: 12px;
	width: 100%;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#page_app h2{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size: 20px;
	color: #444;
	background-color: #CCCCCC;
	margin-top: 20px;
	padding-left: 15px;
	border-left-width: thick;
	border-left-style: solid;
	padding-top:5px;
}
#page_app h3{
	font-family: “Trebuchet MS”, “Lucida Sans Unicode”, “Lucida Grande”,” Lucida Sans”, Arial, sans-serif;
	font-size: 16px;
	margin-top: 25px;
	color: #666666;
}

.boxes {
	padding-right: 10px;
	margin-right: 10px;
}
.form_container {
	width: 800px;
}




* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
body {
	text-align: center;
	background-color: #FFFFCC;
}



/* STRUCTURE - margins and padding */



#page {
	width: 1051px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	clear: both;
	background-color: #FFFFFF;
}

#singlecol {
	width: 1051px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	width: 1051px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	vertical-align: top;
	text-align: left;
}
	
#headerimg {
	width: 800px;
	float: left;
	text-align: left;
	padding-top: 15px;
	padding-left: 20px;
}

#header #headerimg h1 a, #header #headerimg a  {
	text-align: left;
	font-size: 120%;	
}	


#content {
	float: right;
	text-align: left;
	width: 795px;
	padding-right: 20px;
	padding-top: 10px;
}

#content2 {
	float: right;
	text-align: left;
	width: 600px;
	padding-right: 20px;
}

#sidebar {
	width: 200px;
	padding-left: 15px;
	float: left;
	padding-top: 20px;
}
	
.left {
	width: 100%;
	clear: both;
}

#footer {
	width: 1051px;
	margin-left: auto;
	margin-right: auto;
	height: 83px;
	clear: both;
	background-color: #ACC4EB;
	font-size: 12px;
	height:60px;
	margin-top: 15px;
	line-height:20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	}
	

/* END STRUCTURE */

/* BACKGROUNDS AND BORDERS */

body {
	background-color: #ffffff;
}

#page {
	/*background: transparent url(images/middle-background.gif) repeat-y; */

}

#header {
		background: #ffffff url(images/ushrorg.jpg) no-repeat;
}

#singlecol {
		/*background: url(images/single-container.gif) repeat-y;*/
}
.post {
	border-bottom: 1px solid #ccc;
}

blockquote {
		border: 1px dashed #ccc;
		background: #FFFFE8;
	}

#footer {
	/*background: url(images/footer.gif) no-repeat;*/
}


/* END BACKGROUNDS AND BORDERS */


/* HEADER  */



#headerimg a, #headerimg h1 a {
	color: #0000CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}



.description {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing:3px;
	}
.description2 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0px;
}
.description3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
}
.description4 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 20px;
}

/* END HEADER  */


/* POSTS  */

.post  {
	padding-bottom: 25px;
	margin-bottom: 10px;
}

.entry {
	padding-top: 15px;
}

/* headings */ 


h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #0000cc;
}
#content h1 {

color: #0033cc;
	padding-bottom: 3px;	
	font-size:24px;

}

#content h4 {
	color: #0066cc;
	padding-bottom: 5px;
}

#content strong {
	color: #0066cc;
}

.posttitle, .pagetitle, #singlecol {
	padding-bottom: 5 !important;
}

h1 a, h2 a {
	text-decoration: none;
}

.post h3, #content h3, #content2 h3 {
	color: #333;
	

}

.post h3 a, #content h3 a, #content2 h3 a {
	text-decoration: none;
}


.post h3 a:link, .post h3 a:visited, .post h3 a:active, .post h3 a:hover, #content h3 a:link, #content h3 a:visited, #content h3 a:active, #content h3 a:hover, #content2 h3 a:link, #content2 h3 a:visited, #content2 h3 a:active, #content2 h3 a:hover {
	color: #0000cc;
}

h2#forumtitle, h2#singlecol {
	margin-top: 75px;
}

/* lists */

.post ul {
	list-style-type:none;
	margin-left: 30px;
	padding-bottom: 10px;
/*	list-style-image: url(images/bullet.gif);  */
}



.post ol {
    margin-left: 30px;
    padding-bottom: 10px;
    
}





.post ul li {
	padding-left: 1px;
	padding-bottom: 5px;
	font-size: 14px;
	padding-top: 0px;
}

dl
{
clear: both;
display: block;
margin: auto;
text-align: center;

}

dl dt
{
	left: 0;
	width: 110px;
	font-weight: bold;
	float: left;
	padding: 0;
	text-align: left;
	margin-bottom: 5px;
}

dd
{
border-left: 1px solid #ccc;
margin: 0 0 10px 130px;
padding: 0 0 1em 1em;
width: auto;
text-align: left;

}


/* paragraphs */

.post .entry p {
	padding-bottom: 15px;
	line-height: 120%;
	color: #333333;
}

.entry blockquote p {
	padding: 0;
}

p.postmetadata {
	padding-top: 8px;
	font-size: 12px;
}
p.editlink {
	text-align: right;
	float: right;
	padding-top: 5px;
}
.commentlist .floatright, .commentlist .floatright a {
	
	line-height: 110%;
}

p.byline {
	color: #333;
	font-size: 12px;
	font-style: italic;
}


/* blockquote */

.post blockquote {
	display: block;
	width: 60%;
	margin-left: 15%;
	margin-right: 25%;
	margin-bottom: 15px;
	padding: 10px;
	
}

/* next-previous links navigation */

.navigation {
	width: auto;
	margin-right: 10px;
	display: block;
	clear: both;
	padding-bottom: 10px;
	background: transparent;
	font-size: 12px;	
}

.navigation .alignright {
	width: 45%;
	float: right;
	background: transparent url(images/rarrow.gif) no-repeat top right;
	padding-right: 20px;
	text-align: right;

	}

.navigation .alignleft {
	float: left;
	width: 45%;
	background: transparent url(images/larrow.gif) no-repeat top left;
	padding-left: 20px;
	text-align: left;

	}
.alignright a, .alignleft a {text-decoration: none;}



/* link formatting - using border instead of underline */

a:link, a:visited {
	color: #0000cc;
}

a:active, a:hover {
	color: #000099;
	}



/* font styles and colors */

#content, .post, .entry, .post ul li, .post ol li {

}

h2#forumtitle, h2#singlecol, .post h2 a {
	color: #0000cc;
	text-decoration: underline;
}


p.postmetadata {

	color: #333;
}

p.postmetadata a:link, p.postmetadata a:visited {
	color: #0000cc;
}
p.postmetadata a:active, p.postmetadata a:hover{ 
	color: #cf6e9b;
	
}
p.postmetadata b {
	color: #333;
}
small {

	color: #333;
	padding-bottom: 20px ;
}	

blockquote {
	color: #666;
}

#stats {

	color: #666;
}

#stats a:link, #stats a:visited {
	color: #0000cc;
}

#stats a:active, #stats a:hover {
	color: #0000cc;
}


a.navigation, A.F.L.-C.I.O., .sfforumlink, .editlink  {

}

a.more-link {
	background: transparent url(images/readmore.gif) left no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0000cc;

}

p.editlink a:link, p.editlink a:visited {
	color: #333;
}

/* END POST FORMATTING */	

/* SIDEBAR FORMATTING */

#sidebar {
	
}

#sidebar ul {
	list-style-type: none !important;
	font-size: 12px;
}

#sidebar ul li {
	margin-bottom: 10px;
	line-height: 110%;

}

#sidebar ul li ul li {
	margin-bottom: 0px;
}

#sidebar ul li {

}

#sidebar ul li ul {
	list-style-type: none;
}
	
#sidebar ul li ul li {
	color:  #333;
	padding-left: 5px;






#sidebar ul li ul li a {
        color: #0000cc;
}
#sidebar ul li ul li a:hover {
        color: #0000cc;
}

#sidebar ul li ul li , #sidebar ul li ul li a:visited {
	color: #0000cc;

}

#sidebar ul li ul li a {
	text-decoration: none;
}

#sidebar ul li ul li a:active, #sidebar ul li ul li a:hover {
	color: #0000cc;

	}

#sidebar ul li h2, h2.widgettitle, .line-first, #sidebar ul li div {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



#sidebar ul li p {

	width: 175px;
	margin-bottom: 15px;
}
#sidebar ul ul li:first-line {

	color: #333;
	font-weight: normal;
}

/* END SIDEBAR FORMATTING */

/* FORMS */

form#commentform p input, form#commentform p textarea, #sidebar ul li select, #sidebar ul li select option {
	background-color: #FFFFE8;
}
form#commentform p input, form#commentform p textarea {
	border: 1px solid #ccc;
}

#content form p, #content2 form p {

	padding-top: 5px;
	padding-bottom: 5px;
}

form p a:link, form p a:active, form p a:visited, form p a:hover {
	color: #000;
}

label {
	
	font-weight: bold;
}

#commentform p input {
	width: 175px;
	margin-right: 10px;
	height: 20px;
}

#commentform textarea {
	width: 380px;
	height: 150px;
	background: #FFFFE8 ;
	border: 1px solid #ccc;
}
#content2 form textarea {
	width: 550px;
	background: #FFFFE8;
	border: 1px solid #ccc;
}

#submit {
	background: url(images/button-bg.gif) repeat-x;
	padding: 2px 2px 2px 2px;
	width: auto !important;
	height: auto !important;
	text-align: center;
	border: 1px solid #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* Search form */

li#search {
	padding-bottom: 15px;
} 

#searchsubmit, .searchbutton {
	background: #fff url(images/searchglass.gif) no-repeat left;border: none;padding-left: 20px;height: 22px;}
	
#s {
	width: 125px;
	background: #FFFFE8 ;
	border: 1px solid #ccc;
}

#searchform {
	margin-bottom: 10px;
}

/* END FORMS */


/* BEGIN CALENDAR */

li#calendar {
	margin-left: 0px;
	padding-left: 0px;
}

#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin-left: 0px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 600;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
	
	#wp-calendar #prev a, #wp-calendar #next a {

	}

#wp-calendar a, #wp-calendar a:link, #wp-calendar a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: none;
	font: 600 11px Verdana,Arial,Sans Serif;
	}

#wp-calendar caption {
	font-weight: 600;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: left;
	color: #333;

	}

#wp-calendar th {
	font: 700 11px Verdana, Arial, Sans-Serif;
	text-transform: capitalize;
	color: #000;
	background: #f3f3f3;
	text-align: center;
	border: 1px solid #ccc;
	
	}
	
#wp-calendar  {
	border-collapse: collapse;
}
/* END CALENDAR */

/* COMMENTS */

h3#comments {
	padding-top: 20px;
	
}

h3#respond {
	margin-top: 15px;
	
}
ol.commentlist {
	font-size: x-small;
}

ol.commentlist ul.children li, ol.commentlist li, ol.commentlist ul.children li p, ol.commentlist li p {
	font-family: 'Lucida Sans Unicode', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}


#commentform p {
	font: 500 x-small 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif !important;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	border-left: 1px dotted #ccc;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif !important;}


.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 5px;
	background: transparent;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	
	}

.commentlist p {
	font-weight: normal;
	line-height: 110%;
	text-transform: none;
	}

#commentform p {
	font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif;
	}
	
.commentmetadata {
	font-weight: normal;
	}
	
.comment-author cite.fn, .comment-author cite.fn a {
	font-size: small;
	font-weight: 600;
	color: #333;
}

.says {
	display: none;
}
	
.reply a {
	height: 25px;
	background: url(images/button-bg.gif);border: 2px solid #ead2ea;color: #333;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}

.clear {
	clear: both;
	width: 100%;

}

.whitespace {
	height: 20px;
	background: #fff;
	clear: both;
}

#prefooter {
	width: 670px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	/*background: url(images/single-container.gif) repeat-y;*/
}
/* END COMMENTS */



/* Miscellaneous */

.clearboth {
	clear: both;
	width: 100%;
}
.goright {
	width: 45%;
	float: right;
	padding-right: 10px;
	font: 500 'Lucida Sans Unicode',Arial,sans-serif;
}
.goleft {
	width: 45%;
	float: left;
	padding-left: 20px;
	font: 500 'Lucida Sans Unicode',Arial,sans-serif;

}
.goright a, .goleft a {
	text-decoration: none;
}

/* Images and Captions */

.aligncenter,
.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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 {
   
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* Date Button */

.post-date {
	width: 40px;
	height: 43px;
	float: left;
	background: url(images/datebutton.gif);
	text-align: left;
}
.month {
	width: 35px;
	height: 15px;
	vertical-align: top;
	font: 500 11px Arial,sans-serif;
	color: #666;
	text-align: center;
}
.day {
	width: 35px;
	padding-top: 1px;
	vertical-align: bottom;
	height: 25px;
	font: 700 16px Arial,sans-serif;
	color: #333;
	text-align: center;
}

/* Post Meta Data */


postmetadata a {
	border-bottom: none;
}
.tiny-pencil {
	padding-right: 20px;
	background: url(images/reply.gif) no-repeat top right;
	margin-right: 2px;


}


.tiny-trackback {

}

.tiny-comments {
	padding-right: 25px;
	padding-bottom: 5px;
	background: url(images/tiny-comments.gif) no-repeat top right;
}

.tiny-rss {
	padding-top: 3px;
	height: 25px !important;
	background: url(images/tiny-rss.gif) no-repeat right;
	padding-right: 18px;
}

span.tiny-category a {
	padding-right: 10px;
}

#footer .tiny-rss {
	padding: 0 15px 0 30px;
	height: 25px !important;
	background: url(images/rss-button.gif) no-repeat left;
}

.tiny-category a {
	padding-left: 12px;
	
}

.tiny-trackback a, .tiny-pencil a, .tiny-comments a, .tiny-rss a, .tiny-category a {
	text-decoration: none;
	height: 25px;
}
p.postmetadata {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}
p.postmetadata a {
	text-decoration: none;
	color: #666;
	height: 25px !important;
}

p.indevgroup {
	width: 100%;
	text-align: center;
	margin: 0px auto 15px auto;
}
.indevgroup a {
	text-decoration: none;
}
/* Font sizes */

#headerimg h1 {
	font-size: 36px;
}







#sidebar ul li h2, h2.widgettitle, .first-line, #sidebar ul li:first-line {
	font-size: 1.1em!important;

}

#sidebar ul li {
	
	font-size: 1.1em;
	}

#sidebar ul li ul li {
	font-size: 100%;
}

li div {
	font-size: 100%;}


.textwidget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wp-calendar caption {
	font-size: 1.2em;
}

h1.pagetitle, h2.posttitle, h1#singlecol,  {
	color: #0000CC;
}



h4 {
	font-size: 1.0em;
}
h5 {
	font-size: .9em;
}

h6 {
	font-size: 1.1em;
}

#content p {
	line-height: 120%;
	color: #333333;
}
a.more-link {
	font-size: .9em;
}
#footer p.mylink, #content p.postmetadata, #content p.byline {
	font-size: .8em;
	line-height: 120%;
}

.goright, .goleft {
	font-size: .9em;
}

.navigation {
	font-size: 1.0em;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

#content ul, #content ol, #content dl {
	font-size: 1.2em;
}

#content li li {
	font-size: 100%;
}

pre {
	font-size: 1.2em;
}


#footer .alignleft {
	padding-left: 25px;
}

#footer .alignright {
	padding-right: 25px;
}

	
	
/* fieldsets and forms */
	fieldset {
	text-align: left;
	padding: 10px;
	border: 1px dotted #ccc;
}

legend {
	color: #333;
	font-size: 1.8em;
	font-weight: 600;
	}

p label, label {
       display: block;
       clear: both;
       margin-bottom: 0px;
       padding: 0;
       font-weight: bold;
}

input, textarea {
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.button {
	background: url(images/button-bg.gif) repeat-x;
	border: 1px solid #333;
}
.radio {
	background: transparent;
}

pre {
	width: 400px;
	height: 50px;
	overflow: scroll;
	margin-bottom: 10px;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
	
#content table {
	border-collapse: collapse;
}

#content table th, #content table td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 5px;
}
#content table th {
	background: #f0f0f0;
	color: #000;
	font-weight: 600;
	font-size: 1.2em;
}
#content table td {
	font-size: 1.2em;
}


