/* @override 
	http://fairsharehousing.org/assets/css/fshc.css?v=1275675933
	http://fairsharehousing.org/assets/css/fshc.css?v=1275676430
*/

/* @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 li {
	padding-left: 2em;
	margin-bottom: 1em;
	background: transparent url(../images/bullet.png) no-repeat 10px 6px;
}

#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;
	margin-bottom: 20px;
	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;
}

#homeFeatures {
	font-size: 12px;
	line-height: 18px;
	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-bottom: 2em;
	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: 18px;
	color: #888;
}

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


/* @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;
}

/* @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 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;
}

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;
	}

}

