/* LAYOUT styles */

body {
	background: #D6D7B0 url('images/bg.png') repeat-y left;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

h2 {
	font-size: 1.5em;
	margin: .75em 0;
}

.whole_page {
	width: 750px;
}

.navigation {
	width: 160px;
	float: left;
	padding-top: 24px;
	text-align: right;
}

.content {
	width: 560px;
	float: left;
	padding-top: 24px;
	padding-left: 30px;
}

.linebreak {
	width: 500px;
	clear: both;
}


/* NAVIGATION text styles */

.navtext {
	font-size: 13pt;
}

.navtext_sel {
	font-size: 13pt;
	font-weight: bold;
}

.subnavtext {
	font-size: 10pt;
}

.subnavtext_sel {
	font-size: 10pt;
	font-weight: bold;
}

a.nav, a.nav:hover {
	color: black;
	text-decoration: none;
	border: 0;
}

.navdivider {
	border-bottom: 1px dotted #808080;
	padding:2px 0;
}


/* TWITTER styles */

.twitter0 {
	font-size: 15pt;
	padding-bottom: 8px;
}

.twitter1 {
	font-size: 10pt;
	padding-bottom: 8px;
}


.twitterlink {
	text-decoration: none;
	border: 0;
}

.twitterlink:hover {
	text-decoration: none;
	border: 0;
}


/* BIGTEXT styles */

.bigtext {
	font-size: 16pt;
}

.title {
	font-size: 16px;
	color: black;
	border: 0;
	text-decoration: none;
}

.title:hover {
	font-size: 16px;
	color: black;
	border: 0;
	text-decoration: none;
}

.boxout {
	background: #C5BD92;
	padding: 2px 6px 4px 6px;
	margin-bottom: 10px;
}

.boxout-title {
	/* from bigtext */
	font-size: 16pt;

	/* from boxout */
	background: #C5BD92;
	padding: 2px 6px 4px 6px;
	margin-bottom: 10px;
}


/* WORDPRESS styles */

.comment-author {
	font-size: 12pt;
	margin-bottom:6px;
}

.comment-author a:hover {
	/* from a.big:hover */
	text-decoration: none;
	border-bottom: 2px dotted #680DE3;
}

#commentform #author, #commentform #email, #commentform #url, #skilltest, #s, #commentform textarea {
	background: white;
	border: 1px solid #808080;
	padding: .3em;
}


/* TABLE styles */

tr.header
{
	background: #C5BD92;
	text-align: center;
	font-weight: bold;
}

tr.row0  {}
tr.row1  { background: #C5BD92; }
td.rank  { text-align: right; }
td.score { text-align: right; }
td.level { text-align: center; }


/* 32x32 */

.thumb32x32 {
	margin: 4px;
	border: 1px solid #808080;
}


/* everything else ... */

p {
	margin: 0 0 1.5em 0;
}

.date {
	font-size: 9pt;
	color: #606060;
}

.footer {
	color: #606060;
	line-height: 150%;
	font-size: 8pt;
}

a, a.big {
	color: #680DE3;
	text-decoration: none;
	border: 0;
}

a:hover {
	color: #680DE3;
	text-decoration: none;
	border-bottom: 1px dotted #680DE3;
}

a.big:hover {
	text-decoration: none;
	border-bottom: 2px dotted #680DE3;
}

a.thumb_link:hover {

	text-decoration: none;
	border: 0;
}

img {
	border: 0;
}

img.thumb {
	border: 1px solid black;
	margin: 8px;
}

li { 
	list-style-type: square;
}

hr {
	width: 85%;
	border: 0;
	border-bottom: 2px dotted #C5BD92;
}
