/*
===================
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);
/*@import url(../../../../../../elrock.css);*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #f6f6eb;
	margin: 0px;
	font-style: normal;
	color: #333333;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #339966;
	text-decoration: none;
}

a:visited {
	color: #339966;
	text-decoration: none;
}
a:hover {
	color: #339866;
	text-decoration: underline;
}
a:active {
	color: #339966;
	text-decoration: underline;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 5pt;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2pt;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-bottom: 3px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 2pt;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	margin-bottom: 5px;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1pt;
}
.menutext a:link {
	color: #000000;
	text-decoration: none;
}

.menutext a:visited {
	color: #000000;
	text-decoration: none;
}
.menutext a:hover {
	color: #339966;
	text-decoration: underline;
}
.menutext a:active {
	color: #339966;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.photoborder {
	border: 3px solid #000000;
	padding: 3px;
	background-color: #FFFFFF;
}

.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 6pt;
	text-align: right;
	padding-right: 20px;
}
.hometext a:link {
	color: #000000;
	text-decoration: none;
}

.hometext a:visited {
	color: #666666;
	text-decoration: none;
}
.hometext a:hover {
	color: #339966;
	text-decoration: none;
}
.hometext a:active {
	color: #339966;
	text-decoration: none;
}
.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #339966;
	letter-spacing: 4pt;
	text-align: right;
}
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}


/* 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%
}