div.login-box
{
    border:1px solid #c3d9ff;
    width:300px;
    padding:3px;
    margin-left:auto;
    margin-right:auto;
}
div.login-box div
{
    background-color:#e8eefa;
    padding:5px;
}

.post
{
    margin: 0 0 10px;
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: Georgia, Arial;
}

.post h1 {
    font-size: 1em;
    color: #000;
}

.post p {
    padding-top: 10px;
}

.post .title
{
    font-size: 1.5em;
    line-height: 1.1em;
    border-bottom: 1px solid #C9E0ED;
    padding-bottom: 3px;
}

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

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

.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;
}

/* Column */
div.left
{
    padding:20px 0 0 20px;
}
div.right
{
    padding:20px 20px 0 0;
}
/* END: MyColumn */

/* Added active class for the operations */
.operations {
}
.operations li.active a
{
    /*background: #64b4e4;*/    
}
.operations li.active a:hover
{
    /*background: #80CFFF;*/
}
/* END: Added active class for the operations */


/* Author */
.author-box
{
    border: 1px solid #1a3665;
    clear:both;
    min-height:100px;
    padding: 5px;
    margin: 5px;

}
.author-img
{
    padding:2px; border:1px solid #969696; margin-right:10px; margin-bottom:5px;
}
.author-name
{
    text-decoration:none;
}
/* END:Author */


/* More articles */
div.even
{
    background-color: #efefef;
}
div.odd
{
}
div.more-articles
{
    margin-left:8px;
    width: 280px;
    padding: 5px;
}
/* END: More articles */

/* Category List */
#cattegory ul li ul li.active a {
    color: #1b3767;
    font-weight:bold;
}
/* END: Category List */

/* operations cloumn */
.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #1a3665;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #1a3665;

}

.operations li a:hover
{
    background: #2b559c;
    color: #FFFFFF;

}
.operations li.active a
{
    background: #c0c0c0;
}
.operations li.active a:hover
{
    background: #2b559c;
}
/* END: operations cloumn */

/* tips */
.tip-box
{
    width: 156px;
    height: 129px;
    background: url(../images/rounded-border-box.png) no-repeat;
    float: left;
    overflow: hidden;

}
.tip-box div
{
    padding: 12px;
}

.tip-box img
{

    padding: 3px;
}


/* flash */
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;
}




/* PCategoryTree */
.parent-cat
{
    display:inline;
}
.toggle
{
    float:right;
    clear:right;
}
.cat-tree, .sub-tree
{
    clear:both;
    width:190px;

}
.sub-tree
{
    padding-left:10px;
}