@charset "utf-8";
/* CSS Document */

body {
	background-color: #2A8384;
	background-image: url("images/unbreak-top.png"), url("images/az-subtle.png");
	background-repeat: no-repeat, repeat;
}

a:link {color: #29A0B0; text-decoration: none; font-style: oblique;}
a:visited {color: #D4D4D4; text-decoration: none;}
a:hover {color: #AADAF0; text-decoration: underline;}
a:active {color: #FFFFFF; text-decoration: overline;}

#site {
	position: absolute;
	top: 5px;
	left: 400px;
	width: 600px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #0C2424;
	font-size: 12pt;
}

h1 {
	background-color: #0C2424;
	color: #2A8384;
	font-weight: lighter;
	letter-spacing: .5em;
	padding-left: 3px;
}

h2 {
	text-align: center;
	color: #0C2424;
	font-size: 16pt;
}

.footer {
	margin-top: auto;
	padding-top: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 10pt;
	text-align: center;
}

input {
    width:250px;
    height:30px;
    background-color: #2A8384;
    border: 2px solid #2BFFFF;
    margin-top:3px;
    font-size:0.9em;
    color: #000000;
}

#country {
    background-color: #2A8384;
	border: 2px solid #2BFFFF;
    color: #000000;
}

textarea{
    width:250px;
    height:100px;
    background-color: #2A8384;
    border: 1px solid #2BFFFF;
	margin-top:3px;
    font-size:0.9em;
    color: #000000;
}


#submit {
    width: 74px;
    height: 20px;
    background-color: #2A8384;
    border: 1px solid #2BFFFF;
    margin-top: 20px;
}

#fans {
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #000000;
  width: 95%;
}

#fans td, #fans th {
  padding: 10px;
}


#fans th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  color: #0C2424;
}