/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

@import url("content.css");

body {
	background: #E3E3E6 url(../images/img01.gif) repeat-x;
	color: #88888A;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 17px 0;
	font-size: 92%;
	font-weight: bold;
}

#menu ul li ul {
    border-top: 1px solid #313131;
    font-size: 100%;
}

#menu ul li ul li a {
	height: 30px;
	padding: 10px 10px 0 10px;
	background-color: #fff;
    border: 1px solid #313131;
	border-top: none;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(../images/img02.jpg)
}

#logo h1 {
	margin: 0;
	padding: 6px 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 226%;
    font-weight: bold;
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
    color: #DB5600;
	text-align: right;
	letter-spacing: 0px;
	font-size: 189%;
	font-weight: bold;
	font-style: italic;
    line-height: 100%
}

#logo h3 {
	text-align: right;
	letter-spacing: -1px;
	color: #999;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#main.home {
	width: 760px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat-y;
    border-left: none;
}

#main.page {
	width: 740px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
    background: #fff;
}

#editnav {
	position: absolute;
    top: 200px;
    padding: 2px 1em;
    background-color: #ccc;
    border: solid thin black;
}

.disabled {
	color: #777;
    cursor: default;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url(../images/img09.gif) no-repeat right bottom;
	border-left: 5px solid #DB5600;
    margin-bottom: 0.7em;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
    margin-bottom: 0.7em;
}

#links {
}

#links > ul {
	background: url(../images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0 0;
	background: url(../images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(../images/img08.gif) no-repeat left center;
	color: #DB5600;
}

#links div {
	padding-left: 1em;
	background: url(../images/img08.gif) no-repeat left center;
	color: #313131;
}

#links ul ul {
	margin-left: 1em;
	margin-bottom: 0;
    font-size: 100%;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #DB5600;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/*
.gadget tbody tr:first-child, .gadget .title, .gadget .powered {
	display: none;
}
*/

input[type="submit"] {
    padding: 1px 6px;
}

label.half, label.whole, label.quarter {
    font-weight: bold;
}

label.half {
	float: left;
    width: 49%;
}

label.quarter {
	float: left;
    width: 24%;
}

label.half input, label.whole input, label.quarter input {
	display: block;
    width: 100%;
    margin-bottom: 0.5em;
}

label.half + label.half, label.quarter + label.quarter {
	margin-left: 2%;
}

label.whole {
	display: block;
	clear: both;
    width: 100%;
}

#metadata {
	margin-top: 1em;
}