@charset "utf-8";
/* CSS Document */
@import url("http://fonts.googleapis.com/css?family=Didact+Gothic");
@import url("http://fonts.googleapis.com/css?family=Capriola");
@import url("http://fonts.googleapis.com/css?family=Arimo:400,700,400italic,700italic");

article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	font: 87.5%/1.3 Arimo, Helvetica, sans-serif; 
  	font-family: Arimo, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #000;
	background-color: #F93; /* orange */
	margin: 0px;
	padding: 0px;
}
#container {
	padding-left: 10px;
	padding-right: 10px;
	width: 90%;
	/*max-width: 1920px; a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
/*	min-width: 530px; a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 10px auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	background-color: #FFF;
}
header {
	/*margin-bottom: 5px;*/
	border-bottom: 2px #333 inset;	
}
#headline {
	height: auto;
	width: 100%;
}
#headline h1 {
  	font-family: Didact, Helvetica, sans-serif;
	font-weight:bold;	
	text-align:center;	
	color: #404040; /* #2175b8; #039;*/
	padding: 5px;
	margin: 0;
}
#maincontent {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding: 10px;
}
#advImg { 
	background: url(../images/foreclosure_ahead_sign-270Wx300H.png) top left no-repeat;
	min-height: 320px;
	width: 290px;
	float: left;
	display:inline-block;
}
#advIntro {
	font-weight:normal;
	text-align:justify;
}
.mobileIntroImg { display: none; }
.pod {
	background: #fff;
	float:left;
	width: 100%;
}
#advText .podContent {
	margin-top:12px;
	overflow:auto;
}
#advText .podContent p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:justify;
}
.pod h1 {
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	background: #c4322f; /*#38b34a; */
	color: #FFF;
	padding:5px;
	margin: 0 0 10px 0;
	text-align:center;
}
#headline h1 {
	font-size: 38px;
}
.pod h1 {
	font-size: 30px;
}
#advIntro, #advText .podContent p {
	font-size:26px;
}
a.block {
	text-decoration:none;
	display:block;
}
footer {
	padding: 10px 0;
	clear:both;
	color: #fff;
	background-color: #FFFFFF;
}
footer p {
	margin:0 0 5px 0;
}
#phfaFooter { 
/*	background: url(../images/phfa-300x70.png) top center no-repeat;
	min-height: 70px;
	width: 100%;
	background: url(../images/phfa-450x100.png) top center no-repeat;
	min-height: 100px;
	width: 100%;*/
	background: url(../images/phfa-450x100.png) top center no-repeat;
	min-height: 100px;
	width: 100%;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Smartphones (portrait and landscape) --  --  --  --  -- - */
/* device width */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	/* Styles */ 
	/*body {
		background-color: #060;
	}
	#container {
		width: 95%;
	}
	   For portrait layouts only */
	body {
		background-color: green;/* #2175b8;*/
		font: 100%/1.5 Arimo, Helvetica, sans-serif; 
  		font-family: Arimo, Helvetica, sans-serif;
	}
	#container {
		width: 80%;
		/*margin: 10px auto;  the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
		max-width: 480px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
		min-width: 300px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	}
	#advImg {
	/*	background: url(../images/foreclosure_ahead_sign-270Wx300H.png) top left no-repeat;
		min-height: 300px;
		width: 290px;*/
		background: url(../images/foreclosure_ahead_sign-300Wx335H.png) top left no-repeat;
		min-height: 355px;
		width: 320px;
	}
	#advIntro, #advText .podContent p {
		font-size:24px;
	}
	#headline h1 {
		font-size: 26px;
	}
	/*.mobileIntroImg { 
		display:inline; 
		float: left;
		margin-right: 8px;
	 }*/
	#maincontent {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 8px;
		padding-left: 8px;
	}
	
	.pod {
		width: 100%;
		padding:0px;
	}
	
	.pod h1 {
		font-size: 24px;
		background-color: #3b3763;
	}
	.podContent, #advText .podContent p {
		/*font-size:18px;*/
	}
	hr {
		margin-left: 5px;
		margin-right: 5px;
	}

	footer {
		padding: 0px;
	}
	#phfaFooter { 
		background: url(../images/phfa-300x70.png) top center no-repeat;
		min-height: 70px;
		width: 100%;
	}
}  
/* Smartphones (landscape) --  --  --  --  -- - */
/* desktop or other media width between 321px up to 1223px */
@media only screen 
and (min-width : 321px)
and (max-width : 480px) {
	/* Styles  */
	body {
		background-color: #000; /* black */
		font: 100%/1.5 Arimo, Helvetica, sans-serif; 
  		font-family: Arimo, Helvetica, sans-serif;
	}
	#container {
		min-width: 430px;
		/*max-width: 450px;*/
	}
	#advImg { 
		background: url(../images/foreclosure_ahead_sign-150Wx170H.png) top left no-repeat;
		min-height: 190px;
		width: 170px;
		/*background: url(../images/foreclosure_ahead_sign-270Wx300H.png) top left no-repeat;
		min-height: 320px;
		width: 290px;*/
	/*	background: url(../images/foreclosure_ahead_sign-150Wx170H.png) top left no-repeat;
		min-height: 170px;
		width: 160px;
		float: left;
		display:inline-block;*/
