/*
Luskwood Screen Stylesheet
Arito 2007
*/

@import url("/undohtml.css");

/* General */

html, table { font-size: 100%; /* IE hack */ }

body {
    font: 62.5% "Tahoma", "Verdana", sans-serif;
	line-height: 1.7em;
    background-color: #eeeeee;
    color: #000000;
    text-align: left;
}

table.news {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}

table.news td {
	vertical-align: top;
	text-align: left;
}

table.news td img {
	padding: 10px 20px 10px 0;
}

a:link {
	text-decoration: underline;
	color: #778f11;
}

a:visited {
	text-decoration: underline;
	color: #3e4f01;
}

a:hover, a:active {
	text-decoration: underline;
	color: #a3bd1e;
}

input, textarea, select, th, td, li li, li p, td p, blockquote p {
	font-size: 1em;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 8px solid #eeeeee;
	margin: 0 40px 25px 20px;
}

.footer {
	color: #999999;
	font-size: 0.95em;
	width: 700px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 45px;
}

.center {
	text-align: center;
}

.indent {
	margin-left: 4em;
	margin-right: 4em;
}

h1 {
	font-size: 1.25em;
	line-height: 2em;
	color: #733724;
	font-weight: bold;
	padding-left: 30px;
	background-image: url("/icon.png");
	background-repeat: no-repeat;
	background-position: left center;
}

p {
	margin-bottom: 1em;
}

img.photo {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-container {
	background-color: #3b130c;
	width: 100%;
	height: 173px;
	text-align: center;
}

.small {
	color: #777777;
	font-size: 80%;
	line-height: 80%;
}

span.thumbnails p {
	text-align: center;
	display: block;
	float: left;
	text-align: center;
	margin: 10px;
	width: 120px;
	height: 160px;
	vertical-align: top;
}

.headerdescription {
	padding: 10px 0 10px 0;
	color: #bbbbbb;
	font-size: 90%;
}

.header {
	text-align: center;
	width: 678px;
	height: 100%;
	margin: auto;
}

.menu-container {
	background-color: #482016;
	background-image: url("/menu.png");
	width: 100%;
	height: 37px;
	text-align: center;
}

.cell, .cellline {
	max-width: 47%;
	float: left;
	display: block;
	padding: 1%;
}

.cellline {
	border-right: 1px solid #c0c0c0;
	padding-right: 15px;
	margin-right: 5px;
}

.item {
	width: 100px;
	height: 100px;
	vertical-align: middle;
	float: left;
	display: block;
	padding: 2px;
	text-align: center;
}

.clear {
	clear: both;
}

div.menu {
	line-height: 1.2em;
	text-align: center;
	height: 100%;
	width: 678px;
	margin: auto;
}

.content-container {
	border-bottom: 1px solid #dddddd;
	width: 100%;
	background: #ffffff;
	text-align: center;
	clear: both;
}

.content {
	padding-top: 30px;
	padding-bottom: 35px;
	font-size: 1.4em;
	width: 700px;
	text-align: left;
	margin: auto;
}

.hidden { display: none; }

.info {
	margin: 10px 0 10px 0;
	padding: 10px 10px 2px 10px;
	font-size: 85%;
	color: #8e6754;
	background-color: #f5e9e1;
	border-top: 1px solid #ba9579;
	border-bottom: 1px solid #ba9579;
}

.info-grey {
	margin: 0 0 10px 0;
	padding: 10px 10px 2px 10px;
	font-size: 85%;
	background-color: #eeeeee;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

li {
	list-style-type: disc;
	margin-left: 3em;
	margin-bottom: 1em;
}

ul.menu ul li {
	clear: both;
	float: left;
	display: block;
}

ul.menu, ul.menu ul, ul.menu ul li, ul.menu ul li ul, ul.menu ul li ul li {
	list-style: none inside none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.menu ul {
	display: block;
	float: left;
	overflow: visible;
}

ul.menu ul li {
	position: relative;
}

ul.menu ul li ul {
	position: absolute;
	display: none;
	left: auto;
	top: 37px;
	width: auto;
	height: auto;
	z-index: 500;
}

ul.menu ul li ul li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	height: auto;
	background: #733724;
	padding: 5px;
	border: 1px solid #3c120a;
	border-top: none;
}

ul.menu a:hover {
	text-decoration: none;
}

ul.menu a:visited, ul.menu a:link, ul.menu a, ul.menu a:active {
	color: #ffffff;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu ul li { float: left; height: 1%; }
* html ul.menu ul li ul li a { height: 1%; }
/* End */

ul.menu ul li:hover ul, ul.menu ul li.over ul {
	display: block;
}

ul.menu ul li ul li a:hover {
	background-color: #562112;
}

ul.menu .highlight {
	background-color: #8d442c;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

form.quote {
	font-size: 90%;
}

form.faded {
	color: #999999;
	font-weight: bold;
}

form.quote label {
	color: #666666;
	display: block;
	line-height: 1em;
	padding-top: 8px;
	padding-bottom: 2px;
	font-weight: bold;
}

a.menu-news, a.menu-about, a.menu-avatars, a.menu-costumes, a.menu-support, a.menu-news-on, a.menu-about-on, a.menu-avatars-on, a.menu-costumes-on, a.menu-support-on {
	display: block;
	float: left;
	height: 37px;
	background: 0 0 no-repeat;
	text-decoration: none;
}
a.menu-news, a.menu-news-on, .news, .news li {
	width: 88px;
}
a.menu-news, a.menu-news-on {
	background-image: url("/menu-news.png");
}
a.menu-about, a.menu-about-on, .about, .about li {
	width: 91px;
}
a.menu-about, a.menu-about-on {
	background-image: url("/menu-about.png");
}
a.menu-avatars, a.menu-avatars-on, .avatars, .avatars li {
	width: 104px;
}
a.menu-avatars, a.menu-avatars-on {
	background-image: url("/menu-avatars.png");
}
a.menu-costumes, a.menu-costumes-on, .costumes, .costumes li {
	width: 120px;
}
a.menu-costumes, a.menu-costumes-on {
	background-image: url("/menu-costumes.png");
}
a.menu-support, a.menu-support-on, .support, .support li {
	width: 108px;
}
a.menu-support, a.menu-support-on {
	background-image: url("/menu-support.png");
}

a.menu-news-on, a.menu-about-on, a.menu-avatars-on, a.menu-costumes-on, a.menu-support-on {
	background-position: 0 -74px;
}

a:hover.menu-news, a:hover.menu-about, a:hover.menu-avatars, a:hover.menu-costumes, a:hover.menu-support {
	background-position: 0 -37px;
}

#gallery {
	background: #733724 url("/menu-gallery-back.jpg") no-repeat 0 0;
}

a:hover#gallery {
	background-position: 0 -23px;
	background-color: #562112;
}
