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

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

form {
}

.form input, .form textarea {
    border: 1px solid #6d8ede;
    width: 75%;
    height: 19px;
    background: #d9d9d9;
}

.form input.button {
    border: 1px solid #6d8ede;
    width: 25%;
    height: 19px;
    background: #d9d9d9;
}

.form input:hover, .form textarea:hover {
    background: #ebebeb;
}

.form input:focus, .form textarea:focus {
    border: 1px solid #f00;
    background: #ff6;
}

.form br { clear: left; }

.form textarea {
    height: 7em;
    margin-bottom: 0px;
}

.form label {
    display: block;
    width: 20%;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}

fieldset {
}

legend {
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6D8EDE;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3, h4 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol, pre {
	margin-bottom: 1.4em;
	line-height: 1.4em;
}

pre {
	padding: 1em;
	background: #EEEEEE;
	overflow: auto;
}

blockquote {
	margin: 1.4em 1.2em;
	padding: 1em;
	background: #EEEEEE;
	border: 1px dotted #CCCCCC;
}

blockquote p {
    margin-bottom: 0;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #6D8EDE;
}

a:hover {
	text-decoration: underline;
	color: #C1C443;
}

img {
    padding: 5px;
    border: 1px solid #C5C5C5;
}

dl {
	margin: 0 1.4em 1.4em;
}

dl dt {
	font-weight: bold;
}

dl dd {
	padding-left: 2em;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 180px;
	padding: 40px 20px 0 0;
	text-align: right;
}

#logo h1 {
	font-size: 3em;
}

#logo h2 {
	font-size: 2em;
}

#logo a {
	color: #C5C5C5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background: #CDCC52 url(sidebar.gif) repeat-y;
}

/* Sidebar > Boxed */

#sidebar .boxed {
	padding: 0 5px;
	color: white;
}

#sidebar .boxed .title {
	height: 26px;
	padding: 14px 0 0 10px;
	background: url(sidebar-title.gif) no-repeat;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	padding: 10px;
}

#sidebar .boxed ul {
	margin: 0;
	list-style: none;
}

#sidebar .boxed li {
	padding: 0 0 0 12px;
	background: url(li.gif) no-repeat left center;
}

#sidebar .boxed h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar .boxed a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar .boxed a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	padding: 40px 15px;
}

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

#menu li {
	display: inline;
    color: white;
}

#menu a {
	display: block;
	width: 170px;
	height: 27px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	background: #DDDC8A url(button.gif) no-repeat;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: -1px;
	font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(button-hover.gif);
	text-decoration: underline;
}

#menu .active a {
	background: #FF8C68 url(button-active.gif) no-repeat;
}

/* the embedded list */
#menu ul ul {
	margin: 0 0 5px 10px;
	list-style: none;
}

#menu ul ul li {
	padding: 0 0 0 12px;
	background: url(li.png) no-repeat left top;
	display: block;
}

#menu ul ul a {
	display: inline;
	height: 27px;
	background: none;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	text-transform: none;
	letter-spacing: 0;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#menu ul ul a:hover {
	background: none;
	text-decoration: underline;
}

/* the bit at the bottom */
#sidebar .extra {
	height: 35px;
	background: url(sidebar-extra.gif);
}

/* Content */

#content {
	float: right;
	width: 540px;
}

#content h1 {
	margin: 2em 0 1em;
	background: url(underline.gif) repeat-x left bottom;
}

#content h2 {
	margin: 1em 0;
	background: url(underline.gif) repeat-x left bottom;
}

#content h3 {
	margin: 1em 0;
	background: url(underline.gif) repeat-x left bottom;
}

#content h4 {
	margin: 1em 0;
}

#content .date {
	text-align: right;
	font-size: 9px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 1em 0;
	background: url(footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* Footer > Legal */

#icons {
    float: right;
}

#legal {
}

#links {
}

/* simple stuff */

td {
    padding-right: 10px;
}

.c {
    text-align: center;
}

.faux, .form label.faux {
    display: none;
}
