/*
Theme Name: Films for the Fustilarian
Template: millenia
Description:For use on <a href="http://fff.metokur.org">FFF</a>.
Author:METOKUR
Author URI:http://www.METOKUR.org/
*/

@import url('http://fff.metokur.org/wp-content/themes/millenia/style.css');
body {
	background: #000000;
	color: #CCC;
}
a, a:link, a:visited {
	color: #999;
}
a:active, a:hover {
	color: #FFF;
}
#wrap {
	background: black;
}

/* Header */

#header {
	background: #000000;
}
#header-logo-container {
	background-image: url('http://fff.metokur.org/wp-content/themes/millenia/images/header/films-for-the-fustilarian.png');
}
#navigation {
	background: #111;
	color: white;
}
#search-bit input {
	background: black;
	border: 1px solid #222;
	color: white;
}
#navigator li:hover {
	background: #111;
	color: white;
}
#navigator li a {
}

/* Content */

#content, #footer {
	border-color: #111!important;
}
.mil-list li {
	color: #666;
}
.mil-list li a {
	border-left: 5px solid #666;
}
.mil-list li a:hover, ul.mil-list ul li a:hover {
	border-left-color: white;
	color: white;
}

/* Columns */

#three-column-layout {
	background: #222 url('../millenia/images/gradient/grad_fust.png') repeat-x bottom;
}
.column.left, .column.right {
	color: white;
}
#three-column-layout .column.center {
	background: #111;
	border: 1px solid #111;
}

/* Page Navigator */

.page-navigator {
	border-bottom: 1px solid #ccc;
}
.nav-link {
	background: black;
	color: white;
}
.link a {
	border: 1px solid black;
}
.link a:active, .link a:hover {
	color: white;
}

/* Articles */

.article {
}
.article .content blockquote {
	background: black;
	border: 1px solid #999;
	color: #999;
}
.article .meta {
	background: #222;
	border: 2px solid #222;
}
.article {
	padding: 2px;    margin: 0px 0 12px 0;
}
.meta .categories a {
	background: #444;
}

/* Comments */

.comment {
	border-color: #444;
}
.comment.even, #respond {
	background: #222;
}
.comment.odd {
	background: #111;
}
.reply a {
	background: #444;
}
#respond input, #respond textarea {
	background: black;
	border: 1px solid #999;
	color: white;
	margin: 2px 0 2px 0;
}

/* Footer */

#footer {
	background: black;
	color: white;
}

