@import "reset.css";

header, section, footer, aside, nav, article, figure {
	display: block;
}

html { /* needed for IE 5/6 sigh */
	font-size:100%;
	font-size: 10px;
}

body {
	width: 100%;
    position: static;
	margin: 0 auto;
	text-align: center;
	color: #ececec;
	vertical-align: baseline;
	line-height: 2.4rem;
	background: #34b233;
	background: #663399;
	background: #3d3d3d;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.whiteout, body.reverse {
	background-color: #f1f1f1;
	color: #ececec;
}

body.white {
	background-color: #ffffff;
	color: #e00034;
}

body.reverse {
	color: #3d3d3d;
}

body.hohoho {
	background-color: #00873E;
	color: #ececec;
}

h1, h2, h3, h4, h5, h6, p, blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

p {
	font-size: 1.6rem;
	line-height: 2.4rem;
}

h1 {
	font-size: 4.5rem;
	line-height: 4.8rem;
	margin-bottom: 0;
	margin-top: 0;
}

h2 {
	font-size: 3rem;
	line-height: 4.8rem;
	margin-bottom: 0;
	margin-top: 0;
}

h3 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: 0;
	margin-top: 2.4rem;
}

#uc_main_container, #footer_container {
    width: 28.0rem;
    padding: 0;
	overflow: hidden;
}

#uc_main_container {
   	margin: 7.2rem auto 0;
}

#footer_container {
	margin: 4.8rem auto 0;
}

.headline, .copyright, .subhead2, .message {
	color: #ececec;
}

body.white .headline, body.white h2, body.white .copyright {
	color: #e00034;
}

body.white .headline {
	letter-spacing: -.1rem;
}

body.white h2.subhead2 {
	letter-spacing: -.1rem;
}

body.reverse .headline, body.reverse h2, body.reverse .copyright {
	color: #3d3d3d;
}

.headline, .headline-orangey, .headline-fall, .headline-mas, .headline-whiteout {
	text-align: center;
	font-style: italic;
}

.headline-orangey, .e_addy {
	color: #ff6319;
}

.headline-fall, .copyright-fall {
	color: #ffb612;
}

.headline-mas, .copyright-mas {
	color: #0bde60;
}

.headline-whiteout {
	color: #ececec;
}

.copyright, .copyright-fall, .copyright-mas, .copyright-whiteout, .e_addy {
	font-size: 1.2rem;
	line-height: 2.4rem;
	letter-spacing: .1rem;
	margin-bottom: 2.4rem;
}

.e_addy {
	padding-top: 2.4rem;
	font-size: 1.4rem;
}

.copyright-whiteout {
	color: #e8e8e8;
}

.subhead, .subhead2 {
	padding-top: 1.2rem;
	text-align: center;
	letter-spacing: -.06rem;
	font-style: italic;
}

.c_mark {
	font-size: .9em;
}


/* viewport for responsive and IE 10 */
@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

@-ms-viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

/* end viewport */

@media
	only screen and (-webkit-min-device-pixel-ratio: 1.5), 
	only screen and (min-resolution: 144dpi)
{

}

@media
	only screen and (min-width: 32.1rem) and (max-width: 56.8rem),
	only screen and (min-width: 321px) and (max-width: 56.8px) {
	
	#uc_main_container, #footer_container {
	    width: 51.2rem;
	}
		
}

@media
	only screen and (min-width: 56.9rem) and (max-width: 96.0rem),
	only screen and (min-width: 569px) and (max-width: 960px) {
/*
	only screen and (min-width: 56.9rem) and (max-width: 76.8rem),
	only screen and (min-width: 569px) and (max-width: 768px) {
*/	
		
}

@media
	only screen and (min-width: 76.9rem),
	only screen and (min-width: 769px)
{
	
	p {
		line-height: 3.0rem;
	}

	h1 {
		font-size: 8.0rem;
		line-height: 9.0rem;
	}
	
	h2 {
		font-size: 5.0rem;
		line-height: 6.0rem;
	}

	h3 {
		font-size: 2.2rem;
		line-height: 3.0rem;
		margin-top: 3.0rem;
	}

	#uc_main_container, #footer_container {
	    width: 74.0rem;
	}
	
	#uc_main_container {
	   	margin: 12.0rem auto 0;
	}
	
	#footer_container {
		margin: 6.0rem auto 0;
	}
	
	.copyright, .copyright-fall, .copyright-mas, .copyright-whiteout, .e_addy {
		font-size: 1.6rem;
		line-height: 3.0rem;
		margin-bottom: 3.0rem;
	}

	.e_addy {
		font-size: 1.8rem;
		padding-top: 3.0rem;
	}

}

@media
	only screen and (max-width: 102.4rem) and (min-width:76.9rem),
	only screen and (max-width: 1024px) and (min-width:769px)
{
	
}


@media
	only screen and (min-width: 76.9rem) and (-webkit-min-device-pixel-ratio: 1.5), 
	only screen and (min-width: 76.9rem) and (min-resolution: 144dpi)
{

}



@media
	only screen and (min-width: 102.5rem)
{

}


@media
	only screen and (min-width: 102.5rem) and (-webkit-min-device-pixel-ratio: 1.5), 
	only screen and (min-width: 102.5rem) and (min-resolution: 144dpi)
{

}
