/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	
	background-color: #e5e5e5;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: smaller;
	margin: 0 auto;
	}
	
	a:link {color: #990000;}
	a:visited {color: #990000;}
	a:hover {color: gray;}
	a:active {color: #990000;}
	
	.yesmobile {display: none;}
	
	
	#theheader #headline1 {display: block;}
	#theheader #headline2 {display: none;}
		
	h1 {font-size: 250%; text-transform: uppercase; margin-bottom: .5em;}
	h2 {font-family: PreloSlab-ExtraBold; font-size: 230%; line-height: 100%; margin-bottom: .5em; margin-top: .5em;}
	h3 {font-size: 160%; line-height: 120%; margin-bottom: .5em;}
	h4 {font-size: 140%; line-height: 140%;}
	p {font-size: 110%; line-height: 130%; margin-bottom: .5em;}
	li {font-size: 110%; line-height: 130%;}
	
	input.text {width: 100%;}
	
	.badges {text-align: center;}
	.badges img {width: 125px;}
	
	.red {color: #990000; font-weight: bolder;}
	.thesidebar {text-align: right;}
	.thesidebar iframe, .thesidebar img {margin: 15px 0;}
	
	#footercenter-large {display: block; text-align: center; color: #444; padding: 20px 0;}
	#footercenter-small {display: none; text-align: center; color: #444; padding: 20px 0;}
}
	
	
/* ============================= */
/* ! Layout for iPad vertical   */
/* ============================= */	

@media only screen and (max-width:1023px){
	 
	
	
}
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {
	
	.yesmobile {display: block;}
	#theheader #headline1 {display: none;}
	#theheader #headline2 {display: block; margin: 0 auto;}
	#navbar {font-size: 125%; line-height: 180%;}
	.thesidebar {text-align: center;}
	#footercenter-large {display: none;}
	#footercenter-small {display: block;}
}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	

}