/*
    ==============================
    Design: Olejegcord;
    Code: ExTEzZy;
    Adaptation: Gameer;
    Code type: HTML5+CSS3;
    ==============================
    All rights are reserved.
*/

/*
---------------------------------------------------
================ reset style start ====================================== 
---------------------------------------------------
*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body, a {
    font-size: 13px;
    color: #6a6d70;
    font-family: "PFDinDisplayPro-Regular", Arial, Tahoma, sans-serif;
}

html, body {
    height: 100%;
}

body {
       background: #EF0404 url("http://fullhow.com/templates/uBlog/style/styles.css") repeat-x 50% 64px;
    color: #1f282c;
    word-wrap: break-word;
}

input[type=checkbox], 
input[type=radio] {
    margin: auto;
    padding: inherit;
    border: inherit;
    outline: inherit;
    font-size: inherit;
    background: inherit;
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
    display: block;
}

nav ul, 
ul, 
menu {
    list-style: none;
}

blockquote, 
q {
    quotes: none;
}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], 
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    margin: 20px 0;
    border-bottom: 1px dashed #ccc;
}

input, 
select {
    vertical-align: middle;
}

.clr:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input[type=submit], 
input[type=button] {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.center {
    width: 980px;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.nblock {
	display: none;
}

/* = fonts start = */

