#header {
    background-color: #d0d0ff;
}

#header-loof ul li {
    display: inline;
}

ul#header-links {
	float: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li#header-links {
    display: inline;
}

ul#header-links li:after {
	content: " | ";
}

ul#header-links li:last-child:after {
	content: "";
}


#nav-bar {
    background-color: #b0b0ff;
    display: inline-block;
}

#nav-bar ul li {
    display: inline;
}

/* site summary bit */
div#site-summary {
    display: block;
    background-color: #e0e0e0;
}

#site-summary ul {
    list-style-type: none;
    margin-left: none;
    padding-left: none;
}

/* Navigation bar */
/*
ul#nav-links {
	background: url("../images/layout/navigation-bg.png") no-repeat 0 0;
	height: 52px;
	left: -58px;
	padding: 19px 0 0 18px;
	position: relative;
	width: 822px;
}

ul#nav-links {
    float: left;
}

ul#nav-links li a {
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: block;
	height: 38px;
	padding: 0 11px;
}

form#nav-search-form {
	margin:0 0 0 91px;
	padding: 6px 0 0 10px;
}

form#nav-search-form ul li {
	margin-right: 4px;
}

form#nav-search-form input[type=text] {
	background: url("../images/layout/search-query-bg.png") no-repeat 100% 100%;
	border: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	outline: none;
	padding: 3px 0 6px 0;
	width: 155px;
}
*/

/* Logo and bits */
div#logo-zone {
	margin-bottom: 10px;
}

big#logo a {
	display: block;
	height: 156px;
	width: 280px;
	background: url("../img/ficlatte-logo-mono.png") no-repeat 0 0; 
}

big#logo span {
    float: right;
    font-size: 250%;
}

div#new-story li {
    display: inline;
}

div#site-summary {
    background-color: #123456;
    display: inline;
}

div#popular-stories {
    float: left;
}

div#recent-stories {
    float: left;
}

div#active-stories {
    float: left;
}

div#old-stories {
    float: left;
}


/* news headline */
div#news {
	background: #f6f5f0;
	border: 1px dotted #b8b8b8;
	margin: 0 0 30px -19px;
	padding: 19px;
}

div#news h2 a {
	font-size: 12px;
	font-style: italic;
}

div#news h3 {
	font-size: 16px;
	font-style: italic;
	margin: 6px 0 4px 0;
}

div#news ul.meta li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	margin-right: 10px;
}

div#news ul {
    list-style-type: none;
}

/* New user page */
div#errors {
    color: #ff0000;
}

div#errors ul {
    list-style-type: none;
}

/* blog */
ul.blog_who {
    list-style-type: none;
}
