/*
Theme Name: iNove
Theme URI: http://wordpress.org/extend/themes/inove/
Description: Inspired by <a href="http://maczone.sk/">MacZone.sk</a>, created by <a href="http://www.neoease.com/">mg12</a>. It is very stylish, widget supported and doesn’t require any plugin.
Version: 1.2.3
Author: mg12
Author URI: http://www.neoease.com/
Tags: white, light, two-columns, fixed-width, theme-options, right-sidebar
*/

/* static START */
* {
    margin:0;
    padding:0;
}
abbr[], acronym[title] {
    border-bottom:thin dotted;
    cursor:help;
}
body {
    background:#BEC3C6 url(img/bg.jpg) repeat-x;
    color:black;
    font-family:Arial,Simsun,Tahoma;
    font-size:13px;
}
em{
    margin-right:5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight:300;
    font-size:16px;
    letter-spacing:1px;
    font-family:Arial,Simsun;
}
img {
    border:0;
}
img.sided {
    background:#FFF;
    border:1px solid #CCC;
    padding:3px;
}
small {
    font-size:10px;
}
a:hover img.sided {
    border-color:#A6A6A6;
}
a {
    color:#2970A6;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.wp-caption {
    background:#F7F7F7;
    border:1px solid #CCC;
    padding:5px 0;
    margin-bottom:5px;
    text-align:center;
}
pre{
background-color:#FFFFE5;
padding:8px 12px 8px 18px;
margin:5px 0;
border:1px dashed #CCC;
border-left:8px solid #0099CC;
}
.more-link {
    font-size:12px;
}
.alignleft {
    float:left;
    text-align:left;
    margin-right:10px;
}
.alignright {
    float:right;
    text-align:right;
    margin-left:10px;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.left {
    float:left;
    margin-right:10px;
}
.right {
    float:right;
    margin-left:10px;
}
.fixed, .clear {
    clear:both;
}
input.textfield, 
textarea {
    background:#FFF url(img/textfield.gif) top repeat-x;
    border:1px solid #A6A6A6;
    padding:2px 1px;
}
.boxcaption {
    background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
    padding:6px 12px;
    border-bottom:1px solid #CCC;
}
.boxcaption h3 {
    font-size:12px;
    letter-spacing:0em;
}
.box {
    background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
    padding:8px 12px;
    margin-bottom:10px;
}
.messagebox, 
.errorbox {
    background:#EDEFF0 url(img/messagebox.gif) no-repeat;
    padding:0 12px;
    height:27px;
    line-height:27px;
    font-size:12px;
}
.w3c {
    color:#080;
    font-size:10px;
}
/* static END */

/* layout START */
#wrap {
    background:transparent url(img/light.gif) center top no-repeat;
    padding:20px 0;
}
#container {
    margin:0 auto;
    width:936px;
margin-bottom:50px;
}
/* layout END */

/* header START */
#header {
    background:transparent url(img/navigation.gif) repeat-x bottom;
    height:132px;
}
#caption {
background:transparent url(img/caption2.jpg) 0 0 no-repeat;
    height:44px;
    padding:25px 30px 21px 25px;
}
#title a {
    text-decoration:none;
    color:transparent;
filter:alpha(opacity=0);
    /*width:250px;*/
    height:30px;
    display:block;
    letter-spacing:0;
}
/* image blog title */
/*
#title a {
    background:url(img/title.gif) no-repeat;
    text-decoration:none;
    color:#FFF;
    width:250px;
    height:30px;
    text-indent:-999em;
    display:block;
}
*/
#tagline {
    color:lightgray;
    text-decoration:none;
    font-size:13px;
    padding:0px;
    font-weight:bold;
    font-style:italic;
}
#navigation {
    margin:1px 0;
}
#menus li {
    display:inline;
    list-style:none;
}
#menus li a {
    background:transparent url(img/menu.gif) no-repeat;
    display:block;
    color:#382E1F;
    height:31px;
    line-height:31px;
    padding:0 20px;
    margin-left:-10px;
    text-decoration:none;
    font-size:12px;
    float:left;
    z-index:1;
}
#menus li a:hover {
    background-position:0 -31px;
}
#menus li.current_page_item a, 
#menus li.current-cat a {
    background-position:0 -62px;
}
#menus li a.home {
    background-position:0 -93px;
    width:45px;
    padding:0;
    margin-left:0;
    text-indent:-999em;
}
#menus li a.home:hover {
    background-position:0 -124px;
}
#menus li.current_page_item a.home {
    background-position:0 -155px;
}
#menus li a.lastmenu:hover {
    background-position:0 0;
}
/* header END */

