* {
    margin:0;
    padding:0;
    border:0;
}
body {
    background-color:#FFFFFF;
    font-size:11px;
    font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;
    font-color:#000000;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    direction:ltr;
}
a , a:link , a:visited {
    color:#000000;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
#container {
    background-color:#dedfe1;
    margin:0 auto;
    position:relative;
    width:777px;
    direction:ltr;
    float:left;
}
#header {
    text-align:center;
    height:220px;
    float:left;
}
#nav_bar {
    background-color:#737478;
    float:left;
    width:100%;
    text-align:center;
}
#nav_bar .categories {
    clear: both;
    list-style-type: none;
    height: 40px;
    overflow: hidden;
    padding-left:20px;
}
#nav_bar .categories li {
    float: left;
}
#nav_bar .categories li a {
    display: block;
    padding: 13px;
    color: #000000;
    font-weight:bold;
    font-size:12px;
    #border-right: 1px solid #DEDFE1;
    text-decoration: none;
}
#nav_bar .categories li a:hover , #nav_bar .categories li .selected{
    background-color: #DEDFE1;
    color: #000000;
}

#main_content {
    float:left;
    width:100%;
    padding-top:20px;
    background-color:#dedfe1;
}
#footer {
    text-align:center;
    padding:10px;
    margin-top:20px;
    background-color:#737478;
}
.date a {
    font-size:12px;
    color:#000000;
    text-decoration:none;
}
hr.seperator {color: #fff; border: 1px dotted #737478; border-style: none none dotted; }
.cartoon_thumb_img {
    border:1px solid #EEEEEE;
    margin-bottom:0.5em;
    padding:4px;
    background:#F7F7F7 none repeat scroll 0 0;
}
.comments {
    margin:10px;
    border-top:1px solid #CCCCCC;
    clear:both;
}
.comment_header {
    background: #f7f7f7;
    padding: 5px;
    font-size: 0.9em;
    font-weight: bold;
    clear:both;
}
.commet_author {
    float:left;
}
.comment_date {
    float:right;
    display:block;
    direction:ltr;
}
.comment_body {
    background:#FFFFFF none repeat scroll 0 0;
    padding: 10px;
}
input.comment_input {
    border:1px solid #CCCCCC;
    width:250px;
    padding:1px;
}
textarea.comment_textarea {
    border:1px solid #CCCCCC;
    font-size:12px;
    height:150px;
    width:250px;
    padding:1px;
}
.btn {
    font-family: Arial;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    position: relative;
    cursor: pointer;
}
div.msg_error {
    border: 1px solid #990000;
    background:#ffdddd;
    color:#000000;
    padding:5px;
    text-align:left;
}

