@import url(main.css);

body {
	font-family: "Courier New", Courier, mono;
	color: #FFF;
	background: #000 url(/images/pacman/tile.gif) top left repeat;
}

hr {
	color: #F00;
	background-color: #F00;
}

h1 {
	display: none;
}

h2 {
	font-family: "Courier New", Courier, mono;
	color: #FFF;
}

h3 {
	font-family: "Courier New", Courier, mono;
	color: #FFF;
}

h4 {
	font-family: "Courier New", Courier, mono;
	color: #00F;
}

h5 {
	font-family: "Courier New", Courier, mono;
}

a, a:visited, a:hover, a:active {
	color: #00F;
}

a:hover, a:active {
	color: #F00;
}

#container {
	border: 1px solid #00F;
	background-color: #000;
}

#logo {
	background-image: url(/images/pacman/logo.gif);
	background-repeat: repeat;
}

#main {
	background-color: #000;
	border-top: 1px solid #00F;
}

#nav {
	float: left;
	padding: 200px 5px 5px;
	background: #000 url(/images/pacman/pacman.gif) top center no-repeat;
	margin: 0 5px 5px 0;
	border-color: #00F;
	border-right: 1px solid #00F;
	border-bottom: 1px solid #00F;
	color: #F00;
}

#content {
	float: right;
}

#nav h4 {
	color: #F00;
}

#nav a, #nav a:visited, #nav a:hover, #nav a:active,
#recent a, #recent a:visited, #recent a:hover, #recent a:active {
	color: #FFF;
}

#nav a:hover, #recent a:hover {
	color: #F00;
}

#nav ul {
	font-family: "Courier New", Courier, mono;
}

#nav li {
	font-family: "Courier New", Courier, mono;
}

#style, #links, #catlinks, #rss, #recent {
	color: #F00;
}

#recent {
	font-family: "Courier New", Courier, mono;
	color: #00F;
}

#recent h3 {
	font-family: "Courier New", Courier, mono;
	color: #F00;
}

#recent p {
	font-family: "Courier New", Courier, mono;
	color: #00F;
}

#calendar {
	margin-top: 10px;
}

#calendar table {
	font-family: "Lucida Console", "Lucida Sans Unicode", Courier;
}

#howto {
	border: 1px solid #0C0;
	background-color: #000;
}

#counter {
	text-align: right;
}

#admin {
	border: 1px dashed #F00;
	width: 570px;
}

#admin ul li {
	margin-left: 16px;
	list-style-type: disc;
}

.title, .dayheader {
	background-color: #00F;
	border: 1px solid #F00;
	color: #FFF;
}

#calendar .title a {
	color: #FFF;
}

.dayheader {
	background-color: #F00;
	color: #FF0;
}

.day {
	border: 1px solid #F00;
	color: #00F;
	background-color: #FFF;
}

.selday, .today {
	background-color: #FF0;
}

#calendar a {
	color: #00F;
}

#calendar .today a {
	color: #00F;
}

.dayother {
	color: #CCC;
	background-color: #EEE;
}

.msg, .comment, .gallery, .photo {
	border: 1px dashed #F00;
}

.msg h3, .comment h3 {
	font-family: "Courier New", Courier, mono;
	color: #F00;
	margin: 0;
}

.msg p a, .comment p a {
	color: #00F;
}

.date {
	font-family: "Courier New", Courier, mono;
	color: #FF0;
}

.left {
	color: #F00;
}

.addcomment label {
	width: 65px;
}

.field, .button {
	font-family: "Courier New", Courier, mono;
	color: #FF0;
	background-color: #000;
	border: 1px solid #00F;
}

.field {
	padding: 2px;
}

.button {
	background-color: #F00;
	border: 1px solid #00F;
}

.gallery img, .photo img {
	border-color: #00F;
}