/* CSS for Real Simple Rewards - General Styles */


/* ===========================================
         GLOBAL RESETS
==============================================*/

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #217ec5; text-decoration: none; }
a:hover { text-decoration: underline; }

.clear { clear: both; height: 0px; font-size: 0px; }

p {	margin-bottom: 0.4em; }

sup { font-size: 0.6em; vertical-align: top;  }


/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 0 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px at default setting */
	line-height: 1em;
	color: #000;
	text-align: center;
	background-color: #f2f2f3;
	}

#container {
	width: 959px;
	margin: 0 auto;
	padding-bottom: 57px;
	text-align: left;
	background-color: #fff;
	}


/* ===========================================
         BANNERS
==============================================*/

#banners {
	padding: 24px 20px 0;
	}

#banner-left {
	float: left;
	width: 507px;
	height: 60px;
	margin-right: 20px;
	padding: 15px 40px;
	background-color: #f2f2f3;
	line-height: 0;
	}

#banner-right {
	float: left;
	}


/* ===========================================
         HEADER
==============================================*/

#header {
	position: relative;
	margin-top: 7px;
	}


/* --- Back home link ---- */

#backHome {
	margin: auto 20px 4px;
	padding: 12px 0 4px 55px;
	background-color: #e2eec3;
	line-height: 0;
	}


/* --- Page name ---- */

#header h1 {
	margin: 0 20px;
	padding: 14px 0 0 64px;
	background-color: #94c83d;
	line-height: 0;
	border-bottom: 7px solid #e2eec3;
	}

#header h1 img {
	float: left;
	margin-bottom: -1px;
	}

#header h1 img,
#header h2 img {
	_behavior: url(../images/iepngfix.htc); /* IE PNG Alpha Fix */
	}

/* --- Month ---- */

#header h2 {
	position: absolute;
	bottom: -7px;
	left: 650px;
	}


/* ===========================================
         CONTENT
==============================================*/

#content {
	margin: auto 36px;
	border: 1px solid #ccc;
	border-top: 12px solid #d6e03d;
	}

#content .col .last {
	background: none;
	}

.col h4 {
	margin-bottom: 0.1em;
	font-size: 1.6em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #85cc1c;
	}

.col h4 a { color: #85cc1c; }

.col p {
	font-size: 1.2em;
	line-height: 1.3em;
	}

.col .footnote {
	font-size: 1em;
	line-height: 1.3em;
	}

.col .right {
	float: right;
	margin: auto -110px 10px 30px;
	}


/* --- One column ---- */

#container .oneCol {
	padding: 40px 40px 130px 50px;
	}

.oneCol .col li {
	margin-bottom: 30px;
	padding-right: 130px;
	padding-bottom: 30px;
	background: url(../images/divider-1col.gif) 60px bottom no-repeat;
	}

.oneCol .sponsorLogo {
	float: left;
	width: 150px;
	margin-top: 0.5em;
	text-align: center;
	}

.oneCol h4,
.oneCol p {
	margin-left: 180px;
	_height: 1%; /* Win/IE6 */
	}


/* --- Two columns ---- */

#container .twoCol {
	padding: 10px 0 30px 16px;
	}
	
.twoCol .col {
	float: left;
	width: 420px;
	margin-right: 12px;
	padding-top: 10px;
	border-right: 1px solid #d6e03d;
	}	

.twoCol .col.last {
	margin-right: 0;
	border-right: 0;
	}
	
.twoCol .col li {
	margin-bottom: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	background: url(../images/divider-2col.gif) 120px bottom no-repeat;
	}

.twoCol .sponsorLogo {
	float: left;
	width: 150px;
	margin-top: 0.5em;
	text-align: center;
	}

.twoCol h4,
.twoCol p {
	margin-left: 164px;
	_height: 1%; /* Win/IE6 */
	}


/* --- Event List ---- */

.eventList {
	float: left; /* Prevents right-floating images from corrupting <li> spacing */
	width: 350px;
	list-style: none;
	margin: 1em auto 2em 180px;
	_display: inline; /* Win/IE6 */
	_width: 375px; /* Win/IE6 */
	_margin-left: 165px; /* Win/IE6 */
	}

#content .eventList li {
	margin-bottom: 0;  /* Overrides .oneCol .col li */
	padding: 0.4em 1em 0.5em;
	border-bottom: 1px solid #94C83D;
	background: none; /* Overrides .oneCol .col li */
	}

#content .eventList li.last {
	border-bottom: 0;
	}

.eventList .date {	
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	color: #94C83D;
	}

.eventList .location {	
	margin-left: 5em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

.eventList .location strong {
	color: #94C83D;
	}

	
/* ===========================================
         PRIVACY LINKS
==============================================*/

#privacyLinks {
	margin: 18px 36px auto;
	font-family: Helvetica, sans-serif;
	color: #333;
	}

#privacyLinks a {
	color: #333;
	}
	
	
/* ===========================================
         FOOTER
==============================================*/

#footer {
	margin-top: 11px;
	background-color: #94c93d;
	}
	
#footer img {
	float: left;
	margin: 7px auto -24px 62px;
	_position: relative; /* Win/IE6 */
	}

#footer ul {
	float: right;
	margin-top: 8px;
	margin-right: 33px;
	_display: inline; /* Win/IE6 */
	}
	
#footer li {
	float: left;
	padding: 2px 16px;
	font: 1.2em/1em Arial, Helvetica, sans-serif;
	color: #fff;
	border-right: 1px solid #fff;
	}

#footer li.last {
	border-right: none;
	}

#footer a { color: #fff; }
