.blog_right {
	font-size:14px;
	line-height:14px;
}


.blog_right h5{ 
	text-transform:uppercase;
	font-family:'BebasNeueRegular';
	font-weight: normal;
	font-size:19px;
	height: 24px;
	padding: 2px 14px;
	background:url('../images/background-gray.png') repeat; 
	color: #fff; 
	line-height: 24px;
	margin: 0 0 15px 0;
}

.blog_right ul{
	list-style:none;
	padding:0;
	margin:0;
}

.blog_right ul.widget,
.blog_right .widget {
	padding:0 0 30px 0;
	margin-bottom:30px;
	border-bottom:1px dashed #494949;
}
.blog_right ul.widget.last,
.blog_right .widget.last {
	border:0;
}
.blog_right ul.widget_recent_posts {
	padding:15px 0 0  0;
}

/* --- widget tabs/recent post/coments --- */

.tabs ul.widgetTabs li {
	float:left;
	margin:0;
	padding:0;
}
.tabs ul.widgetTabs li.last {
	float:right;
}
.tabs ul.widgetTabs li a{
	text-transform:uppercase;
	font-size:17px;
	height: 24px;
	padding: 2px 16px;
	margin:0 2px 0 0; 
	background:url('../images/background-gray.png') repeat; 
	color: #fff; 
	line-height: 23px;
	display: block;
	font-family:'BebasNeueRegular';
	font-weight: normal;
	border:0;
	}
.tabs ul.widgetTabs li.last a {
	margin-right:0px; 
	margin-left:0px;
	padding: 2px 16px 2px 15px;
}
.tabs ul.widgetTabs li a:hover,
.tabs ul.widgetTabs li a.active {
	background:#1886a9;
	color:#fff;
}
.widget-tabs-inside {
	padding:0;
	border:0;
	background:none;
}
.widget-tabs-inside ul {
	margin:0;
}

.widget_recent_posts li {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #494949;
}

.widget_recent_posts li.last {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.widget-tabs-inside .post_name {
	display:block;
	padding:3px 5px;
	margin-bottom:5px;
	color:#353535;
	border-left:5px solid #1a86ac; 
}
.widget-tabs-inside span {
	color:#353535;
	line-height:20px;
}

/* --- widget pages --- */

.widget .page_item a,
.widget .cat_item a{
	display:block;
	text-transform:uppercase;
	font-size:17px;
	height: 24px;
	padding: 2px 14px;
	margin-bottom:2px;
	border-left:5px solid #1a86ac; 
	background:url('../images/background-gray.png') repeat; 
	color: #fff; 
	line-height: 24px;
	font-family:'BebasNeueRegular';
	font-weight:100;
}


/* --- widget search --- */

.widget_search span {
	display:block;
	padding:5px;
	background:url('../images/background-gray.png') repeat; 
}
.widget_search input {
	display:block;
	float:left;
	background:#fff url('../images/background.png') repeat;
	border:0;
	padding:3px;
	height:18px;
	width:191px;
	
}
.widget_search input.submit_butt {
	width:29px;
	height:24px;
	margin-left:4px;
	background:url('../images/blog/search.png') no-repeat center center;
	cursor:pointer;
}

/* --- widget search --- */

#calendar_wrap {
	background:url('../images/background-gray.png') repeat; 
}

table.calendar {
	color:#fff;
	font-family:'BebasNeueRegular';
	font-weight:100;
}
table.calendar caption {
	font-size: 17px;
	background:#1a86ac;
	padding:5px 0px;
	width:240px;
	
}
table.calendar th {
	font-weight:100;
	padding:7px 10px 7px 9px;
}
table.calendar td {
	padding:7px 10px 7px 9px;
	position:relative;
	text-align:center;
}
table.calendar td#today {
	background:#1a86ac;
}
table.calendar td#today a {
	color:#fff;
}

table.calendar .prev {
	display:block;
	height:16px;
	width:16px;
	margin-left:3px;
	background:url(../images/arrowb.png) no-repeat left center;
}
table.calendar .next {
	display:block;
	height:16px;
	width:16px;
	margin-right:5px;
	background:url(../images/arrow.png) no-repeat right center;
}

/* --- widget contact --- */

.widget_contact_form .contact_name,
.widget_contact_form .contact_email,
.widget_contact_form .contact_contact {
	display:block;
	padding:5px;
	margin-bottom:5px;
	background:url('../images/background-gray.png') repeat; 
}
.widget_contact_form input {
	display:block;
	float:left;
	background:#fff url('../images/background.png') repeat;
	border:0;
	padding:3px;
	margin:0;
	height:18px;
	width:191px;
	
}
.contact-icon-name,
.contact-icon-email {
	display:block;
	float:left;
	width:29px;
	height:24px;
	margin-left:4px;
	background:url('../images/blog/contact-name.png') no-repeat center center;
}
.contact-icon-email {
	background:url('../images/blog/contact-mail.png') no-repeat center center;
}

.widget_contact_form textarea {
	display:block;
	resize:vertical;
	width:224px;
	padding:3px;
	background:#fff url('../images/background.png') repeat;
	border:0;
}
.blog_right .con_button {
	line-height:20px;
}