/* @override 
	http://fairsharehousing.org/assets/css/fshc.css?v=1336664264
	http://fairsharehousing.org/assets/css/fshc.css?v=1343666723
	http://fairsharehousing.org/assets/css/fshc.css?v=1379430469 */

/* @group Reset */

/* Word to Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, hr, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Global */

body {
	/* background: #EAE7E7; */
	background: #F3F3F3;
	text-align: center;
	font: normal 12px/20px Arial, Helvetica, sans;
	color: #888;
}

.wrap {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

#body {
	background: #FFF;
	color: #222;
	padding: 0 0 20px;
	text-align: left;
}

a {
	text-decoration: underline;
	color: #95271C;
}

a:hover {
	text-decoration: none;
}

a.alt {
	text-decoration: none;
}

a.alt:hover {
	color: #000;
}

img.border, .image img {
	border: 4px solid #ECECEC;
}

a:hover img.border {
	border-color: #DDD;
	opacity: 1;
}

p, ol, ul {
	margin-bottom: 2em;
}

h2.title {
	color: #766260;
	background: #2D0E0B;
	text-align: center;
	padding: 5px 0 10px;
	font: normal 32px/36px Georgia, Palatino, serif;
}

h2.title span {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

h3 {
	font: normal 24px/28px Georgia, Palatino, serif;
	margin-bottom: 1em;
	padding-bottom: 2px;
	color: #766260;
	border-bottom: 1px dotted #DDD;
	position: relative;
}

h3 img {
	position: absolute;
	right: 0;
	top: 10px;
}

h4 {
	font: bold 14px/18px Arial, Helvetica, sans;
}

h4 span {
	font-weight: normal;
	color: #888;
	font-size: 12px;
	font-family: Arial, Helvetica, sans;
}

#content {
	width: 540px;
	float: left;
	padding-top: 20px;
}

#content ul li {
	background: transparent url(../images/bullet.png) no-repeat 10px 6px;
	margin-bottom: 0;
	padding-left: 2em;
}

#content ul.search li {
	margin-bottom: 20px;
}

#content ul.search li a {
	font-weight: bold;
}

#content ul.search li small {
	color: #888;
}

#content ol li {
	list-style: decimal outside none;
	margin-left: 2em;
	margin-bottom: 0;
}

#content li.subsection {
	padding-left: 0;
	margin-bottom: 2em;
	background-image: none;
}

#content li.subsection li {
	color: #888;
}

li.subsection h3 {
	margin-bottom: 5px;
}

.image {
	margin-bottom: 1em;
}

.med {
	width: 300px;
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}

.image p {
	color: #888;
	margin: 5px 0 0;
}

blockquote {
	margin: 1em 2em;
}

blockquote.pullquote {
	width: 220px;
	margin: 0 0 0 20px;
	float: right;
	font: italic 16px/22px Georgia, Palatino, serif;
	color: #888;
}

.pullquote p {
	margin-bottom: 1em;
}

p.attribution {
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
}

p.top {
	border-top: 1px dotted #DDD;
	font-size: 11px;
	padding: 1px 5px;
	text-align: right;
}

/* @end */

/* @group Header */

#top {
	background: #95271C url(../images/bg.png) repeat-x center top;
	width: 100%;
	height: 150px;
	border-bottom: 4px solid #2D0E0B;
	text-align: center;
}

#printLogo {
	display: none;
}

#top h1 {
	position: absolute;
	top: 22px;
	left: 10px;
}

#search {
	position: absolute;
	left: 800px;
	top: 84px;
	text-align: left;
}

#search img {
	margin-bottom: 5px;
}

#search .formInput{
	width: 130px;
}

/* @end */



/* @group Nav Revised */

#top ul {
	position: absolute;
	top: 51px;	
	margin: 0;
}

.primary {
	left: 390px;
}

.secondary {
	left: 630px;
}

#top li {
	height: 25px;
	width: 170px;
}

