/* GLOBAL */

* {
	font-family: Arial, 'san-serif';
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #669966;
	color: #333300;
}

/* HYPERLINKS */

a {
	background: none;
	color: #666600;
	text-decoration: none;
}

a:hover {
	background: none;
	color: #999900;
	text-decoration: underline;
}

/* GENERAL */

button {
	background: #666600;
	border: 1px #CCCC99 solid;
	color: #FFFF99;
	font-size: 70%;
	font-weight: bold;
	padding: 5px;
	width: 20%;
}

button:hover {
	background: #666600;
	color: #FFF;
}

dd, dt, li, li.leaf, ol li, ul li, ul.menu li, .item-list ul li {
	margin: 0 0 0.5em 1em;
	padding: 0;
}

dl, p, ul.menu, ul.menu ul, .item-list ul, .item-list ul ul {
	margin: 1em 0;
	padding: 0;
}

dt {
	font-weight: bold;
}

h2 {
	margin-left: 350px;
	padding-top: 50px;
}

h3 {
	background: #FFFFDD;
	border-bottom: 1px #666600 dashed;
	color: #333300;
	font-size: 150%;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}

h4 {
	background: #FFFFDD;
	border-bottom: 1px #CCCC99 dashed;
	color: #333300;
	font-size: 130%;
	padding-top: 1em;
}

h5 {
	font-size: 120%;
	padding-top: 1em;
}

img, a img {
	border: none;
}

ol, ul {
	margin: 1em;
	padding: 0;
}

table {
	margin: 1em 0;
	width: 100%;
}

td, th {
	padding: 0.5em;
}

ul li.leaf {
	list-style-image: none;
	list-style-type: none;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/* BANNER */

#left {
	background: url('images/left.jpg') no-repeat top right;
	height: 550px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10%;
}

#right {
	background: url('images/right.jpg') no-repeat top left;
	height: 550px;
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
}

#switch {
	background: url('images/switch.png') no-repeat top right;
	height: 400px;
	position: absolute;
	top: 30%;
	right: 89%;
	width: 11%;
	z-index: 1;
}

#ayvee {
	background: url('images/ayvee.png') no-repeat top left;
	height: 400px;
	position: absolute;
	top: 30%;
	left: 89%;
	width: 11%;
	z-index: 1;
}

#top {
	background: #CCFFCC url('images/top.gif') repeat-x;
	color: #666600;
	height: 160px;
	margin: 0 10%;
	overflow: hidden;
	text-align: right;
}

#logo {
	position: absolute;
	top: 0;
	left: 10%;
}

#dted {
	position: absolute;
	top: 125px;
	left: 10%;
	margin-left: 25px;
}

#creative {
	position: absolute;
	top: 125px;
	left: 10%;
	margin-left: 175px;
}

#madman {
	position: absolute;
	top: 125px;
	left: 10%;
	margin-left: 325px;
}

#gametraders {
	position: absolute;
	top: 125px;
	left: 10%;
	margin-left: 475px;
}

#left-corner {
	background: url('images/left-corner.gif') no-repeat left;
	float: left;
	height: 160px;
	width: 40px;
}

#right-corner {
	background: url('images/right-corner.gif') no-repeat right;
	float: right;
	height: 160px;
	width: 40px;
}

/* NAVIGATION */

#nav {
	background: #666600;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	margin: 0 10%;
	padding: 5px 1%;
	z-index: 3;
}

#nav a {
	background: #666600;
	color: #FFFF99;
	display: block;
	padding: 5px;
	text-align: center;
}

#nav a:hover {
	background: #666600;
	color: #FFF;
}

#nav h2 {
	display: none;
}

#nav li {
	border-right: 1px #999900 dashed;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 85px;
}

#nav li:hover, #nav li:hover ul {
	display: block;
}

#nav li ul {
	position: absolute;
	display: none;
	width: 85px;
}

#nav li ul li {
	border-right: 0;
}

#nav li ul li a {
	background: #333300;
	border-top: 1px #666600 dashed;
	color: #FFFF99;
	text-align: left;
}

#nav li ul li a:hover {
	background: #666600;
	border-top: 1px #333300 dashed;
	color: #FFF;
}

#nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

/* CONTENT */

#content {
	background: #FFFFDD url('images/base.gif') repeat-x;
	color: #333300;
	font-size: 80%;
	margin: 0 10%;
	padding: 2% 3%;
}

/* SLIDESHOW */

#slideshow {
	margin-top: 2%;
	padding: 2%;
	text-align: center;
	width: 45%;
}

#slideshow img {
	width: 100%;
}

.view-frontpage .view-content {
	float: left;
	width: 48%;
}

.view-frontpage .view-content img {
	display: none;
}

.view-footer {
	clear: both;
	padding-top: 0.5em;
}

/* FOOTER */

#footer-top {
	background: #FFFFDD url('images/top.gif') repeat-x bottom;
	color: #333300;
	height: 60px;
	margin: 0 10%;
}

#footer {
	background: #666600;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	margin: 0 10%;
	padding: 5px;
	text-align: center;
}

#footer a {
	background: #666600;
	color: #FFFF99;
}

#footer a:hover {
	background: #666600;
	color: #FFF;
}

#footer-bottom {
	background: url('images/base.gif') repeat-x;
	color: #333300;
	height: 25px;
	margin: 0 10%;
}

/* CLASSES */

.align-left {
	background: #CCCC99;
	color: #333300;
	float: left;
	margin: 0 0.5em 0.5em 0.5em;
	padding: 0.75em;
}

.align-right {
	background: #CCCC99;
	color: #333300;
	float: right;
	margin: 0 0.5em 0.5em 0.5em;
	padding: 0.75em;
}

.breadcrumb {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
    clear: both;
	content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.date {
	background: #CCCC99;
	color: #666600;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 1em 1em 0;
	padding: 0.75em;
	text-align: center;
	text-transform: uppercase;
}

.meta {
	display: none;
}

.node h2 {
	background: #FFFFDD url('images/top.gif') repeat-x bottom;
	color: #333300;
	font-size: 150%;
	margin-left: 0;
	margin-bottom: 0.5em;
	padding: 0.5em 0;
}

.numeral {
	display: block;
	font-size: 170%;
}

.preview {
	background: #FFFFDD;
	border: 1px #999900 solid;
	color: #333300;
	padding: 2%;
}

.preview .node {
	background: #FFFFDD;
	color: #333300;
}

.submitted {
	font-weight: bold;
}

.timetable th {
	background: #CCCC99;
	border: 1px #FFFFDD solid;
	color: #333300;
	width: 10%;
}

.timetable td {
	background: #FFFFDD;
	border: 1px #CCCC99 solid;
	color: #333300;
	white-space: nowrap;
}

.timetable .item {
	background: #CCCC99;
	border: 1px #FFFFDD solid;
	color: #333300;
	white-space: normal;
}