@font-face {
    font-family: PFDinDisplayPro-Regular;
    src: url(http://fullhow.com/templates/uBlog/fonts/PFDinDisplayPro-Regular.ttf);
}

@font-face {
    font-family: PFDinDisplayPro-Medium;
    src: url(http://fullhow.com/templates/uBlog/fonts/PFDinDisplayPro-Medium.ttf);
}

@font-face {
    font-family: PFDinDisplayPro-Thin;
    src: url(http://fullhow.com/templates/uBlog/fonts/PFDinDisplayPro-Thin.ttf);
}

/* = fonts end = */

/*
---------------------------------------------------
================ reset style end ====================================== 
---------------------------------------------------
*/

#h-profile,
#h-profile .avatar,
#h-profile ul,
.left,
#h-search,
#h-search input[type=text],
#content,
.block-title img,
.block-title h3,
.site-menu li a span,
#vk-widget a b,
#vk-widget a span,
.short-btn span,
.short-btn a,
.short-content img,
.short-title a,
.short-info ul li,
footer .right .cookie,
footer .right ul {
    float: left;
}

.right,
#h-search input[type=submit],
#h-logo,
aside,
.short-btn,
#h-profile ul li i {
    float: right !important;
}

#h-profile .avatar .pm,
.block-title h3,
.poll-submit,
.poll-link a,
.poll-link span,
#create-blog a,
.short-btn a {
    font-family: "PFDinDisplayPro-Medium", Arial, Tahoma, sans-serif;
}

#h-profile ul li:nth-child(1) a {
    font-family: "PFDinDisplayPro-Thin", Arial, Tahoma, sans-serif;
}

/* ================ header start ======================================  */
/* Userinfo
----------------------------------------------- */
.berrors {
 background: #D2E4FA url(http://fullhow.com/templates/uBlog/images/sign.png) 18px center no-repeat;
padding: 10px 10px 10px 80px;
margin: 10px 0;
border: 1px solid #70AAF0;
}
.logarea {
    display:none;
}

.popuplog {
    border-radius:4px;
    background: #fff;
}

.popup-head {
    font-size:15px;
    padding:0 20px;
    height:45px;
    line-height:45px;
    border-bottom: 1px solid #ddd;
    background:#ecf1f7;
}

.popup-close {
    margin-top:16px;
    width:16px;
	height:16px;
	float:right;
	background:url('http://fullhow.com/templates/uBlog/images/close.png') no-repeat;
}

.popupcol {
	padding: 15px;
}

.popupcol .usermenu {
	margin:-5px 0 0 120px;
}

.popupcol .usermenu li a {
	border-bottom:1px dotted #bbb;
	display:block; 
	padding: 5px 0;
}

.popupcol .edge p {
	color: #7e7e7e;
    padding:0 !important;
	margin-bottom:4px;
}

.popupcol .edge input {
	margin-bottom:8px;
    padding:5px;
	width: 97%;
}

.pm-menu {
    overflow:hidden;
}
        
.pm-menu li {
    float:left;
    margin-right:10px;
}

.uavatar {
    position:relative;
	float:left;
}

.uavatar img {
    width:100px;
    border-radius:4px;
}

.avatar {
    position:relative;
	float:left;
}

.avatar img {
    width:70px;
    border-radius:4px;
}

.user-status {
	position:absolute;
    top:3px;
    right:3px;
    background:rgba(0,0,0,0.8);
    padding:3px 5px 2px 5px;
    border-radius:3px;
}

.user-status img {
    width:10px !important;
    height:10px !important;
}
        
.ulist {
    margin-left:10px;
    display:inline-block;
}

.uinfo {
    width:49.9%;
    float:left;
}
/* profiles
----------------------------------------------- */

.profiles {padding: 2%;}
.profiles h1 {float: left;}
.profiles sup {float: left;margin: 0 0 0 15px;border-bottom: 1px dashed #333;color:#333;cursor:pointer;}
.profiles #options {position: relative;padding: 30px 4% 4% 4%;margin: 20px 0;background: #f9f9f9;overflow:hidden;}
.profiles #options fieldset {padding: 0 0 20px 0;margin:0 0 10px 0;}
.profiles #options legend {display: block;background: #ededed;padding: 4px 15px;margin:0 auto;}
.profiles #options sup {position: absolute;right: 10px;top: 5px;}
.profiles #options h2 {margin: 0 0 10px 0;padding: 0 0 5px 0;}
.profiles #options p {color: #777;font-size: .9em;margin: 10px 0 0 0;}
.profiles #options fieldset,.profiles #options h2 {border-bottom: solid 1px #f1f1f1;}
.profiles #options #allowed_ip {height: 40px;padding: 6px;}
.profiles #options input[type="file"] {display: block;}
.profiles .forms input[type="text"], .profiles .forms input[type="password"],.profiles .forms textarea {background: #fff;max-width: 376px;width: 100% !important;}
.profiles .about {padding: 15px 0 0 17%;clear:both;overflow:hidden;}
.profiles .about .ava {display: block; border: solid 5px #f9f9f9;float:left;margin: 0 0 0 -20%;width: 16%;}
.profiles .about ul li {padding: 3px 0 3px 35%;overflow: hidden;border-bottom: 1px solid #f0f0f0;line-height: 23px;color: #444;}
.profiles .about ul li i {color: #777;font-size: .9em;float: left;width: 35%;margin: 0 0 0 -52%;font-style: normal;}
.profiles .about ul li a {font-size: .9em;}
.profiles .about ul li p {font-size: .9em;line-height: 15px;padding: 10px 0 0 0;}
.profiles .about ul li em {font-style: normal;}
.profiles .xfield {margin: 15px 0;border-bottom: solid 1px #eee;}
.profiles .xfield tr td {padding:10px;}
.profiles .xfield tr td:nth-child(1) {width: 30%;}
.profiles .xfield td.xprofile {width: 70%;}

#top-header {
    background-color: #fafbfd;
    position: relative;
    height: 89px;
    border-bottom: 7px solid #42aee6;
    margin-bottom: 80px;
}

.h-border {
    border-bottom: 1px solid #f1f2f4;
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 0;
}

#top-header .btm {
    bottom: 1px;
}

#h-profile {
    margin-top: 20px;
}

#h-profile .avatar {
    position: relative;
    border: 1px solid #d1d6da;
    padding: 1px;
    height: 46px;
    margin-right: 9px;
}

#h-profile .avatar img {
    width: 46px;
    height: 46px;
    display: block;
}

#h-profile .avatar:after {
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    top: -7px;
    left: -11px;
    background-color: #c4cad4;
    border: 1px solid #77889d;
}

#h-profile .avatar .pm {
    display: block;
    line-height: 16px;
    padding: 0 5px;
    background-color: #b7b9bd;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    color: #fafbfd;
    position: absolute;
    bottom: -5px;
    left: -7px;
}

