@import url("reset.css");

body {
	background:#000;
	color:#fff;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

p {
	margin:0 0 10px 0;
}

a {
	color:#fff;
	text-decoration:none;
}

ul.errors li {
	color:#dd0000;
}

a.email {
	text-decoration:underline;
}

h1.fof {
	font-size:2em;
	text-align:center;
	margin-top:20px;
}

h1 {
	font-size:1.6em;
	margin-bottom:15px;
	font-weight:bold;
}

h2 {
	font-size:1.5em;
}

.strong {
	font-weight:bold;
}

#wrapper {
	width:700px;
	margin:100px auto;
}

#header {
	width:700px;
	height:75px;
	position:relative;
	border-bottom:solid 1px #cccccc;
	padding-bottom:5px;
	z-index:10;
}

#body {
	width:700px;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding-top:20px;
	border-bottom:solid 1px #cccccc;
	font-size:0.9em;
	margin-top:0px;
	position:relative;
}
	#body a { text-decoration:underline; }
	#body h1.main { margin-left:30px; }
	#body #text {
		width:360px;
		z-index:10;
		padding-left:30px;
	}

#flower {
	position:absolute;
	top:-72px;
	left:-160px;
	z-index:0;
}

#logo {
	margin-left:20px;
}

#menu {
	position:absolute;
	bottom:8px;
	right:0px;
}
	#menu li {
		display:inline;
	}
	#menu li a {
		padding:5px;
		font-size:0.9em;
	}
	
#footer {
	position:relative;
	font-size:0.8em;
}

#url {
	position:absolute;
	right:0px;
}


	#contact tr td {
		padding:10px;
		text-align:left;
	}
	#contact tr th {
		width:50px;
		font-weight:bold;
	}

.left {
	float:left;
	width:50%;
	margin-bottom:10px;
}

.right {
	float:right;
	width:50%;
}

#form {
	margin-top:40px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom:10px;
}
	#form tr td {
		padding:5px;
	}
	#form tr th {
		padding:6px;
	}

.field {
	width:300px;
	padding:3px;
	border:solid 1px #fff;
}

select.field {
	width:307px;
}

textarea.field {
	width:365px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

#post_add {
	display:none;
	margin-top:20px;
}

ul { margin-left:12px; }
ul li {
	margin:10px 0 10px 0;
	list-style:disc;
	color:#fff;
}
ul li.margin-top { margin-top:30px; }

