/*
 * thanks and credits go to rsbac not only for their css 
 * but also for their great acl implementation 
*/

div#body 
{
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 100%;
	margin: 0pt;
	padding: 0px;
	height: auto;
}

div#header 
{
	background: url(../images/header.png);
	margin-top: 1%;	
  	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0%;
	width: 870px;
	height: 100px;
	margin-left: auto; 
	margin-right: auto; 
}


div#header h1
{
	font-size: 19px;
	font-family: Sans;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 22px 0px 0px 0px;
}

div#header h2
{
	font-size: 13px;
	font-family: Sans;
	color: #000000;
	text-align: center;
	margin-top: -1.4%;
}

a.header, a.header:visited
{
	color: #369DD0;
	text-decoration: none;
}

div#blogbody
{
	overflow: hidden;
	margin-top: -0.4%;
  	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: -0.4%;
	width: 870px;
	margin-left: auto; 
	margin-right: auto; 
	background: url(../images/sides.png);
}

div#bodyleft
{
	width: 610px;
	float: left;
	text-align: left;
	margin-top: 0%;
	margin-left: auto;
	margin-right: auto;
}

div.menu ul {
	font-size: 14px;
	font-family: verdana, arial, sans-serif;
	list-style: none;
	margin: 2px 0 0 0;
	padding-right:20px;
}

div.menu ul li{
	background: url(../images/lista6.png) no-repeat 5px 3px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #999;
}

div.menulist ul {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	list-style: none;
	margin: 2px 0 0 5px;
	padding-left: 40px;
}

div.menulist ul li {
	background: url(../images/lista.png) no-repeat 5px 2px;
	margin: 0;
	padding: 0 20px 0 17px;
}

#calendar #prev a
{
	padding-right: 20px;
	padding-left: 10px;
	text-align: left;
}

#calendar #next a
{
	padding-left: 10px;
	text-align: right;
}

#calendar a
{
	display: block;
	text-decoration: none;
}

#calendar a:hover
{
	background: #e0e6e0;
	color: #333;
}

#calendar caption
{
	color: #999;
	font-size: 14px;
	text-align: left;
}

