﻿/*
	Theme Name: ChannelPro
	Theme URI: http://www.theme-junkie.com/
	Description: Just another premium theme designed by <a href="http://www.theme-junkie.com">Theme Junkie</a>
	Author: Theme Junkie
	Version: 1.0
	Tags: advertise-ready, widget-ready, advanced-theme-options

		Copyright: (c) 2011 Theme Junkie.
		License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

	blogengine.net port by raisr <a href="http://blog.raisr.net">raisr</a>
	Version: 0.0
*/

/*---------------------------------------------------------------------------------*/
/* RESET */
/*---------------------------------------------------------------------------------*/
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	display: inline-block;
}
* html .clear
{
	height: 1%;
}
.clear
{
	display: block;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.alignright
{
	float: right;
	margin: 0px 0px 10px 10px;
}
.alignleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

/*---------------------------------------------------------------------------------*/
/* GENERAL */
/*---------------------------------------------------------------------------------*/
pre, code, kbd, samp, tt
{
	font: 13px/1.385 "Courier New" ,Monospace,serif;
}
body, input, button, select, textarea, option
{
	
}
body
{
	
}


/*---------------------------------------------------------------------------------*/
/* LAYOUT */
/*---------------------------------------------------------------------------------*/
#wrapper
{
	background: #fff;
	
}
#header
{
	display:none;
	background: #FFF;
	height: 70px;
	padding: 0px;
	text-align: left;
}
#main
{
	
}
#content
{
}
#sidebar
{
}
.content-loop
{
	float: left;
	width: 100%;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------*/
/* HEADER */
/*---------------------------------------------------------------------------------*/
.logo_blog
{
	float: left;
}
.logo_blog
{
	padding:0px;
	margin: 0px;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0px;
}
.logo_blog a
{
	display: block; text-decoration:none !important;

}
.logo_blog a:hover
{
	color: #333;
	text-decoration: none;
}
.logo_blog .desc
{
	display: block;
	
	font-size: 14px;
	font-weight: normal;
	color: #aaa;
	letter-spacing: 0px;
	text-transform: none;
}
.logo_blog a:hover .desc
{
	color: #aaa;
}
#image-logo
{
}

#image-logo a
{
	/*width: 300px;*/
	/*height: 80px; */
	/*text-indent: -5555em;*/
	padding: 0px;
	overflow: hidden;
}

/*---------------------------------------------------------------------------------*/
/* TOP */
/*---------------------------------------------------------------------------------*/
#top
{
	background: #fff;
	height: 32px;
	font-size: 11px;
	margin: 0 auto;
	padding: 1px 0;
	line-height: 32px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

/* top navigation */
.topnav
{
	z-index: 99;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
}
.topnav a
{
	position: relative;
	color: #666;
	display: block;
	z-index: 100;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
.topnav li
{
	float: left;
	width: auto;
}
.topnav li a
{
	padding: 0 13px;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	line-height: 32px;
}
.topnav li a:hover, .topnav li a:active
{
	color: #fff;
	text-decoration: none;
}
.topnav li a:visited
{
}
.topnav li.first a
{
	line-height: 32px;
	color: #fff;
}
.topnav li a.sf-with-ul
{
}
.topnav li ul
{
	background: #fff;
	position: absolute;
	left: -999em;
	width: 162px;
	border: 1px solid #ECEDE8;
	border-width: 1px 1px 0px;
	z-index: 999;
}
.topnav li ul li
{
	border-bottom: 1px solid #ECEDE8;
}
.topnav li ul li a, .topnav li ul li a:visited
{
	background: #fff;
	width: 136px;
	padding: 0 13px;
	color: #555;
	font-size: 11px;
	font-weight: normal;
	line-height: 32px;
}
.topnav li ul li a.sf-with-ul
{
	padding: 0 13px;
}
.topnav li ul li a:hover
{
	color: #fff;
}
.topnav li ul ul
{
	margin: -33px 0px 0px 162px;
}
.topnav li ul ul li a
{
}
.topnav li ul li ul li a
{
}
.topnav li:hover, .topnav li.hover
{
	position: static;
}
.topnav li:hover ul ul, .topnav li.sfhover ul ul, .topnav li:hover ul ul ul, .topnav li.sfhover ul ul ul, .topnav li:hover ul ul ul ul, .topnav li.sfhover ul ul ul ul
{
	left: -999em;
}
.topnav li:hover ul, .topnav li.sfhover ul, .topnav li li:hover ul, .topnav li li.sfhover ul, .topnav li li li:hover ul, .topnav li li li.sfhover ul, .topnav li li li li:hover ul, .topnav li li li li.sfhover ul
{
	left: auto;
}

/* topnav indicator */
.topnav .sf-sub-indicator
{
}
.topnav li ul .sf-sub-indicator
{
}

/*---------------------------------------------------------------------------------*/
/* CATEGORY MENU */
/*---------------------------------------------------------------------------------*/
#cat-menu
{
	background: #fff;
	height: 34px;
	margin: 0 auto;
	border-top: none;
	border-bottom: 3px solid;
}

/* category navigation */
.bnav
{
	z-index: 99;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	height: 34px;
	overflow:hidden;
	width:100%;
}
.bnav a
{
	position: relative;
	color: #333;
	display: block;
	z-index: 100;
	text-decoration: none;
}
.bnav li
{
	float: left;
	width: auto;
	border-top: 1px solid #e0e0e0;
}
.bnav li a
{
	font-size: 13px;
	padding: 0 15px;
	border-right: 1px solid #e6e6e6;
	text-decoration: none;
	line-height: 34px;
}
.bnav li a:hover, .bnav li a:active, .bnav li.first a
{
	color: #fff;
	line-height: 34px;
}
.bnav li a:hover
{
	text-decoration: none;
}
.bnav li.current-cat a, .bnav li.current-cat-parent a
{
	line-height: 34px;
}
.bnav li.current-cat li a, .bnav li li.current-cat a, .bnav li.current-cat-parent li a
{
	background: #fff;
	line-height: 30px;
	border-bottom: none;
}
.bnav li a.sf-with-ul
{
}
.bnav li ul
{
	background: #fff;
	position: absolute;
	left: -999em;
	width: 178px;
	margin: 0px 0px 0px -1px;
	border: 1px solid #ECEDE8;
	border-width: 1px 1px 0px;
	z-index: 999;
}
.bnav li ul li
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ECEDE8;
	border-right: none;
}
.bnav li ul li a
{
	background: #fff;
	width: 147px;
	padding: 0px 15px;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	border-right: none;
	line-height: 34px;
}
.bnav li ul li a.sf-with-ul
{
	padding: 0 15px;
}
.bnav li ul li a:hover
{
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	border-bottom: none;
}
.bnav li ul ul
{
	margin: -36px 0px 0px 178px;
}
.bnav li ul ul li a
{
}
.bnav li ul li ul li a
{
}
.bnav li:hover, .bnav li.hover
{
	position: static;
}
.bnav li:hover ul ul, .bnav li.sfhover ul ul, .bnav li:hover ul ul ul, .bnav li.sfhover ul ul ul, .bnav li:hover ul ul ul ul, .bnav li.sfhover ul ul ul ul
{
	left: -999em;
}
.bnav li:hover ul, .bnav li.sfhover ul, .bnav li li:hover ul, .bnav li li.sfhover ul, .bnav li li li:hover ul, .bnav li li li.sfhover ul, .bnav li li li li:hover ul, .bnav li li li li.sfhover ul
{
	left: auto;
}

/* category navigation indicator */
.bnav .sf-sub-indicator
{
}
.bnav li ul .sf-sub-indicator
{
}

/*---------------------------------------------------------------------------------*/
/* BREADCRUMB */
/*---------------------------------------------------------------------------------*/
#breadcrumb, #postnavigation
{
	float: left;
	background: #FFF;
	width: 615px;
	margin: 0 0 0px 0px;
	padding: 10px 0;
	color: #9f9f9f;
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #ECEDE8;
}
 #postnavigation{display:none}
#breadcrumb a, #breadcrumb span
{
	padding: 0 6px 0 10px;
	background: url(../images/ico-arrow.png) no-repeat 0 3px;
	color: #9f9f9f;
}
#breadcrumb .tip
{
	background: none;
	padding: 0;
}
#postnavigation a
{
	padding: 0 6px 0 6px;
	color: #9f9f9f;
}
#breadcrumb .home
{
	background: none;
}
.archive #breadcrumb
{
	margin-bottom: 10px;
}
.onecolumn #breadcrumb
{
	
}


/*---------------------------------------------------------------------------------*/
/* CONTENT */
/*---------------------------------------------------------------------------------*/
.content-loop .post
{
	float: left;
	width:46%;
	margin: 0 15px 15px 0px;
	padding: 10px;
	border: 1px solid #ECEDE8;
	min-height:225px;
}
.content-loop .post.odd
{
	margin-right:0px;
}
.content-loop .entry-excerpt
{
	display: block;
	clear: both;
}
.section-title
{
	background: #fbfbfb;
	margin: 0 0px 0 0px;
	padding: 10px 15px;
	border-bottom: 1px solid #ECEDE8;
	line-height: 1;
}
.section-title a
{
	color: #333;
}
.section-title a:hover
{
	text-decoration: none;
}
.section-title a.subscribe-rss
{
	text-indent: -555em;
	float: right;
	display: block;
	background: url(../images/ico-rss.png) no-repeat 0 -2px;
	width: 16px;
	height: 16px;
}
.display
{
	float: right;
	width: 49px;
	height: 20px;
	margin-top: 3px; margin-right:5px;
	background: url(../images/btn-display.gif) no-repeat 0 0;
	text-indent: -5555em;
	overflow: hidden;
	cursor: pointer;
}
.display-grid
{
	background: url(../images/btn-display.gif) no-repeat 0 -20px;
}
.cat-feedlink a
{
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #FAFAFA url(../images/ico-rss.png) no-repeat 0 1px;
	margin: 0 0 0 4px;
	text-indent: -5555em;
	overflow: hidden;
}
.hentry
{
	margin: 15px 0px;
	padding: 0 0 15px;
	border-bottom: 1px solid #ECEDE8;
}
.singlep .hentry
{
	border-bottom: 0;
	padding-bottom: 0;
}
.grid-content .hentry
{
	width: 48%;
	float: left;
	display: inline;
	margin: 15px 15px 0px 0 !important;
	border-bottom: 0 !important;
}
.grid-content .gridrow
{
	border-bottom: 1px solid #ECEDE8;
	margin: 0 0px;
}
.grid-content .alt
{
	margin-right: 0 !important;
}
.grid-content .hentry .entry-thumb
{
	margin-right: 10px;
}
.grid-content .hentry .entry-excerpt
{
	display: block;
	clear: both;
}
.entry-thumb
{
	float: left;
	display: block;
	position: relative;
	margin: 0 15px 10px 0;
	padding: 4px;
	display: block;
	border: 1px solid #E0E0E0;
	color: #000;
}
.entry-thumb img
{
	display: block;
}
.entry-excerpt
{
	display: table;
}
.entry-meta
{
	color: #999;
	margin: 5px 0;
	font-size: 11px;
}
.entry-meta a
{
	color: #999;
	text-decoration: none;
}
.entry-meta a:hover
{
	text-decoration: underline;
}
.meta-sep
{
	color: #999;
	margin: 0 3px;
}
.meta-more
{
	font-size: 11px;
	margin: 10px 0 0;
	font-weight: bold;
}
.meta-more a
{
}
.meta-more a:hover
{
}
#entry-bottom
{
	margin: 15px 0;
}
#entry-tags
{
	margin-left: 10px;
}
#entry-author
{
	border: 1px solid #ECEDE8;
	margin: 0px 0 15px 0;
}
#author-avatar
{
	float: left;
}
#author-avatar img
{
	display: block;
	padding: 4px;
	background: #FFF;
}
.entry-author-content
{
	background: #fafafa;
	padding: 10px 15px;
}
#relatedPosts
{
	padding: 0px 15px;
	margin:0px;
}


#relatedPosts article {padding-bottom:14px}
#relatedPosts H3
{
		padding:0px; margin:0px;
	font-weight: normal !important;
	font-size: .9em !important;
	line-height:16px !important;
}

#relatedPosts a
{
	display: block;
	font-weight: bold;
}

.related-post
{
	float: left;
	width: 135px;
	margin: 0 15px 0 0;
}
.related-post img
{
	background: #fff;
	padding: 4px;
	border: 1px solid #ECEDE8;
}
.related-post h3,.related-post h2
{
	margin: 0 0 10px 0;
}
.related-post .title
{
	display: block;
	line-height: 16px;
	margin: 7px 0 0 0;
}

/*---------------------------------------------------------------------------------*/
/* entry */
/*---------------------------------------------------------------------------------*/
.entry hr
{
	border-top: 1px solid #FFF;
	border-top: 1px solid #C7D7DB;
	background: none;
	height: 0;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
}
.entry hr.none
{
	border: 0 none;
	height: 0;
	background: none;
	margin: 0;
	padding: 0;
	clear: both;
}
.entry img
{
	vertical-align: bottom; padding: 6px 10px 6px 0;
}
img.alignleft
{
	margin: 6px 10px 6px 0px;
}
img.alignright
{
	margin: 6px 0px 6px 10px;
}
img.alighcenter
{
}

/* full width */
.onecolumn
{
	margin: 0 !important;
	background: #FFF !important;
}
.onecolumn #content
{
	margin: 0 !important;
	width: 100%;
}
.page-template-template-fullwidth-php #main
{
	background: #fff;
}

/* post images */
.wp-caption
{
	background: #F7F7F7;
	text-align: center;
	padding: 4px 0px 5px 0px;
	border: 1px solid #e6e6e6;
}
.wp-caption img
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
}
.wp-caption p.wp-caption-text
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

/* pagenavi */
.pagenavi
{
	padding: 15px;
	text-align: center;
	clear: both;
}

.pagenavi li
{
	padding:0!important;
	margin:0!important;	
	border-width:0px!important;
}

.pagenavi a, .pagenavi span
{
	border: 1px solid #E0E0E0;
	padding: 4px 8px !important;
	margin: 0 5px;
	background: #F7F7F7;
	font-weight:normal!important;
}
.pagenavi a:hover
{
	border-color: #ccc;
	text-decoration:underline!important;
}
.pagenavi .PagerLinkCurrent, .pagenavi .PagerLinkDisabled
{
	border: 1px solid #E0E0E0!important;
	padding: 4px 8px !important;
	margin: 0 5px !important;
	background: #FFF !important;
}

.pagenavi .PagerLinkCurrent
{
	color:#333333!important;	
}

.pagenavi span.pages
{
	background: none;
	border: 0;
}

/*---------------------------------------------------------------------------------*/
/* SIDEBAR */
/*---------------------------------------------------------------------------------*/

/* general widgets*/
.widget
{
}
.widget-title
{
	padding: 0 0 10px 0;
	font-size: 13px;
	line-height: 1;
}
.widget ul
{
	overflow: hidden;
}
.widget ul li
{
	padding:25px 0;
	position: relative;
	top: -1px;
}
.widget ul ul
{
	border-top: 1px solid #ECEDE8;
	margin: 5px 0 0;
}
.widget p
{
	margin: 15px 0;
}
#sidebar .widget-wrap
{
	padding:10px;
	margin: 0;
}
#sidebar .widget-content
{
	padding: 0px;
}
#sidebar .widget
{
	background: #FFF;
}
#sidebar .widget-title
{
	height: 30px;
	padding: 0 15px;
	color: #fff;
	border-bottom: 2px solid #ECEDE8;
	line-height: 30px;
	clear: both;
}
#sidebar .widget ul
{
	padding: 0 1px;
}
#sidebar .widget ul li
{
	display: block;
	padding: 7px 0 0px 11px;
	
}
#sidebar .left-widget
{
	display: block;
	float: left;
	width: 143px;
}
#sidebar .right-widget
{
	display: block;
	float: right;
	width: 143px;
}

/* sidebar tabber */
#tab-sidebar
{
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 6px;
}
.tab-widget-menu
{
	font-size: 11px;
	font-weight: bold;
	width: 290px;
	height: 32px;
}
.tab-widget-menu li, #commentMenu li
{
	float: left;
	display: block;
	background: #fff;
	margin: 0 3px 0 0;
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-transform: uppercase;
	color: #444;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.tab-widget-menu li.selected, #commentMenu li.selected
{
	position: relative;
	height: 32px;
	bottom: 0px;
	color: #FFF;
}
#tab-sidebar .widget
{
	background: #FFF;
	border: 0;
	margin: 7px 0 0 0;
	padding: 5px 5px;
}
#tab-sidebar .widget > div
{
	border-top: 0;
}
#tab-sidebar .textwidget
{
	border-top: 0;
}
#tab-sidebar .widget ul li
{
	background: none;
	padding: 10px 0 5px;
}
#tab-sidebar .widget ul li a
{
	background: none;
}
#tab-sidebar .widget-title
{
	background: #fff !important;
}
#tab-sidebar .info
{
	display: table;
}
#tab-sidebar a.comments-link, #tab-sidebar .meta
{
	display: block;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}
#tab-sidebar .latestcomments a
{
	color: #999;
}
#tab-sidebar .latestcomments a:hover
{
	text-decoration: none;
}
#tab-sidebar .latestcomments a span.comment-author
{
	font-weight: bold;
	color: #333;
}
#tab-sidebar .latestcomments a:hover span.comment-author
{
}
.tab-widget .entry-thumb, .tab-widget .avatar
{
	padding: 4px;
	border: 1px solid #ECEDE8;
	float: left;
	margin: 0 10px 5px 0;
}
.widget_calendar #calendar_wrap
{
	padding: 10px 15px 15px 15px;
}

#tab-social
{
	background: #f0f0f0 !important;
	border: 1px solid #ECEDE8;
	background: #FFF;
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 6px;
}
.tab-social-menu
{
	font-size: 11px;
	font-weight: bold;
	width: 290px;
	height: 32px;
}
.tab-social-menu li
{
	float: left;
	display: block;
	background: #f0f0f0;
	padding: 0 8px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
	text-transform: uppercase;
	color: #444;
	text-align: center;
}
.tab-social-menu li.selected
{
	background: #fff;
	position: relative;
	height: 32px;
	bottom: 0px;
	color: #333;
}
#tab-social .widget
{
	background: #FFF;
	border: 0;
	margin: 0px 0 0 0;
	padding: 5px 5px;
}
#tab-social .widget > div
{
	border-top: 0;
}
#tab-social .textwidget
{
	border-top: 0;
}
#tab-social .widget ul li
{
	background: none;
	padding: 10px 0 5px;
	border-top: none;
	border-bottom: 1px dotted #e6e6e6;
}
#tab-social .widget ul li a
{
	background: none;
}
#tab-social .widget-title
{
	background: #fff !important;
}

/* social widget */
.widget-social
{
	clear: both;
	display: block;
}
.widget-social li
{
	float: left;
	display: inline;
	width: 130px;
	line-height: 18px;
	margin-right: 7px;
}
.widget-social li a
{
	padding: 1px 15px 6px 20px;
	float: left;
	display: block;
	height: 16px;
	border: none;
}
.widget-rss
{
	background: url(../images/ico-feed.png) no-repeat 0px 3px !important;
}
.widget-email
{
	background: url(../images/ico-email.png) no-repeat 0px 3px !important;
}
.widget-twitter
{
	background: url(../images/ico-twitter.png) no-repeat 0px 3px !important;
}
.widget-facebook
{
	background: url(../images/ico-facebook.png) no-repeat 0px 3px !important;
}
.subscribe-input
{
	width: 150px;
	height: 12px;
	padding: 3px;
	color: #999;
}
.subscribe-submit
{
	/*height: 24px;*/
	padding: 4px 3px; /*font-weight: bold;*/
	color: #fff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

/* calendar */
#wp-calendar
{
	width: 100%;
}
#wp-calendar, #wp-calendar th, #wp-calendar caption
{
	text-align: center;
}
#wp-calendar th
{
	background: #f5f5f5;
	padding: 3px;
	border: 1px solid #f0f0f0;
}
#wp-calendar td
{
	padding: 5px 2px;
	border: 1px solid #f0f0f0;
}
#wp-calendar caption
{
	background: transparent;
	font-weight: bold;
	padding: 3px 0px 7px 0px;
	color: #333;
}
#wp-calendar #today
{
	background: #f5f5f5;
	font-weight: bold;
}

/* tag cloud */
.tagcloud
{
}
.tagcloud div
{
	padding: 5px 5px;
	text-align: center;
	font: 100%/160% Arial;
}
.tagcloud a
{
	margin: 0 3px;
	white-space: nowrap;
}
.tagcloud a:hover
{
}
.tagcloud ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	text-transform: capitalize;
}
.tagcloud ul li
{
	padding: 0px !important;
	border: none;
	display: inline !important;
}
.tagcloud a.biggest
{
	font-size: 190%;
}

.tagcloud a.big
{
	font-size: 160%;
}

.tagcloud a.medium
{
	font-size: 130%;
}

.tagcloud a.small
{
	font-size: 100%;
}

.tagcloud a.smallest
{
	font-size: 70%;
}
.widget_archive select
{
	margin: 10px 15px;
}

/* flickr widget */
.widget_tj_flickr h3 span
{
	color: #0061D8;
}
.widget_tj_flickr h3 span span
{
	color: #FF1183;
}
.widget_tj_flickr
{
	padding: 0 !important;
	border: 0 !important;
}
.widget_tj_flickr .wrap
{
	padding: 10px 0px;
}
.flickr_badge_image img
{
	float: left;
	border: 1px solid #E0E0E0;
	padding: 4px;
	background: #FFF;
	margin: 0 2px 3px 2px;
}
.flickr_badge_image a:hover img
{
	border-color: #ddd;
}

/* twitter widget */
.tweets .timesince
{
	color: #999;
	font-size: 11px;
	font-style: italic;
}
.widget.twitter li
{
	background: url(../images/ico-twitter-stream.png) no-repeat 0 6px !important;
	padding-left: 20px !important;
}

/* text widget */
.textwidget
{
	padding: 10px 15px;
}

/* author info */
.widget_tj_authorinfo .wrap
{
	padding: 10px 15px;
}

/* 125x125 ads */
.widget-ad125
{
	padding: 15px 0px 10px 10px;
}
.widget-ad125 img
{
	margin: 0 0 3px 5px;
	padding: 0;
}

/* general advertisement */
.widget-ads
{
	padding: 0px 0px 15px 0px;
}
.ad-title
{
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #9f9f9f;
	text-transform: uppercase;
	text-align: center;
}


/*---------------------------------------------------------------------------------*/
/* FOOTER */
/*---------------------------------------------------------------------------------*/
.backtotop
{
	background: url(../images/ico-go-up.png) no-repeat;
	width: 48px;
	height: 48px;
}



/* misc */
.page .hentry, .error404 .hentry
{
	border-bottom: 0;
}
.header-adv
{
	float: right;
	width: 468px;
	height: 60px;
	overflow: hidden;
	margin: 25px 0 0;
}

.listing h4{ font-size:20px}