/* 
  ================================
	CSS STYLES FOR Default Theme
   ================================
*/
/* COMMON */
.blog-icon {background: url(images/sprite.png) no-repeat top left;padding-left:20px !important;}
/* WIDGET */
.widget{margin:5px;padding:0px;}
	.widget li{list-style:none;padding:3px 0px;}
		.widget li a{font-weight:normal;}
		.widget li a:hover{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;}
/* LATEST COMMENTS */
.widget-comments{margin:3px 0 0 24px;padding:0px;font-style:italic;color:#999;list-style-position:outside;}
	.widget-comments p{font-style:normal;color:#000;}
/* TAGCLOUD */
ul.widget-tags {clear: both;list-style-type: none;position: relative;margin: 0px;padding: 0px;}
	ul.widget-tags li {position: relative;/*z-index: 200;*/padding: 0 3px 0 5px;line-height: 26px;display:inline-block;} 
	ul.widget-tags a{white-space:nowrap;text-decoration:none;} 
	ul.widget-tags a:hover{color:#fff;background-color:#C00;text-decoration:none;}
.viewAllTags{padding-left:5px;}
/* 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;}
/* META */
.widget-meta li{list-style:none;padding:2px 0px 2px 20px;height:20px;background:url(images/sprite.png) no-repeat top left;} 
    .widget-meta li.Home{background-position:0 -360px;} 
    .widget-meta li.AddEntry{background-position:0 -216px;} 
    .widget-meta li.ManageBlog{background-position:0 -144px;} 
    .widget-meta li.Rss{background-position:0 -648px;}
/* SEARCH FORM */
.Blog_SearchForm {position:relative;}
.searchInput{
    border:1px solid #E1E3E2;
    padding:8px 0;
    width:100%;
    -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;
    /*background: url(images/search.png) no-repeat 95% 50% #fff;*/
}
.searchWatermark{font-style:italic;color:#777A78;}
.searchIcon{position: absolute;right: 5px;top: 10px;}
/* POST VIEW */
.post{margin-bottom:20px;}
	.post-readmore a{color:#6daa03;font-weight:bold;padding:2px;} 
	.post-readmore a:hover{color:#fff;background-color:#6daa03;}
	.post-footer{clear:both;width:100%;text-align:right;}
	.post-views{background-position:0 -614px;}
	.post-comments{background-position:0 -108px;}
	.post-header{background:url(images/dateicon.gif) no-repeat left top;height:50px;padding-left:55px;}
	.post-title{margin:0;padding:0;font-size:16px;color:#C00;line-height:180%;}
	.post-title a{font-size:16px;} .post-title a:hover{color:#C00;}
	.post-meta{margin:0px;}
	.post-content{clear:both;font-size:14px;margin:0px;color:#fff;} 
	.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;background-position:0 -540px;min-height:18px;}    
	.publishbox{margin:5px 0px;}
	.post-publish{background-position:0 0;margin-left:2px;}
/* RATER */
.post-rater {margin:1em 0;}
.post-rater label {font-weight:bold;}
.ui-rater {line-height:18px;}
.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 0;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position:0 -36px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}
/* PREV/NEXT POSTS */
#nav-above,#nav-below {width:100%;}
.navigation {line-height:23px;margin:10px 0;overflow:hidden;}
.navigation a {color:#666;font-style:italic;text-decoration:none;}
.navigation a:active,.navigation a:hover {color:#F92117;}
.navigation .meta-nav {font-style:normal;}
.nav-previous {float:left;width:45%;}
.nav-next {float:right;width:45%;text-align:right;}
/* RELATED POSTS */
#relatedPosts span{display:block;}
/* SEARCH RESULTS */
.hits{background-position:0 -324px;margin-left:10px;font-weight:bold;}
/* COMMENTS */
#annotations {clear:both;margin:0;padding:0;}
	#annotations li {
		border-bottom:1px dotted #ddd;
		margin:0 0 9px;
		padding:0px 5px;
		list-style-type:none;
	}
	#annotations li.last-child{border-bottom:none;margin-bottom:0;}
	#annotations .comment-body{position:relative;}
	#annotations .comment p {
		clear: both;
		line-height: 1.5em;
		margin-bottom: 15px;
	}
	#annotations .avatar{
		border: 1px solid #eee;
		float: left;
		margin: 0 10px 10px 0;
		padding:2px;
	}
	#annotations .comment-author cite {
		font-size: 1.1em;
		font-weight: bold;
		padding-bottom: 5px;
	}			
	#annotations .annotation-content{margin: 10px 0.4em 15px 50px;}
	.annotationOwner {/*background-color:#EEE;*/}
	.annotation .notApproved{color:#C00;}
	.annotation-replies{clear:both;background-position:0 -684px;padding-left:15px;margin:0 0 0 30px;}
	
	#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%;padding:4px;}
		#anonDetails textarea {width:98%;}
		.validation-summary-errors{
			background-color:#FFFFCC;
			border:1px solid #CC0000;
			font-weight:bold;
			margin:20px 0;
			padding:10px 15px;
		}
		.validation-summary-errors li{margin-top:5px;background:transparent url(images/sprite.png) no-repeat 0 -70px;display:block;padding:1px 0 5px 25px;}
/* PAGINATION */
.entryPaging{clear:both;float:right;margin: 5px 0;text-decoration: none;}
	.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;
    }
/* OTHERS */
.faceboxZoom{ background:url(images/zoom.png) no-repeat 2px 2px; width:48px; height:48px; display:none;position:absolute;}
.code{background: #f4f4f4;/*border: #c0c0c0 1px solid;*/padding: 10px 5px;margin: 0 10px;font-family: Verdana,Helvetica,Arial,sans-serif;font-size:12px;}
#flashcontent{text-align:center;}
.discuss {
	height:70px;
	border-top: #999 1px dashed;
	border-bottom: #999 1px dashed;
	background: #E7E7E7 url(images/talk-balloon.gif) no-repeat 20px center;
	padding-left: 100px;
	margin:0 0 10px;
	clear:both;
}
.discuss H2 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	color:#CC0000;
	font-size:13px;
	letter-spacing:2px;
	font-weight:bold;
}
.ElegantTextBox{border:solid 1px #cdcdcd;} 
.vividButton {
	border: 1px solid #000;
	background:url(images/head-bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	height:27px;
	line-height:27px;
	cursor:pointer;
	/*margin-top: .2em;*/
}
#subscription-manager .wrap fieldset{padding:0px 10px 10px}
.msgWrapper{
	font-weight:bold;
	margin:10px;
	padding:10px 20px 15px 35px;
	text-align:left;
	line-height:200%;
	background:url(images/sprite.png) no-repeat 0 0;
}
.successStyle{background-position:12px 15px;border:1px solid #8CCE3B;}
.failureStyle{background-position:12px -57px;border:3px solid #CC0000;}
/* FACEBOX */
.faceboxModal .header{background: url(images/head-bg.gif) repeat-x;height:33px;line-height:33px;color: #FFF;padding-left:10px;font-weight:bold;} 
.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;}
#facebox .faceboxProgress{background:url(images/loading.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;}
/* SOCIAL BOOKMARK */
.share-block{margin: 0;padding: 0;}
.share-block h3{margin: 0;}
.share-buttons{overflow:hidden;margin:0;padding:0;margin-left:-5px;}
.share-buttons li{list-style:none;display:inline;}
.share-buttons a{
	overflow:hidden;
	float:left;
	width:75px;
	/*height:30px;
	margin-right:5px;
	text-indent:-200px;*/
	background: transparent url(images/share-sprite.png) no-repeat scroll 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 0px;}
.share-buttons .sharethis a{background-position: 2px -40px;}
.share-buttons .google a:hover{background-position: -70px 1px;}
.share-buttons .google a{background-position: -70px -40px;}
.share-buttons .twitter a:hover{background-position: -136px 1px;}
.share-buttons .twitter a{background-position: -136px -40px;}
.share-buttons .technorati a:hover{background-position: -208px 1px;}
.share-buttons .technorati a{background-position: -208px -40px;}
.share-buttons .stumbleupon a:hover{background-position: -279px 1px;}
.share-buttons .stumbleupon a{background-position: -279px -40px;}
/*.share-buttons .reddit a:hover{background-position: -414px -47px;}
.share-buttons .reddit a{background-position: -414px 0;}*/
.share-buttons .myspace a:hover{background-position: -416px 1px;}
.share-buttons .myspace a{background-position: -416px -40px;}
.share-buttons .digg a:hover{background-position: -489px 1px;}
.share-buttons .digg a{background-position: -489px -40px;}
.share-buttons .facebook a:hover{background-position: -558px 1px;}
.share-buttons .facebook a{background-position: -558px -40px;}
.share-buttons .delicious a:hover{background-position: -633px 1px;}
.share-buttons .delicious a{background-position: -633px -40px;}
.share-buttons .linkedin a{background-position: -703px -40px;}
.share-buttons .linkedin a:hover{background-position: -703px 1px;}
.share-buttons .pinterest a{background-position: -775px -40px;}
.share-buttons .pinterest a:hover{background-position: -775px 1px;}
.share-buttons .googleplus a{background-position: -840px -40px;}
.share-buttons .googleplus a:hover{background-position: -840px 1px;}
/* fix some missing styles which are optional */
#disqus_thread {margin-top: 10px;}

.post .post-toolbar, .post .post-rater, .share-block, #relatedPosts, .js-commentsClosed.alert {
    display: none;
}