/* CSS Document */
html { height:101%; }
body {
	background-color:#000;
	background-image:url(/img/bottom-right.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;
	padding:0;
	margin:0;
	height:100%;
}

h1,h2,h3,h4,h5 {	margin:13px 0px; }

h1 { font-size:182%; }
h2 { font-size:136%; }
h3 { font-size:107%; }
h4 { font-size:100%; }
h5 { font-size:77%;  }


table.grid {
	border-collapse:collapse;
	width:100%;
}
table.grid td {
	border:1px solid #ff0;
	padding:2px;
}
table.grid th {
	background-color:#ff0;
	color:#000;
	border-left:1px solid #ff0;
	font-weight:bold;
}

img {
	border:none;
}

div.content {
	padding-left:25px;
}
p.announcement {
	/* Any formatting needed? */
}

#wrapper {
	width:655px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/img/bg.gif);
	background-repeat:repeat-y;
	min-height:100%;
	height:auto;
	margin-top:0;
	margin-bottom:0;
}
.nav {
	font-size:.9em;
	text-align:center;
	margin-top:.2em;
}
ul.links {
	list-style:none;
}
ul.links li a:hover {
	color:#ff0;
}

.nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	display:inline;
	margin-right:2px;
}
.nav a:link, .nav a:visited {
	text-decoration:none;
	color:#ff0;
	padding:0 10px 0 10px;
	border-top:1px solid #ff0;
	border-bottom:1px solid #ff0;
}
.nav a:hover {
	background-color:#ff0;
	color:#000;
}
#news {
	background:#000 url(/img/announce.gif) no-repeat left;
	margin:15px;
	margin-left:30px;
	height:225px;
	padding-left:190px;
	padding-right:10px;
}

#main {
	margin:15px;
	margin-left:30px;
}
#main h2 { color:#ff0; }
#main h3 { color:#D5F; }
#main h4 { color:#0CC; }
#main h5 { color:#3f0; }
#main h6 { color:#f00; }

.game_title {
	text-decoration:underline;
	background-color:#000;
	cursor:pointer;
}
.game_title h3 { text-decoration:none; }

/*
	Highlights according to the page you're on
	Probably needs some refactoring - I shouldn't have
	to tweak everytime I add a link
*/
body#home li.home a:link, body#home li.home a:visited,
body#games li.games a:link, body#games li.games a:visited,
body#parties li.parties a:link, body#parties li.parties a:visited,
body#events li.events a:link, body#events li.events a:visited,
body#members li.members a:link, body#members li.members a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited,
body#links li.links a:link, body#links li.links a:visited
{
	background-color:#ff0;
	color:#000;
}