/* submenu START */
#menus li ul {
    display:none;
    background:#F4F5F7;
    border:1px solid #CCC;
    border-top-color:#A6A6A6;
    padding:0 5px;
}
#menus li li {
    float:none;
    margin:0 !important;
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}
#menus li li a {
    float:none;
    display:block;
    padding:5px;
    text-decoration:none;
    width:150px;
    font-size:12px;
    border-style:solid;
    border-color:#DDD;
    border-width:1px 0 0;
    margin:0;
    background-image:none;
    height:20px;
    line-height:20px;
}
#menus li li.first a {
    border-top:none;
}
#menus li li a:hover {
    font-weight:bolder;
}
/* submenu END */

/* content START */
#content {
    background:#FFF url(img/sidesep.gif) right repeat-y;
    min-height:400px;
margin-bottom:2px;
}
/* content END */

/* main START */
#main {
    background:#FFF;
    width:605px;
    padding:5px 10px 15px 15px;
    float:left;
}
#notice {
    color:#080;
}
#notice a {
    text-decoration:underline;
}
.post h1 {
    display:block;
    margin:5px;
    padding:0 5px 5px 0;
    font-size:16px;
	border-bottom:2px groove gray;
	font-weight:normal;
}
.post h1 a.title {
    text-decoration:none;
    color:#4C4C4C;
letter-spacing:0.5px;
}.post h1 a.title:hover {
    color:#2970A6;
}
.post .content .wp-caption p {
    margin:0;
}
.post h2 {
    display:block;
    margin:5px;
    padding:0 5px 5px 0;
    font-size:16px;    
	border-bottom:2px groove gray;
	font-weight:300;
}
.post h2 a.title {
    text-decoration:none;
    color:black;
letter-spacing:0.5px;
}.post h2 a.title:hover {
    color:#2970A6;
}
.post h3{
font-size:16px;
border-bottom:2px dotted gray;
color:#2C68A3;
margin:10px 0px 5px 0px;
padding:3px;
}
.post .info {
    margin:5px;
}
.post .info span.first {
    margin-left:0;
}
.post .date, 
.post .tags, 
.post .author, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments, 
.post .addcomment, 
.post .editlinks {
    background:url(img/icons.gif) no-repeat;
    padding-left:22px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:12px;
}
.post .act {
    height:16px;
    float:right;
}
.post .act span {
    float:left;
    margin-left:15px;
}
.post .tags {
    background-position:0 -16px;
}
.post .categories {
    background-position:0 -32px;
}
.post .author {
    background-position:0 -176px;
}
.post .date {
    background-position:0 -48px;
    float:left;
}
.post .editpost {
    background-position:0 -64px;
}
.post .readingblinds {
    background-position:0 -80px;
}
.post .comments {
    background-position:0 -96px;
}
.post .addcomment {
    background-position:0 -112px;
}
.post .editlinks {
    background-position:0 -192px;
}
.post .content {
    padding:5px 0 5px 5px;
    line-height:145%;
    overflow:hidden;
}
.post .content h2{
margin:5px 0px 10px 0px;
padding:5px 5px 5px 10px;
border:none;
background-color:#666666;
color:white;
letter-spacing:1px;
font-family:Arial,Simsun;
font-size:16px;
}

.post .content h2 a{
color:white;
}

