/* 
  ================================
    CSS STYLES FOR Simplicity Theme
   ================================
*/
/* COMMON */
/*.blog-icon {background: url(images/sprite.png) no-repeat top left;padding-left:20px;}*/
[class^="blogicon-"],
[class*=" blogicon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="blogicon-"]:last-child,
[class*=" blogicon-"]:last-child {
  *margin-left: 0;
}
.blogicon-calendar {
  background-position: -192px -120px;
}
.blogicon-user {
  background-position: -168px 0;
}
.blogicon-list {
  background-position: -360px -48px;
}
.blogicon-comment {
  background-position: -240px -120px;
}
.blogicon-tags {
  background-position: -25px -48px;
}
.blogicon-ok-sign {
  background-position: -72px -96px;
}
.blogicon-gift {
  background-position: -24px -120px;
}
/* BUTTON */
.blog-btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
         box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
/* ALTER */
.alert {
  padding: 8px 35px 8px 14px;
  margin: 10px 0;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.alert-success {
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}
.alert-danger, .alert-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border-color: #EED3D7;
}
.alert-info {
    color: #3A87AD;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}
/* WIDGET */
.widget{margin:5px;padding:0px; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;}
	.widget li{list-style:none;padding:5px 0px;}
		.widget li a{}
		.widget li a:hover{color:#000;text-decoration:none;}
/* ARCHIVE */
.widget-accordion-heading .icon-minus,.widget-accordion-heading .icon-plus{display:none;}
a.widget-accordion-toggle{color:#000;}
a.widget-accordion-toggle:hover{text-decoration:none;}

.widget-archives ul{display:none;margin:5px;padding:0px;}
.widget-archives ul.open{display:block;}
.widget-archives li.year{cursor:pointer;font-weight:bold;}
.widget-allarchive{line-height:30px;}
/* META */
.widget-meta li{} 
/* TAGCLOUD */
ul.widget-tags {clear:both;list-style-type:none;position:relative;margin:0px;padding:0px;}
    ul.widget-tags li {position:relative;padding:0 3px 0 5px;line-height:26px;display:inline-block;} 
    ul.widget-tags a{white-space:nowrap;text-decoration:none;margin-bottom:10px;color:#333;} 
    ul.widget-tags a:hover{}
/* AUTHORS */
#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 6px 6px;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;
    -moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
		    border-radius: 20px;
}
#sidebar-authors a span{float:right;padding-right:6px;color:#86837A;}
/* LATEST COMMENTS */
.widget-comments{margin:3px 0 0 24px;padding:0px;font-style:italic;color:#999999;list-style-position:outside;}
	.widget-comments p{font-style:normal;color:#000000;}
/* SEARCH FORM */
.widget-search-form input[type="text"] {
    border:1px solid #E1E3E2;
    padding:8px 0;
    width:100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px #ddd;
    -moz-box-shadow: 0px 0px 4px #ddd;
         box-shadow: 0px 0px 4px #ddd;
font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}
.Blog_SearchForm {position:relative;}
.searchWatermark{font-style:italic;color:#777A78;}
input.searchIcon{position: absolute;right: 5px;top: 10px;margin: 0;padding: 0;}
/* SUBSCRIPTION */
.widget-subscription-form input[type="text"] {
    min-width: 200px;
    width: 98%;
	border:1px solid #E1E3E2;
    padding:8px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    -webkit-box-shadow: 0px 0px 4px #ddd;
    -moz-box-shadow: 0px 0px 4px #ddd;
         box-shadow: 0px 0px 4px #ddd;
}
/* POST VIEW */
.post{margin-bottom:20px;
border-bottom-color: #ff6b00;
border-width: 2px;
border-bottom-style: solid;
padding-bottom: 20px;
margin: 0 0 10px 0;
font-size: 14px;
line-height: 18px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #666666;
}

.post ul li {
    list-style: disc outside;
    color: #666666;
    font-size: 14px; 
    font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 10px 15px;
}

.post ol li {
    list-style:  outside;
    color: #666666;
    font-size: 14px; 
    font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
    text-transform: none;
    font-weight: normal;
    margin: 0 0 10px 15px;
}

.post h3 {
color: #666;
    text-align: left;
    font-weight: bold;
    text-transform: none;
    font-size: 20px;
    line-height: 22px;
margin-bottom: 10px;
margin-top: 10px;
}

.post p {
margin: 0 0 10px 0;
font-size: 14px;
line-height: 18px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #666666;
}
	.post-title{
		margin-bottom:0.1em;
		padding-bottom:0.3em; 
		color: #ff6b00;
		font-family:  "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
		font-size: 22px; 
		font-weight: normal;
                text-transform: uppercase; 
		max-width: 400px;
		text-align: left;
		display: inline-block;
	}
	.post-title a:link {}
	.post-title a:hover, .na-title a:active {}
	.post-content{
		padding: 15px 0;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		color: #595959;
		font-size: 14px;
		line-height: 18px;
		clear: both;
	}
    .post-meta{
	margin:0px 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
    }
   	.post-toolbar{clear:both;width:100%;text-align:right;}
	.post-toolbar a{height:25px;line-height:25px;padding:0px 0px 0px 18px;margin-right:5px;background:url(images/sprite.png) no-repeat top left;}
	    .post-toolbar .entry_gototop{background-position:0 -468px;}
	    .post-toolbar .entry_trackback {background-position:0 -576px;}
	    .post-toolbar .entry_print{background-position:0 -432px;}
	    .post-toolbar .entry_permaLink{background-position:0 -396px;}
	.post-tags{clear: both;padding: 1px 4px;background: #FAFAFA;border: 1px solid #EEE;line-height: 28px;}
    #relatedPosts span{display:block;}
    .catItemImageBlock {float: left;margin-right: 20px;}
    .catItemImageBlock img {
        border: 2px solid white;
        -webkit-box-shadow: 0px 0px 4px #ddd;
        -moz-box-shadow: 0px 0px 4px #ddd;
             box-shadow: 0px 0px 4px #ddd;
	max-width: none;
    }
/* COMMENTS */
#annotations {clear:both;margin:20px 0 0;padding:0;}
    #annotations h5{margin: .3em 0;font-weight: normal;}
    #annotations .author{}
    .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);}
    .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;}
    #anonDetails{clear:both;margin:0;line-height:200%;}
        .discuss {clear:both; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;}
        .discuss H2 {padding: 10px 0 0;margin: 0; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif; }
        h3#respond {margin: 20px 0 10px; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;}
        #anonDetails label {display:block; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif;}
        #anonDetails input[type="text"] {margin-bottom:0.3em;width:60%;padding:4px;}
        #anonDetails textarea {width:100%;}
       .validation-summary-errors{display:none;}
	   .validation-summary-errors li{padding:5px 0;}
/* PREV/NEXT */
#nav-above,#nav-below { font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif; font-size: 11px; }
.navigation {margin:5px 0;}
.navigation a {font-style:italic;text-decoration:none;}
.navigation a:active,.navigation a:hover {color: #F92117;}
.navigation .meta-nav {}
.nav-previous {float:left;}
.nav-next {float:right;}
/* PAGINATION */
.entryPaging{clear:both;margin: 5px 0;}
	.entryPaging a,.entryPaging .currentPage{
		padding: 4px 8px;
		border: 1px solid #bdbcbc;
        color: #333333;
		margin: 0 2px;
		text-decoration:none;
		border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px; 
	}
	.entryPaging a{background: #fff;}
	.entryPaging a:hover{background-color: #eaeaea; color: #333;text-decoration:none;}
	.entryPaging .currentPage{
		/*CSS3 properties*/
        text-shadow: rgba(0,0,0,.2) 0px 0px 1px;      
        /*In ie the first couplet sets the alpha value so 00=transparent and ff=opaque)*/
        filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr='#fff5f5f5',  endColorstr='#ffd9d9d9');
        background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(245, 245, 245, 1.0)), to(rgba(217, 217, 217, 1.0)));    
        background: -moz-linear-gradient(top, rgba(245, 245, 245, 1.0), rgba(217, 217, 217, 1.0));
               
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1);
        -webkit-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1); 
        -moz-box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 1.0), 1px 1px 1px rgba(102, 102, 102, 0.1); 
	}
	.entryPaging .break,.entryPaging .disabled{
	    padding: 0.5em;
        border: none;
        text-decoration: none;
        color: #BBB;
    }
.entryPaging-centered {
  text-align: center;
}
.entryPaging-right {
  text-align: right;
}

#relatedPosts { font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif; }

/* FACEBOX */
#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: 9999;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 #DDD;padding: 5px 5px 0 0;margin: 10px 0 5px;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: 9998;}
#facebox .faceboxProgress{background:url(images/loading.gif) no-repeat 10px 10px;padding:10px 10px 10px 60px;height:30px;line-height:30px;}
#facebox .failure,#facebox .success{padding:10px 10px 10px 30px;}
#facebox .failure{background: url(images/sprite.png) no-repeat 8px -54px;}
#facebox .success{background:url(http://www.tntpost.co.uk/DesktopModules/SunBlog/Themes/Simplicity/images/success.png) no-repeat 10px 10px;}
#facebox .close{float:none;}

.faceboxModal .header{padding: 9px 15px;border-bottom: 1px solid #eee;line-height: 30px;font-size: 18px;font-weight: bold;} 
.faceboxModal .msg {height:30px;text-align:center;padding-top:10px;} 
.faceboxModal .operation{text-align:center;padding-bottom: 8px;}
/* SOCIAL BOOKMARK */
.share-block{margin: 0;padding: 0; font-family: Arial, "Gill Sans", Calibri, "Trebuchet MS", sans-serif; font-size: 12px;}
ul.share-buttons{overflow:hidden;border-top: 1px solid #EBEBEB;margin:0;padding:12px 0;margin-left:-5px;}
.share-buttons li{list-style:none;display:inline-block;}
.share-buttons a{
	overflow:hidden;
	float:left;
	width:72px;
	background: transparent url(images/share-sprite.png) no-repeat 0 0;
	text-align: center;
    padding-top: 35px;
    color: #999;
    text-decoration: none;
}
.share-buttons a:hover{text-decoration: none;}
.share-buttons .sharethis a:hover{background-position: 2px 1px;}
.share-buttons .sharethis a{background-position: 2px -40px;}
.share-buttons .twitter a:hover{background-position: -140px 1px;}
.share-buttons .twitter a{background-position: -140px -40px;}
.share-buttons .technorati a:hover{background-position: -212px 1px;}
.share-buttons .technorati a{background-position: -212px -40px;}
.share-buttons .stumbleupon a:hover{background-position: -280px 1px;}
.share-buttons .stumbleupon a{background-position: -280px -40px;}
.share-buttons .digg a:hover{background-position: -490px 1px;}
.share-buttons .digg a{background-position: -490px -40px;}
.share-buttons .facebook a:hover{background-position: -560px 1px;}
.share-buttons .facebook a{background-position: -560px -40px;}
.share-buttons .delicious a:hover{background-position: -630px 1px;}
.share-buttons .delicious a{background-position: -630px -40px;}
.share-buttons .linkedin a{background-position: -700px -40px;}
.share-buttons .linkedin a:hover{background-position: -700px 1px;}
.share-buttons .pinterest a{background-position: -772px -40px;}
.share-buttons .pinterest a:hover{background-position: -772px 1px;}
.share-buttons .googleplus a{background-position: -845px -40px;}
.share-buttons .googleplus a:hover{background-position: -845px 1px;}
/* OTHERS */
.code{background-color: #fff;/*border: #c0c0c0 1px solid;*/padding: 10px;font-family: Verdana,Helvetica, "微软雅黑" , Arial, "宋体" , sans-serif;font-size:12px;}
#flashcontent{text-align:center;}
/* fix some missing styles which are optional */
A.viewAllTags{padding-left:5px;}
h3.title{}