/* PAGE ELEMENTS */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body, div, p, a, th, td, h1, h2, h3, label {
	color: #444;
	margin: 0px;
	padding: 0px;
}
body {
	background: white;
	font-size: 12px;
}
h1 {
	color: #00C0FF;
	font-family: Palatino, Palatino Linotype, Georgia, Times;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
input, textarea {
	border: solid 1px black;
	color: black;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px;
}
div#main {
	background: url('/img/ballon.gif') no-repeat 80px 0px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 14px;
	margin: 0px auto 5px;
	position: relative;
	text-align: left;
	width: 1000px;
}
div.clear {
	clear: both;
	float: left;
	width: 100%;
}
img { vertical-align: text-bottom; }
ul li { list-style: square inside; }
ol li { list-style: decimal inside; }
hr {
	background: #00C0FF;
	height: 1px;
	visibility: visible;
}

/* HEADER */
div#header {
	border-bottom: double 4px #00C0FF;
	height: 70px;
	position: relative;
}
#header div#logo {
	left: 10px;
	position: absolute;
	top: 12px;
}
div#menu {
	font-size: 20px;
	position: absolute;
	right: 8px;
	text-align: right;
	top: 30px;
	width: 700px;
}
#menu a {
	font-family: Palatino, Palatino Linotype, Georgia, Times;
	color: #333;
	display: inline-block;
	height: 20px;
	text-decoration: none;
}
#menu a div { padding: 0px 15px; }
#menu a.current, #menu a:hover { color: #00C0FF; }
#menu a.current div, #menu a:hover div, #menu a div:hover { color: #00C0FF; }

/* FOOTER */
div#footer {
	border-top: double 4px #00C0FF; 
	font-size: 13px;
	height: 40px;
	position: relative;
}
#footer div {
	color: #333;
	float: left;
	padding: 10px;
}
#footer div#twitter { width: 400px; }
#footer #twitter a.ago {
	color: #666;
	float: right;
	font-size: 10px;
}
#footer #twitter p {
	margin-top: 10px;
}
#footer div#links { width: 250px; }
#footer div#contact { width: 280px; }
#footer #contact p a { color: #333; }
div#footerline {
	border-top: solid 1px #00C0FF;
	clear: left;
	margin-top: 10px;
	position: relative;
}
#footerline div {
	position: absolute;
	top: 10px;
}
#footerline div.copyright { left: 18px; }
#footerline div.madeby {
	right: 25px;
	text-align: right;
}
#footer a, #footerline a { color: #00C0FF; }
#footer a.textlink, #footerline a.textlink { color: #333; }

/* FIELDS */
.field div.leftcol {
	float: left;
	width: 300px;
}
.field div.rightcol {
	border-left: solid 1px #00C0FF;
	float: right;
	padding-left: 30px;
	width: 510px;
}


/* CONTENT */
div#content {
	min-height: 400px;
	padding: 10px;
	position: relative;
	text-align: left;
}
#content p { margin-bottom: 15px; }
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
input.text, input[type=checkbox], textarea, select { margin-bottom: 10px; }
input.text, textarea {
	border: solid 1px black;
	width: 500px;
}
input.text:focus, textarea:focus, select:focus {
	outline: solid 1px #728401;
}
input[type=submit], input[type=reset], input[type=button], button {
	background: #AAA;
	border: solid 2px #FFF;
	border-bottom-color: #444;
	border-right-color: #444;
	padding: 4px 8px;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover,
input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus, button:focus {
	background: #CCC;
}
input[type=submit]:active, input[type=reset]:active, input[type=button]:active, button:active {
	background: #CCC;
	border: solid 2px #444;
	border-bottom-color: #FFF;
	border-right-color: #FFF;
}

/* HOME PAGE */
#content div.titlepage {
	margin: 20px 0px;
	text-align: center;
}
#content div.subtitle {
	background: #00C0FF;
	color: white;
	font-family: Palatino, Palatino Linotype, Georgia, Times;
	font-size: 20px;
	padding: 10px;
	text-align: center;
}

/* TEXT PAGES */
#content div.text {
	overflow: auto;
	padding: 10px 30px;
	text-align: left;
}
#content div.message {
	font-weight: bold;
}

/* SITEMAP */
#content .sitemap ul {
	margin: 0px 0px 5px 15px;
}

/* ADMIN PAGES */
#content div.adminpages {
}
.adminpages ul {
	margin-bottom: 20px;
}
.adminpages ul ul {
	margin: 0px;
	padding-left: 15px;
}
.adminform hr { width: 500px; }
#content div.adminform {
}
#content div.markdown {
	border: double 3px black;
	margin-top: 20px;
}