﻿/* 
  ================================
    CSS STYLES FOR Simplicity Theme
   ================================
*/
/* Blog Nav Style */
.blogNav{margin:5px;padding:0px;} 
    .blogNav li{list-style:none;padding:2px 0px 2px 20px;height:20px;line-height:20px;} 
        .blogNav li.Home{background:url(images/manage_icon.png) no-repeat left -3px;} 
        .blogNav li.AddEntry{background:url(images/manage_icon.png) no-repeat left -23px;} 
        .blogNav li.ManageBlog{background:url(images/manage_icon.png) no-repeat left -44px;} 
        .blogNav li.Rss{background:url(images/manage_icon.png) no-repeat left -63px;}
/* Tagcloud Style */
ul.tagcloud {clear: both;list-style-type: none;position: relative;margin: 0px;padding: 0px;}
    ul.tagcloud li {position: relative;z-index: 200;padding: 0 3px 0 5px;line-height: 26px;display:inline;} 
    ul.tagcloud a{color:#6daa03;white-space:nowrap;text-decoration:none;} 
    ul.tagcloud a:hover{color:#fff;background-color:#C00;text-decoration:none;}
/* Viewblog Style */
.na-post{margin-bottom:10px;}
    .na-post A:link,.na-post A:visited,.na-post A:active{color:#306000;text-decoration:underline;} 
    .na-post A:hover{color:#306000;text-decoration:none; }
    .na-title{border-bottom:1px solid #4B4B4B;margin-bottom:0.5em;padding-bottom:0.3em;}
    .na-title a:link {color:#484848;font-weight:bold;text-decoration:none;}
    .na-title a:visited {color:#484848;font-weight:bold;text-decoration:none;}
    .na-title a:hover, .na-title a:active {color:#306000;font-weight:bold;}
    .na-post-meta{color:#909090;font-size:0.9em;margin:10px 0;}
/* ViewEntry Style */
    .na-toolbar{clear:both;width:100%;text-align:right;}
    .na-toolbar A{/*height:25px;*/line-height:25px;padding:0px 0px 0px 18px;}
    .na-post .entry_gototop{background: url(images/sprite.png) no-repeat 0 -2px;margin-right:5px;}
    .na-post .entry_rssfeed{background: url(images/feed.gif) no-repeat left 2px;margin-right:5px;}
    .na-post .entry_bookmark{background: url(images/sprite.png) no-repeat 0 -219px;margin-right:5px;}
    .na-post .entry_trackback {background: url(images/sprite.png) no-repeat 0 -129px;margin-right:5px;}
    .na-post .entry_print{background: url(images/sprite.png) no-repeat 0 -110px;margin-right:5px;}
    .na-post .entry_permaLink{background: url(images/sprite.png) no-repeat 0 -20px;margin-right:5px;}
    .na-post .edit_link{background: url(images/sprite.png) no-repeat 0 -165px;}
    .na_tags{clear: both; margin-top: 5px;}
        .na_tags .metaTag{}
    #relatedPosts span{display:block;}
/* Search and SearchResults Style*/
.searchInput{border:1px inset #666666;font-family:Verdana,Helvetica,Arial,sans-serif;padding:4px;width:80%;}
.searchWatermark{font-style:italic;}
.searchSubmit{border:none;vertical-align:top;background:url(images/search.png) no-repeat left top;width:23px;height:24px;cursor:pointer;}

.searchResults{width:100%;margin-bottom:5px;}
    .searchResults .title {padding:0px; margin:0px;letter-spacing:1px;}
    .searchResults .title A:link,.searchResults .title A:visited{font-weight:bold;color:#C00;font-size:16px;}
    .searchResults .Byline{font-style:italic;}
    .searchResults .Search_Hits{background: url(images/sprite.png) no-repeat 0 -38px;padding-left: 20px;margin-left:10px;font-style:normal;font-weight:bold;}
    .searchResults .tagsFooter A{color:#C00;}
/* Month Archive Styles */
ul.ArchiveMonthsStyle{margin:3px 0 0 0;padding:0px;line-height:100%;}
    .ArchiveMonthsStyle li{list-style:none;}
    .ArchiveMonthsStyle A:link,.ArchiveMonthsStyle A:visited,.ArchiveMonthsStyle A:active{color:#333;text-decoration:none;padding:5px;height:20px;line-height:20px;letter-spacing: 1.5px; }
    .ArchiveMonthsStyle A:hover{color:#FFF; text-decoration:none;background-color:#000;}
/* Category List Style */
.CategoryListStyle{margin:5px;padding:0px;}
    .CategoryListStyle li{list-style:none;}
    .CategoryListStyle A,.CategoryListStyle A:link,.CategoryListStyle A:visited,.CategoryListStyle A:active{color:#333;text-decoration:none;}
    .CategoryListStyle A:hover{text-decoration:underline;}
/* Latest Comments Style */
.LatestCommentsStyle{margin:3px 0 0 24px;padding:0px;font-style:italic;color: #999999;list-style-position:outside;}
    .LatestCommentsStyle p{font-style:normal;color: #000000;}
/* Comments List CSS */
#annotations {clear:both;margin:0;padding:0;}
    #annotations h5{margin: .3em 0 .1em;}
    #annotations .author{}
    #annotations.warning{background:url(images/warning.png) no-repeat;height:24px;line-height:24px;padding-left:30px;}
    #annotations.ajaxProgress{background:url(images/ajax-loader.gif) no-repeat;height:24px;line-height:24px;padding-left:30px;}
    .annotation {margin-bottom:10px;background:#fff url(images/fadegray.jpg) no-repeat 0 0;overflow:auto;width:100%;padding:4px 4px 4px 8px;}
    .annotationOwner {background-image: url(images/fadeblue.jpg);}
    .annotationSelf {background-image: url(images/fadelightgreen.jpg);}
/*.annotationNotApproved {border-color: #E59292;background-image: url(images/fadered.png);}
.annotationApprove {border-color: #B1EDB2;background-image: url(images/fadegreen.png);}*/
    .annotation .avatar{float:left;width:50px;height:50px;border:1px solid #CDCDCD;padding:3px 3px 0;min-height:54px;margin-right:10px;}
    .annotation .notApproved{color:Maroon;margin-left:1em;}

/* Author info CSS */
.authorinfo {
    margin:10px 0 20px;
    border:1px solid #9C9C9C;
    background:#F9F9F9;
    padding:10px;
}
.authorinfo p {padding:0!important;}
.authorinfo h4 {margin-bottom:0!important;}
.authorinfo .avatar {float:left;margin:0 10px 0 0;}

    #anonDetails{clear:both;margin:0;line-height:200%;}
        h3#respond {
		    color: #9BBDE9;
		    font: italic 2.5em "Times New Roman", Times, serif;
		    font-variant: small-caps;
		    margin: 20px 0 10px;
	    }
	    h3#respond span { color: #033; font-weight: 400 }
        #anonDetails label {display:block;}
        #anonDetails input[type="text"] {margin-bottom:0.3em;width:60%;border:1px inset #666666;padding:4px;}
        #anonDetails textarea {width:100%;}
        .validation-summary-errors{
            background-color:#FFFFCC;
            border:1px solid #CC0000;
            font-weight:bold;
            margin:20px 0;
            padding:15px 20px;
            list-style:none;
        }
        .validation-summary-errors li{background:transparent url(images/exclamation.png) no-repeat 0 50%;display:block;padding:5px 0 5px 25px;}
/* Pagination style */
.entryPaging{clear:both;float:right;padding: 5px;margin-right: 0.1em;text-decoration: none;}
    .entryPaging a{background-color:#333333;color:#FFFFFF;text-decoration: none;padding: 0.2em 0.5em;margin:0px 5px;}
    .entryPaging a:visited {text-decoration: none; padding: 0.2em 0.5em;margin:0px 5px; }
    .entryPaging a:hover { background: #C00;text-decoration: none; padding: 0.2em 0.5em;margin:0px 5px; }
    .entryPaging .currentPage {border: 1px solid #333;padding: 0.2em 0.5em;color: #333;margin:0px 5px;}
/* Facebox Style ModalDailog */
.faceboxModal .header{background: url(images/head-bg.gif) repeat-x;height:33px;line-height:33px;color: #FFF;padding-left:10px;} 
.faceboxModal .msg {height:30px;text-align:center;padding-top:10px;} 
.faceboxModal .operation{text-align:center;padding-bottom: 8px;} 

.modalBackground{background-color:#e6e6e6;filter:alpha(opacity=70);opacity:0.70;}
.confirm{width:300px;background-color:#fff;padding:10px;text-align:center;border:solid 1px #cdcdcd;}
#facebox .b {background:url(images/b.png);} #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {height: 10px;  width: 10px;overflow: hidden;padding: 0;}
#facebox .tl {background:url(images/facebox.png) no-repeat left -35px;} #facebox .tr {background:url(images/facebox.png) no-repeat left -50px;} #facebox .bl {background:url(images/facebox.png) no-repeat left -5px;} #facebox .br {background:url(images/facebox.png) no-repeat left -20px;}
#facebox {position: absolute;top: 0;left: 0;z-index: 999;text-align: left;} #facebox .popup {position: relative;}
#facebox table {border-collapse: collapse;} #facebox td {border-bottom: 0;padding: 0;} #facebox .body {background: #fff;width: 370px;}
#facebox .loading {text-align: center;} #facebox .image {text-align: center;} #facebox img {border: 0;margin: 0;}
#facebox .footer {border-top: 1px solid #DDDDDD;padding-top: 5px;padding-right: 5px;margin-top: 10px;text-align: right;}
#facebox_overlay {position: fixed;top: 0px;left: 0px;height:100%;width:100%;}
.facebox_hide {z-index:-100;} .facebox_overlayBG {background-color: #000;z-index: 99;}
/* * html #facebox_overlay {  ie6 hack 
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}*/

.faceboxZoom{ background:url(images/zoom.png) no-repeat 2px 2px; width:48px; height:48px; display:none;position:absolute;}
#facebox .faceboxProgress{background:url(images/ajax-loader.gif) no-repeat 10px 10px;padding:10px 10px 10px 40px;height:24px;line-height:24px;}
#facebox .failure,#facebox .success{padding:10px 10px 10px 30px;}
#facebox .failure{background:url(images/failure.png) no-repeat 10px 10px;}
#facebox .success{background:url(images/success.png) no-repeat 10px 10px;}
/* Code Higlight Box Style */
.code{background-color: #fff;/*border: #c0c0c0 1px solid;*/padding: 10px;font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;font-size:12px;}
/* Other Utility Style */
#flashcontent{text-align:center;}
.discuss {
    height:70px;
    border-top: #999 1px dashed;
    border-bottom: #999 1px dashed;
    background: #eee url(images/talk-balloon-bigger.gif) no-repeat 20px center;
    padding-left: 100px;
    margin:0 0 10px;
    clear:both;
}
.discuss H2 {
    padding: 10px 0 0;
    margin: 0; 
    color:#CC0000;
    font-size:13px;
    letter-spacing:2px;
    font-weight:bold;
}
.discuss H2 {PADDING: 10px 0px 0px 0px;margin: 0px;	color:#CC0000;font-size:13px;letter-spacing:2px;font-weight:bold;}
.ErrorMessage ul{margin-top: 0px;margin-bottom: 0px;margin-left:2px;padding-left:15px;}
.ErrorMessage{background: url(images/warning_sign.gif) no-repeat 10px 10px;border:solid 1px #CC0000;padding:10px;padding-left:40px;}
.ElegantTextBox{ border:solid 1px #cdcdcd;} 
.vividButton {
    border: 1px solid #000;
    background: url(images/btn_blueSheen.gif) 50% repeat-x;
    color: #fff;
    font-weight: bold;
    height:27px;
    margin-top: .2em;
}
/* social bookmark */
.share-block{padding: 8px 0;}
.share-buttons{
    border-top: 1px solid #EBEBEB;
    float: left;
    margin: 0;
    padding: 12px 0;
    width: 100%;
}
.share-buttons li{
    display: inline;
    float: left;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 9px;
    padding-top: 1px;
}
.share-buttons a{
    color: #808080;
    display: block;
    font-size: 7px;
    /*height: 14px;*/
    overflow: hidden;
    padding: 33px 0 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 46px;
}
.share-buttons a:hover{text-decoration: none;}
.share-buttons .del-icio-us a:hover{background-position: -138px -47px;}
.share-buttons .del-icio-us a{background-position: -138px 0;}
.share-buttons .digg a:hover{background-position: 0 -47px;}
.share-buttons .digg a{background-position: 0 0;}
.share-buttons .technorati a:hover{background-position: -322px -47px;}
.share-buttons .technorati a{background-position: -322px 0;}
/*.share-buttons .yahoo a:hover{background-position: -368px -47px;}
.share-buttons .yahoo a{background-position: -368px 0;}*/
.share-buttons .reddit a:hover{background-position: -414px -47px;}
.share-buttons .reddit a{background-position: -414px 0;}
.share-buttons .stumbleupon a:hover{background-position: -92px -47px;}
.share-buttons .stumbleupon a{background-position: -92px 0;}
.share-buttons .myspace a:hover{background-position: -230px -47px;}
.share-buttons .myspace a{background-position: -230px 0;}
.share-buttons .facebook a:hover{background-position: -184px -47px;}
.share-buttons .facebook a{background-position: -184px 0;}
.share-buttons .google a:hover{background-position: -276px -47px;}
.share-buttons .google a{background-position: -276px 0;}
.share-buttons .twitter a:hover{background-position: -46px -47px;}
.share-buttons .twitter a{background-position: -46px 0;}
.share-buttons .sharethis a:hover{background-position: -460px -47px;}
.share-buttons .sharethis a{background-position: -460px 0;}
.share-buttons a{background: transparent url(images/syndication.gif) no-repeat scroll 0 0;}
/* fix some missing styles which are optional */
.Blog_SearchForm {width:99%;}
.Blog_SearchForm label{}
A.viewAllTags{padding-left:5px;}
h3.title{}
/* RATER PLUGIN */
.stat {margin:1em;}
.stat label {font-weight: bold;}

.ui-rater>span {vertical-align:top;}
.ui-rater-rating {margin-left:.8em}
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background:url(images/stars.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}
/* AUTHORS WIDGET */
#sidebar-authors ul{margin-left:0;padding-left:0;}
#sidebar-authors li{border-bottom:1px solid #dfdbce;list-style:none;overflow:hidden}
#sidebar-authors li a{padding:6px 0;line-height:36px;display:block;}
#sidebar-authors li a:hover{text-decoration:none;background-color:#ece7db;}
#sidebar-authors li img{float:left;margin-right:10px;border:none;}
#sidebar-authors a span{float:right;padding-right:6px;color:#86837A;}
/* Featured Widget Style */
.sidebarPanel{
    display: block;
    overflow: auto;
    /*background-color: #000;*/
}
.postList{
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.postList li{
    border-bottom:solid 1px #959595;
    list-style: none;
    margin: 0;
    padding: 0;
}
.postList a{
    /*color: #FFFFFF; */
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 10px;
    text-decoration: none;
}
.postList a .listMeta{
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    color: #959595;
}
/* Message Panel Style */
.msgWrapper{
    border:1px solid #8CCE3B;
    font-weight:bold;
    margin:10px;
    padding:10px 20px 15px 45px;
    text-align:left;
    line-height:200%;
}
.successStyle{background:#FFFFCC url(images/success.png) no-repeat 15px 10px;}
.failureStyle{background:#FFFFCC url(images/warning.png) no-repeat 15px 10px;border:3px solid #CC0000;}