﻿/****************** Reset ******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color:#a0a0b0;
	font-family:Verdana,Geneva,sans-serif;
	font-size:16px;
	line-height:24px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************** General ******************/

.number {
	text-align:right;
}

.nowrap {
	white-space:nowrap;
}

.errors {
	color:red;
	list-style-image:none;
}

.message {
	color:green;
	margin:24px 0 0 0;
}

.inlineimgright {
	color:#CA4B06;
	font-size:80%;
	float:right;
	text-align:center;
	margin:10px 0 0 14px;
}

.inlineimgleft {
	color:#CA4B06;
	font-size:80%;
	float:left;
	text-align:center;
	margin:10px 14px 0 0;
}

ul {
	list-style-image:url(resources/bullet.gif);
	margin:24px 0 0 40px;
}

ol {
	list-style-type:decimal;
	margin:24px 0 0 40px;
}

p {
	margin-top:24px;
}

h1 { /* TODO: Lucida Sans here? */
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1.5px;
	color:#ffffff;
}

h2 {
	margin-top:24px;
	color:#ffffff;
	font-style:italic;
}

h3 {
	margin-top:24px;
	color:#CA4B06;
	font-size:80%;
}

table {
	margin:24px 0 0 30px;
	border-collapse:collapse;
}

table tr th {
	border-bottom:2px solid #CA4B06;
	line-height:22px;
	color:#ffffff;
	padding:0 10px;
}

table tr td {
	padding:0 10px;
	line-height:23px;
	border-bottom:1px solid #a0a0b0;
}

table .summary td {
	border:none;
	line-height:24px;
	color:#CA4B06;
}

a {
	color:#CA4B06;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

quote {
	font-style:italic;
}

dl {
	margin:0 0 24px 0;
	float:left;
}

dl dt {
	display:block;
	float:left;
	width:120px;
	margin:24px 0 0 0;
}

dl dd {
	display:block;
	width:495px;
	float:left;
	margin:24px 0 0 0;
}

/****************** Forms ******************/

form {
	margin:14px 30px 0 30px;
	background-color:#202020;
	padding:5px 10px;
}

form ul {
	list-style-image:none;
	margin:0;
}

form ul li {
}

form ul li label {
	width:140px;
	display:block;
	float:left;
	clear:both;
	color:#ffffff;
}

form ul li input, form ul li select, form ul li textarea, form input {
	cursor:text;
	font-weight:normal;
	font-family:Verdana,Geneva,sans-serif;
	font-size:12px;
	line-height:24px;
	padding:2px 5px;
	margin:0;
	background:#000000;
	color:#ffffff;
	border:1px solid #ffffff;
}

form ul li input[type=submit], form input[type=submit] {
	background:#404040;
	padding:0 5px;
	font-weight:bold;
	border:2px outset #ffffff;
	color:#ffffff;
	cursor:pointer;
}

form ul li textarea {
	line-height:16px;
}

form ul li input:active[type=submit], form input:active {
	color:#ffffff;
	border:2px inset #ffffff;
}

form ul li input[disabled=disabled],form ul li input:active[disabled=disabled] {
	cursor:default;
	color:#808080;
	border:2px solid #808080;
}

form ul li select {
	padding:0 0 0 2px;
}

/****************** Main Structure ******************/

body, html {
	background:url(resources/topborder.gif) top repeat-x #000000;
}

#page {
	width:960px;
	margin:0 auto;
}

#header {
	background:url(resources/header.jpg) top center no-repeat;
	height:215px;
}

#links {
	width:205px;
	float:left;
}

#ads {
	width:130px;
	float:left;
	padding-top:48px;
}

#content {
	margin:0 0 0 8px;
	width:617px;
	float:left;
}

#footer {
	width:960px;
	height:50px;
	clear:both;
}

/****************** Links ******************/

#links ul {
	margin:48px 0 0 0;
	list-style-type:none;
	list-style-image:none;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1.5px;
}

#links a:hover {
	color:#ffffff;
	text-decoration:none;
}

/****************** Pictures ******************/

#admingalleryoverview, #admingallery, #galleryoverview, #gallery {
	list-style-image:none;
	margin:24px 0 0 0;
}

#admingalleryoverview li {
	float:left;
	display:block;
	width:200px;
	height:300px;
	text-align:center;
}

#galleryoverview li {
	float:left;
	display:block;
	width:200px;
	height:200px;
	text-align:center;
}

#admingalleryoverview li input {
	width:100px;
}

#admingallery li, #gallery li {
	width:600px;
	text-align:center;
	margin:0 0 24px 0;
}
