* {
margin: 0;
padding: 0;
}

body {
position: relative;
background: #000;
}

#wrapper {
position: relative;
width: 980px;
margin-right: auto;
margin-left: auto;
background-color: #fff;
}

#logo {
position: absolute;
top: 15px;
left: 10%;
font-family: georgia;
font-size: 3em;
}

#logo span {
font-size: .5em;
}

ul#navlist {
position: absolute;
bottom: 0;
list-style-type: none;
margin: 0;
float: left;
color: #fff;
left: 10%;
}

ul#navlist li {
display: inline;
}

ul#navlist li a {
float: left;
color: black;
padding: .2em .6em .8em .5em;
text-decoration: none;
font-family: Georgia;
font-size: 1.3em;
}

ul#navlist li a:hover
{
background-color: orange;
}
	
.num {
font-size: 50%;
}

#footer {
border-top: 1px solid black;
margin-top: 1em;	  
text-align: center;
padding-top: 1em;
padding-bottom: .5em;
padding-right: 10%;
font-family: Verdana;
font-size:80%;
line-height:200%
}

.header {
float: left;
font-family: Georgia;
font-size: 150%;
background-color: #ffc97d;
padding: .8em .2em .5em .2em;
margin-bottom: .8em;
}

.header a {
text-decoration: none;
color: black;
}

.separator {
border: 0;
border-bottom: 1px solid black;
height: 0;
}

.clear {
clear: both;
}

#content {
position: relative;
padding-left: 10%;
padding-right: 10%;
font-family: verdana;
line-height: 140%;
}

.tag_area{
margin-top: 0.5em;
margin-bottom: 1em;
overflow-y: auto;
}

.article_tags {
font-size: 70%;
text-align: left;
float: left;

font-family: Verdana;
font-weight: normal;
}


a {
color: black;
}
  
a:focus, a:hover {
color: #5e6b9b;
}

ul#languages {
position: absolute;
top: 30px;
right: 10%;
}

ul#languages li {
display: inline;
}

#languages img {
padding:5px;
}