html {
	background: #666 url(gray-1-bg.jpg) repeat-x top left;
}
body {
	color: #fff;
}
a {
	color: #eddcc7;
}
a:hover {
	color:rgba(246, 239, 230, .9);
	text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Georgia, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2 {
	color:#fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
	font-style: italic;
}
h2 {
	color:#fff;
	font-weight:bold;
}
h3 {
	color:#fff;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
	padding-top:24px;
}
#cc-branding-outer {
	min-height:10px;
}
#cc-content-sub-outer {
	background: url(gray-1-sidebar-bg.png) repeat-x top left;
}
.cc-divider {
	background:transparent;
	border-color:#eddcc7;
}
a.cc-calendar {
	color:#eddcc7;
}
a.cc-calendar:hover {
	color:rgba(246, 239, 230, .9);
	text-decoration: underline;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:Georgia, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#f65749 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .3);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#f67d72 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #FFF;
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html body {
	background: transparent url(thearts-1-hdr-ie6.png) no-repeat 65.5% -5.5%;
	color: #fff;
}
* html #cc-content-outer {
	background: none;
}
* html #cc-content-sub-outer {
	background: none;
}
* html #cc-branding-outer {
	height:10px;	
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #f65749;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#f67d72;
}
* html #cc-outer-container {
	padding-top: 40px;
}

