@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: none;
}

.clear {
	width: 0;
	height: 0;
	clear: both;
}

/* Global */
body {
	margin: 20px auto;
	width: 800px;
	background: #262626 url(../img/bg.jpg) top repeat-y fixed;
	color: #a0a0a0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5 {
	margin: 4px 0 8px;
	color: #e0e0e0;
	font-weight: bold;
}
h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

h6 {
	margin: 4px 0 8px;
	color: #e0e0e0;
	font-size: 11px;
	font-weight: normal;
}

p { margin: 0 0 10px; }

a {
	color: #e0e0e0;
	font-weight: bold;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

img {
	border: 0;
}
/************/

#header {
}

#logo {
	height: 100px;
}

#navi {
	padding: 10px 40px 20px;
}

#navi ul {
	list-style: none;
}

#navi ul li {
	display: block;
	float: left;
}

#navi ul li a {
	padding: 8px 16px;
	font-size: 13px;
	display: inline-block;
}

#navi ul li a.current {
	padding: 8px 16px 5px;
	border-bottom: 3px solid #404040;
	text-decoration: none;
}

#navi ul li a:hover {
	padding: 8px 16px 5px;
	border-bottom:  3px solid #a0a0a0;
	text-decoration: none;
}

#main {
	padding: 20px 40px;
	width: 720px;
	clear: both;
}

#footer {
	padding: 5px 40px;
	font-size: 9px;
}

#footer a {
	color: #a0a0a0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

ul.linklist {
	margin: 10px;
	list-style: none;
}

ul.linklist li a {
	font-weight: normal;
}

.preview {
	margin: 20px 0;
	border: 1px solid #333333;
	padding: 10px;
	background: #101010;
}

.preview:hover {
	background: #151515;
}

.preview h2 {
	border-bottom: 1px dashed #333333;
	padding: 0 0 8px 0;
}

.preview div.pics {
	margin: 0 auto;
	width: 680px;
}

.preview div.pics a img {
	margin: 5px 3px;
	width: 160px;
	border: none;
	text-decoration: none;
}

.preview div.pics a:hover img {
	margin: 3px 1px;
	border: 2px solid #e0e0e0;
}

.pagelinks {
	font-weight: bold;
	text-align: center;
}

.pagelinks a, .pagelinks a:hover {
	text-decoration: none;
}

.disabled {
	color: #303030;
}