.post .content p {
    margin-bottom:7px;
}
.post .content .under {
    height:16px;
    line-height:16px;
}
.post .content .under span {
    float:left;
    
}
.post .content h4 {
    color:#080;
    margin-bottom:10px;
    margin-top:15px;
}
.post .content img {
    max-width:600px;
}
.post .content ul, 
.post .content ol {
    padding-bottom:10px;
}
.post .content ul li, 
.post .content ol li {
    list-style-position:inside;
    padding-left:20px;
}
.post .content table {
    background:#FFF;
    border-width:0px 1px 1px 0px;
    margin:5px 0 10px;
}
.post .content table thead{
background-color:#ffffcc;
}
.post .content table tr td {
    border-width:1px 0px 0px 1px;
    padding:2px 10px;
}
.post .content table tr th {
    padding:1px 10px;
    background:#EDEFF0;
    text-align:left;
}
.post .content .boxcaption {
    background-image:url(img/postbox.gif);
}
.post .content .box {
    background-image:url(img/postbox.gif);
}
#postpath {
    background:url(img/icons.gif) 0 -208px no-repeat;
    line-height:16px;
    margin:5px 0;
    padding-left:22px;
clear:both;
}
#pagenavi_top,#pagenavi_bottom {
padding:5px;
    margin:2px 0px 5px 0px;
    font-size:12px;
background-color:#FFFFCC;
border:1px dashed;
}
#pagenavi_top .newer a, 
#pagenavi_top .prev a,
#pagenavi_bottom .newer a,
#pagenavi_bottom .prev a {
    background:url(img/icons.gif) 0 -224px no-repeat;
    padding-left:22px;
    float:left;
    height:16px;
    line-height:16px;
}
#pagenavi_top .older a, 
#pagenavi_top .next a,
#pagenavi_bottom .older a, 
#pagenavi_bottom .next a {
    background:url(img/icons.gif) 100% -240px no-repeat;
    padding-right:22px;
    float:right;
    height:16px;
    line-height:16px;
}
/* main END */

/* sidebar START */
#sidebar {
    background:#F7F7F7;
    width:300px;
    float:right;
    font-size:95%;
    line-height:145%;
    overflow:hidden;
}
#sidebar li {
    background:url(img/icons.gif) 0 -320px no-repeat;
    padding-left:22px;
    list-style:none;
    margin-top:5px;
    /*font-size:95%;*/
}
#sidebar .content, 
#sidebar li {
    font-size:12px;
}
#northsidebar .widget {
    background:url(img/widgetsep.png) bottom no-repeat;
    padding:10px 15px 19px;
}
#southsidebar .widget {
    background:url(img/widgetsep.png) top no-repeat;
    padding:15px 15px 17px;
}
/* calendar START */
.widget_calendar h3 {
    display:none;
}
#wp-calendar {
    width:100%;
}
#wp-calendar #today {
    background:lightblue;
}
#wp-calendar tbody a {
    font-weight:bold;
}
#wp-calendar caption {
    font-weight:bold;
    letter-spacing:-0.05em;
    font-size:150%;
    text-align:left;
    padding-bottom:5px;
}
#wp-calendar th, 
#wp-calendar td {
    text-align:center;
}
#wp-calendar tbody td {
    border:1px solid #CCC;
}
#wp-calendar tbody td.pad {
    border:0 none;
}
#wp-calendar th {
    background:#999;
    color:#FFF;
}
#wp-calendar td#prev {
    text-align:left;
    padding-top:5px;
}
#wp-calendar td#next {
    text-align:right;
    padding-top:5px;
}
/* calendar END */
#centersidebar {
    padding:12px 15px 0;
}
#northsidebar, 
#southsidebar {
    font-size:95%;
}
#northsidebar .widget h2, 
#southsidebar .widget h2 {
    margin-bottom:10px;
}
#northsidebar .widget .content p, 
#southsidebar .widget .content p {
    margin-bottom:10px;
}
#westsidebar {
    width:121px;
    float:left;
    padding-right:5px;
    font-size:95%;
    overflow:hidden;
}
#eastsidebar {
    width:129px;
    float:right;
    font-size:95%;
    overflow:hidden;
}
#westsidebar h3, 
#eastsidebar h3 {
    margin-bottom:5px;
}
#westsidebar .widget, 
#eastsidebar .widget {
    margin-bottom:15px;
}
#sidebar .widget_feeds {
    padding:5px 15px 14px;
}
#sidebar #feedrss, 
#sidebar #feedemail {
    height:25px;
    line-height:25px;
    display:block;
    padding:5px 5px 5px 36px;
    float:left;
    text-decoration:none;
}
#sidebar #feedrss {
    background:url(img/feeds.gif) 5px 5px no-repeat;
}
#sidebar #feedemail {
    background:url(img/feeds.gif) 5px -45px no-repeat;
    margin-left:15px;
}
#subscribe ul {
    display:none;
    background:#F4F5F7;
    border:1px solid #B7B7B7;
    width:180px;
    padding:5px;
}
#subscribe li {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
    display:block;
}
#subscribe li a span {
    background:url(img/readers.gif) no-repeat;
    height:20px;
    width:80px;
    display:block;
    text-indent:-999em;
}
#subscribe li#google_reader a span {
    background-position:0 0;
}
#subscribe li#youdao_reader a span {
    background-position:0 -20px;
}
#subscribe li#xianguo_reader a span {
    background-position:0 -40px;
}
#subscribe li#zhuaxia_reader a span {
    background-position:0 -60px;
}
#subscribe li#yahoo_reader a span {
    background-position:0 -80px;
}
#subscribe li#newsgator_reader a span {
    background-position:0 -100px;
}
#subscribe li#bloglines_reader a span {
    background-position:0 -120px;
}
#subscribe li#inezha_reader a span {
    background-position:0 -140px;
}
#subscribe li a {
    display:block;
    padding:5px;
    text-decoration:none;
    width:80px;
    font-size:12px;
}
#subscribe li a:hover {
    background:#EEDDCC;
}
#tag_cloud a {
    line-height:130%;
}
/* sidebar END */

