@charset "utf-8";
/*
#Project-MooCow.net
#CSS for: Templates
#Rev: 03/2010
#Stage: Production
#By: Diftraku
*/
/* Tag and font definitions */
@font-face {
 font-family: "Caslon Antique";
 src: url('http://project-moocow.net/assets/site/caslon_antique.ttf');
}
body {
	font-family: "Caslon Antique";
	font-size: 20px;
	margin: 0px;
	text-align: center;
}
h1 {
	font-family: "Caslon Antique";
	font-size: 24px;
	text-decoration: underline;
}
h2 {
	font-family: "Caslon Antique";
	font-size: 20px;
	text-decoration: underline;
	font-weight: normal;
}
pre {
	font-size: 12px;
}
a {
	color: #9B0000;
}
a:hover {
	color: #F00;
}
/* Classes and IDs */
body .box{
	min-width: 500px;
	max-width: 730px;
	width: 500px;
	height: auto;
	margin: auto;
	float: none;
	padding: 5px;
	border: 1px solid black;
	background-color: black;
	color: #9B0000;
	-moz-border-radius: 5px;
}

body .bar {
	min-width: 500px;
	max-width: 730px;
	width: 730px;
	height: 20px;
	margin: auto;
	float: none;
	padding: 5px;
	border: 1px solid black;
	background-color: black;
	color: #9B0000;
	-moz-border-radius: 5px;
}

/*
#Header: Menu Bar
*/
#header {
	max-width: 100%;
	width: 730px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99999;
	text-align: left;
	font-size: 16px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
}

#header a.main {
	position: absolute;
	top: 7px;
	bottom: 7px;
	left: 7px;
}

/* Menu Styles - Top Level */
#header .menu {
	position: absolute;
	right: -1px;
	top: -1px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	background-color: #000;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 5px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu li {
	list-style: none;
	float: left;
	height: 32px;
}

.menu li:hover {
	background-color: #CCC;
}

.menu li:hover.last {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
}

.menu li:hover a {
	color: #9B0000;
}

.menu li a {
	display: block;
	padding: 7px;
}

/* Nested Shite */
.menu li ul {
	display: none;
	/*width: 15em;*/
	background-color: #000;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.menu li ul li {
	height: auto;
}

.menu li:hover ul {
	display: block;
	position: absolute;
	top: 31px;
	margin: 0px;
	padding: 0px;
	z-index: 99999;
}

.menu li:hover li {
	float: none;
}
.menu li:hover li:hover {
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
}
.menu li:hover li.first  {
	-moz-border-radius-topright: 5px;
}
.menu li:hover li:hover.last  {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}
.menu li:hover li a {
	color: #9B0000;
}
.menu li li a:hover {
	color: #9B0000;
}

/* Menu Styles - Active Tab */
.menu .active {
	background-color: #9B0000;
}

.menu .active a {
	color: #FFF;
}

.menu li ul li.active a {
	color: #FFF;
}

.menu li ul li.active a:hover {
	color: #9B0000;
}

#banner {
	position: absolute;
	top: 40px;
	height: 75px;
	left: 0px;
	right: 0px;
}

#content {
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	border: 0px none;
	width: 730px;
	-moz-border-radius: 0px;
	background-color: white;
	color: black;
	text-align: justify;
	padding-bottom: 30px;
}

#content .login {
	background-color: #000;
	width: 160px;
	margin: 0px auto;
	text-align: center;
	color: #9B0000;
	padding: 25px;
	padding-bottom: 30px;
	-moz-border-radius: 5px;
}

#content form input, #content form select {
	border: 1px #9B0000 solid;
	font-family: "Caslon Antique";
	font-size: 20px;
	color: #9B0000;
	background-color: #000;
	text-align: center;
	width: 160px;
	height: 25px;
}

#content form input[type=submit] {
	width: 100px;
	position: relative;
	top: 5px;
}

#content form p {
	padding: 0px;
	margin: 0px;
}
#content .header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 75px;
}
/*#content .header .poster_photo {
	position: absolute;
	top: 6px;
	right: 6px;
}*/
#content .header .title {
	position: absolute;
	top: 12px;
	left: 6px;
	padding: 0px;
	margin: 0px;
}
#content .header .looongtitle {
	position: absolute;
	bottom: 12px;
	left: 6px;
	padding: 0px;
	margin: 0px;
}
/*#content .header .poster {
	position: absolute;
	top: 18px;
	right: 76px;
}*/
#content .header .posted {
	position: absolute;
	bottom: 12px;
	right: 6px;
}
#content .post {
	position: absolute;
	top: 55px;
	width: 100%;
}
#content .post p {
	text-align: justify;
}
#content .link {
	font-size: 14px;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 25px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
}
#footer .dummy {
	padding: 0px;
	margin: 0px;
	float: none;
}