body {
    font-family: Verdana, Arial, sans-serif;
    background: url(/images/bg.png) repeat-x top;
	font-size:62.5%;
    margin:0;
    padding:0;
}

#head {
    float: left;
    width: 100%;
}

#foot {
    text-align: right;
    float: right;
    /*padding-right: 20px;*/
}

#foot div.about {
    font-size: 1.1em;
    font-weight: bold;
    color: #999999;
    margin-right: 20px;
}

div.info {
    font-size: 1.5em;
    padding: 10px;
    background-color: honeydew;
}

div.warninfo {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    background-color: #faffc1;
    color: #330000;
    border-bottom: 3px solid #660000;
    width: 95%;
}

div.confirmForm {
    font-size: 1.5em;
    font-weight: bold;
    padding: 10px;
    background-color: #faffc1;
    color: #330000;
    border-left: 3px solid #660000;
    border-right: 3px solid #660000;
    padding-top: 10px;
    margin-top: 10px;
    clear: both;
    float: left;
    width: 95%;
}

div.commands {
    clear: both;
}

ul.commands {
    margin: 0;
    padding: 0;
}

ul.commands li {
    list-style: none;
    display: inline;
    padding-left: 2px;
    padding-right: 5px;
    font-weight: bold;
}

ul.commands li.def {
    list-style: none;
    display: inline;
    border-left: 8px solid #58BFF0;
    padding-left: 2px;
    padding-right: 5px;
    font-weight: bold;
}

ul.commands li.vert {
    display: list-item;
    list-style: none;
    border-left: 8px solid #58BFF0;
    padding-left: 2px;
    padding-right: 5px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #0181e6;
}

a.warn {
    text-decoration: none;
    color: #b68aa0;
}

a:hover {
    background-color: #58bff0;
    color: #fff;
}

a.nlh:hover { background: none !important; }

div.pagination {
    border-top: 1px solid #A0C8DC;
    border-bottom: 1px solid #A0C8DC;
    padding: 5px;
    margin: 10px;
    float: left;
    clear: both;
    width: 90%;
}

div.pagination a.p {
    border: 1px solid #d5d5ee;
    background-color: #f7f7ff;
    padding: 3px;
}

div.pagination a.p:hover {
    background-color: #d5d5ee;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}


p {
    font-size: 1.2em;
}

img {
    border: 0;
}

h1 {
    font-size: 2em;
    color: #206BA4;
}
h2 {
    font-size: 1.2em;
    color: #206BA4;
    margin: 0px;
    padding: 0px;
}

#logo {
    padding-top: 30px;
    padding-left: 70px;
    float: left;
}
#logo img {
    float: left;
    margin-top: 13px;
}
#logo h1 {
    float: left;
}

#pane {
    float: left;
    width: 20%;
}

#main {
    float: left;
    width: 75%;
    padding-left: 10px;
    padding-right: 10px;
}

#mainmenu {
    padding-top: 20px;
    float: left;
    width: 600px;
}

#mainmenu li {
    list-style: none;
    display: inline;
    float: left;
    width: 150px;
    margin-bottom: 10px;
    font-weight: bold;
}

#mainmenu a {
    color: #2184DC;
    text-decoration: none;
    font-size: 1.2em;
}

#mainmenu a:hover {
    background-color: #EDF6F7;
}

#footmenu ul {
    display: block;
    width: 20%;
    float: left;
    text-align: left;
    border-left: 2px solid lavender;
    padding-left: 20px;
    margin-left: 20px;
}

#footmenu ul li {
    list-style: none;
}

#foot {
    clear: both;
    float: left;
    background: url(/images/footbg.png) repeat-x top;
    padding-top: 20px;
    margin-top:10px;
    width:100%;
    height: 80px;
}

div.error {
    font-weight: bold;
    color: #C31402;
    padding: 10px;
    font-size: 1.3em;
}

div.usertags li {
    list-style: none;
}

div.usertags ul {
    padding-left: 3px;
}

#all_tags ul li {
    list-style: square;
    display: inline;
    margin: 5px;
    float: left;
}

#all_tags {
    display: block;
    clear: both;
}

div.meta {
    clear: both;
    margin-bottom: 10px;
}

#top .l{
    background: url(/images/upl.png) #40A5E4 no-repeat top left; height: 37px; width: 100%;
    padding-left: 10px;
}
#top .r{
    background: url(/images/upr.png) no-repeat top right; height: 37px; width: 100%;
    padding: 0 10px 0 0;
}

#top .b{
    background: url(/images/upbg.png) top repeat-x; 
    padding: 12px 0 0 0;
    height: 27px;
}

#top {
    background: url(/images/upbg.png) top;
	margin-right: 100px;
    float: right;
    width: 200px;
    font-size: 1em;
    font-weight: bold;
}

#top a {
    color: #e7e1e1;
}

#top a:hover {
    border-bottom: 2px solid #101010;
    background-color: #f8a263;
}

#usrmenu {
    float: left;
    clear: both;
    width: 97%;
    background: url(/images/navigbg.png) repeat-x #3abffc;
    padding: 0 15px 0 15px;
    margin: 10px 0 20px 0;
    height: 28px;
}

#usrmenu .srch {
    margin-top: 2px;
    padding-left: 10px;
}

#usrmenu ul li {
    list-style: none;
    float: left;
    display: inline;
    margin-right: 10px;
    margin-top: 2px;
}

#usrmenu a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.3em;
}

#usrmenu a:hover {
    color: #43454F;
}

#usrmenu ul {
    padding: 0;
    margin: 0;
}

div.filterel {
    float: left;
    clear: both;
}
div.filter {
    float: left;
    clear: both;
}
div.subtags {
    float: left;
    clear: both;
}

div.box {
    float: left;
    /*clear: both;*/
    display:block;
    background-color: #ededed;
    margin-top: 10px;
}

div.box .bcnt {
    padding: 10px;
}

div.box .u  {background: url(/images/paneur.png) no-repeat top right; height: 8px; width: 100%;}
div.box .d {background: url(/images/panedr.png) no-repeat bottom right; height: 8px; width: 100%;clear:both;}

div.entries {
    clear: both;
    float:left;
    display: block;
    width: 99%;
}
img.corner{
   width: 8px;
   height: 8px;
   border: none;
   display: block !important;
}

div.note {
    border-left: 4px solid #E8EEF1;
    border-right: 4px solid #E8EEF1;
    padding: 5px;
    margin-top: 8px;
    clear: both;
    float:left;
    background: url(/images/entrybg.png) repeat-x top;
    width: 100%;
}

div.note div.cmd_p {
    float: right;
    border: 1px dashed aquamarine;
}


div.note div.notecmds {
    float: right;
}

div.note h4 {
    font-size: 1.4em;
    /*border: 1px solid red;*/
    display: inline;
}
div.note div.cbody {
    display: block;
    margin-top: 10px;
}
div.note li {
    font-size: 1.2em;
}
div.note code {
    font-size: 1.2em;
}

ul.oneline li {
    display: inline;
    list-style: none;
}

table.std {
    border: 1px solid darkgray;
}

table.std th {
    background-color: #e9e9ff;
}

a.more {
    font-size: 1.2em;
    padding: 3px;
    border-left: 16px solid #E8EEF1;
    margin-bottom: 3px;
}

div.tagcloud li {
    display: inline;
}

.curtags .tag {
    float: left;
}

div.rblock {
    margin-top: 10px;
    clear: both;
}