/*
 *	CSS (c) 2006 Matti Niemelä
 *	toimitus at galtsu dot net
 */


/*
 *	Body parts
 */

body {
	background: #212420;
	color: #EEE;
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 0.8em;
	}

#main {
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #464E54;
	width: 960px;
	margin: auto;
	}

#header {
	clear: both;
	height: 80px;
	}

	#header h1 {
		display: none;
		}

	#banner {
		display: block;
		float: right;
		height: 60px;
		width: 468px;
		margin: 10px;
		background: url('/gfx/banner.png');
		}

	#logo {
		display: block;
		height: 80px;
		width: 230px;
		}

		#logo img {
			margin: 0;
			}

#content {
	clear: both;
	width: 920px;
	margin: 15px auto;
	}

	#content p {
		margin-left: 10px;
		}

#copyright {
	clear: both;
	margin-top: 120px;
	padding: 30px;
	text-align: center;
	font-size: 0.8em;
	}

#end {
	width: 962px;
	height: 96px;
	margin: auto;
	background: #464E54 url('/gfx/main_end.jpg') top center no-repeat;
	}


/*
 *	Menus
 */

#menu {
	background: #384046;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	clear: both;
	height: 26px;
	padding: 0 10px;
	}

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

	#menu li {
		display: inline;
		}

	#menu li a {
		float: left;
		display: block;
		font-weight: bold;
		color: white;
		text-decoration: none;
		padding: 5px 10px;
		border-left: 1px solid #384046;
		border-right: 1px solid #384046;
		}

	#menu li .open {
		background: #586168;
		border-left: 1px solid #888;
		border-right: 1px solid #888;
		}

#submenu {
	clear: both;
	height: 21px;
	margin-top: 10px;
	padding: 0 20px;
	border-bottom: 1px solid #888;
	}

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

	#submenu li {
		display: inline;
		}

	#submenu li a {
		font-size: 0.9em;
		float: left;
		color: white;
		text-decoration: none;
		padding: 3px 10px;
		margin: 0 5px;
		display: block;
		background-color: #3E474E;
		border-top: 1px solid #888;
		border-right: 1px solid #888;
		border-left: 1px solid #888;
		}

	#submenu li .open {
		border-top: 1px solid #959595;
		border-right: 1px solid #959595;
		border-left: 1px solid #959595;
		background: #586168;
		}


/*
 *	Comment
 */

.image_description {
	min-width: 400px;
	text-align: left;
	background: #212420;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	margin: auto;
	}

.comment {
	margin: 20px 0;
	padding: 1px;
	background: #3E474E;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	}

	.comment div {
		background: #212420;
		border-bottom: 1px solid #888;
		padding: 1px 2px;
		}


/*
 *	Display image
 */

.cell {
	float: left;
	height: 220px;
	width: 210px;
	margin: 1px 8px 8px 0;
	padding: 5px;
	background: #384046;
	border: 1px solid #888;
	text-align: center;
	cursor: pointer;
	}

	.cell a {
		text-decoration: none;
		}

	.cell span {
		color: #eee;
		}

	.cell img {
		margin-top: 3px;
		border: 1px solid #888;
		}

	.cell:hover {
		border: 1px solid #9C9C9C;
		background: #4B555D;
		}


/*
 *	Links
 */

a {
	color: #EDC539;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #D9B021;
	font-weight: bold;
	}


/*
 *	Headers
 */

h2 {
	font-family: "Trebuchet MS", sans-serif;
	border-bottom: 1px solid #888;
	font-size: 1.5em;
	font-weight: normal;
	}

h4 {
	font-size: 1em;
	}


/*
 *	Misc
 */

h1, h2, h3, h4, h5, h6 { color: #E7BE31; }
img { border: 0; }
hr { display: none; }
input { margin-top: 2px; }
label { cursor: pointer; }
small a { text-decoration: none; }
.clickable { cursor: pointer; }

.log_entries {
	font-family: monospace;
	font-size: 11px;
	}

	.log_entries li {
		border-left: 1px solid #888;
		padding: 1px 4px;
		margin-bottom: 10px;
		}


/*
 *	Forms
 */

.submit {
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	color: #E7BE31;
	background: #384046;
	font-weight: bold;
	padding: 3px 5px;
	cursor: pointer;
	}

.vote_submit {
	font-size: 10px;
	padding: 0;
	color: #E7BE31;
	background: #384046;
	border: 1px solid #384046;
	}

.input {
	padding: 2px;
	color: #eee;
	background: #384046 url('/gfx/input_corner.gif') bottom right no-repeat;
	border: 1px solid #888;
	font-family: verdana, sans-serif;
	font-size: 0.9em;
	line-height: 18px;
	}

	.input:focus {
		background: #2F363B url('/gfx/input_corner.gif') bottom right no-repeat;
		}

/*
 *	Texts
 */

.textbox {
	padding: 10px;
	margin: 8px 0;
	background: #384046;
	border: 2px solid #888;
	}

.errstr {
	font-weight: bold;
	color: red;
	}

