/* CSS Document */

body {
margin:0;
padding:0;
color: #21303c;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
line-height: 24px;
background: #e6e6e6;
text-align:center;
}

a img {
border:none;	
}

a {
text-decoration:none;
color: #fff;
}

.content a {
text-decoration:none;
color: #88181c;
font-style:italic;
}

p{
padding:0;
margin: 0 0 24px;
}

form {
margin:0;
padding:0;
}
h1 {
margin: 28px 0 36px;
padding:0;
}

h2 {
margin: 0 0 24px;
padding:0;
}

h1 span, h2 span {
display:none;
visibility:hidden;
}

a#buy {
background: url(images/buy.gif) center no-repeat;
width:352px;
height: 50px;
display:block;
margin:0 auto;
}

a#buy:hover {
background: url(images/buy-over.gif) center no-repeat;

}

a#donate {
background: url(images/donation.gif) center no-repeat;
width:352px;
height: 50px;
display:block;
margin:0 auto;
}

a#donate:hover {
background: url(images/donation-hover.gif) center no-repeat;

}

ul.toplinks {
margin:0;
padding:0;
line-height: 46px;
position:absolute;
top:0;
right:20px;
list-style:none;
height:46px;
}

ul.toplinks li {
float:left;
margin:0;
padding:0;
height:46px;

}

ul.toplinks a {
display:block;
padding: 0 8px;
color:#fff;
font-style:normal;
height: 28px;
line-height:28px;
margin: 10px 0 0 10px;
background: url(images/link-bg.gif) top repeat-x;
}

ul.toplinks a:hover {
background-image:none;
background: #21303c;
}

.caps {
font-size: 11px;
letter-spacing: 1px;
color: #88181c;
font-weight:bold;

}

#wrapper {
width: 886px;
border-left: 1px solid #bfbfbf;
border-right: 1px solid #bfbfbf;
background: #fff;
margin:0 auto;
}

#top-head {
height: 46px;
line-height:46px;
display:block;
color: #fff;
background: #88181c;
overflow:hidden;
position:relative;
text-align:left;
padding: 0 0 0 20px;
}

.content {
width: 800px;
text-align:center;
padding: 24px 0;
margin: 0 auto;
}


#download-form {
background: #e2e2e2;
margin: 0 0 20px;
padding: 8px;
text-align:left;
overflow:hidden;
height: 24px;

}

#download-form #email, #download-form #name {
width: 160px;
height: 22px;
border: 1px solid #666;
float:left;
margin: 0 10px 0 0;
padding:0;
}


#download-form #email.required {
border: 1px solid #88181c;
}


#download-link {
float:right;
display:block;
background: #fff;
padding: 0 10px;
}

#download-link.download-link {
background: #88181c;
color: #fff;
}

#tshirt {
display:block;
width:130px;
height:112px;
position:fixed;
top:0;
right:0;
background: url(images/get-your-t-shirts.png);
z-index:999;
}
	
	#tshirtmessage {
	background: #22313D;	
	color: white;
	padding: 10px 40px;
	text-align:left;
	line-height: 19px;
	}
	
	#tshirtmessage a {
	color: #e3e3e3;
	text-decoration:underline;
	}
	
	#refer {
	color: #fff;
	background: #21303c;
	padding: 10px 20px;
	text-align: right;
	}
	
	#refer a {
	color: #fff;	
	text-decoration: underline;
	}
