/* Dewdo Enterprises Stylesheet.  Designed by Nick Dew 2007 */

body {
	margin: 0;
	padding: 0;
	background: #333 url(../images/de_header_bg.gif) top left repeat-x;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: small;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: center;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	height: 125px;
	text-align: left;
}

#header span.hide, #content .block a.hide {
	display: none;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

h1 {
	display: none;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
	text-transform: none;
}

p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #999;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	text-align: justify;
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	text-align: left;
}

#content .block {
	margin: 0 240px 40px 18px;
	padding: 0;
}

#content .block ul {
	margin: 0;
	padding: 0;
}

#content .block ul li {
	margin: 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #393939;
	list-style: none;
}

#content .block ul li p {
	margin: 0 150px 10px 0;
}

#content .block a {
	padding: 1px 7px 3px 7px;
	background: #292929;
	color: #cd4444;
	text-decoration: none;
}

#content .block a:hover {
	background: #000;
}

#content .block a.thickbox {
	margin: 0;
	padding: 0;
	border: none;
}

#content .block a.thickbox img {
	margin: 9px 0 0 0;
	padding: 5px;
	border: 3px solid #999;
	background: #333;
	text-decoration: none;
	float: right;
}

#content .block a:hover.thickbox img {
	border: 3px solid #ccc;
	text-decoration: none;
}

#contact {
	margin: 0 0 0 40px;
	padding: 15px;
	background: #444;
	width: 170px;
	float: right;
}

#contact p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#contact p.error {
	margin: 0 0 10px 0;
	padding: 5px 8px;
	color: #cd4444;
	background: #333;
	font-size: 85%;
	text-align: left;
}

#contact p a {
	margin: 10px 0;
	padding: 3px 6px;
	background: #333;
	color: #999;
	text-align: center;
	display: block;
	text-decoration: none;
}

#contact p a:hover {
	background: #393939;
}

#contact p.buttons {
	text-align: right;
}

#contact form {
	margin: 0;
	padding: 0;
}

#contact form label {
	margin: 0;
	padding: 0;
}

#contact form input {
	margin: 5px 0 15px 0;
	padding: 4px 6px;
	border: 1px solid #444;
	width: 158px;
	background: #505050;
	color: #ccc;
	font-size: 1em;
}

#contact form input:hover {
	border: 1px solid #333;
}

#contact form input:focus {
	background: #393939;
	border: 1px solid #333;
}

#contact form textarea {
	margin: 5px 0 15px 0;
	padding: 4px 6px;
	border: 1px solid #444;
	width: 158px;
	height: 250px;
	background: #505050;
	color: #ccc;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

#contact form textarea:hover {
	border: 1px solid #333;
}

#contact form textarea:focus {
	background: #393939;
	border: 1px solid #333;
}

#contact form input.button {
	margin: 0;
	padding: 4px 6px;
	border: none;
	width: 4.5em;
	background: #333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	text-align: center;
	cursor: pointer;
}

#contact form input:hover.button {
	border: none;
	background: #393939;
}

#login {
	margin: 12px 0 0 0;
	padding: 0;
	height: 2em;
	float: right;
	color: #ffcccc;
	font-size: 0.9em;
}

#login span.name {
	color: #fff;
}

#login a {
	margin: 0 0 0 10px;
	padding: 1px 7px 3px 7px;
	background: #292929;
	color: #cd4444;
	text-decoration: none;
}

#login a:hover {
	background: #000;
}

#navigation {
	margin: 0 0 50px 0;
	padding: 0;
	width: 150px;
	float: right;
}

#navigation h2 {
	margin: 0 0 15px 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	padding: 0 0 15px 0;
	list-style: none;
	font-size: 0.9em;
}

#navigation ul li a {
	padding: 1px 7px 3px 7px;
	background: #292929;
	color: #cd4444;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #000;
}

#admin {
	margin: 0 0 50px 18px;
	padding: 0;
	width: 500px;
	color: #999;	
}

#admin h2 {
	margin: 0 0 15px 0;
}

#admin form {
	margin: 0;
	padding: 15px;
	width: 470px;
	background: #444;
}

#admin form label {
	margin: 0 0 3px 0;
	width: 100px;
	float: left;
}

#admin form label.textarea {
	float: none;
}

#admin form p {
	margin: 0 0 15px 0;
	text-align: left;
}

#admin form p span.delete {
	float: right;
}

#admin form p a {
	color: #fff;
	text-decoration: none;
}

#admin form p a:hover {
	color: #fff;
	text-decoration: underline;
}

#admin form p.error {
	margin: 0 0 10px 0;
	padding: 5px 8px;
	color: #cd4444;
	background: #333;
	font-size: 85%;
	text-align: left;
}

#admin form p.buttons, #admin fieldset p.buttons {
	margin: 0;
	text-align: right;
}
	
#admin form input.button, #admin fieldset input.button {
	margin: 0 0 0 10px;
	padding: 4px 6px;
	border: none;
	width: 4.5em;
	background: #333;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;
	text-align: center;
	cursor: pointer;
}

#admin form input:hover.button, #admin fieldset input.button {
	background: #393939;
}

table {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #444;
	font-size: 0.9em;
}

table tr {
	margin: 0;
	padding: 0;
}

table tr th {
	margin: 0;
	padding: 0 15px 15px 15px;
}

table tr th a {
	color: #ccc;
	text-decoration: none;
}

table tr th a:hover {
	color: #ccc;
	text-decoration: underline;
}

table tr td {
	margin: 0;
	padding: 0 15px 15px 15px;
}

table tr td.records {
	margin: 0;
	padding: 15px;
}

table tr td a {
	color: #ccc;
	text-decoration: none;
}

table tr td a:hover {
	color: #fff;
	text-decoration: none;
}

#footer {
	margin: 0;
	padding: 15px 0 50px 0;
	background: #333 url(../images/de_footer_bg.gif) top left repeat-x;
	clear: both;
}

#footertext {
	margin: 0 auto;
	padding: 0 0 0 18px;
	width: 722px;
	font-size: 1em;
	text-align: center;
}

#footer p {
	color: #666;
}

#footer a {
	padding: 0;
	background: none;
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	padding: 0;
	background: none;
	color: #666;
	text-decoration: underline;
}

#footer span.accessibility {
	width: 200px;
	float: right;
	color: #444;
	text-align: center;
}