/* IE HACKS _ is for IE6 and // is for IE7 */
/* COLORS:  footer (red)=#A60C25, wording (red)=#A60C25, text (grey)= #A5A5A5*/
a { color: black; }
a:visited { color: black; }
a:hover { color: #A60C25; }

body {
	background: #A60C25 url(http://assets.clatterhead.com/images/background.png) top repeat-x;color:#A5A5A5;
}
div#bodySection h2 {height:20px;text-align:left;margin-top:4px;font-size:18px;color:#A60C25;}
div#stepSection h2 {height:20px;text-align:left;margin-top:4px;font-size:18px;color:#A60C25;}

/* thankyou.html.erb */

div#thankYouBody {font-size:34px;text-align:center;margin-top:60px;color:#A60C25;line-height:1.2;}
div#thankYouBody h2 {font-size:25px;margin-top:40px;text-align:center;}

/* social.html.erb */

.thankYouHeader {float:left;font-weight: 600;font-size: 24px;line-height:1.2;margin-top:20px;color: #A60C25;}

/* IMAGE ONLY.  Needs display:none; for h3*/
/*div#adSocial {
	float:left;
	height:168px;
	width:382px;
	margin-left:80px;
	margin-top:30px;
   	background-image: url('http://assets.clatterhead.com/images/brucerobison/ad_social.png');background-repeat: no-repeat;}*/

/* Use image only OR entire block clickable but NOT BOTH */

/* ENTIRE BLOCK clickable.  Needs asset on h3 of admin page */
div#adSocial a {
	float:left;
	height:168px;
	width:382px;
	margin-left:80px;
	margin-top:30px;
	background-image: url('http://assets.clatterhead.com/images/brucerobison/ad_social.png');background-repeat: no-repeat;}

/* h3 links to asset(music or pdf) or website URL on admin page.  Use display:none; for image only*/
#adSocial h3 {font-size:15px;color:black;}

div#shareSocial a {display:block;float:left;height:168px;width:382px;margin-left:80px;margin-top:10px;}