/*		background: url(../images/foreclosure_ahead_sign-300Wx335H.png) top left no-repeat;
		min-height: 335px;
		width: 300px;*/
	}
	/*#advIntro {
		font-weight:normal;
		text-align:left;
	}*/
	#headline h1 {
		font-size: 26px;
	}
	.pod h1 {
		font-size: 24px;
	}
	#advIntro, #advText .podContent p {
		font-size:24px;
	}
	#phfaFooter { 
		background: url(../images/phfa-300x70.png) top center no-repeat;
		min-height: 70px;
		width: 100%;
	}
	/*.mobileIntroImg { 
		display:inline; 
		float: left;
		margin-right: 8px;
	 }
	#phfaFooter { 
		background: url(../images/phfa-450x100.png) top center no-repeat;
		min-height: 100px;
		width: 100%;
	}*/
}  
/* Smartphones (portrait) --  --  --  --  -- - */
/* media width between 0px and 320px */
@media only screen 
and (max-width : 320px) {
	/* Styles */ 
	body {
		background-color: #c4322f; /* burgandy */
  		font-family: Arial, Helvetica, sans-serif;
	}
	#container {
		/*width: 90%;
		max-width: 600px;*/
		max-width: 300px;
		min-width: 280px;
		margin: 10px 0px;
	}
	#advImg { 
	/*	background: url(../images/foreclosure_ahead_sign-150Wx170H.png) top left no-repeat;
		min-height: 170px;
		width: 160px;*/
		background: url(../images/foreclosure_ahead_sign-270Wx300H.png) top left no-repeat;
		min-height: 320px;
		width: 290px;
/*		float: left;
		display:inline-block;*/
	}
	#headline h1 {
		font-size: 28px;
	}
	.pod h1 {
		font-size: 24px;
	}
	#advIntro, #advText .podContent p {
		font-size:26px;
		text-align:left;
 		line-height: 1.5em;
	}
	#phfaFooter { 
		background: url(../images/phfa-300x70.png) top center no-repeat;
		min-height: 70px;
		width: 100%;
	}
}    
/* iPads (portrait and landscape) --  --  -- */
/* device width */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px), 
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape, 
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	/* Styles */ 
	body {
		background-color: #0CF; /* teal */
  		/*font-family: Arimo, Helvetica, sans-serif;*/
	}
	#container {
		max-width: 1024px;
		min-width: 730px;
	}
	/*#advImg {
		background: url(../images/foreclosure_ahead_sign-300Wx335H.png) top left no-repeat;
		min-height: 355px;
		width: 320px;
	}
	#headline h1 {
		font-size: 38px;
	}
	.pod h1 {
		font-size: 28px;
	}
	#advIntro, #advText .podContent p {
		font-size:22px;
	}	
	#phfaFooter { 
		background: url(../images/phfa-450x100.png) top center no-repeat;
		min-height: 100px;
		width: 100%;
	}*/
}  
/* Desktops and laptops --  --  --  --  -- - */
/* desktop or other media width from 1224px and 1824px */
@media only screen 
and (min-width : 1224px) { 
	/* Styles */ 
	body {
		background-color: #30F; /* bright blue */
  		font-family: Didact, Helvetica, sans-serif;
	}
	#container {
		max-width: 1920px;
		min-width: 1024px;
	}
	#advImg { 
		background: url(../images/foreclosure_ahead_sign-345Wx385H.png) top left no-repeat;
		min-height: 405px;
		width: 365px;
	}
	#headline h1 {
		font-size: 44px;
	}
	.pod h1 {
		font-size: 30px;
	}
	#advIntro, #advText .podContent p {
		font-size:28px;
	}	
	#phfaFooter { 
		background: url(../images/phfa-585x130.png) top center no-repeat;
		min-height: 130px;
		width: 100%;
	}
}  
/* Large screens --  --  --  --  -- - */
/* desktop or other media width from 1824px and up */
@media only screen 
and (min-width : 1824px) { 
	/* Styles */ 
	body {
		background-color: #3b3763; /* dark blue */
  		font-family: Capriola, Helvetica, sans-serif;
	}
	/*#container {
		max-width: 1920px;
		min-width: 1024px;
	}*/
	#advImg { 
		background: url(../images/foreclosure_ahead_sign-345Wx385H.png) top left no-repeat;
		min-height: 405px;
		width: 365px;
	}
	#headline h1 {
		font-size: 52px;
	}
	.pod h1 {
		font-size: 40px;
	}
	#advIntro, #advText .podContent p {
		font-size:38px;
	}	
	#phfaFooter { 
		background: url(../images/phfa-585x130.png) top center no-repeat;
		min-height: 130px;
		width: 100%;
	}
} 


/* mobile-retina ---------*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
/* Styles */
}


/* When printed, the font size is 8pt.*/
@media print {
	body {
		font-size:8pt; 
		background-color: transparent;
  		font-family: Arial, Helvetica, sans-serif;
	}
	header {
		background: url(http://www.phfa.org/images/banner/phfa_banner_bw_sm.gif) top left no-repeat;
		min-height: 60px;
		width: 365px;
	}
	#headline h1 {
		font-size: 12pt;
	}
	.pod h1 {
		font-size: 10pt;
	}
	/*#advImg { 
		background: none;
	}*/
	#advIntro, #advText .podContent p {
		font-size:8pt;
	}	
	.printerHide, hr {
		display: none;	
	}
}
