@charset "UTF-8";
/* CSS for screen */

/* base ------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #fff;
	font-family: 'Futura-Medium','Futura','Trebuchet MS',sans-serif;
}
h2, h3, h4, p, li, dl {
	font-weight: lighter;
}
a {
	color: #CCC;
}
#container {
	margin: 0 auto;
	padding: 0 25px;
	width: 950px;
	overflow: hidden;
}
/* green colour */
a:hover, #nav li a:hover, #footer h4.tagline {
	/*color: #186e22;*/
	color: #060;
}
#content div.team {
	/*border-top: 6px solid #186e22;*/
	border-top: 6px solid #060;
}

/* headmast ------------------------------- */
#headmast {
	height: 145px;
}
#headmast h1 {
	display: none;
}
#headmast a img {
	border-width: 0;
	float: left;
}
#headmast img.logo {
	padding: 10px 0;
}
#headmast h3.strapline {
	width: 100%;
	float: right;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	color: #ccc;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: -30px 0 0;
}

/* nav ------------------------------- */
#nav {
	width: 230px;
	float: left;
	margin-bottom: 25px;
}
#nav ul {
	margin: 0 0 0 20px;
	padding: 0;
}
#nav li {
	list-style-type: none;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 21px;
	color: #fff;
}
#nav li a:link {
	color: #bbb;
	text-decoration: none;
}
#nav li a:visited {
	color: #999;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: none;
}
#nav hr {
	visibility: hidden;
	width: 150px;
	margin: 10px 20px;
	height: 1px;
	border-width: 1px 0 0 0;
	border-top-style: solid;
	border-top-color: #666;
}
#nav ul#log-in li {
	font-size: 0.8em;
}

/* content ------------------------------- */
#content {
	width: 720px;
	margin-left: 230px;
}
#content h2 {
	font-size: 24px;
	line-height: 38px;
	color: #ccc;
}
#content #body {
	padding: 0 10px;
}
#content p, #content li, #content dt, #content dl {
	font-size: 16px;
	color: #bbb;
}
#content td, #content th {
	font-size: 12px;
}
#content ul li {
	list-style-type: square;
}
#content ul li li {
	list-style-type: circle;
}

#content form.log-in {
	width: 500px;
	border: 1px solid #666;
	padding: 10px;
}
#content label {
	display: block;
	float: left;
	width: 160px;
}
#content input {
	border: none;
}
#content input.submit {
	color: #fff;
	border: 1px solid #666;
	background-color: #333;
}
#content div.team {
	width: 100px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 10px;
	padding: 2px 10px;
}
#content div.team a {
	text-decoration: none;
}
#content div.team p {
	font-size: 12px;
}
#content div.fund {
	background: transparent url(../images/arrow.png) scroll no-repeat 0 5px;
	width: 200px;
	height: 80px;
	overflow: hidden;
	float: left;
	margin: 10px;
	padding: 0 25px;
}
#content div.fund h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
#content div.fund a {
	text-decoration: none;
}
#content div.fund p {
	font-size: 12px;
	margin: 10px 0;
	padding: 0;
}
#content hr.clear {
	width: 100%;
	height: 120px;
	border: none;
	visibility: hidden;
}
#content div.address {
	width: 210px;
	padding-right: 20px;
	float: left;
}
#content div.address p {
	font-size: 12px;
}
span.pre {
	font-size: 3em;
	color: #FF0000;
	position: absolute;
	top: 25px;
	left: 25px;
}

/* edit buttons ------------------------------- */
.top {
	position: absolute;
	top: 0;
}
.btn a {
	line-height: 35px;
	display: block;
	color: #FFF;
	height: 35px;
	text-decoration: none;
	padding: 0 15px;
}
.btn input {
	background-color: transparent;
	line-height: 35px;
	display: block;
	color: #FFF;
	width: auto;
	height: 35px;
	float: left;
	margin-right: 10px;
	padding: 0 15px;
	cursor: pointer;
}
.btn:hover {
	color: #FFF;
	text-decoration: none;
}
#content .btn p {
	margin: 0;
	padding: 0;
	color: #fff;
}
.add {
	margin-left: 300px;
	background-color: #060;
}
.add:hover {
	background-color: #090;
}
.delete {
	margin-left: 240px;
	background-color: #333;
}
.delete:hover {
	background-color: #444;
}
.edit {
	margin-left: 400px;
	background-color: #F00;
}
.edit:hover {
	background-color: #F30;
}
.save input {
	background-color: #009;
}
.save input:hover {
	background-color: #03C;
}
.preview input {
	background-color: #339;
}
.preview input:hover {
	background-color: #33C;
}
th {
	font-weight: lighter;
	background-color: #060;
	padding: 0.25em;
}
.form td {
	border-bottom: 1px dotted #333;
}
.list tr:hover {
	background-color: #111;
}
.right {
	text-align: right;
}

/* footer ------------------------------- */
#footer {
	clear: both;
	text-align: center;
	padding-top: 2em;
}
#footer h4.tagline {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	margin: 0;
}
#footer small {
	font-size: 0.7em;
	color: #333;
}