#top li a {
	display: block;
	text-indent: -9999px;
	width: 170px;
	height: 25px;
	background: transparent url(../images/nav_rev.png) no-repeat left top;
}

li#about a {
	background-position: left top;
}

li#about a:hover, li#about a.active {
	background-position: -170px 0;
}


li#advocacy a {
	background-position: 0 -25px;
}

li#advocacy a:hover, li#advocacy a.active {
	background-position: -170px -25px;
}

li#laurel a {
	background-position: 0 -50px;
}

li#laurel a:hover, li#laurel a.active {
	background-position: -170px -50px;
}

li#media a {
	background-position: 0 -75px;
}

li#media a:hover, li#media a.active {
	background-position: -170px -75px;
}

li#links a {
	background-position: 0 -100px;
}

li#links a:hover, li#links a.active {
	background-position: -170px -100px;
}

li#blog a {
	background-position: 0 -125px;
}

li#blog a:hover, li#blog a.active {
	background-position: -170px -125px;
}

/* @end */

/* @group Home */

#intro {
	padding: 20px 0 0;
	border-bottom: 1px solid #CCC;
	background: #FFF url(../images/home_family.jpg) no-repeat 0px 80px;
}

.introPic {
	border: 4px solid #CCC;
	float: left;
}

#homeBlurb {
	font-size: 14px;
	width: 300px;
	margin-left: 640px;
	padding-bottom: 20px;
	background: transparent url(../images/scales.png) no-repeat center bottom;
}

#learnMore {
	margin-right: 8px;
}

.callout {
	background: #fefcf0;
	border-bottom: 1px solid #CCC;
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

.callout p {
	margin: 0;
}

.callout a.pdf {
	background: transparent url(../images/pdf.gif) no-repeat left center;
	padding-left: 18px;
	
}

#home_fshd_link {
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;	
}

#home_fshd_link p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
}

#home_fshd_link img {
	float: right;
	margin: 0 0 20px 20px;
}

#home_fshd_link h3 {
	border: none;	
	font-size: 18px;
	line-height: 22px;
	margin: 5px 0;
}

#homeFeatures {
	line-height: 17px;
	margin: 0;
}

#homeFeatures h3 {
	font-size: 18px;
	line-height: 20px;
	margin: 5px 0;
	border: none;
}

#homeFeatures p {
	margin-bottom: 2em;
}

#homeFeatures li {
	width: 220px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#homeFeatures li.last {
	margin: 0;
}

#homeList {
	padding: 10px;
	background: #F3F3F3;
	font-size: 12px;
	text-align: center;
	border: 1px solid #CCC;		
	border-width: 1px 0;
}

#homeList p {
	display: inline;
	width: 500px;
	vertical-align: middle;
	margin-right: 20px;
}

#homeList input {
	vertical-align: middle;
}

#homeList .formInput {
	margin-right: 20px;
	width: 220px;
}

#homeBlog {
	border-bottom: 1px solid #CCC;
	margin: 2em 0;
	padding-bottom: 1em;
}

#homeSecondary {
	padding-top: 2em;
}

.home-heading {
	width: 220px;
	float: left;
}

.home-heading h3 {
	font-size: 18px;
	line-height: 22px;
	border: none;	
}

.grid-list-container {
	float: left;
	width: 720px;
	line-height: 17px;
	color: #888;
}

.grid-list div {
	width: 220px;
	padding: 0 0 10px 20px;
	float: left;
	display: inline;
}

.home-twitter {
	float: left;
	margin-right: 20px;
	width: 220px;
}

.home-twitter ul {
	margin-bottom: 0;
}

.home-twitter li {
	line-height: 17px;
	margin-bottom: 10px;
}

.home-twitter span {
	color: #888;	
}

#homeSecondary iframe {
	float: left;
	margin-right: 20px;
}

.home-inthenews {
	color: #888;
	line-height: 17px;
	width: 220px;
}