/* footer START */
#footer {
background:transparent;z-index:1000;position:fixed;bottom:0px;height:30px;color:white;border-style:none;width:936px;}
#copyright {float:left;margin:-5px 0px;padding:0px;}

.searchbox{
float:right;width:240px;}
.searchbox .textfield{
            border-color:#A2BFF0 #558BE3 #558BE3 #A2BFF0;
            border-style:solid;
            font-size:12px;
            padding:2px 2px 0px;
            height:18px;
        }
        .submitSearch{
            height:22px;
            width:52px;
            background:transparent url(img/searchbg.jpg) repeat scroll center bottom;
            border:0px;
            border-color:#A2BFF0 #558BE3 #558BE3 #A2BFF0;
            cursor:pointer;
            float:left;
            margin-left:-2px;
            color:white;
            font-size:12px;
            font-weight:bold;
        }
#footerBg{
position:fixed;bottom:0px;background:transparent url(img/footer.png) repeat;width:100%;height:30px;padding-top:12px}
/* footer END */

/* comment START */
#commentlist {
    background:#FCFCFC;
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;
    margin:0 -15px;
    padding:0 15px;
}
#commentlist ol, 
#commentlist li {
    list-style:none;
}
#cmtswitcher {
    background:#FFF;
    font-size:10px;
    padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
    padding:5px 10px;
    margin-bottom:-1px;
    display:block;
    float:right;
    color:#555;
    text-decoration:none;
}
#cmtswitcher a.tab {
    border:1px solid #FFF;
    border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
    background:#FCFCFC;
    border:1px solid #CCC;
    border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
    padding-left:22px;
    height:16px;
    line-height:16px;
    display:block;
    font-size:12px;
    float:left;
    margin-right:15px;
    margin-top:4px !important;
    margin-top:3px;
}
#cmtswitcher .addcomment {
    background:url(img/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
    background:url(img/icons.gif) 0 -144px no-repeat;
}
#thecomments, 
#thetrackbacks {
    padding-bottom:15px;
}
#thecomments .comment, 
#thecomments .messagebox {
    margin-top:15px;
}
.comment .author {
    float:left;
    width:81px;
    text-align:center;
}
.comment .pic {
    padding-right:14px;
    margin-top:10px;
}
.comment .name {
    width:67px;
    padding-right:14px;
    font-weight:bolder;
    overflow:hidden;
}
.comment .avatar {
    padding:1px;
    border:1px solid #999;
}
.comment .info {
    background-color:#FEF7A9;
    float:left;
    padding:10px 15px 0;
    width:494px;
min-height:80px;
-moz-border-radius:10px;
}
.comment .date, 
.trackback .date {
    float:left;
    font-size:10px;
}
.comment blockquote{
background-color:#FFFBD1;
}
.comment .act, 
.trackback .act {
    float:right;
    font-size:10px;
}
.comment .content{
    margin-top:2px;
margin-bottom:5px;
    padding:2px 0 10px;
    line-height:145%;
border-top:1px dashed black;
overflow:auto;
}
.comment .content blockquote p {
    margin-top:0;
    margin-bottom:10px;
}
.admincomment .author {
    float:right;
}
.admincomment .pic{
    padding-right:0;
    padding-left:14px;
}
.admincomment .name {
    padding-right:0;
    padding-left:14px;
}
.admincomment .info {
    float:right;
background-color:#BDF0B9;
}
#comment_login {
    margin-top:15px;
}
#thetrackbacks {
    display:none;
}
#thetrackbacks li {
    margin-top:15px;
}
.trackback {
    background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
    padding:10px 15px 0;
    width:575px;
}
.trackback .title {
    background:#EDEFF0 url(img/box.gif) 100% 100% no-repeat;
    padding:10px 15px !important;
    padding:0 15px 10px;
    width:575px;
    margin:0 -15px;
}
#respond {
    padding:10px 0 0;
    font-size:12px;
}
#respond .row {
    margin-bottom:5px;
}
#respond .textfield {
    width:200px;
}
#emoticon {
    float:right;
    margin-top:1px;
    margin-right:10px;
}
#comment {
    width:601px;
}
#commentnavi {
    background:#EDEFF0 url(img/box.gif) 0 0 no-repeat;
    padding:10px 15px;
    font-size:12px;
}
#commentnavi a.page-numbers {
    padding:5px 7px;
    text-decoration:none;
    border:1px solid #EDEFF0;
    margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
    background:#F7F7F7;
    border:1px solid #CCC;
    text-decoration:none;
}
#commentnavi span.pages {
    padding:0 7px 0 22px;
    background:url(img/icons.gif) 0 -272px no-repeat;
    height:16px;
    line-height:16px;
    float:left;
}
#commentnavi span.current {
    background:#F7F7F7;
    padding:5px 7px;
    border:1px solid #F7F7F7;
    font-weight:bold;
    margin:0 -2px;
}
#commentnavi #commentpager {
    line-height:16px;
}
#submitbox a.feed {
    background:url(img/icons.gif) 0 -256px no-repeat;
    padding-left:22px;
    height:16px;
    line-height:16px;
    display:block;
    float:left;
}
#submitbox #submit {
    padding:3px 6px;
    background:#B4D666;
    border-top:1px solid #B4D666;
    border-right:1px solid #81B840;
    border-bottom:1px solid #81B840;
    border-left:1px solid #B4D666;
    color:#2970A6;
    font-size:12px;
    cursor:pointer;
}
#submitbox #submit:hover {
    background:#98C64C;
    border-top:1px solid #76B33A;
    border-right:1px solid #98C64C;
    border-bottom:1px solid #98C64C;
    border-left:1px solid #76B33A;
    color:#074A7E;
}
#submitbox .submitbutton {
    float:right;
}
/* comment END */

