/*
===================
FlatMaas CSS Styles
===================
Ispired by: http://csszengarden.com/?cssfile=http://maas-online.nl/zengarden/layout.css
Home page: http://www.maas-online.nl
-------------------

Name: FlatMaas
Author: Luciano Porro (drudo)
Version: 0.0.1
*/

/* imports common style ruleset */
@import url(common.css);

/* defines rules specific to the front page */

body {	margin: 0; }

#comments li.comment-admin {
	background: #eee url(../images/fp-logo-crop.png) no-repeat bottom right;  
	padding:1em
}

img.avatar {
		float:right;
        margin: 10pt;
        padding: 2px;
        border: solid #ddd 1px
}

#comments li.comment-admin strong.comment-name {
	font-size:140%
}

#showbar {
	border-bottom: 1px #ddd solid;
	padding: 10px;
	text-align:center;
}

#showbar ul {
        width: 500px;
        padding: 0;
        margin: 10px auto auto;
        overflow:auto;
        height: 150px;
        list-style-type:none;
}

#showbar img {
	margin-bottom: 10px; 
	display:block;
	margin-left:auto; 
	margin-right:auto
}

#showbar li {
    font-size:12px;
    margin:10px;
    padding:10px;
    height: 70px;
    width:100px;
    float:left;
    text-align:center;
}

#showbar a {
	display:block;
	padding: 5px 0
}

#showbar a:hover {
	border: 1px solid #ccc;
	background: #efe;
}
