html, body {
    margin: 0px;
    padding: 0px;
}


body {
    font-family : sans-serif;
    font-size : .8em;
    padding : 0px 0px 10px 0px;
}


/* ---------- Headers ----------- */

h1, h2, h3 {
    font-family: "Trebuchet MS", Verdana, serif;
    margin: 0;
    padding : 0;
}

h1 {
    font-size :  1.2em;
    font-style : italic;
}

h2 {
    font-size :  1.0em;
}

h3 {
    font-size :  .9em;

}


/* ---------- Tags ---------- */

/* ----------- Compliant ------------ */
code {
    border: 1px solid #C0C0C0;
    display: block;
    overflow:auto;
    background-color : white;
    height : 200px;
    white-space: pre;
}

/* Uncommenting the below may break CSS compliancy but will
improve the appearence of the <code> tag in different browsers.
Your choice. Please experiment */

code {
/* white-space: pre-wrap;      */  /* css-3 */
/* white-space: -moz-pre-wrap; */  /* Mozilla, since 1999 */
/* white-space: -pre-wrap;     */  /* Opera 4-6 */
/* white-space: -o-pre-wrap;   */  /* Opera 7 */
/* word-wrap: break-word;      */  /* Internet Explorer 5.5+ */
}


pre {
    font-size : 1.1em;
}

strong {
    font-weight : bold;
}

q {
    display : block;
    padding : 5px;
    font-size : 90%;
}

.controlpanel ul.tabmenu {
    margin : 0px;
    padding : 0px;
    padding-left : 8px;
}

img {
    border-style : none;
}

img.float-left {
    float : left;
    margin : 0px 10px 10px 0px;
    display : inline;
}

img.float-right {
    float : right;
    margin : 0px 0px 10px 10px;
    display : inline;
}


blockquote {
    border-top : 1px solid #fff;
    border-bottom : 1px solid #fff;
}

fieldset {
    margin : 10px;
    padding : 10px;
}

legend {
    font-style : italic;
    font-size : 110%;
}

/* ----------- Form styles ----------- */

form {
     margin : 0;
     padding : 0;
}

input, textarea {
    font-family : inherit;
    font-size : 9pt;
    padding : 1px 2px;
}

select[multiple="multiple"] {
    padding : 1px 2px 1px 2px;
}

ul.no-bullet {
   list-style-type : none;
}

.required-input {
   color : red;
   background-color : inherit;
   font-size : 1.3em;
}

/* ------------- Table ------------- */

table {
      border-collapse : collapse;
}

th {
    font-weight : bold;
    font-family : "Trebuchet MS", Verdana, serif;
    text-align : left;
}

td {
    vertical-align : top;
}

/* ---------- Classes ---------- */

fieldset.quote {
    border : 1px solid black;
}

fieldset.quote legend {
    font-style : italic;
    font-weight : normal;
    font-size : inherit;
}

.spoiler {
    background-color : black;
    color : black;
}

.error {
    color : #cf2626;
    font-weight : bold;
}


table.form-table {
    margin : 4px;
}

table.form-table td {
    padding : 4px;
    vertical-align : top;
}

.form-table label {
    font-weight : bold;
    margin-right : 20px;
    color : black;
}


.top-label label {
    font-weight : bold;
}


.clear {
    clear : both;
}

.padded {
   padding : .8em;
}

.smaller, .smaller input, .smaller select {
   font-size : .8em;
}

.larger {
   font-size : 1em;
}

.align-center {
   text-align : center;
}

.align-right {
   text-align : right;
}

.align-left {
   text-align : left;
}

/* ---------------- Box definitions -------------- */

.box {
    margin-bottom : 10px;
}

.box-title, .box-content, .box-footer {
    padding : 8px;

}

.entry-summary, .webpage-content, .webpage-summary {
   /* prevents float overlap */
    overflow: hidden;
}


abbr {
    border : none;
}


div.webpage-image, div.entry-image{
   float : right;
   display : inline;
   margin : 0 0 10px 10px;
}

.move-popup {
   font-size : .8em;
   margin : 0px;
   padding : 0px;
}

.layout-variable {
   padding : 4px;
}

.layout-variable legend {
   font-size : .9em;
}


#css-user-login div.box-title {
   display : none;
}

span#home-link, span#panel-link {
padding-left : 5px;
padding-right : 5px;
border-right : 1px solid black;
}

span#logout-link {
padding-left : 5px;
}

/******** comments ***********/
.comment_edit_link, .comment_delete_link, .comment_report_link,
.comment_fork_link, .comment_reply_link, .comment_quote_link, .comment_postnew_link,
.comment_punish_link,
.comment_supermod_icon, .comment_activemod_icon, .comment_inactivemod_icon
{
    display: block;
    background-repeat: no-repeat;
    background-position: 100%;
}

.comment-body .admin-links a {
    display:block;
    float:left;
    background-image: url(img/green-right.png);
    padding-right:8px;
    margin: 0 .5em;
}

.comment-body .admin-links a span {
    display:block;
    padding:0 10px 0 18px;
    background:transparent url(img/green-left.png);
    line-height:30px;
    color : white;
}

.comment-body .admin-links a:hover {
    text-decoration : none;
    color : yellow;
}


a.comment_delete_link {
    float :left;
    width: 20px;
    height: 20px;
    margin: 0 .5em;
}

a.comment_delete_link span { display: none; }

a.comment_report_link {
    float :left;
    width: 16px;
    height: 16px;
    margin: 0 .5em;
}

a.comment_report_link span { display: none; }

a.comment_fork_link {
    float :left;
    width: 16px;
    height: 16px;
    background-image: url(../../images/mod/comments/fork.png);
    margin: 0 .5em;
}

a.comment_fork_link span { display: none; }

a.comment_postnew_link {
    background-color : inherit;
    display : block;
    float : left;
    border : none;
    background-image: url(img/green-right.png);
    padding-right:8px;
}

a.comment_postnew_link:hover {
    background-color : inherit;
}

.comment_postnew_link:hover, .comment-body .admin-links a:hover {
    background-color : inherit;
    text-decoration : none;
}

a.comment_postnew_link:hover span {
    color : yellow;
    text-decoration : none;
}
a.comment_postnew_link span {
    display:block;
    padding:0 10px 0 18px;
    background:transparent url(img/green-left.png);
    line-height:30px;
    color : white;
}

a.comment_punish_link {
    float :left;
    width: 20px;
    height: 20px;
    background-image: url(../../images/mod/comments/noentry.png);
    margin: 0 .5em;
}

a.comment_punish_link span { display: none; }

a.comment_postnew_link, .comment-body .admin-links a { 
background-color : inherit;
border : none;
}

#cp-subpanel {
left : -140px;
}