#h-profile .avatar i {
    width: 34px;
    height: 25px;
    background: url(http://fullhow.com/templates/uBlog/img/pm-icon.png);
    position: absolute;
    top: 34px;
    left: -45px;
}

#h-profile ul li {
    margin-bottom: 6px;
    position: relative;
}

#h-profile ul li:nth-child(1) a {
    color: #839fc7;
}

#h-profile ul li, #h-profile ul li a {
    color: #54595f;
}

#h-profile ul li span {
    color: #9b9ea1;
    margin-right: 25px;
}

#h-profile ul li i {
    margin-top: -8px;
    width: 22px;
    height: 21px;
    background: url(http://fullhow.com/templates/uBlog/img/ok.png);
    position: relative;
    top: 5px;
    right: 22px;
}

#h-profile ul li a:hover {
    border-bottom: 1px dotted;
}

#h-search {
    margin: 31px 0 0 110px;
    height: 33px;
    background-color: #f2f5f6;
    border-top: 1px solid #e5e7e9;
    padding: 0 3px 0 13px;
}

#h-search input[type=text] {
    display: block;
    height: 32px;
    margin-right: 10px;
    width: 177px;
}

#h-search input[type=text], #h-search input[type=text]::-webkit-input-placeholder {
    color: #7e7f81;
}

#h-search input[type=text], #h-search input[type=text]::-moz-placeholder {
    color: #7e7f81;
}

#h-search input[type=submit] {
    display: block;
    width: 28px;
    height: 28px;
    background: url(http://fullhow.com/templates/uBlog/img/search-button.png);
    margin-top: 2px;
}

#h-search input[type=submit]:hover {
    display: block;
    width: 28px;
    height: 28px;
    background: url(http://fullhow.com/templates/uBlog/img/search-button.png) right;
    margin-top: 2px;
}

#h-logo {
    display: block;
    margin-top: 11px;
    transition: opacity 0.5s;
}

#h-logo:hover {
    opacity: 0.6;
}

/* ================ header end ====================================== */
/* Вид комментария */
.comment-block {
	clear: both;
	margin: 0 0 10px 0;
	position: relative;
	padding: 5px 5px 5px 100px;
	
	background: #f4f4f4;
	border: 1px #d3d3d3 solid;
	border-radius:7px; 
	-webkit-border-radius:7px; 
	-moz-border-radius:7px;
}

	.comment-block-left {
		width: 85px;
		height: 85px;
		overflow: hidden;
		position: absolute;
		left: 5px;
		top: 5px;
		background: #fff;
		border-radius:7px; 
		-webkit-border-radius:7px; 
		-moz-border-radius:7px;
		padding: 7px;
		border: 0;
		border: 1px #e5e5e5 solid;
	}
	
		.comment-block-left img {
			max-width: 85px;
		}
		
	
	.comment-block-right {
		margin: 0 0 0 10px;
		position: relative;
		padding: 0px 0 0 0;
	}
	
		.comment-block-right2 {
			
		}
		
			.comment-text {
				background: #fff;
				border: 1px #e5e5e5 solid;
				padding: 7px;
				border-radius:7px; 
				-webkit-border-radius:7px; 
				-moz-border-radius:7px;
				color: #7b7b7b;
				line-height: 17px;
				font-size: 11px;
			}
			
				.comment-text a {
					color: #000;
				}
				
					.comment-text a:hover {
						text-decoration: none;
					}
			
				.comment-text-title {
					border-bottom: 1px #ebebeb dotted;
					padding: 0 0 5px 0;
					margin: 0 0 5px 0;
					color: #333;
				}
				
					.comment-text-title a {
						color: #3fadc8;
					}
					
						.comment-text-title a:hover {
							text-decoration: underline;
						}
						
				.comment-text-more {
					padding: 3px 0 0 0;
					font-size: 11px;
					color: #d3d3d3;
					border-top: 1px #ebebeb dotted;
				}
				
					.comment-text-more a {
						color: #d3d3d3;
					}
					
						.comment-text-more a:hover {
							color: #000;
						}

