
body, html {
	margin:0;
	padding:0;
	color:#000;
	background:#4d4d4d;
}

body {
	font-size:1.07em;
}

#wrap {
	width:1000px;
	margin:0 auto;
	background:#4d4d4d;
}

#nav {
	padding:5px 0px;
	background:#fff;
	border: 2px solid rgba(77,77,77,0.2);
	border-radius: 20px;
	margin: 2px;
	height:176px;
	white-space:nowrap;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
}

#nav img {
	border: none;
	height:176px;
}


#main {
	float:left;
	width:810px;
	padding:6px;
	background:#fff;
	border: 2px solid rgba(77,77,77,0.2);
	border-radius: 20px;
	margin: 2px;
	min-height:300px;
	height:100%;
}

h2 {
	line-height:40px;
	margin:0 0 1em 0;
	border-bottom:1px solid #000;
	font-size:1.5em;
}

h3 {
	line-height:40px;
	margin:0.5em 0 1em 0;
	border-bottom:1px solid #000;
	font-size:1.5em;
}

#sidebar {
	float:right;
	width:150px;
	padding:6px;
	background:#fff;
	border: 2px solid rgba(77,77,77,0.2);
	border-radius: 20px;
	margin: 2px;
	min-height:300px;
	height:100%;
}

#sidebar .youare {
	line-height:40px;
	display: block;
	font-weight:normal;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}
#sidebar  .youarein {
	font-weight:bold;
	display: inline;
}


#sidebar ul {
	margin: 0;
	margin-top:5px;
	margin-bottom:15px;
	padding: 0;
}

#sidebar li.sublevel {
	font-weight:bold;
}

#sidebar li.sublevel li {
	padding-left:10px;
}


#footer {
	clear:both;
	padding:5px 10px;
}

#footer p {
 margin:0;
}

* html #footer {
	height:1px;
}


#footer {
	padding-top:60px;
	padding-bottom:100px;
	width:100%;
}

#footer div.title {
	display: block;
	padding-bottom:10px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	color: #eee;
	font-family: sans-serif;
	height: 30px;
}

#footer div.slink {
	-moz-inline-stack;
	display:inline-block;
	margin-left:5px;
	height: 50px;
	width: 50px;
	zoom: 1;
    *display: inline;
}

#footer div.slink img {
	border: 0;
}

#footer div:hover img {
	padding:2px;
	height: 46px;
	width: 46px;
	margin: auto;
}


#footer div.plink {
	-moz-inline-stack;
	display:inline-block;
	float:right;
	margin-left:30px;
	height:20px;
	color:#fff;
	padding-top:30px;
	line-height:20px;
	font-size:0.9em;
	zoom: 1;
    *display: inline;
}


a {
	text-decoration:none;
	font-weight:bold;
}

a:focus, a:active {
	outline:none; /* cause those dots look awful, no longer accessible now though */
}
a.normalweight {
	font-weight:normal;
}

a:link    {color:#00729d; }
a:active  {color:#00729d;}
a:visited {color:#00729d;}
a:hover   {color:#000; text-decoration:underline;}

#nav a:link    {}
#nav a:active  {}
#nav a:visited {}
#nav a:hover   {}

#footer a:link    {color:#c9a700;}
#footer a:active  {color:#c9a700;}
#footer a:visited {color:#c9a700;}
#footer a:hover   {color:#eee; text-decoration:underline;}

#footer div.plink {}

div, p, span
{
    font-family: Arial, Helvetica, sans-serif;
}

ul.nobullet {
	list-style:none;
}

ul.noindent {
	margin:0;
	padding:0;
}


.recentblogitem {
	display:inline-block;
	width:6em;
	text-align:right;
	padding-right:0.5em;
}


#contact table {
	border: 0;
	padding: 0;
	width:100%;
}

#contact table td {
	padding:0.5em 0;
}

#contact label {
	display:block;
	text-align:right;
	padding-right:1em;
	font-weight:bold;
}

#contact input, #contact textarea {
	width:20em;
}

#contact textarea {
	height:6em;
}

#contact input.submit {
	width:4em;
}

#contact input:focus, #contact textarea:focus {
	outline:3px solid #4d4d4d;
}

#contact input.submit:focus {
	outline:2px solid #000;
}


div.redborder {
	border: 2px solid #f00;
	padding: 4px;
	text-align:center;
	width:400px;
	position:relative;
	margin:20px auto;
}


h3 {
	padding-top:30px;
	clear:both;
	border-bottom:1px solid #000;
}

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

table.linklist td, table.linklist th {
	border-bottom: 1px solid #4d4d4d;
	padding:2px;
}

table.linklist td.centred, table.linklist th.centred {
	text-align:center;
}

table.linklist tr:hover td {
	background-color:#ddd;
}

.played, .notplayed, .partplayed {
	width: 20px;
}

.played {
	background-color: #0f0;
}

.notplayed {
	background-color: #f00;
}

.partplayed {
	background-color: #00f;
}
