/* CSS for Real Simple Rewards - Main 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;
}
*/

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

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

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

#container p {	margin-bottom: 0.4em; }

sup { font-size: 0.6em; line-height: 1.2em; vertical-align: top;  }
sub { position: relative; bottom: -0.25em; vertical-align: baseline; font-style: normal;  }


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

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

#container .clearfix {
    display: inline-block;
	}

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

* html #container .clearfix {
    height: 1%;
	}


/* ===========================================
         BOXES W/ROUND CORNERS
==============================================*/

.tr { background-repeat: no-repeat; background-position: right top; }
.br { background-repeat: no-repeat; background-position: right bottom; }
.bl { background-repeat: no-repeat; background-position: left bottom; }
.tl { background-repeat: no-repeat; background-position: left top; }

.bdr_t { background-repeat: repeat-x; background-position: top; }
.bdr_r { background-repeat: repeat-y; background-position: right; }
.bdr_b { background-repeat: repeat-x; background-position: bottom; }
.bdr_l { background-repeat: repeat-y; background-position: left; }


/* ---------- CONTENT ---------- */

/* 
#content {
	background-color: #fff;
	_display: inline; 
	_zoom: 1;
	}
*/

#content .bdr_t { 	background-color: #fff; background-image: url(../images/boxes/content-bdr_t.gif); }
#content .bdr_r { background-image: url(../images/boxes/content-bdr_r.gif); }
#content .bdr_b { background-image: url(../images/boxes/content-bdr_b.gif); }
#content .bdr_l { background-image: url(../images/boxes/content-bdr_l.gif); }

#content .tr { background-image: url(../images/boxes/content-tr.gif); }
#content .br { background-image: url(../images/boxes/content-br.gif); }
#content .bl { background-image: url(../images/boxes/content-bl.gif); }
#content .tl { background-image: url(../images/boxes/content-tl.gif); }

#content .boxContent {
	/* padding: 18px 36px 20px; */
	_display: inline;  /* Win/IE6 - fixes double margin bug */
	_zoom: 1;  /* Win/IE6 - top border disappears */
	}
	*+html #content .boxContent { display: inline; zoom: 1; /* Win /IE7 */ }


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

#content {
	width: 926px;
	margin-top: 8px;
	padding: 7px 9px 3px 6px;
	color: #7a7a7a;
	background-color: #acdbd9;
	}

#content h1,
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#content h1 {
	margin: 0 300px -1px 35px;
	font-size: 0;
	line-height: 0;
	_position: relative; /* Win/IE6 */
	}
	*+html #content h1 { position: relative; /* Win/IE7 */ }

#content #backHome {
	margin-left: 10px;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}

#content #backHome:hover {
	text-decoration: underline;
	}

#content h5 {
	margin-top: 5px;
	margin-bottom: -5px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	}

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

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

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

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

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

.col .right {
	float: right;
	margin: auto auto 10px 24px;
	}


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

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

.oneCol .col li {
	margin-bottom: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	}

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

.oneCol h4,
.oneCol p {
	margin-left: 214px;
	_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;
	}

	
/* ===========================================
         SHARE LINKS
==============================================*/

#content .share {
	float: right;
	width: 150px;
	margin: 16px 18px 0 0;
	_display: inline; /* IE6 */
}

#content .share label {
	float: right;
	margin: 2px 5px 0 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}

#content .share a {
	float: right;
	width: 23px;
	height: 23px;
	margin-right: 4px;
	background-repeat: none;
	text-indent: -1000em;
}

#content .fb_share {
	background-image: url(http://img.timeinc.net/rsn/images/icon-facebook.gif);
}

#content .twitter_share {
	background-image: url(http://img.timeinc.net/rsn/images/icon-twitter.gif);
}



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

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

#privacyLinks a {
	color: #333;
	}


/* ===========================================
         FOOTER
==============================================*/

#footer .copyright {
	clear: both;
	padding: 30px 0;
	position: relative; /* Win/IE6 */
	zoom: 1; /* Win/IE6 */
	}
