@charset "utf-8";
@import url(nav.css);
/* CSS Document */
@import url("global/html5.css");
@import url("global/reset.css");
/* Main Styles */

body {
	margin: 0px;
	background: #EFEFEF;
}
p {
	font: 12px Verdana, Geneva, sans-serif;
	line-height: 18px;
	/*margin: 2px 5px;*/
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.container p a, #footer p a {
	text-decoration: none;
	color: #FFF;
	background-color: #9BD85D;
}
.container p a:hover, #footer p a:hover {
	border-bottom: 1px dashed #063;
	color: #063;
	background-color: #AFE07E;
}
img {
	display: block;
	border: 0px;
	padding: 0;
	margin: 0 auto;
}
a img {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}
/* Header */

header.main {
	height: 167px;
	background: #BCE5FC;
	background: -moz-linear-gradient(top, #E0F3FE 0%, #96D7FA 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0F3FE), color-stop(100%,#96D7FA)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E0F3FE', endColorstr='#96D7FA',GradientType=0 ); /* ie */
}
div#headerCenter {
	height: 135px;
	background: url(../_images/headerContentBackground.png) no-repeat right;
}
div#headerContent {
	position: relative;
	padding-top: 20px;
	margin: 0 auto;
	width: 960px;
	height: 115px;
	background: url(../_images/headerContent.png) no-repeat bottom;
}
img#logo {
	margin: 13px;
}
/* Main Content */

div#content {
	background: url(../_images/navigation_shadow.png) no-repeat center top #FFF;
	width: 958px;
	margin: 0 auto;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
}
#mainContent {
	width: 700px;
	margin: 9px;
	float: left;
}
#mainContentFull {
	width: 940px;
	margin: 9px;
	float: left;
}
/* Main Content Text */

#mainContent p {
	margin: 10px;
}
/* Sidebar */

#sidebar {
	width: 220px;
	float: left;
	margin: 9px;
}
/* Sidebar Text */

#sidebar p {
	font: 11px Verdana, Geneva, sans-serif;
	line-height: 16px;
	color: #666;
	margin: 5px;
}
#sidebar .container ul {
	padding: 0;
	margin: 0;
}
#sidebar .container ul li, #sidebar .container dl dt, #sidebar .container dl dd {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	background: #DCECD7;
	display: block;
	list-style: none;
	display: block;
}
#sidebar .container ul li, #sidebar .container dl dt {
	padding: 3px;
	margin: 3px;
}
#sidebar .container ul li:hover, #sidebar .container dl dt:hover, #sidebar .container dl dd:hover {
	background: #FFF;
}
#sidebar .container * li a, #sidebar .container * dt a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #063;
}
#sidebar .container * li a:hover, #sidebar .container * dt a:hover {
	color: #3C0;
}
#sidebar .container dl dt {
	font-size: 14px;
	margin: 3px 3px 0 3px;
}
#sidebar .container dl dd {
	margin: 0 3px 3px 25px;
}
/* Gallery Styles */

.galleryContainer {
	width: 256px;
	margin: 8px 18px;
	float: left;
}
.galleryText {
	background-color: #D6B698;
	color: #FFF;
}
/* Content Footer */

.contentFooter {
	width: auto;
	height: 3px;
	background-color: #D6B698;
	margin: 10px;
	padding: 0;
}
.contentFooter div {
	height: 3px;
	float: right;
}
.contentFooter > div {
	width: 80%;
	background-color: #B3DDB7;
}
.contentFooter div > div {
	width: 75%;
	background-color: #8A6E54;
}
.contentFooter div div > div {
	width: 66%;
	background-color: #7563A3;
}
.contentFooter div div div > div {
	width: 50%;
	background-color: #DFE65B;
}
/* Content Containers */

.container {
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #F4FFDF;
}
.container > div {
	padding: 3px 10px;
}
.container img {
}
.header1, .header2, .header3, .header4, .header5 {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
div.header1 {
	background: #D6B698;
}
div.header2 {
	background: #B3DDB7;
}
div.header3 {
	background: #8A6E54;
}
div.header4 {
	background: #7563A3;
}
div.header5 {
	background: #DFE65B;
}
img#avatar {
	float: left;
	margin: 8px 3px 3px 0px;
}
/* Content Container Text */

.container > div h1, .container > div h2, .container > div h3, .container > div h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	color: #FFF;
	margin: 0;
	padding: 0;
}
/* Footer */

footer.main {
	background: #9BD85D;
	margin-top: 20px;
	height: 120px;
}
footer.main p {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #000;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
/* Miscellaneous Styles */

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
#newestMedia {
	margin: 10px 0;
	width: 256px;
	float: left;
}
.test {
	background-color: #000;
	height: 3px;
	width: 100%;
	padding: 0;
	margin: 0;
}
.donateBtn {
	text-align: center;
}
div#swf {
	display: inline-block;
	margin: 0 auto;
}
.container blockquote {
	border: 1px solid #7563A3;
	background: #D0E4BA;
	padding: 4px;
	margin: 10px 20px;
}
.container blockquote p {
	color: white;
}
#mainContent .container h3 {
	border-bottom: 1px solid #D6B698;
}
.round { -webkit-border-radius: 5px; }
/* Upload Form */

#mainContent .container .uploadError {
	background: #F9DFDF;
	border: 1px solid #D6B698;
	padding: 3px;
	font-size: 12px;
	line-height: 1;
}
#mainContent .container #uploadForm {
	-webkit-border-radius: 60px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: #CCC;
	margin: 10px;
	display: block;
	padding: 5px;
	text-align: center;
		background: #d5cea6; /* old browsers */
	background: -moz-linear-gradient(top, #b7ad70 0%, #c9c190 60%, #d5cea6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7ad70), color-stop(60%,#c9c190), color-stop(100%,#d5cea6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* ie */

}
#mainContent .container #uploadForm input[type="file"] {
	width: 500px;
}
#mainContent .container #uploadForm input[type="submit"] {
	font-weight: bold;
	-webkit-border-radius: 10px 60px 60px 10px;
	padding: 13px;
	border: 2px solid #333;;
	background: #d5cea6; /* old browsers */
	background: -moz-linear-gradient(top, #d5cea6 0%, #c9c190 40%, #b7ad70 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5cea6), color-stop(40%,#c9c190), color-stop(100%,#b7ad70)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* ie */
	cursor: pointer;
}
#mainContent .container #uploadForm input[type="submit"]:hover {
	background: #d5cea6; /* old browsers */
	background: -moz-linear-gradient(top, #b7ad70 0%, #c9c190 60%, #d5cea6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7ad70), color-stop(60%,#c9c190), color-stop(100%,#d5cea6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5cea6', endColorstr='#b7ad70',GradientType=0 ); /* ie */
}

