/* All CSS coded by Todd Larsen 2008 */

body {
	margin: 0;
	background: #EEEEEE;
}

body, th, td, input, textarea, select, option {
	font-family: Verdana;
	color: #4C4646;
}

h1, h2, h3, h4 {
	font-family: Verdana;
	font-weight: normal;
	color: #25587E;
}


h1 {
	letter-spacing: -1px;
	font-size: 30pt;
	font-family: GreyscaleBasic;
}

h2 {
	letter-spacing: -1px;
	font-size: 24pt;
	border-bottom: 1px dotted #000000;
	padding: 0 0 30px 0;
}

h3 {
	font-size: 11pt;
}

h4 {
	font-size: 16pt;
}

p, ul, ol {
	line-height: 175%;
	font-size: 11pt;
}

a {
	color: #3090C7;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 1000px;
	background: #EEEEEE;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 201px;
	margin: 0 auto;
	background-image: url('images/unlit.png');
	position: relative;
	background-repeat: no-repeat;
}

#balls {
	width: 1000px;
	height: 153px;
}

#balls a {
	position: absolute;
	text-decoration: none;
}

#balls a i { 
	visibility: hidden; 
}


a#logo {
	top: 10px;
	left: 20px;
	width: 270px;
	height: 100px;
}

a#faq { 
	top: 50px; 
	left: 350px;
	width: 125px;
	height: 125px;
}
a#avatars { 
	top: 50px;
	left: 510px; 
	width: 125px;
	height: 125px;
}

a#teachbot {
	top: 50px; 
	left: 675px; 
	width: 125px;
	height: 125px;
}

a#yhaken {
	top: 50px; 
	left: 840px; 
	width: 125px;
	height: 125px;
}



#menu {
	padding: 0px 0px 0px 0px;
	height: 29px;
	margin: 0 auto;
	background-image: url('images/unlitmenu.png');
	background-repeat: no-repeat;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	color: #FFFFFF;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:active {
	color: #CCCCCC;
}

#menu a:hover {
	text-decoration: none;
	color: #999999;
}

#page {
	margin: 0 0 0 0;
	padding: 0px 0 0 0px;
	background: #EEEEEE;
}

#content {
	margin: 0 0px 0 255px;
	padding: 0px 0 0 30px;
	border-left: 1px dotted #999999;
	background: #EEEEEE;
}

.post {
	padding: 0 0 20px 0;
}

.post img{
	border: 1px solid #000;
	width: 25%;
	height: 25%;
}

.title {
	margin: 0;
}

#sidebar {
	float: left;
	width: 225px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
}

#sidebar li { 
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}

#sidebar li a {
	text-decoration: none;
}

#sidebar li a:hover {
	text-decoration: underline;
	list-style: disc;
}

#sidebar li ul {
	padding: 5px 0;
	text-align: left;
	border-right: none;
}

#sidebar li li {
	padding-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #4A3903;
	border-right: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

#sidebar li li ul {
	font-weight: normal;
	text-transform: none;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 0px 10px;
	background: #CCCCCC;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #FFFFFF;
	border-right: none;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: left;
}

#sidebar a {
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}


#footer {
	clear: both;
	padding: 20px 20px 20px 0px;
	border-top: 1px dotted #4A3903;
	background: #EEEEEE;
	font-size: 10pt;
}

#setlang {
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	float: left;
}

#links{
	text-align: right;
	float: right;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	text-decoration: none;
	color:#000000;
}

label {
	width: 8em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	font-weight: bold;
}

.submit input {
	margin-left: 4.5em;
}