.comment-block .bbcodes, .mass_comments_action .bbcodes, .news-item-content .editor input, .news-item-content input {
	background: #fff;
	border: 1px #ccc solid;
	color: #333;
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px;
	margin: 0;
	cursor: pointer;
}
/* ================ wrapper start ====================================== */

#wrapper {
    position: relative;
    border: 1px solid #f4f9ff;
    padding: 5px;
    background-color: #eaeff4;
    width: 980px;
    margin: 0 auto;
}

#wrapper-c {
    box-shadow: inset 0 0 1px #7A7A7A;
    background-color: #fff;
    padding: 1px;
}

#wrapper-border {
    background-color: #f3f5f8;
    background: -moz-linear-gradient(top,  #f3f5f8 0%, #fafbfd 8%, #fafbfd 8%, #fafbfd 8%, #fafbfd 9%, #fafbfd 9%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f8), color-stop(8%,#fafbfd), color-stop(8%,#fafbfd), color-stop(8%,#fafbfd), color-stop(9%,#fafbfd), color-stop(9%,#fafbfd));
    background: -webkit-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: -o-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: -ms-linear-gradient(top,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    background: linear-gradient(to bottom,  #f3f5f8 0%,#fafbfd 8%,#fafbfd 8%,#fafbfd 8%,#fafbfd 9%,#fafbfd 9%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f8', endColorstr='#fafbfd',GradientType=0 );
}

#left-img {
    width: 75px;
    height: 50px;
    background: url(http://fullhow.com/templates/uBlog/img/left-img.png);
    position: absolute;
    left: -75px;
    top: -41px;
}

#right-img {
    position: absolute;
    width: 323px;
    height: 358px;
    background: url(http://fullhow.com/templates/uBlog/img/right-img.png);
    right: -124px;
    top: -60px;
}

#wrapper-bg {
    background: url(http://fullhow.com/templates/uBlog/img/wrapper-bg.png) repeat-y 100% 0;
    position: relative;
}

#content {
    width: 662px;
    padding: 12px;
}

aside {
    width: 287px;
}

.side-block {
    background-color: #f3f6fa;
    background: -moz-linear-gradient(top,  #f3f6fa 0%, #f9fafc 100%, #f9fafc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f6fa), color-stop(100%,#f9fafc), color-stop(100%,#f9fafc));
    background: -webkit-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: -o-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: -ms-linear-gradient(top,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    background: linear-gradient(to bottom,  #f3f6fa 0%,#f9fafc 100%,#f9fafc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f6fa', endColorstr='#f9fafc',GradientType=0 );
    border-bottom: 1px solid #eaeff6;
    padding-bottom: 25px;
    position: relative;
}

.block-title {
    padding: 10px 0 20px 46px;
}

.block-title img {
    display: block;
    margin-right: 18px;
}

.block-title h3 {
    font-size: 20px;
    color: #3f4c5d;
    font-weight: normal;
}

.site-menu li:first-child a {
    border-top: 0;
}

.site-menu li:last-child a {
    box-shadow: 0 1px 0 #fff;
}

.site-menu li a {
    display: block;
    overflow-y: hidden;
    font-size: 16px;
    color: #54595f;
    margin: 0 50px;
    line-height: 31px;
    border-bottom: 1px solid #dee1e6;
    border-top: 1px solid #ffffff;
}

.site-menu li a span {
    display: block;
    width: 18px;
    text-align: center;
    margin-right: 35px;
    position: relative;
    top: 1px;
    opacity: 0.5;
}

.site-menu li a:hover {
    padding: 0 50px;
    margin: 0;
    color: #67717c;
    background-color: #e6edf7;
    box-shadow: inset 0 1px 0 #d3dae3, inset 5px 0 0 #5c7fa7;
    background: -moz-linear-gradient(left,  #e6edf7 0%, #f1f5fa 94%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e6edf7), color-stop(94%,#f1f5fa));
    background: -webkit-linear-gradient(left,  #e6edf7 0%,#f1f5fa 94%);
    background: -o-linear-gradient(left,  #e6edf7 0%,#f1f5fa 94%);
    background: -ms-linear-gradient(left,  #e6edf7 0%,#f1f5fa 94%);
    background: linear-gradient(to right,  #e6edf7 0%,#f1f5fa 94%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6edf7', endColorstr='#f1f5fa',GradientType=1 );
}

.site-menu li a:hover span {
    opacity: 1;
}

.poll-title {
    color: #54595f;
    background-color: #e8eef7;
    background: -moz-linear-gradient(top, #e8eef7 0%, #e8eef7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8eef7), color-stop(100%,#e8eef7));
    background: -webkit-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: -o-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: -ms-linear-gradient(top, #e8eef7 0%,#e8eef7 100%);
    background: linear-gradient(to bottom, #e8eef7 0%,#e8eef7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eef7', endColorstr='#e8eef7',GradientType=0 );
    margin: 0 11px 17px;
    border-radius: 6px;
    border-top: 1px solid #dfe5ee;
    border-bottom: 1px solid #fff;
    padding: 6px 11px;
    position: relative;
}

.poll-title:after {
    top: 100%;
    left: 17px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(232, 238, 247, 0);
    border-top-color: #e8eef7;
    border-width: 5px;
    margin-left: -5px;
}

#poll-form {
    margin: 0 20px;
}

#poll-form label {
    display: block;
    margin-bottom: 7px;
    cursor: pointer;
}

#poll-form label input[type=radio] {
    display: none;
}

#poll-form label input[type=radio] + .radio-span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #e9eef3;
    border: 1px solid #c1c7d0;
    margin-right: 11px;
}

#poll-form label input[type=radio]:hover + .radio-span:hover {
    cursor: pointer;
    border: 1px solid #5c7fa7;
}

#poll-form label input[type=radio]:checked + .radio-span {
    background-color: #5c7fa7;
}

.poll-text {
    display: inline-block;
    position: relative;
    bottom: 5px;
    color: #54595f;
}

.poll-submit {
    display: block;
    border-radius: 3px;
    background-color: #90afd3;
    padding: 6px 11px;
    margin-top: 11px;
    color: #fff;
    text-shadow: 0 1px 0 #708FB3;
    font-size: 14px;
}

.poll-submit:hover {
    background-color: #82bc1b;
    text-shadow: 0 1px 0 #658a23;
}

.poll-link {
    margin: 10px 0;
}

.poll-link a, .poll-link {
    color: #80878f;
}

.poll-link a:hover {
    color: #82bc1b;
}

.poll-link span {
    margin-top: 9px;
    font-size: 14px;
    color: #9ba4b1;
    display: block;
}

.poll-art {
    width: 53px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(http://fullhow.com/templates/uBlog/img/poll-art.png);
}

#create-blog {
    margin: 33px 15px;
    border: 2px dashed #d0d4d5;
    border-radius: 6px;
    padding: 19px 0;
}

#create-blog a {
    display: table;
    margin: 0 auto;
    background-color: #90a8b0;
    border-radius: 3px;
    padding: 12px 28px;
    color: #fff;
    text-transform: uppercase;
}

#create-blog a:hover {
    background-color: #82bc1b;
}

#vk-widget {
    margin: 0 15px 30px;
}

#vk-widget a {
    display: block;
    background-color: #5c7fa7;
    border-radius: 4px;
    color: #fff;
    height: 35px;
}

#vk-widget a b {
    font-size: 17px;
    display: block;
    padding: 0 16px;
    line-height: 35px;
    border-right: 1px solid #7895b5;
    margin-right: 24px;
}

#vk-widget a span {
    font-size: 15px;
    display: block;
    margin-top: 10px;
}

