/**
 * main css of joomlaconsole.com 
 */
body
{
    background-color:#FFF;
    color:#444;
    font:16px/1.4 "Hoefler Text", "Georgia", Georgia, serif, sans-serif;
}

a:focus {outline: 1px dotted;}
hr
{
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

ol {list-style: decimal;}
ul {list-style: disc;}
li {margin-left: 30px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset
{
    margin-bottom: 20px;
}


/* Fix the small-ish headers */
h1 {font-size:2.0em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}

#top
{ 
    padding-left:5em;
    border-bottom: 1px solid #ddd; line-height: 90px;
    margin-bottom: 20px;
}

#top h1 {
font-weight: bold;
font-size: 45px;
color: #ddd;
margin: 0;
padding: 0;
}


a {
    text-decoration: none; 
    color: rgb(153, 0, 0);
    font-weight:bold;
}
a.inline 
{
    color: #666;
}
a:hover {color: #000; }

ul#sub_nav, ul#sub_nav li {
list-style: none;
margin: 0;
padding: 0;
display: inline;
} 

ul#sub_nav li a {
float: right;
margin: 0 2em 0 0;
padding: 0;
}

#sidebar h3 { margin-bottom: 5px; }

#sidebar ul li{
list-style: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #eee;
line-height: 2em;
}


#bottom { 
border-top: 1px solid #ddd; 
margin: 3em 0;
padding: 1em 0;
color: #999;
font-size: 11px;
}

#bottom p {text-align: right;}



