/*
 *  site.css
 */

body {
	background-color: #37083F;
	background-image: url(/media/images/wallpaper.jpg);
	font-family: Arial, Verdana, sans-serif;
	color: white;
}

#page {
	border: 1px solid #80238F;
	background-color: black;
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header, #footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}

.error {
	color: red;
}

.message {
	font-size: 14pt;
	color: green;
}

.console {
	margin: 5px;
	padding: 3px;
	font-family: Courier, monospace;
	border: 2px dashed green;
	background: #2f3f34;
	color: white;
}

/* gallery */

div.caption {
	display: none;
}

a.pagination {
	margin: 2px;
}

#categoryTable {
	margin-left: auto;
	margin-right: auto;
}

#categoryTable td {
	text-align: center;
	vertical-align: top;
	padding: 3px;
}

#categoryTable a {
	color: white;
	text-decoration: none;
}

#categoryTable img {
	border: none;	
}
	

/* slideshow */

#main_slideshow {
	height: 350px;
	width: 700px;
	position: relative;
	margin-left: 100px;
	margin-top: 20px;
}

#main_slideshow img {
	display: none;	
}

.slideshow img { }