/* linkcat START */
.post .content .linkcat ul li {
    list-style:none;
    float:left;
    width:25%;
    padding:2px 0;
    overflow:hidden;
}
.post .content .linkcat ul li a {
    background:url(img/icons.gif) 0 -160px no-repeat;
    padding-left:22px;
    height:16px;
    line-height:16px;
}
/* linkcat END */

/* image switcher START */
.imageswitcher {
    background:#EDEFF0;
    padding:5px;
    font-size:12px;
}
.imageswitcher_image {
    background:#FFF;
    border:1px solid #BABABA;
    padding:3px;
    margin:0;
}
a .imageswitcher_image:hover {
    border-color:#999;
}
a.imageswitcher_button {
    float:left;
    margin-top:1px !important;
    margin-top:3px;
    margin-bottom:0 !important;
    margin-bottom:5px;
    margin-right:4px;
    padding:2px 5px;
    background:#B4D666;
    border-top:1px solid #B4D666;
    border-right:1px solid #81B840;
    border-bottom:1px solid #81B840;
    border-left:1px solid #B4D666;
    color:#2970A6;
}
a.imageswitcher_button:hover {
    background:#98C64C;
    border-top:1px solid #76B33A;
    border-right:1px solid #98C64C;
    border-bottom:1px solid #98C64C;
    border-left:1px solid #76B33A;
    text-decoration:none;
    color:#074A7E;
}
/* image switcher END */

