* {
font-size: 1em;
}

body,html {
background:#000000;
color:#909090;
}

a {
color:white;
text-decoration:none;
}

a:visited {
color:white;
}

h1 {
color:#FFF;
text-shadow: 1px 2px 2px #555;
}

h1 {
font-size: 1.5em;
}

h2 {
font-size: medium;
}

h3 {
font-size: medium;
border-bottom: 1px dashed #444;
}

h4 {
font-size: medium;
background-color:#202020;
}

h6 {
color:#DDD;
text-shadow: 1px 2px 2px #555;
}

section#recent {
background-color:#202020;
border:1px solid #303030;
}

section#recent section#posts li {
border-bottom:1px solid #202020;
}

section#recent section#posts li:nth-child(even) {
background-color: #282828;
}
section#news {
background-color:#101010;
border-bottom:1px solid #202020;
border-left:1px solid #202020;
border-right:1px solid #202020;
}

section#news header {
background-color:#252525;
border-top:1px solid #353535;
border-bottom:1px solid #353535;
}

section#news header ul li {
border-right: 1px solid #353535;
border-bottom: 1px solid #353535;
}

section#news header ul li.selected {
background-color:#101010;
border-bottom: 1px solid #101010;
}

section#boardlist {
background-color:#101010;
border:1px solid #202020;
}

section#boardlist li:hover {
background: #181818;
}

div.wrap.hfix .lcol {
border:1px solid #303030;
}

div.wrap.hfix .rcol {
border:1px solid #303030;
}

body > footer {
background-color:#252525;
border:1px solid #353535;
}

