@import url("http://unitedlemur.org/common/layout.css");

html {
	background: black url("bg.jpg") top left;
}

body {
	background: transparent url(stripe.png) repeat-x 20% 0;
}


h1 {
	background: transparent url(title.png) no-repeat top left;
	color: #ffbf00;
	margin-top: -7px;
	padding-top: 85px;
	text-shadow: 0px 1px 3px rgba(0,0,0,0.85);
}

.post {
	margin-top: 20px;
}

.post h2 a:link, .post h2 a:visited {
	font: bold 18px/20px  "Helvetica Neue", "Arial", sans-serif;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.postdate {
	font-style: italic;
	font-size: 11px;
	border-top: 1px solid #CDB366;
	margin-bottom: 80px;
}

#content {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.85);
}

#blurb, a:link, a:visited {
	color: #ffdf7f;
}

#threeFeatures div {
	color: white;
	border: 8px solid white;
	width: 289px;
	height: 194px;
	position: relative;
	left: 0;
	margin-left: 13px;
	float: left;
}

#threeFeatures h2 {
	font: bold 24px/0px "Helvetica Neue", "Arial", sans-serif;
	margin: 52px 0 -10px 24px;
}

#footer {
	color: #d50000;
}

div#first {
	background-image: url("puzzllotto.jpg");
	margin-left: 0;
}

div#second {
	background-image: url("fundware.jpg");
}

div#third {
	background-image: url("thievey.jpg");
}


#threeFeatures a {
	position: absolute;
	display: block;
	width: 289px;
	height: 194px;
	top: 0;
	left: 0;
	text-indent: -1000em;
	overflow: hidden;
}

#threeFeatures {
	height: 210px;
}


#threeFeatures p {
	margin: 20px 25px;
	clear: left;
}

.flair, .nav {
	padding: 8px 0 0 8px;
	margin: 0;
}

#supportform label {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 5px;
	font-weight: bold;
	text-align: top;
}

form#supportform {
	float: left;
	margin-top: 20px;
}

#supportform input, #supportform textarea {
	width : 300px;
	padding: 1px;
	margin: 1px;
}

#supportform textarea, #supportform #messageLabel {
	height: 100px;
	vertical-align: top;
}

#supportform input#send {
	width: auto;
	float: right;
	margin: 10px 5px;
	width: 5em;
}

#homelink {
	position: absolute;
	width: 390px;
	height: 74px;
	top: 15px;
	left: -10px;
	text-indent: -1000em;
	overflow: hidden;
}

.announcement {
	border: 1px solid #ffbf00;
}

.announcement h2, .announcement a:link, .announcement a:visited {
	color: #fff;
}

.announcement img {
	margin-left: -5px;
}