@import url(http://fonts.googleapis.com/css?family=Short+Stack);

@import url(http://fonts.googleapis.com/css?family=Andika);


body {
	background-image: url(images/bg.jpg); 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: center center;
	background-color: #000000;
}

a:link {
	text-decoration: none;
	color:#001977;
}

a:visited {
	text-decoration: none; 
	color:#a90000;
}

a:active {
	text-decoration: none; 
	color:#a90000;
}

a:hover {
	text-decoration: underline; 
	color:#001977;
}

h2 {
	font-size:16px;
	font-weight:bold;
	font-family:Short Stack;
	color:#000000;
	padding-left:0px;
	text-align: center;
	text-shadow:1px 1px white;
}	

div.clear { 
	clear: both;
	height: 0;
}

/* Header */

#head {
	height:auto;
	width:800px;
	background-image: url(images/logo.png); 
	background-repeat: no-repeat; 
	background-position: center center;
	margin-top:0px;
}

/* Menu */


		
#links td{
	height: auto;
	width:auto;
	float: left;
	list-style-type: none;
	padding-left:10px;
	padding-right:10px;
	font-size:23px;
	font-weight:normal;
	font-family: Short Stack;
	z-index:1;
}

#links table {
	margin-left: 67px;
}

#links a:link {
	text-decoration: none;
	color:white;
}

#links a:visited {
	text-decoration: none; 
	color:white;
}

#links a:active {
	text-decoration: none; 
	color:white;
}

#links a:hover {
	text-decoration: underline; 
	color:white;
}

/* Main Holder */

div.main-holder {
	width:1000px;
	height:auto;
  	margin-top:40px;
	margin-bottom:50px;
	margin-right:auto;
	margin-left:auto;
	/*border:2px solid green;*/
}

div.column1 {
	width:580px;
	float: right;
	/*border:2px solid pink;*/
}

div.navbox {
	float: right;
	width:550px;
	height:auto;
	background-color:rgba(173, 0, 0, 1);
	border:2px solid white;
  	margin-top:auto;
	margin-bottom:-10px;
	margin-right:15px;
	margin-left:13px;
  	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	position: absolute;
}

div.transbox1 {
	float: right;
	width:580px;
	height:auto;
	background-color:rgba(255, 255, 255, 0.65);
	border:2px solid white;
  	margin-top:31px;
	margin-bottom:25px;
	margin-right:0px;
	margin-left:auto;
  	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
}

div.transbox2 {
	float: left;
	width:380px;
	height:auto;
	background-color:rgba(255, 255, 255, 0.65);
	border:2px solid white;
  	margin-top:20px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:7px;
  	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

div.logo {
	float: left;
	height:123px;
	width:235px;
	background-image: url(images/logo.png); 
	background-repeat: no-repeat; 
	background-position: center center;
  	margin-top:5px;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:15px;
	padding-left:70px;
}

div.welcome {
	width:500px;
	height:auto;
  	margin-top:auto;
	margin-bottom:auto;
	margin-right:auto;
	margin-left:auto;
	padding: 0 0 0 0 ;
}

p {
	font-size:15px;
	font-weight:normal;
	font-family: Andika;
	color:#000000;
}

h1 {
	text-align:center;
	font-size:27px;
	font-weight:bold;
	font-family:Short Stack;
	color:#000000;
	border-bottom: solid #a90000 1px;
	text-shadow:1px 1px white;
}

/* News Box */

div.news {
	width:500px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:5px;
}

th, td {
	width:auto;
}

th {
	font-size:17px;
	font-weight:normal;
	font-family:Andika;
}

td {
	font-size:13px;
	font-weight:normal;
	font-family:Andika;
	color:#000000;
	
}

#grove {
border-width:1px;
border-top:groove;
border-color:white;
width:400px;
}

#grove-right {
border-width:1px;
border-right:groove;
border-color:white;
}

/* Challenge Form */

#form {
	width:690px;
	padding-left:110px;
}

input, select, textarea, options {
	border:1px solid #001977;
}

/* Donate */

#paypal  {
	text-align:center;
}

