/*
===================
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 */


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

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


/* ADDED FIXES */
#headbar { height:120px; background-image:url('../../../../../assets/sl-201r-a.png'); background-repeat:repeat-x;
}
#footbar { height:60px; background-image:url('../../../../../assets/sl-201r-ab.png'); background-repeat:repeat-x;
}

#sldriframe {overflow: hidden; padding: 20px; height: 300px; background-color: #cccccc;}

/* MENU */

#fmhead ul
{
float:left;
display:inline;
width:100%;
padding:0;
margin:0;
list-style-type:none;
	font-size: 20px;
	font-weight: lighter;
	font-family:'Century Gothic',Helvetica,Arial,'Lucida Sans Unicode',sans-serif;
}

#fmhead li {
float:left;
display:inline;
text-decoration:none;

background-color:transparent;
}

#fmhead a:link
{
float:left;
text-decoration:none;
color:yellow;
background-color:transparent;
 padding: 0.15em 0.3em 0.15em 0.3em; 
border-bottom:2px solid #999999; text-align:center;
	font-weight: lighter;
}
#fmhead a:visited
{
float:left;
text-decoration:none;
color:yellow;
background-color:transparent;
 padding: 0.15em 0.3em 0.15em 0.3em; 
border-bottom:2px solid #999999; text-align:center;
	font-weight: lighter;
}
#fmhead a:hover { color:black; border-bottom:2px solid yellow;	font-weight: lighter;
}

img.head { float:left; padding-right:8px;  padding-top:20px;}


#fmfoot ul {
float:left;
width:100%;
padding-top:22px;
margin:0;
list-style-type:none;
	font-size: 10px;
	font-weight:700;
	font-family:'Century Gothic',Helvetica,Arial,'Lucida Sans Unicode',sans-serif;
  text-align:center;}

#fmfoot li {
display:inline;
float:left;
text-decoration:none;
color:white;
background-color:transparent;
 padding: 0.15em 0.3em 0.15em 0.3em; 
border-bottom:.01em solid #666666;
}

#fmfoot a {
float:left;
text-decoration:none;
color:yellow;
background-color:transparent;
 padding: 0.15em 0.3em 0.15em 0.3em; 
border-bottom:.01em solid #666666;
}

#fmfoot a:hover { color:black; border-bottom:0.12em solid yellow;}