.home-inthenews li {
	margin-bottom: 10px;
}

/* @end */

/* @group About */

#content ul.jobs li {
	margin-bottom: 2em;
}

ul#staff li {
	background-image: none;
	padding: 0;
	margin-bottom: 2em;
}

ul#staff img {
	float: left;
}

ul#staff p {
	margin-left: 80px;
}


/* @end */

/* @group Blog */

.blog h3 {
	margin-bottom: 5px;
}

p.posted {
	color: #888;
}

.archive-link {
	margin-left: 80px;
}

.archives {
	color: #888;
	line-height: 17px;
}

/* @end */



/* @group Media*/

table#inthenews {
	width: 100%;
}

#inthenews th {
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #CCC;
}

#inthenews td {
	border-bottom: 1px dotted #CCC;
	line-height: 18px;
}

.clipDate {
	width: 140px;
	padding: 5px 20px 5px 0;
}

.clipTitle {
	width: 260px;
	padding: 5px 20px 5px 0;
}

.clipSource {
	padding: 5px 0;
}

td.clipDate {
	color: #888;	
}

#content ul.listing li {
	background-image: none;
	padding: 0 0 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #CCC;
}

.listing h4, .listing p {
	margin: 0 0 0 80px;
}

p.date {
	width: 60px;
	float: left;
	margin: 0;
	color: #888;
}

p.download a {
	padding-left: 18px;
	background: transparent url(../images/pdf.gif) no-repeat left center;
	font-weight: bold;
}

#content .pagination {
	color: #888;
}

#content ul.listing li.pagination {
	margin: 0;
	border: none;
	padding-left: 80px;
	color: #888;
}

#content td.pagination {
	padding: 10px 0;
	text-align: center;
}

.pages {
	margin-left: 5px;
}

.pages strong, .pages a {
	padding: 2px 5px;
	border: 1px dotted #CCC;
	margin-right: 5px;
}

.pages strong {
	color: #000;
}

.pages a {
	background: #F3F3F3;
	color: #95271C;
	text-decoration: none;
}

.pages a:hover {
	color: #000;
}

/* @end */

/* @group Advocacy */

ul#advocacy-list li {
	padding: 0;
	margin-bottom: 2em;
	background-image: none;
}

#advocacy-list h3 {
	margin-bottom: 0.5em;
}

#advocacy-list img {
	float: left;
	display: inline;
	margin: 0 20px 10px 0;
}

/* @end */

/* @group Links */

ul.links {
	margin: 1em 0 2em;
}

#content ul.links li {
	margin-bottom: 10px;
}

/* @end */

/* @group Donate */

#donate_form legend {
	color: #95271C;
	font: normal 18px/20px Georgia, serif;
	padding-bottom: 10px;
}

#donate_form ul {
	margin: 0;
}

#content #donate_form li {
	background: #F9F9F9;
	background-image: none;
	border: 1px solid #CCC;	
	float: left;
	list-style: none outside none;
	margin: 0 20px 15px 0;
	padding: 0;
	text-align: center;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
}

#content #donate_form li.last {
	margin-right: 0;
}

#content #donate_form li.active {
	background-color: #FFF;
	color: #000;
	-moz-box-shadow: #CCC 0 0 2px;
	-o-box-shadow: #CCC 0 0 2px;
	-webkit-box-shadow: #CCC 0 0 2px;
	box-shadow: #CCC 0 0 2px;
}

#donate_form label {
	cursor: pointer;
	display: block;
	padding: 10px;
}

#donation_amount li {
	color: #888;
	width: 118px;
}

#donation_amount label {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;	
}

#donation_amount input {
	display: block;
	margin: 5px auto 0;
}

#donate_form li#donation_other {
	background: transparent;
	border: none;
	clear: both;
	float: none;
	width: auto;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

li#donation_other label {
	border: none;
	display: inline;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	margin-right: 5px;
	padding: 0;
}

