@import url('reset.css');

/*-------
Body, Headers, Links 
-------------------------------*/
body {
	font-size: 62.5%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	background: #fff; }
	
h1 {
	font-size: 3.6em;
	color: #a6a6a6;
	font-weight: normal;
	margin: 0 0 45px;
	line-height:1.3em;
	text-align: center; }
	
h2 {
	font-size: 1.6em;
	color: #fff;
	font-weight: bold;
	margin: 0 0 4px; }
	
p {
	font-size: 1.4em; 
	margin: 0 0 5px;
	line-height: 1.4em; 
	color: #fff; }
	
a,
a:link,	 		
a:visited	{color: #ed1b2e; text-decoration: underline; }	
a:hover		{color: #73000a; text-decoration: none; }
a:active	{color: #ed1b2e; text-decoration: underline; }

em {font-style: italic; }

strong		{font-weight: bold; }
h1 strong	{ color: #fff; }


/*---------------------------------
	Structure
--------------------------------------------------------------------*/
.header {
	background: #000; 
	padding: 45px 0 0; }
	
.container {
	margin: 0 auto;
	width: 780px; }

.content {	
	padding: 0 0 45px; }
	
.header .seasons {
	background: url(/images/col-tile.gif) top left repeat-y;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff; }
	
.header .winter {
	width: 350px; 
	padding: 15px 15px 15px 17px; }

.header .fall {
	width: 352px; 
	padding: 15px; }

.content .winter {
	width: 389px; 
	padding: 25px 0; }

.content .fall {
	width: 389px; 
	padding: 25px 0; }
	
.content .fall p,	
.content .winter p { text-align: center; }

p.show { height: 72px; width: auto; text-align: left; }
	
/*---------------------------------
	Sprites
--------------------------------------------------------------------*/

a.btn {
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	margin: 20px 0 5px 90px;
	_margin: 20px 0 5px 0px;
	padding: 0;
	width: 208px; 
	text-indent: -9999px; }
	
a.btn:hover {
	background-position: left bottom; }
	
.winter a.btn	{ background-image: url(/images/btn-learn-winter.gif); }
.fall a.btn		{ background-image: url(/images/btn-learn-fall.gif); }	


/*---------------------------------
	Clearfix + floats
--------------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */	

.floatleft	{ float: left; }
.floatright	{ float: right; }