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


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


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

h1, h2, h3 {
    font-family: 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;
}



#simple-block1 img {
    background-image:url('img/img_bg.jpg');
    padding:20px 35px 20px 15px;
    width:250px;
    height:188px;
}

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;
}/* --------- Layout and positioning ------------ */
#container {
        position: relative;
        margin : 2% 10%;
        padding: 0px;
}

#top{
        margin-left:21%;
        width:78%;
        height:100px;
        border:1px solid black;
}


.topbar {
        width:100%;
        height:44px;
        clear:both;
}

.topbar span.left {
        float:left;
        width:15px;
        height:15px;
}

.topbar span.right {
        float:right;
        width:15px;
        height:15px;
}

.bottombar{
        width:100%;
        height:44px;
        clear:both;
}

.bottombar span.left {
        margin-top:29px;
        float:left;
        width:15px;
        height:15px;
}

.bottombar span.right {
        margin-top:29px;
        float:right;
        width:15px;
        height:15px;
}

#sidepanel {
        border:1px solid white;
        float : left;
        width : 19%;
        margin:0;
        padding:0px;
        padding-bottom:5px;
}


#main-content {
        margin-left : 20%;
        margin-top:1%;
        width:75%;
}

#content h1, h2 {
        padding : 3px;
}

#header {
        padding-bottom : 10px;
}

#header img {
        padding : 0px;
}

#footer {
        clear: both;
        font-size : 90%;
        padding: 5px;
        margin-top: 1px;
        border-top : white 1px solid;
}

#top-menu {
    position : relative;
    padding : 1px;
    text-align : right;
    margin-bottom : 5px;
    overflow : hidden;
    margin-left : 1%;
    margin-right : 1%;
    width:20%;
}

#search-box {
    float : right;
    padding : 14px;
    margin : 0;
    display : inline;
}

div.block-embedded {
    width : 200px;
}

#miniadmin div.box-content {
   font-size : .9em;
   max-height : 180px;
   overflow : auto;
}

#blog-list-view {
   margin-bottom : 2em;
}

div.horizonal-menu {
   position : absolute;
}
body {
    color: #000;
    background-color : white;
}

/* ---------- Block colors ----------- */

#container, #header {
    background-color:white;
    color : black;
}



#sidepanel, #footer{
    background-color:white;
}

#sidepanel div.box {
    border : white 1px solid;
}

#top{
    background-color:white;
}

#main-content {
        background-color:white;
        
}

.topbar {
        background-color:#d11f31;
        clear:both;
}

.topbar span.left {
        background-color:white;
        background-image: url('img/tl_red.jpg');
}

.topbar span.right {

        background-color:white;
        background-image: url('img/tr_red.jpg');
}

.bottombar{
        background-color:#d11f31;
}

.bottombar span.left {
        background-color:white;
        background-image: url('img/bl_red.jpg');
}

.bottombar span.right {
        background-color:white;
        background-image: url('img/br_red.jpg');
}


.toggle0 { 
    color : #A03E19; 
    background-color : #DEE2BD; 
    font-weight: bold; 
} 

.toggle1 {
    background-color : #EDF4D1;
    color : black;
}

.toggle2 {
    background-color : white;
    color : black;
}


.bgcolor1 {
    background-color : #e2efff;
    color : black;
}

.highlight:hover, .bgcolor2 {
    background-color : #c5dfff;
    color : black;
}

.bgcolor3 {
    background-color : #a8cfff;
    color : black;
}


q {
    background-color : #d6d7ca;
    color : black;
}
a img {
background-color : transparent;
color:white;
}

a:link, a:visited {
    text-decoration : none;
    background-color : inherit;
    color: #d11f31;
}

a:hover, a:active {
    text-decoration : underline;
    background-color : inherit;
    color: #000;
}


h1, h2, h3 {
    background-color : inherit;
    color: #4d9dff;

}

h1 a {
    text-decoration : none;
}

h1 a:hover {
    background-color : inherit;
    color: #000;
}


th {
    color: gray;
    background-color : #e2efff;
}


.box {
    background-color : inherit;
    color : black;
}


.box-title {
    background-color : inherit;
    color : black;
    border-bottom:1px solid black;
}


/* -------- Form color ---------- */
input, textarea {
    color: #4d9dff;
    background-color: white;
    border: #4d9dff solid 1px;
}

input:focus, textarea:focus {
    background-color : white;
    color : #4d9dff;
}


input[type="submit"], input[type="button"]{
    color: #d11f31;
    background-color: white;
    border: 1px #4d9dff outset;
    cursor : default;
    cursor : pointer;
}



/* ----------- Module ----------- */
#top-menu {
    background-color : inherit;
    color : black;
    overflow : visible;
}

#top-menu a:hover{
    background-color : #ADB583;
    color : black;
}

div.blog div.box {
    border : 2px white solid;
}

div.blog div.read-more {
    border-top : 1px solid white;
    margin-top : 5px;
}

div.category-links {
    padding : 4px;
    background-color : #EDF4D1;
    color : black;
}

/*--------------- Control Panel ---------------*/

div.frame {
    background-color: #a8cfff;
    color : black;
    border-color : #90996E;
}

div.backgrd {
    border-color: #90996E;
}

ul.tabmenu li a {
    border-color: #a8cfff;
    border-bottom : none;
    padding-bottom : 1px;
}

ul.tabmenu li.active a {
    border-color: #a8cfff;
    border-bottom : none;
    padding-bottom : 2px;
}

ul.tabmenu li.inactive {
    background-color : #c5dfff;
    color : #49493D;
}

ul.tabmenu li.active {
    background-color : #a8cfff;
    color : #49493D;
}

ul.tabmenu li.active a:visited {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:link {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:visited {
    text-decoration: none;
    background-color : inherit;
    color: #49493D;
}

ul.tabmenu li.inactive a:hover {
    text-decoration: none;
    color: black;
    background-color : inherit;
}

ul.tabmenu li.inactive:hover {
    background-color : #e2efff;
    color: black;
}

/*--------------- End Control Panel ---------------*/

/*--------------- Menu ---------------*/
ul.menu-links {
    border-top : white 0px solid;
    margin : 0;
    padding : 0;
    font-size : .9em;
    list-style-type : none;
}


ul.menu-links li {
    list-style-type : none;
    width : 100%;
}


ul.menu-links ul
{
    padding-left : 1em;
}

ul.menu-links li a.menu-link-href { 
    display : block;
    padding : 6px 5px;
    font-weight : bold;
    text-decoration : none;
}

ul.menu-links li a.menu-link-href:hover {
    text-decoration : none;
    background-color : #4d9dff;
    color : white;
}


/*--------------- End Menu ---------------*/

div.category-menu-bar {
    background-color : #4d9dff;
    color : black;
}

div.panel-title {
    background-color : #4d9dff;
    color : black;
    padding : 4px;
    margin-bottom : 10px;
}

ul#navlist li a {
    background-color : #4d9dff;
    color : black;
}

div.category-info {
   margin-bottom : 10px;                  
}

div.breadcrumb span.current-bc {
   font-size : 0.8em;
   font-weight : bold;
}

/*---- Notes ---- */

.note-not-read {
   font-weight : bold;
}


/*---- PageSmith ----*/
div#simple-page {
   background-color : inherit;
   color : inherit;
}

div.horzontal-menu ul li div {
   background-color : #EBEDD1;
}

.btext{
text-align:center;
color:white;
font-size:0.8em;
}
.btext a{
color:white;
}