li#donation_other input {
	display: inline;
	margin-right: 5px;
}

li#donation_other .formInput {
	color: #000;
	width: 70px;
}

#donation_type li {
	width: 258px;
}

#donation_type li.last {
	margin-right: 0;
}

#donate_form p {
	margin-bottom: 5px;
}

#donate_btn {
	text-align: center;
}

/* @end */

/* @group Forms */

.form {
	background: #F9F9F9;
	margin-bottom: 2em;
	padding: 20px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	-moz-box-shadow: #CCC 0 0 2px;
	-o-box-shadow: #CCC 0 0 2px;
	-webkit-box-shadow: #CCC 0 0 2px;
	box-shadow: #CCC 0 0 2px;	
}

.row {
	padding: 0 0 10px;
}

.row label {
	cursor: pointer;
	display: block;
	font-weight: bold;
}

.row label.radio {
	display: inline;
	font-weight: normal;
	margin-right: 10px;
}

.row .input {
	width: 95%;
}

.form-hint {
	color: #888;
	margin: 0 0 10px;
}

.required {
	color: #95271C;
}

.input {
	color: #666;
	padding: 4px;
}

textarea.input {
	height: 150px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 320px;
	float: right;
	padding-top: 20px;
	border-left: 1px solid #CCC;
	line-height: 18px;	
}

.block {
	position: relative;
}

.block ul {
	color: #888;
}

.block ul li {
	margin-bottom: 0.5em;
}

.block, ul.nav {
	margin-bottom: 40px;
}

.social iframe {
	float: left;
	margin: 0 0 10px 20px;
}

ul.nav li a {
	display: block;
	padding-left: 20px;
	font: normal 16px/18px Georgia, Palatino, serif;
	margin-bottom: 0;
	text-decoration: none;
}

ul.nav li a:hover, ul.nav li.current a {
	color: #2D0E0B;
}

ul.nav li.current a {
	background: transparent url(../images/indicator.png) no-repeat left center;
}

ul.nav li {
	margin-bottom: 8px;
}

.block h3, .block ul, .block form, .block img {
	padding-left: 20px;
	margin: 0;
}

.block h3 {
	font: normal 16px/20px Georgia, Palatino, serif;
	color: #666;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
}

.newsletter .formInput {
	width: 290px;
}

#signup {
	margin-top: 0.5em;
}

#signup img {
	margin-top: 0.5em;
	padding: 0;	
}

#rss {
	position: absolute;
	right: 0;
	top: 5px;
}

#donate a {
	background: transparent url(../images/donate_btn.png) no-repeat;
	display: block;
	height: 104px;
	margin-left: 20px;
	text-indent: -9999px;
	width: 307px;
}

#donate a:hover {
	background-position: 0 -104px;
}

/* @end */



/* @group Footer */

#footer {
	border-top: 4px solid #95271C;
	color: #9E9E9E;
	padding: 15px 0;
	text-align: left;
	width: 100%;
}

#footer .wrap {
	background: transparent url(../images/logo-footer.png) no-repeat right top;	
}

#footer img {
	position: absolute;
	left: 650px;
	top: 0;
}

#footer p {
	margin: 0;
	padding: 0 0 20px;
}

.org {
	color: #666;
	display: block;
}

.adr {
	display: block;
}

#footer a {
	color: #666;
}

/* @end */


/* @group Forms */

.formInput {
	padding: 4px;
	color: #888;
}

/* @end */


/* @group Miscellaneous */

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centred {
	text-align: center;
}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;	
}

img.centered {
	display: block;
	margin: 0 auto;
}

/* @end */


@media print {
	
	#top {
		background: #FFF;
		height: 120px;
	}

	#printLogo {
		display: block;
		width: 296px;
		height: 95px;
		margin-top: 10px;
	}
	
	h1 {
		display: none;
	}

	#top ul, #search, #sidebar {
		display: none;
	}
	
	#content {
		width: 940px;
		float: none;
	}

}

