body
{
    margin: 0;
    padding: 0;
    color: black;
    font: normal 1em Arial,Helvetica,sans-serif;
    background: white;
    line-height:1.5;
    text-align:justify;
}
h1 {font-size:1.5em;line-height:1;margin-bottom:1em;text-align:center;font-weight:bold;}
h2 {font-size:1.25em;margin-bottom:0.75em;font-weight:bold;}
h3 {
	font-size:1.1em;
	line-height:1;
	margin-bottom:0.5em;
	font-weight:bold;
}
.alignLeft {
 float:left;
 margin-right: 1em;
}

.alignRight {
 float:right;
 margin-left: 1em;
}

a
{
    color: black;
}

a:hover
{
    color: red;
}

#page
{
    margin-top: 20px;
    margin-bottom: 0px;
    background: white;
}

#header
{
    margin: 0;
    padding: 0;
}

#content
{
    padding: 20px;
}

#footer
{
    padding: 10px;
    margin: 10px 20px;
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid black;
}

#logo
{
    padding: 0px;
}

/* Logo text replace */
.replace{
    width:256px;
    height:136px;
    background: url(logo.gif) 0 0 no-repeat;
}

.replace span{
    line-height: 400px;
}

.mainmenu
{
    margin: 0;
    padding: 0;
    text-align:left;
}

.mainmenu ul
{
    margin:0px;
}

.mainmenu ul li a
{
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:5px 8px;
    border-bottom: 1px solid white;
}

.mainmenu ul li a:hover, .mainmenu ul li.active a
{
    text-decoration:none;
    border-bottom: 1px solid black;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0;
    padding: 5px 8px;
    margin-bottom:15px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.post
{
    margin: 0 0 20px;
}

.post .title
{
    font-size: 1.5em;
    border-bottom: 1px solid #C9E0ED;
}

.post .title a
{
    color: #555;
    text-decoration: none;
}

.post .author
{
    color: #888;
    margin: 0 0 5px;
}

.post .nav
{
    -moz-border-radius:7px;
    padding: 5px;
    background: #EFFDFF;
}

.comment
{
    -moz-border-radius:7px;
    padding: 10px;
    background: #F5F5F5;
    margin: 5px 0;
}

.comment .content
{
    margin: 10px 0;
}

.comment .author
{
    margin: 5px 0;
    padding: 0 0 3px;
    border-bottom: 1px solid #DDD;
}

.comment .time
{
    color: #888;
    font-size: 0.8em;
}

.comment a.cid
{
    color:#CCC;
    float:right;
    font-size:1.5em;
    font-weight:bold;
    padding:0 5px 5px 5px;
    text-decoration: none;
}

.comment a.cid:hover
{
    color:#555;
}

.comment .pending
{
    color:red;
}