%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/app/web/css/
Upload File :
Create Path :
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/app/web/css/front_layout_2.css

@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
html,body{margin:0}
.stb-container{
	color: #484e51;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
.stb-container a:link, .stb-container a:visited, .stb-container a:hover{
	color: #34b4b1;
	outline: none;
	text-decoration: none;
}
/***********Form*****************/
.stb-text,
.stb-textarea{
	background-color: #f7f6f6;
	border: none;
	border-top: solid 2px #e4e3e3;
	padding: 8px 6px;
	color: #aab1b1;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	width: 100%;
}
.stb-form{
	overflow: hidden;
}
.stb-form p{
	overflow: hidden;
	margin: 0 0 16px;
}
.stb-form .title{
	display: block;
}
.stb-form em label.stb-form-error{
	display: block;
	margin-top: 3px;
	color: red;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
}
/********Toolbar**********/
.stb-toolbar{
	height: 45px;
	background-color: #222c31;
	position: relative;
}
.stb-toolbar .stb-search-box{
	float: left;
	height: 28px;
	margin: 8px;
}
.stb-toolbar .stb-search-box-focus{
	background-color: #2b3439;
}
.stb-search-box .stb-search-icon{
	background: url(../img/frontend/layout_2/search_icon.png) no-repeat transparent;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 28px;
    float:left;
}
.stb-search-box .stb-keyword{
	display: block;
	margin: 0px;
	width: 94%;
	padding: 7px 4px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	color: #bbbec0;
	border: none;
	outline: none;
	background-color: transparent;
}
.stb-toolbar .stb-menu{
	float: right;
	position: relative;
}
.stb-toolbar .stb-menu .home{
	width: 45px;
	height: 45px;
	background:url(../img/frontend/layout_2/home_icon.png) repeat-x;
	float: left;
}
.stb-toolbar .stb-categories{
	display: none;
	position: absolute;
	
	background-color: #141a1d;
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 99999;
	padding-top: 6px;
	padding-bottom: 10px;
}
.stb-toolbar .stb-categories a.category-item{
	display: block;
	overflow: hidden;
	margin-left: 8px;
	padding-left: 10px;
	line-height: 28px;
	color: #868b8e;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	text-decoration: none;
}
.stb-toolbar .stb-categories a.category-item abbr{
	display: block;
	background:url(../img/frontend/layout_2/arrow.png) no-repeat;
	height: 15px;
	width: 8px;
	float: left;
	margin-top: 6px;
	margin-right: 4px;
}
.stb-toolbar .stb-categories a.category-item span{
	display: block;
	float: left;
}
.stb-toolbar .stb-categories a.category-item:hover{
	background-color: #ff6666;
	color: #ffffff;
}
.stb-toolbar .stb-categories a.category-item:hover abbr{
	background-position: 0 -15px;
}
/***********Blog list***********/
.stb-blog-list{
	overflow: hidden;
	background-color: #ffffff;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.stb-blog-list-inner{
	overflow: hidden;
	width: 100%;
	margin-bottom: 14px;
}
.stb-blog-list .stb-blog-box{
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
	position: relative;
}
.stb-blog-list .stb-blog-box .inner-box{
	overflow: hidden;
	margin-bottom: 10px;
}
.stb-blog-list .stb-blog-box .stb-blog-overlay{
	background-color: rgba(255, 116, 116, 0.70);
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99998;
}
.stb-blog-list .stb-blog-box .stb-blog-overlay .continue-reading{
	display: block;
	float: left;
	background:url(../img/frontend/layout_2/reading_icon.png) no-repeat;
	line-height: 32px;
	padding-left: 60px;
	margin-left: 10px;
	margin-top: 62px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.stb-blog-box .blog-detail{
	overflow: hidden;
}
.stb-blog-box .stb-blog-detail{
	overflow: hidden;
	width: 100%;
}
.stb-blog-box .blog-img{
	overflow: hidden;
	margin-right: 12px;
	float: left;
	max-width: 250px;
	min-width: 120px;
	width: 30%;
}
.stb-blog-box .blog-img img{
	display: block;
	border: none;
	width: 100% !important;
}
.stb-blog-box .wide-heading, .stb-blog-box .narrow-heading{
	overflow: hidden;
	
}
.stb-blog-box .stb-blog-title{
	overflow: hidden;
	float: left;
	width: 78%;
}
.stb-blog-box  .stb-blog-comment{
	overflow: hidden;
	float: right;
	width: 20%;
}
.stb-blog-box  .stb-blog-comment .comments{
	float: right;
	background:url(../img/frontend/layout_2/comment_icon.png) left center no-repeat;
	padding-left: 22px;
	margin-bottom: 4px; 
	color: #34b4b1;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.stb-blog-box .stb-blog-title .category{
	color: #45a4c3;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.stb-blog-box .stb-blog-detail .title{
	display: block;
	color: #2e363a;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.stb-blog-detail .author{
	overflow: hidden;
	color: #909898;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	margin-bottom: 4px;
}
.stb-blog-detail .author span{
	color: #34b4b1;
}
.stb-blog-detail .blog-description{
	color: #484e51;
	line-height: 20px;
}
/******Rating**********/
.stb-container .rating-container{
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.stb-container .stb-detail-container .rating-container{
	margin-left: 0px;
	float: none;
	margin-bottom: 12px;
}
.stb-container .stb-detail-container .rating-container form{
	margin-bottom: 0px;
}
.stb-container .rating-container span.rating-label{
	display: block;
	float: right;
	color: #ffffff;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
}
.stb-container .stb-detail-container .rating-container span.rating-label{
	color: #535f5f;
	float: none;
}
.stb-container .rating-container span.post-rating{
	overflow: hidden;
	display: block;
	float: left;
}
.stb-container .stb-detail-container .rating-container span.post-rating{
	margin-right: 4px;
}
.stb-container .rating-container span.post-rating span{
	display: block;
}
.stb-container .ui-stars-star,
.stb-container .ui-stars-cancel {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}
.stb-container .ui-stars-star a,
.stb-container .ui-stars-cancel a {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/frontend/layout_2/crystal_stars_20px.png) no-repeat 0 0;
}
.stb-container .ui-stars-star a {
	background-position: 0 -40px;
}
.stb-container .ui-stars-star-on a {
	background-position: 0 -60px;
}
.stb-container .ui-stars-star-hover a {
	background-position: 0 -80px;
}
.stb-container .ui-stars-cancel-hover a {
	background-position: 0 -20px;
}
.stb-container .ui-stars-star-disabled,
.stb-container .ui-stars-star-disabled a,
.stb-container .ui-stars-cancel-disabled a {
	cursor: default !important;
}

/***********Paginator***********/
.stb-paging-container{
	overflow: hidden;
	padding-top: 2px;
}
.stb-paging-container .stb-paging-line{
	border-top: 1px solid #e3e3e3;
	height: 1px;
}
.stb-paginator{
    list-style: none outside none;
    margin: -3px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
}
.stb-paginator li{
	display: inline;
	overflow: hidden;
}
.stb-paginator li.dot span{
	display: block;
	color: #222c31;
	font-weight: 700;
	float: left;
	height: 33px;
	line-height: 26px;
	margin-right: 4px;
}
.stb-paginator li a{
	background: url(../img/frontend/layout_2/page.png) center top repeat-x;
	display: block;
	color: #34b4b1;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	float: left;
	overflow: hidden;
	padding: 7px 12px;
	z-index: 9999;
}
.stb-paginator li a.current{
	background: url(../img/frontend/layout_2/page_focus.png) center top repeat-x;
	color: #222c31;
}
.stb-paginator li a:hover{
	background: url(../img/frontend/layout_2/page_hover.png) center top repeat-x;
	color: #ff6666;
}
.stb-paginator li a.stb-prev abbr{
	display: block;
	float: left;
	background: url(../img/frontend/layout_2/prev.png) 0 0 repeat-x;
	height: 10px;
	width: 7px;
	margin-right: 5px;
	margin-top: 5px;
}
.stb-paginator li a.stb-prev span{
	display: block;
	float: left;
}
.stb-paginator li a.stb-prev:HOVER abbr{
	background-position: 0 -10px;
}

.stb-paginator li a.stb-next abbr{
	display: block;
	float: right;
	background: url(../img/frontend/layout_2/next.png) 0 0 repeat-x;
	height: 10px;
	width: 7px;
	margin-left: 5px;
	margin-top: 5px;
}
.stb-paginator li a.stb-next span{
	display: block;
	float: right;
}
.stb-paginator li a.stb-next:HOVER abbr{
	background-position: 0 -10px;
}
/***********Detail***********/
.stb-detail-container{
	overflow: hidden;
	background-color: #ffffff;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
}
.stb-detail-container .stb-back{
	margin-bottom: 10px;
	overflow: hidden;
}
.stb-detail-container .stb-back a{
	display: block;
	float: left;
}
.stb-detail-container .stb-back a abbr{
	display: block;
	float: left;
	width: 12px;
	height: 23px;
	background: url(../img/frontend/layout_2/back_left.png) 0 0 no-repeat;
}
.stb-detail-container .stb-back a span{
	display: block;
	background: url(../img/frontend/layout_2/back.png) 0 0 repeat-x;
	float: left;
	height: 23px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 23px;
	padding: 0px 12px 0px 8px;
	text-shadow: 1px 0px 0px #c43e3e;
}
.stb-detail-container .stb-back a:hover abbr,
.stb-detail-container .stb-back a:hover span{
	background-position: 0 -23px;
}

.stb-detail-container .stb-inner-detail{
	overflow: hidden;
}
.stb-detail-container .stb-inner-detail .post-title{
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-size: 30px;
	color: #2e363a;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.stb-detail-container .author{
	float: left;
	color: #909898;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
}
.stb-detail-container .author label{
	color: #45a4c3;
	text-transform: uppercase;
}
.stb-detail-container .author span{
	color: #45a4c3;
}
.stb-detail-container .comments{
	float: right;
	background:url(../img/frontend/layout_2/comment_icon.png) left center no-repeat;
	padding-left: 22px;
	margin-bottom: 4px; 
	color: #34b4b1;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.stb-detail-container .stb-description{
	overflow: hidden;
	line-height: 24px;
	color: #535f5f;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 14px;
}
.stb-detail-container .stb-description ul{
	overflow: hidden;
}
.stb-detail-container .stb-description ul li{
	margin: 0px;
	padding: 0px;
}
.stb-detail-container .stb-description .post-image{
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	max-width: 100%;
}
.stb-detail-container .stb-description p{
	margin-top: 0px;
	margin-bottom: 30px;
}
.stb-detail-container .stb-send-to-friend{
	overflow: hidden;
	margin-bottom: 20px;
}
.stb-detail-container .stb-send-to-friend a.stb-send-to{
	display: block;
	float: left;
	margin-right: 12px;
}
.stb-detail-container .stb-send-to-friend a.stb-send-to span{
	display: block;
	float: left;
	height: 23px;
	line-height: 23px;
	background: url(../img/frontend/layout_2/button.png) 0 0 repeat-x;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 12px 0px 16px;
	text-shadow: 1px 0px 0px #c43e3e;
}
.stb-detail-container .stb-send-to-friend a.stb-send-to abbr{
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	background: url(../img/frontend/layout_2/friend.png) 0 0 no-repeat;
}
.stb-detail-container .stb-send-to-friend a.stb-send-to:HOVER span{
	background-position: 0 -23px;
}
.stb-detail-container .stb-send-to-friend a.stb-send-to:HOVER abbr{
	background-position: 0 -23px;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing{
	float: left;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a{
	display: block;
	float: left;
	margin-right: 6px;
	height: 33px;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a.facebook{
	width: 33px;
	background:url(../img/frontend/facebook.png) 0 0 no-repeat;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a.twitter{
	width: 33px;
	background:url(../img/frontend/twitter.png) 0 0 no-repeat;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a.pinterest{
	width: 33px;
	background:url(../img/frontend/pinterest.png) 0 0 no-repeat;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a.linkedin{
	width: 33px;
	background:url(../img/frontend/likedin.png) 0 0 no-repeat;
}
.stb-detail-container .stb-send-to-friend .stb-social-sharing a.google{
	width: 36px;
	background:url(../img/frontend/google.png) 0 0 no-repeat;
}

.stb-detail-container .stb-send-form{
	display: none;
}

.stb-form .stb-button{
	border: none;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 16px 0px 16px;
	text-shadow: 1px 0px 0px #c43e3e;
	background-color: #ff7474;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
}
.stb-form .stb-button:hover{
	background-color: #ec5a5a;
}
.stb-form .stb-captcha{
	width: 120px;
	float: left;
	margin-right: 4px;
}

.stb-detail-container .stb-comment-container{
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
}
.stb-detail-container .stb-comment-container .heading{
	margin-bottom: 24px;
	text-transform: uppercase;
	color: #2e363a;
	font-family: 'Droid Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 8px;
}
.stb-detail-container .stb-comment-list{
	overflow: hidden;
	margin-bottom: 40px;
	color: #535f5f;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}
.stb-comment-list .comment-box{
	overflow: hidden;
	margin-bottom: 24px;
}
.stb-comment-list .comment-box:last-child{
	margin-bottom: 0px;
}
.stb-detail-container .stb-comment-list .comment-box .author{
	overflow: hidden;
	margin-bottom: 2px;
	float: none;
}
.stb-detail-container .stb-comment-list .comment-box .author label{
	display: block;
	color: #45a4c3;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 2px;
}
.stb-comment-list .comment-box .author span{
	display: block;
	color: #909898;
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
}
.stb-comment-list .comment-box .comment-text{
	overflow: hidden;
	line-height: 22px;
	position: relative;
	padding-top: 16px;
	margin-top: 3px;
}
.stb-comment-list .comment-box .comment-text abbr.line{
	display: block;
	position: absolute;
	border-top: 1px solid #e3e3e3;
	height: 1px;
	top: 1px;
	left: 0px;
	width: 100%;
}
.stb-comment-list .comment-box .comment-text abbr.arrow{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff url(../img/frontend/layout_2/comment_arrow.png) 0 0 no-repeat;
	height: 18px;
	width: 30px;
	z-index: 99999;
}	
.stb-comment-list .comment-box .line{
	width: 100%;
	overflow: hidden;
	height: 30px;
}
.stb-comment-list .comment-box .line abbr{
	display: block;
	float:left;
	background: #ffffff url(../img/frontend/layout_2/comment_arrow.png) 0 0 no-repeat;
	height: 18px;
	width: 30px;
}
.stb-comment-list .comment-box .line span{
	background: #ffffff url(../img/frontend/layout_2/comment_line.png) 0 0 repeat-x;
	height: 30px;
	width: 100%;
	float: left;
}

.stb-detail-container .stb-comment-form{
	overflow: hidden;
	margin-bottom: 14px;
}
.stb-comment-form .std-comment-message{
	color: #45a4c3;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 16px;
}
.stb-comment-form .std-comment-error{
	color: #de2929;
	font-family: 'Droid Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 16px;
}
/***********Responsive***********/
@media only screen and (min-width: 1025px) {
	.stb-toolbar .stb-search-box{
		width: 80%;
	}
	.stb-blog-box .blog-img{
		width: 30%;
	}
	.stb-blog-box .narrow-heading{
		display: none;
	}
	.stb-blog-box .wide-heading{
		display: block;
	}
	.stb-blog-box .stb-blog-detail .title{
		font-size: 24px;
	}
	.stb-toolbar .stb-categories{
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 769px){
	.stb-toolbar .stb-search-box{
		width: 85%;
	}
	.stb-blog-box .blog-img{
		width: 28%;
	}
	.stb-blog-box .narrow-heading{
		display: none;
	}
	.stb-blog-box .wide-heading{
		display: block;
	}
	.stb-blog-box .stb-blog-detail .title{
		font-size: 24px;
	}
	.stb-toolbar .stb-categories{
		width: 50%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 479px){
	.stb-toolbar .stb-search-box{
		width: 86%;
	}
	.stb-blog-box .blog-img{
		width: 28%;
	}
	.stb-blog-box .narrow-heading{
		display: block;
	}
	.stb-blog-box .wide-heading{
		display: none;
	}
	.stb-blog-box .stb-blog-detail .title{
		font-size: 19px;
	}
	.stb-toolbar .stb-categories{
		width: 50%;
	}
}

@media only screen and (max-width: 480px) and (min-width: 319px){
	.stb-toolbar .stb-search-box{
		width: 80%;
	}
	.stb-blog-box .blog-img{
		width: 24%;
	}
	.stb-blog-box .narrow-heading{
		display: block;
	}
	.stb-blog-box .wide-heading{
		display: none;
	}
	.stb-blog-box .stb-blog-detail .title{
		font-size: 19px;
	}
	.stb-toolbar .stb-categories{
		width: 60%;
	}
}
@media only screen and (max-width: 320px){
	.stb-toolbar .stb-search-box{
		width: 76%;
	}
	.stb-blog-box .blog-img{
		width: 20%;
	}
	.stb-blog-box .narrow-heading{
		display: block;
	}
	.stb-blog-box .wide-heading{
		display: none;
	}
	.stb-blog-box .stb-blog-detail .title{
		font-size: 19px;
	}
	.stb-toolbar .stb-categories{
		width: 100%;
	}
}

Zerion Mini Shell 1.0