/* related posts START */
/* when related posts with title */
#related_posts {
    padding-bottom:10px;
}
#related_posts h3 {
    background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
    font-size:12px;
    padding:6px 12px;
    letter-spacing:0em;
    border-bottom:1px solid #CCC;
}
#related_posts ul {
    background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
    padding:3px 12px 8px;
}
#related_posts ul li {
    list-style:none;
    padding:3px 5px;
    border-bottom:1px solid #E3E4E6;
    line-height:18px;
}
#related_posts .count {
    font-size:10px;
}
#related_posts .excerpt {
    color:#999;
    font-size:12px;
    display:block;
}
/* when related posts without title */
/*
#related_posts {
    padding-top:3px;
    padding-bottom:8px;
}
#related_posts ul li {
    list-style:none;
    padding:3px 5px;
    border-bottom:1px solid #E3E4E6;
    line-height:18px;
}
*/
/* related posts END */

/* one-column START */
.one-column #content {
    background:#FFF;
}
.one-column #main {
    width:906px;
}
.one-column #comment {
    width:902px;
}
.one-column .trackback, 
.one-column .trackback .title {
    width:876px;
}
.one-column .comment .info {
    width:795px;
}
.one-column #header {
    background-image:url(img/header_footer_1col.jpg);
}
.one-column .comment .info, 
.one-column .comment .content {
    background-image:url(img/comment_1col.gif);
}
.one-column .boxcaption, 
.one-column .box, 
.one-column .trackback, 
.one-column .trackback .title, 
.one-column #commentnavi, 
.one-column #related_posts h3, 
.one-column #related_posts ul {
    background-image:url(img/box_1col.gif);
}
.one-column .messagebox, 
.one-column .errorbox {
    background-image:url(img/messagebox_1col.gif);
}
.one-column .post .content .boxcaption, 
.one-column .post .content .box {
    background-image:url(img/postbox_1col.gif);
}
/* one-column END */
.quoteOfDay,blockquote{
background-color:#FFF8EB;
border:1px dashed;
color:black;
padding:15px;
margin:15px;
}
.csharpcode, .csharpcode pre
{
    font-size: small;
    color: black;
        font-size:12px;
    background-color: #ffffff;
    overflow:auto;
line-height:120%;
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #8b0000; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}
.csharpcode .lnum { color: #606060; }
.st-tag-cloud{
margin:-5px;
background-color:black;
padding:10px;
}
.st-tag-cloud a:hover{
background-color:#FFDE96;
text-decoration:none;
color:#FF3300!important;
}
.st-tags{
margin:2px;
}
.st-related-posts{
background-color:#EBE9EA;
border-color:#EBE8E9;
border-width:0px 1px;
border-style:solid;
padding:8px;
}
.postviews{
background:transparent url(img/piechart.png) no-repeat scroll 0 0;
float:left;
margin-left:15px;
background-position:0 -96px;
font-size:12px;}
.editComment, .editableComment, .textComment{
    display: inline;
}
.comment-childs{
    border: 1px solid #999;
    margin: 5px 2px 2px 4px;
    padding: 4px 2px 2px 4px;
    background-color: white;
}
.chalt{
    background-color: #E2E2E2;
}
#newcomment{
    border:1px dashed #777;width:90%;
}
#newcommentsubmit{
    color:red;
}
.adminreplycomment{
    border:1px dashed #777;
    width:99%;
    margin:4px;
    padding:4px;
}
.mvccls{
    color: #999;
}
.statement{
    background:none repeat scroll 0 0 #DFECFF;
    border:1px dashed #0066FF;
    line-height:24px;
    font-size:12px;
    padding:5px 10px;
    margin-bottom:10px;
}
.statement p{
    margin:0px!important;
}
.comment .content{
overflow:auto;
}
*html .comment .content{
overflow:hidden;
/* hack by kevin: got to set the fixed width, otherwise the overflow wont work */
width:494px;
}

blockquote p,.quoteOfDay p{
margin-bottom:auto!important;
}