#vk-widget a:hover {
    background-color: #4D719B;
}

#vk-widget .people {
    text-align: right;
    margin-top: 6px;
    color: #89929f;
}

.short-story {
    margin-bottom: 20px;
}

.short-title a {
    font-size: 20px;
    color: #385a97;
    display: block;
}

.short-title a h2 {
    font-weight: normal;
}

.short-title a:hover {
   color: #22a5e9;
}

.short-info {
    margin-top: 10px;
}

.short-info ul li {
    margin-right: 25px;
    color: #b3b9bb;
    line-height: 16px;
    padding-left: 18px;
}

.short-info ul li a {
    color: #b3b9bb;
    display: block;
}

.short-info ul li a:hover {
    text-decoration: underline;
}

.short-info ul li:nth-child(1) {
    background: url(http://fullhow.com/templates/uBlog/img/cat.png) no-repeat 0;
}

.short-info ul li:nth-child(1) a {
    text-decoration: underline;
}

.short-info ul li:nth-child(1) a:hover {
    text-decoration: none;
}

.short-info ul li:nth-child(2) {
    background: url(http://fullhow.com/templates/uBlog/img/user.png) no-repeat 0;
}

.short-info ul li:nth-child(3) {
    background: url(http://fullhow.com/templates/uBlog/img/comm.png) no-repeat 0;
}

.short-info ul li:nth-child(4) {
    background: url(http://fullhow.com/templates/uBlog/img/view.png) no-repeat 0;
    padding-left: 22px;
}

.short-info ul li:nth-child(5) {
    margin-right: 0;
    background: url(http://fullhow.com/templates/uBlog/img/time.png) no-repeat 0;
}

.line-sep {
    height: 4px;
    background: url(http://fullhow.com/templates/uBlog/img/line-sep.png) repeat-x;
    margin: 7px 0;
}

.short-content p {
    color: #6a6d70;
    text-align: justify;
    line-height: 19px;
    font-size: 14px;
}

.short-btn {
    background-color: #ebeeef;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 10px;
}

.ilike {
    margin: 9px 11px 0 6px;
    display: block;
    line-height: 12px;
    background: url(http://fullhow.com/templates/uBlog/img/like.png) no-repeat 0;
    color: #879093;
    padding-left: 17px;
}
.full-linknews {
    display: block;
    background-color: #5c7fa7;
    color: #fff;
    text-shadow: 0 1px 0 #364F6B;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 11px;
}
.full-linknews a {
    display: block;
    background-color: #5c7fa7;
    color: #fff;
    text-shadow: 0 1px 0 #364F6B;
    font-size: 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 8px 11px;
}

.full-linknews a:hover {
    background-color: #6c8bc1
}

.short-content img {
    border: 3px solid #eff1f3;
    display: block;
    margin: 0 10px 10px 0;
	max-width: 186px;
    max-height: 186px;
}

.short-sep {
    margin-top: 20px;
    height: 3px;
    background-color: #ecf1f7;
    border-top: 1px solid #e0e5e8;
}

.page-selector {
    height: 53px;
    border-top: 1px solid #e0e5e8;
    background-color: #edf2f4;
    padding: 0 13px;
}

.page-selector .left a {
    font-size: 14px;
    margin: 0 3px;
}

.page-selector .left {
    margin-top: 13px;
}

.page-selector .left span {
    border: 2px solid #93c84d;
    border-radius: 50%;
    font-size: 16px;
    color: #88a961;
    width: 23px;
    text-align: center;
    height: 23px;
}

.page-selector .left a:hover {
    text-decoration: underline;
}

.page-selector .left a, 
.page-selector .left span {
    display: inline-block;
    line-height: 24px;
}

.page-selector .right {
    margin-top: 14px;
}

.page-selector .right a {
    font-size: 14px;
    color: #54595f;
    display: inline-block;
    border-left: 1px solid #acc6d0;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 25px;
}

.page-selector .right a:hover {
    text-decoration: underline;
    color: #5c7fa7;
}

.foot-border {
    height: 6px;
    background-color: #5a9ebd;
    margin-top: 25px;
}

/* ================ wrapper end ====================================== */
.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    background: #fff url("http://fullhow.com/templates/uBlog/images/fields.png") repeat-x;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}
/* ================ footer start ====================================== */

footer {
    padding-top: 15px;
}

footer .left {
    font-size: 13px;
    color: #99b8c4;
    line-height: 17px;
}

footer .right .cookie {
    width: 31px;
    height: 36px;
    background: url(http://fullhow.com/templates/uBlog/img/cookie.png);
    margin-top: -4px;
}

footer .right ul {
    margin-left: 20px;
}

footer .right ul li {
    float: left;
    margin-left: 10px;
}

/* ================ footer end ====================================== */