/*********************
Aka.hu main stlyesheet
*********************/

/* HTML elements ***********/
a, a:visited {
	color : #FF0000;
	text-decoration : none;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}

body {
	color: #FF0000;
	background-color: #000000;
	cursor: default;
	font-family: verdana;
    font-size: small;
}

h3 {
	font-size: 1.6em;
	margin-top: 0px;
}

img, a.img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 50px;

}

li {
	padding-bottom: 2px;
}

/* Identifiers ***********/
#main {
	width: 800px;
	margin: auto;
    z-index: 2;
}

#head {
    width: 100%;
    height: 25px;
    text-align: right;    
    background: url('pic/top_bg.png') repeat-x;
    border-bottom: 1px solid #AA0000;
    position: fixed;
    top: 0;
    right: 0;
    padding-right: 5px;
    z-index: 1;
}
#head a img {
    border-left: 1px solid  #AA0000;
    border-right: 1px solid  #AA0000;
}
#head a:hover img {
    border-left: 1px solid  #FFF;
    border-right: 1px solid  #FFF;
}


#logo {
	padding-top: 50px;
	text-align: center;
}

#forum {
	position: fixed;
	top: 40px;
	/*float: right;*/
	left: 40px;
}

#content {
	padding-top: 10px;
	text-align: center;
}
#ts {
	margin: auto;
	width: 200px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	border: 1px dashed #800000;
	background-color: #350000;
}
#tstitle {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 4px;
}
#tson {
	color: #006000;
	font-weight: bold;
}
#tsoff {
	color: #600000;
	font-weight: bold;
}