html {
	background: #a87e43 url(fathers-day-1-gradient-bg.jpg) repeat-x top left;
}
body {
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0, .9);
}
a {
	color: #fff;
	text-decoration: underline;
	text-shadow: none;
}
a:hover {
	color:#86b1c7;
	text-decoration: none;
}
a:active {
	outline: 0;
	position: relative;
	top: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h1 {
	color: #dfc49f;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px rgba(0,0,0, .9);
}
h2 {
	color:#5fcaff;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 2px solid #fff;
}
h3 {
	color:#5fcaff;
}
#cc-container {
	margin: 0 auto;
}
#cc-branding-outer {
	min-height: 175px;
	background: transparent url(fathers-day-1-hdr.png) no-repeat bottom right;
}
/* IE 7 */
*:first-child+html #cc-content-outer {
	margin-top:15px;	
}
#cc-content-inner {
	background: url(fathers-day-1-inner-bg.jpg) no-repeat scroll top center;
	min-height: 645px;
}
#cc-content {
	padding: 10px;
}
a.cc-calendar {
	color:#fff;
}
a.cc-calendar:hover {
	color:#86b1c7;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background:#628dc4 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	-moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	-webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, .6);
	-webkit-border-left-radius:20px;
	-moz-border-radius-left: 20px;
	border:none;
	color:#fff;
	letter-spacing: 1px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#7baff2 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #fff;
}
/***IE6***/
* html #cc-branding-outer {
	min-height: 175px;
	height: auto !important;
	height: 175px;
	background: transparent url(fathers-day-1-hdr-ie6.png) no-repeat bottom right;
}
* html #cc-content-outer {
	margin-top: 15px;
}
* html #cc-content-inner {
	min-height: 645px;
	height: auto !important;
	height: 645px;
}
* html #cc-content {
	padding: 0px;
}
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary {
	background: #628dc4;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background:#7baff2;
}
