/*
Original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Modifications by Henry C. Schmitt
Also released for free under Creative Commons Attribution 3.0 United
States License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: white url(images/img01.gif) repeat-x;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: black;
	min-width: 1000px;	
}

h1, h2, h3 {
/*    	clear: left; */
	color: #981B1E;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin-bottom: 0.5em;
	font-size: 2em;
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: .4em;
	line-height: 1.25em;
}

p {
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
	padding: 1em 1em 0 1em;
	background: #FFEEEE;
	border: 1px dotted #981B1E;
	font-style: italic;
	color: #981B1E;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: red;
}

a:visited {
	color: #663333;
}

a.return {
	font-size: small;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
	clear: left;
}	

img {
	border: none;
}

img.buttons {
	margin: 3px;
}

.hr hr {
	display: none;
}

.hr {
	clear: both;
	margin-top: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #981B1E;
	
}

div.team-donate {
	text-align: center;
}

.submit {
	margin-top: 25px;
}

.buttons {
	float: right;
	text-align: center;
}

/* Boxed Style */

.boxed {
/*	margin-bottom: 20px;
	padding-bottom: 16px;*/
}

.boxed .title {
	font-size: 1.2em;
	font-weight: bold;
	color: #981B1E;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

.boxed .content {
        margin-top: 10px;
        margin-bottom: 10px;
	border-bottom: 1px dotted #981B1E;
}

/* Logo */

#logo {
	height: 60px;
	padding: 10px 20px;
}

#logo h1 {
	float: left;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	padding: .75em 0 0 .4em;
	font-size: 1.4em;
	font-style: italic;
}

#logo a {
	border: none;
	color: #981B1E;
}

/* Content */

#content {
}

/* Content > Main */

#main {
	min-width: 615px;
	margin: 0px 260px 0px 20px;
	padding: 15px;
	background: white;
	border: 5px solid #981B1E;
}

#extra {
	height: 31px;
	margin: 0px 260px 0px 20px;
	background: url(images/img02.gif) repeat-x;
}

#thermometer {
	float: left;
	margin: 10px;
}

#graphics {
}

#graphics img {
	border: 1px solid #981B1E;
}

#graphics p.tt {
	font-family: Consolas, "Lucida Console", "Courier New", Courier, monospaced;
	margin-top: 1em;
}

#icons p.tt {
	font-family: Consolas, "Lucida Console", "Courier New", Courier, monospaced;
	margin-top: 1em;
}
    
/* Content > Main > Welcome */

#welcome {
}

#sponsors img {
	  padding: 20px;
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	display: inline;
	float: right;
	width: 220px;
	padding: 20px 20px 0 0;
}

#sidebar img {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #B43939;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #B43939;
}

#inputsubmit1 {
	background: #B43939;
	color: white;
}

/* Content > Sidebar > Menu */

#menu {
	height: 2.5em;
	padding-left: 20px;
	background: #FFCCCC url(images/menu.gif) repeat-x;
	width: 100%;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 15px 7px 9px;
	border-right: 1px solid #981B1E;
	color: #981B1E;
	text-decoration: none;
	font-size: 12px;
}

#menu a.first {
      border-left: 1px solid #981B1E;
}

#menu a:hover {
	background: #CC9999;
}

#menu .active a {
	background: #981B1E;
	text-decoration: none;
	color: #FFEEEE;
}

.heartlings {
	margin-bottom: 1.5em;
}

.heartlings ul {
	width: 45em;
}

.heartlings li {
	float: left;
	width: 15em;
}

.heartlings br {
	clear: left;
}

.album table {
        border: 0;
}

.album tr {
        valign: "top";
}

#card img {
	border: 1px solid black;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font-size: x-small;
	font-weight: bold;
	color: #981B1E;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #CC6666;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #CC6666;
}

#donation h3 {
	margin-top: 1em;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 10px;
	padding: 20px 40px 40px 40px;
	background: #981B1E;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #FFEEEE;
}

#footer a {
	text-decoration: underline;
	color: #FF9999;
}

#footer a:hover {
	text-decoration: none;
	color: red;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
