body {
	font-family: 'Helvetica Neue', Arial, sans;
	line-height: 22px;
	background: #efefef;
	color: #333;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #999;
}

ul {
	padding: 0 0 0 20px;
}

.current-item {
	font-weight: bold;
}

#page {
	width: 960px;
	margin: 20px auto 40px;
}

pre {
	font-family: 'Courier New', Courier, monospace;
	white-space:pre-wrap
}

h1 {
	line-height: 36px;
}

#top-menu {
	float: right;
	text-align: right;
	padding: 86px 10px 0 0;
}

#message {
	margin-top: 30px;
}

#msg-body {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
#msg-body tt {
	font-family: 'Courier New', Courier, monospace;
}

.sep {
	margin: 0 10px;
}

#msg-fields ul {
	list-style-type: none;
	padding: 0;
}

.month-list {
	margin-top: 40px;
}
.month-list h2 {
	margin-bottom: 10px;
}
.month-list th {
	text-align: left;
	width: 140px;
}
.month-list td {
	width: 100px;
}

h3.listname {
	margin: 30px 0 10px;
}

.listmeta span {
	font-weight: bold;
}

.title-center {
	text-align: center;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.branding {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
}
.branding h1 {
	float: left;
	margin: 0 0 10px;
}
.branding h1 a {
	background: url('../img/logo_ellak.png') 0 0 no-repeat;
	width: 300px;
	height: 103px;
	text-indent: -9999px;
	display: block;
}