#calendar td
{
	color: #ccc;
	font: normal 10px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#calendar td.pad:hover
{
	background: #fff;
}

#calendar td:hover, #calendar #today
{
	background: #eee;
	color: #bbb;
}

#calendar td.event
{
	background: #fcffcf;
	color: #bbb;
}

#calendar th
{
	font-style: normal;
	text-transform: capitalize;
}

div.calendar {
	font-family:verdana, arial, sans-serif;
	color:#666;
	font-size:x-small;
	font-weight:normal;
  	line-height:140%;
  	padding-left:20px;
  	text-align:left;
}
		
.calendardays {	
	font-family:verdana, arial, sans-serif;
	color: Black;
	font-size:10px;
	font-weight:bold;
  	padding:1px;
	letter-spacing: .1em;
	text-align:center;			
}	

div#bodyright
{ 
	margin-left: 580px;
	width: 260px;
}

div.user
{
	font-size: 0.9em;
	color: #999;
	margin-left: 2%;
	margin-bottom: 0.5%;
}

div.posttitle
{
	margin-top: 5px;
	font-size: 20px;
	font-family: Sans;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 38px;
}

div.posteditor
{
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	list-style: none;
	margin: 2px 0 0 4px;
	padding-left: 38px;
	vertical-align: top;
	color: #999;
}

div.posttext
{
	font-family: verdana, arial, sans-serif; 
	margin: -10px 0 0 0;
	padding: 10px;
	padding-right: 5px;
	padding-left: 40px;
	font-size: 14px;
	color: #505050;
}

blockquote {
	border: 1px #9cf solid;
	padding: 0.5em 0.5em;
	margin-left: 1.0em;
	background-color: #eee;
	width: 520px;
}

div.post_tags
{
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	text-align: right;
	color: #505050;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-right: 5px;
}

div.postfooter
{
	font-family: verdana, arial, sans-serif;
	vertical-align: middle;
	margin: 0px;
	padding-top: 8px;
	padding-left: 40px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #505050;
}

div.replyeditor
{
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	margin: 0 0 0 4px;
	padding-left: 40px;
	color: #999;
}

div.replytext
{
	font-family: verdana, arial, sans-serif; 
	padding: 12px;
	font-size: 14px;
	color: #3b3b3b;
	padding-left: 40px;
}

div.replyanswer
{
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	margin: 8px 0 8px 4px;
	padding-left: 40px;
	color: #999;
}

div.pages
{
	margin-top: 2%;
	margin-bottom: 3%;
	padding-bottom: 25px;
	color: #505050;
}

div.page_prev
{
	float: left;
	padding-left: 1%;
	padding-left: 40px;
}

div.page_next
{
	float: right;
	padding-right: 1%;
}

div#footer 
{
        background: url(../images/footer.png);
        width: 870px;
        height: 80px;
        margin-left: auto; 
        margin-right: auto; 
	margin-top: -1%;
	bottom: 0%;
}

.stattitle
{
	margin: 0px;
	font-size: 15px;
	font-family: Sans;
	font-weight: bold;
	padding-left: 40px;
	color: #505050;
}

.statdata
{
	margin: 0px;
	font-family: Sans;
	font-size: 12;
	color: #999;
}
.statinfo
{
	margin: 0px;
	font-size: 12px;
	font-family: Sans;
	text-align: justify;
	padding-left: 60px;
	color: #999;
	margin-bottom: 10px;
	padding-right: 60px;
}

img 
{
	border: none;
}

a 
{ 
	color: #369DD0;
	text-decoration: none;
}

a:visited
{
	color: #2D33AA;
	text-decoration: none;
}

a.posttitle:link
{
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a.posttitle:hover
{
  font-family: Arial;
  text-decoration: none;
  color: yellow;
}

a.posttitle:visited
{
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a.posteditor:link
{
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

a.posteditor:hover
{
	font-family: Arial;
	text-decoration: none;
	color: #FFF000;
}

a.posteditor:visited
{
	font-family: Arial;
	text-decoration: none;
	color: #FFFFFF;
}

.textfield, .textareafield
{
	border:1px #6f96ce solid;
	border-bottom: 2px solid #6f96ce;
	border-right: 2px solid #6f96ce;
}

.textareafield
{
}

.submit
{
	font:12px/1.5 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	border:1px #000000 solid;
	color:#000000;
}

.lista
{
	list-style-type: none;
	background: #dadada;
	color: #000;
	font-size: 13px;
	font-family: fixed;
	line-height: 0.9;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.trackbackbox
{
	border: 1px solid #CCCCCC;
	background: #dadada;
}

.trackbackadded
{
	float: left;
}

.trackbacktitle
{
	float: left;
}

#adminmenu
{
	border-bottom: 2px solid #707070;
	margin: 2px 2px 0 2px;
	padding: 0 2px;
}

#adminmenu .current, #adminmenu2 .current
{
	font-weight: bold;
}

#adminmenu a
{
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
	border: 1px solid #95cbe8;
}

#adminmenu a:hover, .current
{
	background: #369DD0;
	border: 1px solid #95cbe8;
	color: #171717;
}

#adminmenu li, #adminmenu2 li
{
	display: inline;
	line-height: 3.0em;
	list-style: none;
	text-align: center;
}

#adminmenu2
{
	background: #369DD0;
	border-bottom: none;
	height: 21px;
	margin: 0 2px;
	padding: 0;
}

#adminmenu2 .current
{
	background: #fff;
	color: #000;
}

#adminmenu2 a
{
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}

#adminmenu2 a
{
	font-size: 12px;
}

#adminmenu2 a:hover
{
	background: #95cbe8;
	color: #000;
}

#adminmenu2 li
{
	line-height: 1.7em;
}

#adminmenu3 li
{
	line-height: 1.5em;
	list-style: square;
}

#toolbar
{
	padding:0px;
}

.quicktags, .search
{
	background: #ccc;
	color: #000;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

#quicktags
{
	margin-left: 1.3%;
}

.ed_button
{
	padding: 1px;
	font: 12px/1.5 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	border: 1px #000000 solid;
	color: #000000;
}

hr {
	width: 75%;
	height: 0px;
	background-color: #edeceb;
	position: relative;
	left: 5px;
	border-top: 0px;
}

hr.clear {
#	display: none;
	border-top: 0px;
	border-bottom: 0px;
	width: 100%;
}