/**
* @package 		EasyBlog
* @copyright	Copyright (C) 2010 - 2013 Stack Ideas Sdn Bhd. All rights reserved.
* @license 		Proprietary Use License
* @website 		http://stackideas.com
* @author 		StackIdeas
*/

/*	Reset */
#eblog-wrapper input[type="checkbox"] {
  border: none; 
  margin: 0;
  padding: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-color: #eaeaea !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #1ea1fc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#eblog-wrapper [class^="icon-"],
#eblog-wrapper [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/*
* Heading font using Google's font setting
* Please dont edit the font-family setting except for the first line only for font size and color purpose
*/
#eblog-wrapper #ezblog-head h1{
	border: 0 !important;
	color: #2a2a2a;
	font-family: 'novecento_wide_bookbold',Helvetica,Arial,sans-serif;
	font-size: 48px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#eblog-wrapper.eblog-cabin #ezblog-head h1{
	font-family: 'Cabin Sketch', arial, sans-serif;
}

#eblog-wrapper.eblog-droid #ezblog-head h1{
	font-family: 'Droid Sans', 'Segoe UI', Tahoma, sans-serif;
}

#eblog-wrapper.eblog-pacifico #ezblog-head h1{
	font-family: 'Pacifico', Georgia, serif;
}

#eblog-wrapper.eblog-inconsolata #ezblog-head h1{
	font-family: 'Inconsolata', Consolas, monospace;
}

#eblog-wrapper.eblog-kristi #ezblog-head h1{
	font-family: 'Kristi', arial,sans-serif;
}

#eblog-wrapper.eblog-molengo #ezblog-head h1{
	font-family: 'Molengo',arial,sans-serif;
}

#eblog-wrapper.eblog-orbitron #ezblog-head h1{
	font-family: 'Orbitron',arial,sans-serif;
}

/*
* Avatar
*/

#eblog-wrapper img.avatar{
	height: auto;
	max-width: 60px !important;
	width: 60px;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 4px;
	box-shadow: none;
}

#eblog-wrapper a:hover img.avatar{
	border-color: #eaeaea;
}

#eblog-wrapper .blog-content .blog-avatar img {
	max-width: 60px !important;
}

#eblog-wrapper .blog-section img.avatar {
	max-width: 87px !important;
	width: 87px;
}

#eblog-wrapper a.btn-primary {
 background: #ccc;
 font-size: 11px;
}

#eblog-wrapper a.btn-primary:hover,
#eblog-wrapper a.btn-primary:focus, 
#eblog-wrapper a.btn-primary:active {
  background: #1ea1fc;
}

/*
* Head
*/
#ezblog-head{
	margin-bottom: 0px;
	position: static;
	z-index: 15;
}

#ezblog-head a:link,
#ezblog-head a:visited{
	font-size: 11px;
	text-decoration: none;
}

#ezblog-head .component-links{
	font-size: 0;
	margin: 13px 0 0 0;
}

#ezblog-head .component-links a{
	display: inline-block;
	margin: 0;
}

#ezblog-head .component-links a.link-rss{
	margin: 0 0 0 15px;
}

#ezblog-head .component-links a span{
	display: inline-block;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding-left: 22px;
}

#ezblog-head .component-links a.link-rss   span{
	background: url(../images/icons/feed-plus.png) 0 center no-repeat;
}

#ezblog-head .component-links a.link-email span{
	background: url(../images/icons/mail-plus.png) 0 center no-repeat;
}

#eblog-wrapper #ezblog-head .component-desc {
	margin: 20px 0 0 0;
}

/*
* Menu
*/
#eblog-wrapper #ezblog-menu{
	border: 0;
	border-radius: 0;
	clear: both;
	display: inline-block;
	margin: 25px 0 0 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
}

#ezblog-menu .blog-navi{
	background: #303030 url("../images/toolbar-bkg.png") repeat left top;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: nones;
}

#ezblog-menu .blog-navi li.toolbar-item{
	border-right: 1px solid #222;
}

#ezblog-menu .blog-navi li.toolbar-item.float-r{
	border-left: 1px solid #222;
	border-right: 0;
}

#ezblog-menu .blog-navi li.toolbar-item > a{
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 13px;
}

#ezblog-menu .blog-navi li.toolbar-item > a span{
	background-color: transparent!important;
	display: block;
	height: 44px;
	text-indent: -999999px;
	width: 20px;
}

#ezblog-menu .blog-navi li.toolbar-item > a:hover,
#ezblog-menu .blog-navi li.toolbar-item > a:focus,
#ezblog-menu .blog-navi li.toolbar-item.item-active a {
	background: #1EA1FC;
	box-shadow: none;
}

#ezblog-menu .blog-navi li.toolbar-item > form{
	display: block;
	margin: 0;
	padding: 0 8px;
}

#ezblog-menu .blog-navi li.toolbar-item > form input.input{
	border: 1px solid #222;
	border-radius: 0;
	display: inline-block;
	float: left;
	font-family: inherit;
	font-size: 12px;
	height: 22px;
	margin: 9px 0;
	-moz-border-radius: 0;
	padding: 1px 4px;
	-webkit-border-radius: 0;
}

#ezblog-menu .blog-navi li.toolbar-item > form button.submit-search{
	background: url(../images/toolbar-search-button.png) center no-repeat #555;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: block;
	float: left;
	height: 26px;
	margin: 9px 0 0 2px;
	-moz-border-radius: 0;
	padding: 0;
	text-indent: -9999px;
	-webkit-border-radius: 0;
	width: 26px;
}

#ezblog-menu .blog-navi li .tips{
	background: #fff;
	border: 1px solid #bbb;
	border-bottom-color: #999;
	border-radius: 2px;
	color: #666;
	display: none;
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-size: 11px;
	left: 2px;
	line-height: 1.4;
	-moz-border-radius: 2px;
	padding: 10px;
	position: absolute;
	top: 45px;
	-webkit-border-radius: 2px;
	width: 200px;
	z-index: 999999;
}

/**
 * Fix artisteer themes
 */
#ezblog-menu .blog-navi li:before,
#ezblog-menu .blog-navi li:after{
	content: none !important;
}

#ezblog-menu .blog-navi li .tips b{
	color: #333;
	display: block;
	line-height: 1.2;
	margin-bottom: 5px;
}

#ezblog-menu .blog-navi li .tips i{
	background: url(../images/a-point-top.png) center top no-repeat;
	display: block;
	height: 8px;
	left: 12px;
	position: absolute;
	top: -8px;
	width: 15px;
}

#ezblog-menu .blog-navi li:hover .tips{
	display: block;
}

#ezblog-menu .blog-navi li.float-r .tips{
	left: auto;
	right: 2px;
}

#ezblog-menu .blog-navi li.float-r .tips i{
	left: auto;
	right: 12px;
}

#ezblog-menu .blog-navi li.toolbar-latest > a > span{
	background: url(../images/toolbar-home.png) center no-repeat;
}

#ezblog-menu .blog-navi li.toolbar-categories > a > span{
	background: url(../images/toolbar-categories.png) center no-repeat;
}

#ezblog-menu .blog-navi li.toolbar-tags > a > span{
	background: url(../images/toolbar-tags.png) center no-repeat;
}

#ezblog-menu .blog-navi li.toolbar-blogger > a > span{
	background: url(../images/toolbar-blogger.png) center no-repeat;
}

#ezblog-menu .blog-navi li.toolbar-teamblog > a > span{
	background: url(../images/toolbar-teamblog.png) center no-repeat;
}

#ezblog-menu .blog-navi li.toolbar-archive > a > span{
	background: url(../images/toolbar-archive.png) center no-repeat;
}

#ezblog-menu .blog-navi li.user-access > a > span{
	background: url(../images/toolbar-login.png) center no-repeat;
}

#ezblog-menu .blog-navi li.user-setting > a > span{
	background: url(../images/toolbar-cog.png) center no-repeat;
}

#ezblog-menu .blog-navi li.user-write > a > span{
	background: url(../images/toolbar-write.png) center no-repeat;
}

#ezblog-menu .blog-navi li.user-micro > a > span{
	background: url(../images/toolbar-micro.png) center no-repeat;
}

#ezblog-menu .blog-navi .user-options{
	position: absolute;
	right: -1px;
	top: 46px;
	width: 260px;
	z-index: 200;
}

#ezblog-menu .blog-navi li ul{
	background: #444;
	border: 1px solid #222;
	border-bottom: 0;
	border-top: 0;
	position: absolute;
	right: 0;
	top: -1px;
	width: 185px;
	z-index: 9999;
}

#ezblog-menu .blog-navi li ul li{
	border-bottom: 1px solid #282828;
	width: 100%;
}

#ezblog-menu .blog-navi li ul li a{
	color: #fff;
	display: block;
	font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding: 7px 8px;
	text-decoration: none!important;
	text-shadow: none;
}

#ezblog-menu .blog-navi li ul li a.logout {
  width: auto !important;
  margin: 0 !important;
  border: none;
  background: rgba(0, 0, 0, 0);
}

#ezblog-menu .blog-navi li ul li a:hover{
	color: #ddd;
}

#ezblog-menu .blog-navi li ul li + li a:hover{
	background: #555;
	box-shadow: 0 1px 0 #666 inset;
}

#ezblog-menu .blog-navi li ul li.user-info{
	min-height: 30px;
	padding: 8px 0;
}

#ezblog-menu .blog-navi li ul li.user-info a,
#ezblog-menu .blog-navi li ul li.user-info a.user-avatar{
	display: inline-block;
	font-weight: bold;
	height: auto;
	line-height: normal;
	margin: 0 8px;
	max-width: 115px;
	overflow: hidden;
	padding: 0;
	word-wrap: break-word;
}

#ezblog-menu .blog-navi li ul li.user-info a.user-avatar{
	margin: 0 7px;
}

#ezblog-menu .blog-navi li ul li.user-info a:hover{
	background: none;
	text-decoration: underline;
}

#ezblog-menu .blog-navi li ul li a.fss{
	font-size: 9px;
	font-weight: normal;
	margin: 5px 0 0 8px;
}

#ezblog-menu .blog-navi a img.avatar{
	border: 1px solid #333;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#ezblog-menu .blog-navi li ul li a sup{
	background: #DA1900;
	border-radius: 7px;
	display: inline-block;
	font-family: Arial;
	font-size: 10px;
	height: 14px;
	line-height: 14px;
	margin-left: 5px;
	-moz-border-radius: 7px;
	text-align: center;
	text-shadow: 0 1px 1px #000;
	vertical-align: middle;
	-webkit-border-radius: 7px;
	width: 14px;
}

#ezblog-menu .blog-navi #ezblog-search{
	width: 120px;
}

#ezblog-menu .blog-navi .user-access a.active{
	background: #444;
	color: #fff;
}

#ezblog-menu .blog-navi .subtoolbar-arrow{
	background: url(../images/subtoolbar-arrow.png) center bottom no-repeat;
	display: block;
	height: 7px;
	right: 17px;
	top: -7px;
	width: 14px;
	z-index: 99999;
}

#ezblog-menu .blog-navi .user-form{
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 0;
	border-top: 0;
	color: #666;
	-moz-border-radius: 0;
	right: 0;
	top: 35px;
	-webkit-border-radius: 0;
	width: 250px;
	z-index: 99999;
	zoom: 1;
}

#ezblog-menu .blog-navi .user-form form{
	background: none;
	border: 0;
	display: inline-block;
	font-size: 11px;
	margin: 0;
	padding: 10px;
}

#ezblog-menu .blog-navi .user-form form .input{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 0;
	color: #555;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	height: 28px;
	line-height: normal;
	margin: 0 0 10px;
	-moz-border-radius: 0;
	padding: 0 4px;
	-webkit-border-radius: 0;
	width: 220px;
}

#ezblog-menu .blog-navi .user-form form a{
	background: none!important;
	color: #1EA1FC !important;
	text-decoration: none;
}

#ezblog-menu .blog-navi .user-form form a:hover{
	color: #0379CB;
	text-decoration: none;
}

#ezblog-menu .blog-navi .user-form form a,
#ezblog-menu .blog-navi .user-form form .trait{
	display: inline-block;
	float: left;
	margin-bottom: 5px;
}

#ezblog-menu .blog-navi .user-form form #remember{
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}

#ezblog-menu .blog-navi .user-form form .button{
	background: url(../images/ui-button.png) #fff bottom repeat-x!important;
	border: 1px solid #bbb;
	border-bottom-color: #999;
	border-radius: 2px;
	color: #555;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*disable tooltip in specific menu item*/
#ezblog-menu .blog-navi li.user-access .tips,
#ezblog-menu .blog-navi li.user-setting .tips {
	display: none;
}

/*
* Seperator Styling
*/
/*#ezblog-body .blog-section{border-top:1px solid #ccc}*/
#ezblog-body .blog-section .section-title,
#ezblog-body .blog-section .section-content{
	padding: 15px 0;
}

#ezblog-body .blog-section .section-title{
	margin: 0;
}

/*
* Section Area
*/
#ezblog-section{
	border-bottom: 3px solid #2a2a2a;
	color: #2a2a2a;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	line-height: normal;
	margin-bottom: 40px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

#ezblog-section .link-subscribe,
#ezblog-section .link-rss{
	font-size: 12px;
	font-weight: 700;
	margin: 10px 0 0 10px;
}

#ezblog-label{
	border-bottom: 3px solid #2a2a2a;
	height: 40px;
	line-height: 40px;
	margin-bottom: 50px;
}

#ezblog-label > span{
	display: inline-block;
	line-height: 40px;
	font-size: 14px;
	font-weight: 700;
	color: #2a2a2a;
	text-transform: uppercase;
}

#ezblog-label .link-rss{
	background: url(../images/icons/feed-small.png) 0 center no-repeat;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
	padding: 0 0 0 20px;
}

/*
* Section Area
*/
#eblog-wrapper #section-trackbacks .inputbox{
	border: 1px solid #ccc;
	border-top-color: #aaa;
	padding: 6px 4px;
}

#eblog-wrapper #section-trackbacks .entry-trackback-input + ul{
	border-top: 3px double #ccc;
	margin-top: 15px;
	padding: 15px 0 0;
}

/*
* Entry Listing
*/

#ezblog-body .blog-post{
	margin: 0 0 0px 0;
	padding: 0;
}

#ezblog-body .blog-post + .blog-post {
	border-top: 0;
}

#ezblog-body .blog-post:last-child {
	margin: 0;
}

#ezblog-body .blog-post-in {
	background: #fff;
	border: 1px solid #eaeaea;
	border-top: 5px solid #eaeaea;
	margin: 0;
	padding: 0px 20px 20px;
}

#ezblog-body .blog-header{
	margin: 0 0 10px;
}

#ezblog-body .blog-header:after {
	border: 0;
}

#ezblog-body .blog-avatar {
	margin: -30px 0 0 0;
}

#ezblog-body .blog-post .wrap-blog-title{
	border: 0;
	clear: both;
	display: inline-block;
	font-weight: normal;
	line-height: 1.2;
	margin: 20px 0 12px 0;
	width: 100%;
	position: relative;
}

#ezblog-body .blog-post .blog-title{
	border: 0;
	clear: both;
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 35px 0 0;
	display: block;
}

#ezblog-body .blog-title,
#ezblog-body .blog-title a{
	text-decoration: none;
}

#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a{
	color: #800080;
	font-size: 21px;
	font-weight: 700;
}

#ezblog-body .blog-post .blog-title a:hover,
#ezblog-body .blog-post .blog-title a:active,
#ezblog-body .blog-post .blog-title a:focus {
	color: #1EA1FC;
}

#ezblog-body .tag-featured {
	background: #da1900;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	line-height: 36px;
	padding: 2px 4px;
	text-shadow: none;
	vertical-align: text-top;
}

#ezblog-body .archive-list .tag-featured {
	line-height: 13px;
}

#ezblog-body div.tag-featured{
	background: url(../images/ribbon-featured.png) bottom #da1900;
	border-left: 1px solid #9D0025;
	display: inline-block;
	font: bold 11px/19px 'Lucida Grande',Tahoma,Arial;
	height: 20px;
	margin: 0 0 15px;
	padding: 0 10px;
	position: relative;
}

#ezblog-body div.tag-featured > i{
	background: url(../images/ribbon-featured.png) top;
	height: 20px;
	position: absolute;
	right: -8px;
	top: 0;
	width: 8px;
}

/*IE7*/*:first-child+html #ezblog-body .tag-featured{
	padding: 2px 3px;
}

#ezblog-body .blog-head {
	position: relative;
}

#ezblog-body .blog-read .blog-title{
	color: #2a2a2a;
	font-size: 30px;
	font-weight: normal;
}

#ezblog-body .blog-post-in .blog-text p {
	clear: none;
}

#ezblog-body .blog-avatar .isTeamBlog{
	z-index: 1;
}

#ezblog-body .blog-avatar .isTeamBlog:hover{
	z-index: 3;
}

#ezblog-body .blog-avatar .isTeamBlog + .isBlogger{
	bottom: -3px;
	right: 0;
	z-index: 2;
}

#ezblog-body .blog-avatar + .blog-cap{
	margin: 10px 0 0 80px;
}

#ezblog-body .blog-meta{
	line-height: 16px;
}

#ezblog-body .blog-meta *{
	font-weight: normal;
}

#ezblog-body .blog-meta-bottom div > span{
	display: inline-block;
	float: left;
	height: 16px;
	line-height: 16px;
}

#ezblog-body .blog-meta-bottom div > span + span{
	border-left: 1px solid #eaeaea;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#ezblog-body .easyblog-meta {
	display: inline-block;
	margin:8px 0 0 0;
	color: #aaa;
}

#ezblog-body .blog-meta-bottom .easyblog-meta .blog-hit {
	background: none;
	padding: 0;
	font-size: 11px;
}

#ezblog-body a.blog-more-button{
}

#ezblog-body #ezblog-posts .blog-show-comments{
	border-top: 1px dotted #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

#ezblog-body .blog-text img,
{
	
	padding-right: 10px;
	    width: 185px;
		height:105px;
	max-width: 100%; /*max-width:none\9;*/
}
#eblog-wrapper .blog-text .easyblog-image-caption-container.orientation-alignright ,
#ezblog-body .blog-content img
{float:right !important; 
width: 185px;
height:105px;}
#eblog-wrapper .blog-text .easyblog-image-caption-container.orientation-alignright  {height:auto;width:auto;}

#ezblog-body .blog-read .blog-text img
{float:right;height:auto;margin-bottom:15px;}

#ezblog-body .blog-read .blog-text div img
{display:block;float:none;margin-right:auto;margin-left:auto;}

#ezblog-body .blog-read .blog-text p:first-child {margin:0px;}
.easyblog-image-caption {font-size:13px;}

#ezblog-body .blog-text td img,
#ezblog-body .blog-content td img{
	max-width: none;
}

#ezblog-body .locationMap img{
	height: auto;
	max-width: none!important;
}

#ezblog-body .blog-comments a{
	background: none;
	color: #aaa;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0;
	font-size: 11px;
}

#ezblog-body .blog-comments a:hover,
#ezblog-body .blog-comments a:active,
#ezblog-body .blog-comments a:focus {
	color: #1EA1FC;
}

#ezblog-body .featured-readmore a,
#ezblog-body .blog-readmore a{
	background: url(../images/item-readmore.png) right center no-repeat;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	padding: 0 20px 0 0;
}

#eblog-wrapper .blog-meta{
	margin: 0;
	text-align: right;

}

#eblog-wrapper .blog-meta .blog-author{
	float: left;
	font-weight: 700;
	font-size:19px

}

#eblog-wrapper .blog-meta .blog-author a {
	font-weight: 700;
}

#eblog-wrapper .blog-content .blog-text {
	font-family: Helvetica;
	    font-size: 16px;
	    line-height: 24px;
	    padding: 0;
}

#ezblog-posts .blog-image{
	background: #fff;
	border: 0;
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
}

#ezblog-posts .blog-image {
	margin-left: -20px;
	margin-right: -20px;
}

#ezblog-posts.forTeamBlog {
	padding-top: 10px;
}

#ezblog-body .blog-text blockquote {
	font-family: sans-serif;
	font-style: italic;
	margin: 20px 0;
	padding: 5px 30px;
	position: relative;
}

#ezblog-body .blog-text blockquote p {
	margin: 0;
}

#ezblog-body .blog-text  blockquote:before {
	content: "\201C";
	display: block;
	font-size: 50px;
	left: 0;
	position: absolute;
	top: -8px;
}

/*
* Micro : Blog Meta;
*/
#ezblog-body .blog-meta > .in{
	background: none;
	padding: 0;
}

#ezblog-body .blog-meta > .in .blog-created {
	background:url(../images/meta-clock.png) 0 center no-repeat;
	padding:0 0 0 20px;
}

#ezblog-body .blog-meta > .in .blog-category {
	background: none;
	margin: 0;
	padding: 0;
}

#ezblog-body .blog-meta .blog-created,
#ezblog-body .blog-meta .blog-category {
	font-size: 11px;
	color: #aaa;
}

#ezblog-body .blog-meta .blog-category a {
	font-weight: 700;
}

#ezblog-body .micro-link .blog-meta > .in{
	background: none;
}

#ezblog-body .micro-quote .blog-meta > .in{
	background: none;
}

#ezblog-body .micro-photo .blog-meta > .in{
	background: none;
}

#ezblog-body .micro-video .blog-meta > .in{
	background: none;
}

#ezblog-body .micro-twitter .blog-meta > .in{
	background: none;
}

#ezblog-body .micro-email .blog-meta > .in{
	background: none;
}

/*
* Micro: For archive listing
*/
#ezblog-body .archive-list li{
	background-position: 0 16px;
	background-repeat: no-repeat;
	padding: 15px 0 15px 25px;
}

#ezblog-body .archive-list li+li{
	border-top: 1px solid #eaeaea;
}

#ezblog-body .archive-list li a{
	line-height: 16px;
}

#ezblog-body .archive-list li time{
	color: #999;
	display: inline-block;
	float: right;
	font-size: 11px;
	margin: 0 0 0 10px;
}

#ezblog-body .archive-list li.micro-post{
	background-image: url(../images/meta-clock.png);
}

#ezblog-body .archive-list li.micro-link{
	background-image: url(../images/micro-link.png);
}

#ezblog-body .archive-list li.micro-quote{
	background-image: url(../images/micro-quote.png);
}

#ezblog-body .archive-list li.micro-photo{
	background-image: url(../images/micro-photo.png);
}

#ezblog-body .archive-list li.micro-video{
	background-image: url(../images/micro-video.png);
}

#ezblog-body .archive-list li.micro-twitter{
	background-image: url(../images/micro-twitter.png);
}

#ezblog-body .archive-list li.micro-email{
	background-image: url(../images/micro-email.png);
}

#ezblog-body .archive-list.for-search li{
	padding-left: 0;
}

/*
* Micro : Image
*/
#ezblog-body .blog-content p.photo-source{
	padding: 5px 7px;
}

#ezblog-body .blog-content p.photo-source img{
	background: #fff;
	border: 1px solid #ccc;
	margin: 0 -5px;
	padding: 5px;
}

/*
* Micro : Quote & Link
*/
#ezblog-body .micro-quote .blog-quote,
#ezblog-body .micro-link .blog-link,
#ezblog-body .micro-photo .blog-photo,
#ezblog-body .micro-video .blog-video,
#ezblog-body .micro-twitter .blog-tweet {
	margin: 0 0 10px;
	padding: 5px 0 5px 20px;
}

#ezblog-body .micro-twitter .blog-tweet h3{
	margin-left: 24px;
}

#ezblog-body .micro-quote .blog-quote {
	background: url(../images/quote.png) 2px 15px no-repeat;
}

#ezblog-body .micro-link .blog-link {
	background: url(../images/link.png) 0 15px no-repeat;
}

#ezblog-body .micro-photo .blog-photo {
	background:url(../images/micro-photo.png) 0 15px no-repeat;
}

#ezblog-body .micro-video .blog-video {
	background:url(../images/micro-video.png) 0 15px no-repeat;
}

#ezblog-body .micro-twitter .blog-tweet {
	background: url(../images/micro-twitter.png) 2px 15px no-repeat;
}

#ezblog-body .micro-quote .blog-quote .blog-title{
	margin-bottom: 0;
}

#ezblog-body .micro-link  .blog-link  .blog-title{
	margin-bottom: 0;
}

#ezblog-body .micro-quote .blog-quote .blog-title a{
	background: none!important;
	color: inherit!important;
	font-family: Arial,sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2;
	text-decoration: none!important;
}

#ezblog-body .micro-quote .blog-quote .blog-quote-content {
	font-style: italic;
}

/*
* Social button
*/
#socialbutton {
	position: relative;
	top: 10px;
	z-index: 5;
}

#socialbutton.alignleft {
	position: relative;
	z-index: 5;
}

#eblog-wrapper .socialbutton-vertical.alignleft {
	float: none;
}

#socialbutton.alignleft .social-button,
#socialbutton.alignright .social-button{
	clear: both;
	margin: 0 0 10px;
}

#socialbutton.alignleft > .db-wrapper,
#socialbutton.alignright > .db-wrapper{
	margin: 0 0 10px;
}

#socialbutton.alignleft.width-full .social-button{
	margin: 0 10px 0 0;
}

#socialbutton.alignright.width-full .social-button{
	margin: 0 0 0 10px;
}

#socialbutton.alignleft{
	margin: 0;
}

#socialbutton.alignright{
	margin: 0;
}

#socialbutton.top,
#socialbutton.bottom{
	display: inline-block;
	float: none;
	top: 0;
	width: 100%;
}

#socialbutton.top{
	margin-bottom: 10px;
	margin-top: 20px;
}

#socialbutton.bottom{
	margin-top: 10px;
}

#socialbutton.alignleft + .blog-text{
	margin-left: 100px;
}

#socialbutton.alignright + .blog-text{
	margin-right: 100px;
}


#socialbutton .google-plusone{
	min-height: 20px;
}

#socialbutton .fb_edge_widget_with_comment{
	height: auto!important;
}

#eblog-wrapper .socialbutton-vertical {
	display: inline-block;
	margin: 0 0 10px;
	vertical-align: top;
}

#eblog-wrapper #socialbutton.width-full + .blog-text{
	margin-left: 0;
	margin-right: 0;
}

#eblog-wrapper .socialbutton-vertical .social-button-large.pinterest {
	padding-top: 10px;
}

/*social-button-large*/
#eblog-wrapper .social-button-large.retweet,
#eblog-wrapper .social-button-large.google-plusone,
#eblog-wrapper .social-button-large.digg-share,
#eblog-wrapper .social-button-large.linkedin-share,
#eblog-wrapper .social-button-large.stumbleupon-share,
#eblog-wrapper .social-button-large.pinterest,
#eblog-wrapper .social-button-large.tweetmeme {
	width: 60px;
}

#eblog-wrapper .social-button-large.facebook-like {
	width: auto;
}

#eblog-wrapper .facebook-like iframe {
	max-width: none !important;
}

/*social-button-small*/
#eblog-wrapper .social-button-small.retweet {
	width: 82px;
}

#eblog-wrapper .social-button-small.facebook-like {
	width: auto;
}

#eblog-wrapper .social-button-small.google-plusone {
	width: 66px;
}

#eblog-wrapper .social-button-small.digg-share {
	width: 80px;
}

#eblog-wrapper .social-button-small.linkedin-share {
	width: 64px;
}

#eblog-wrapper .social-button-small.stumbleupon-share {
	width: 76px;
}

#eblog-wrapper .social-button-small.pinterest {
	width: 70px;
}

#eblog-wrapper .social-button-small.tweetmeme {
	width: 50px;
}

/*social-button-plain*/
#eblog-wrapper .social-button-plain.pinterest {
	width: 46px;
}


/*
* Comment on latest view
*/
#ezblog-body .comment-list li+li{
	margin-top: 10px;
	padding-top: 10px;
}

#ezblog-body .comment-list .comment-avatar img{
	max-width: 50px;
	width: 50px;
}

#ezblog-body .comment-list .comment-avatar + .comment-brief{
	margin-left: 65px;
}

/*
* Blog rating
*/
#eblog-wrapper .blog-rating{
	display: inline-block;
	font-size: 11px;
	margin-top: 5px;
}

#eblog-wrapper .blog-rating form {
	margin: 0;
}

#eblog-wrapper .blog-rating .blog-rating-text {
	display: none;
}

/*IE7*/*:first-child+html #eblog-wrapper .blog-rating{
	display: inline;
}

#eblog-wrapper .blog-rating form > div{
	display: inline-block;
	float: left;
	height: 16px;
	line-height: 16px;
	margin: 0 5px 0 0;
}

#eblog-wrapper .star-location{
	display: inline-block;
	margin: 5px 0 0;
	position: relative;
}

#eblog-wrapper .ratings-value{
	background: #f5f5f5;
	border: 1px solid #ECECEC;
	box-shadow: none;
	color: #666;
	font: 11px/15px Tahoma,Arial,sans-serif;
	left: 100%;
	margin: 0 0 0 6px;
	-moz-box-shadow: none;
	padding: 0 6px 1px;
	position: absolute;
	text-shadow: none;
	top: -2px;
	-webkit-box-shadow: none;
	white-space: nowrap;
}

#eblog-wrapper .ratings-value i{
	background: url(../images/rate-arrow.png) 0 center no-repeat;
	height: 7px;
	left: -5px;
	position: absolute;
	top: 4px;
	width: 5px;
}

#eblog-wrapper .ratings-value b{
	display: none;
}

#eblog-wrapper .voted .ratings-value b{
	background: url(../images/rate-tick.png) center center no-repeat #f5f5f5;
	border: 1px solid #ECECEC;
	box-shadow: none;
	display: block;
	height: 15px;
	left: 100%;
	-moz-box-shadow: none;
	padding: 0 0 1px;
	position: absolute;
	text-indent: -9999px;
	text-shadow: none;
	top: -1px;
	-webkit-box-shadow: none;
	width: 18px;
}

/*
* Blog admin
*/
#ezblog-body .blog-admin{
	margin: 0;
	float: none;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
}

#ezblog-body .blog-admin > a{
	background: url(../images/blog-admin-pencil.png) center 7px no-repeat #FEF6C2!important;
	border: 1px solid #D4CA89;
	border-radius: 2px;
	display: block;
	height: 24px;
	-moz-border-radius: 2px;
	position: relative;
	-webkit-border-radius: 2px;
	width: 24px;
}

#ezblog-body .blog-admin:hover > a{
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	padding-bottom: 1px;
	-webkit-border-radius: 2px 2px 0 0;
	z-index: 99992;
}

#ezblog-body .blog-admin ul{
	background: #FEF6C2;
	border: 1px solid #D4CA89;
	border-radius: 2px 0 2px 2px;
	display: none;
	-moz-border-radius: 2px 0 2px 2px;
	position: absolute;
	right: 0;
	top: 25px;
	-webkit-border-radius: 2px 0 2px 2px;
	z-index: 99991;
}

#ezblog-body .blog-admin ul li + li{
	border-top: 1px solid #D4CA89;
}

#ezblog-body .blog-admin ul li.featured_add + li.featured_remove{
	border-top: 0;
}

#ezblog-body .blog-admin ul li a{
	background: none!important;
	color: #665D28!important;
	display: block;
	font-family: Tahoma,'Lucida Grande',Arial,sans-serif;
	font-size: 11px;
	line-height: 1.2;
	padding: 12px 24px 12px 12px;
	text-decoration: none;
	text-shadow: none!important;
	white-space: nowrap;
}

#ezblog-body .blog-admin ul li a:hover{
	text-decoration: underline;
}

#ezblog-body .blog-admin:hover ul{
	display: block;
}

/*
* Blog read view
*/
#ezblog-body .blog-read {
	display: inline-block;
	margin-top: 10px;
}
#ezblog-body .blog-read .blog-avatar{
	margin-top: 0;
}

#ezblog-body .blog-avatar + .blog-head{
	margin: 0 0 0 80px;
}

#ezblog-body .blog-read .blog-head .blog-meta .blog-avatar{
	margin-right: 5px;
}

#ezblog-body .blog-admin + .blog-brief{
	clear: both;
}

#ezblog-body .blog-brief{
	border-bottom: 0;
	border-top: 5px solid #eaeaea;
	padding-left: 20px;
	padding-top: 10px;
}

#ezblog-body .blog-brief .blog-avatar{
	margin: -35px 10px 0 0;
}

#ezblog-body .blog-brief img.avatar{
	height: auto;
	width: 60px;
}

#ezblog-body .blog-read .blog-tweet{
	font: 28px/36px Georgia,Palatino,Helvetica Neue,Helvetica,Arial,sans-serif;
	margin-bottom: 10px;
	padding: 25px;
}

/*
* Blog option
*/
#ezblog-body .blog-option {
	border-bottom: 1px dashed #ececec;
	border-top: 1px dashed #ececec;
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	padding: 12px 0px 9px;
	color: #aaa;
}

#ezblog-body .blog-option .font-switcher,
#ezblog-body .blog-option .wrap-blog-rating {
	float: left;
}

#ezblog-body .blog-option .wrap-blog-rating {
	border-left: 1px solid #eaeaea;
	margin: 2px 0 0 10px;
	padding: 0 0 0 10px;
}

#ezblog-body .blog-option .blog-rating {
	display: inline;
	margin: 0;
}

#ezblog-body .blog-option ul{
	display: inline-block;
	float: right;
}

#ezblog-body .blog-option li{
	height: 17px;
	line-height: 17px;
}

#ezblog-body .blog-option li + li{
	border-left: 1px solid #eaeaea;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#ezblog-body .blog-option li a{
	display: inline-block;
}

#ezblog-body .blog-option li.print a,
#ezblog-body .blog-option li.pdf a,
#ezblog-body .blog-option li.blog-email a,
#ezblog-body .blog-option li.blog-report a{
	padding-left: 16px;
	height: 16px;
	position: relative;
	text-indent: -9999px;
	top: 2px;
	padding: 0;
	width: 16px;
}

#ezblog-body .blog-option li.blog-comments a {
	background: 0;
	padding: 0;
}

#ezblog-body .blog-option li.bookmark a {
	background: url(../images/icons/bookmark.png) center 1px no-repeat;
	height: 16px;
	position: relative;
	text-indent: -9999px;
	top: 2px;
	width: 16px;
}

#ezblog-body .blog-option li#bookmark-link .addthis_button_compact .at300bs{
	background: none;
	float: left;
	margin-right: 4px;
}

#ezblog-body .blog-option li.print a{
	background: url(../images/icons/printer.png) center 1px no-repeat;
}

#ezblog-body .blog-option li.pdf a{
	background: url(../images/icons/document-pdf.png) center 1px no-repeat;
}

#ezblog-body .blog-option li.blog-email a{
	background: url(../images/icons/mail-open-document-text.png) center 1px no-repeat;
}

#ezblog-body .blog-option li.blog-report a{
	background: url(../images/icons/exclamation-button.png) center -1px no-repeat;
}

#ezblog-body .blog-option .font-switcher a{
	height: 14px;
	position: relative;
	text-indent: -9999px;
	top: 2px;
	display: inline-block;
}

#ezblog-body .blog-option .font-switcher a#fontLarge{
	background: url(../images/icons/font-size.png) 0 0 no-repeat;
	color: #095197;
	padding-left: 14px;
}

#ezblog-body .blog-option .font-switcher a#fontSmall{
	background: url(../images/icons/font-size.png) 0 -14px no-repeat;
	color: #095197;
	padding-left: 14px;
}

#ezblog-body .blog-read .blog-text {
	
	font-size: 16px;
	line-height: 170%;
	margin: 20px 0px 40px;
}

#ezblog-body .blog-read .blog-text .easyblog-thumb-preview {
	display: block;
	margin-bottom: 40px;
}

#ezblog-body .blog-read .blog-text .easyblog-thumb-preview img {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
* Tag listing view
*/
#eblog-wrapper .tag-sort-order{
	border-bottom: 1px solid #bbb;
}

#eblog-wrapper .tag-sort-order li {
	line-height: 30px;
}

#eblog-wrapper .tag-sort-order li+li{
	border-left: 1px dotted #ccc;
	margin-left: 8px;
	padding-left: 8px;
}

#eblog-wrapper .tag-sort-order li a{
	background: 0 center no-repeat;
	display: inline-block;
	font-weight: 700;
	height: 18px;
	line-height: 18px;
	padding-left: 20px;
}

#eblog-wrapper .tag-sort-order a.active{
	text-decoration: underline !important;
}

#eblog-wrapper .tag-sort-order li.sorting-item.tag-title a{
	background-image: url(../images/icons/sort-date.png);
	text-decoration: none;
}

#eblog-wrapper .tag-sort-order li.sorting-item.posts a{
	background-image: url(../images/icons/sort-quantity-des.png);
	text-decoration: none;
}

#eblog-wrapper .tag-sort-order li.ordering-item.asc a{
	background-image: url(../images/icons/sort-alphabet.png);
	text-decoration: none;
}

#eblog-wrapper .tag-sort-order li.ordering-item.des a{
	background-image: url(../images/icons/sort-alphabet-desc.png);
	text-decoration: none;
}

#eblog-wrapper .tag-sort-order #filter-tags{
	border: 1px solid #ccc;
	margin-bottom: 0;
}

#eblog-wrapper .post-tags{
	border-top: 4px solid #eee;
}

#eblog-wrapper .post-tags li{
	line-height: 16px;
	margin: 5px 0;
	min-height: 16px;
}

#eblog-wrapper .post-tags li a{
	display: inline-block;
	float: left;
	font-weight: 700;
	text-decoration: none;
}

#eblog-wrapper .post-tags li a.link-rss-s{
	display: block;
	height: 16px;
	padding-left: 0;
	text-indent: -99999px;
	width: 16px;
}

#eblog-wrapper .post-tags.column3 li{
	width: 33%;
}

#eblog-wrapper .post-tags.column4 li{
	width: 25%;
}

/*
* Map view
*/
#ezblog-body .blog-map{
	margin: 10px 0;
}

#ezblog-body .map-images{
	border: 1px solid #ddd;
	border-bottom-color: #bbb;
	border-right-color: #dadada;
	display: inline-block;
	padding: 2px;
}

*:first-child+html #ezblog-body .map-images{
	*display: inline;
	zoom: 1;
}

/*
* Gallery view
*/
#ezblog-body .blog-gallery{
	display: inline-block;
	width: 100%;
}

#ezblog-body .blog-gallery .item{
	display: inline-block;
	float: left;
}

#ezblog-body .blog-gallery .thumb-link{
	backgroound: #fff;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 4px;
}

#ezblog-body .blog-gallery .thumb-link:hover{
	border-bottom-color: #aaa;
	border-color: #ccc;
}

/*
* Related blog post
*/
#ezblog-body .blog-related ul li+li{
	border-top: 1px dashed #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

/*
* Blog Navigation
*/
#ezblog-body .blog-read .blog-navi{
	background: #fff;
	border: 1px solid #eaeaea;
	border-bottom-color: #eaeaea;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	margin: 15px 0;
	-moz-border-radius: 0;
	padding: 0;
	-webkit-border-radius: 0;
	width: 100%;
}

#ezblog-body .blog-read .blog-navi li{
	width: 50%;
	margin: 10px 0;
	float: left;
}

#ezblog-body .blog-read .blog-navi li+li{
	border-left: 1px solid #f5f5f5;
	margin-left: -2px;
}

#ezblog-body .blog-read .blog-navi li a{
	background: url(../images/blog-navi-prev.png) 0 center no-repeat!important;
	color: #2a2a2a !important;
	display: block;
	font-size: 13px;
	font-weight: bold;
	overflow: hidden;
	padding: 14px 10px 14px 40px;
	text-align: left;
	text-decoration: none!important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ezblog-body .blog-read .blog-navi li a:hover,
#ezblog-body .blog-read .blog-navi li a:active,
#ezblog-body .blog-read .blog-navi li a:focus {
	background: url(../images/blog-navi-prev-hover.png) 0 center no-repeat!important;
	color: #1EA1FC !important;
}

#ezblog-body .blog-read .blog-navi li+li a{
	background: url(../images/blog-navi-next.png) right center no-repeat!important;
	padding: 14px 40px 14px 10px;
	text-align: right;
}

#ezblog-body .blog-read .blog-navi li+li a:hover,
#ezblog-body .blog-read .blog-navi li+li a:active,
#ezblog-body .blog-read .blog-navi li+li a:focus {
	background: url(../images/blog-navi-next-hover.png) right center no-repeat!important;
	color: #1EA1FC !importants;
}

#ezblog-body .blog-read .blog-navi li a:hover{
	background-color: transparent!important;
}

/*
* Blog Tabs
*/
#ezblog-body .wrap-related {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#ezblog-body .tab_button{
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

#ezblog-body .tab_button li{
	text-align: left;
	width: 35%;
}

#ezblog-body .tab_button li+li{
	border-left: 1px dotted #ccc;
}

#ezblog-body .tab_button li a,
#ezblog-body .tab_button li a:hover{
	background-color: transparent;
	color: #2a2a2a;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 20px;
	padding: 0;
	text-decoration: none;
}

#ezblog-body .tab_button li a span{
	border-radius: 0;
	display: inline-block;
	height: auto;
	line-height: normal;
	margin-top: 0;
	-moz-border-radius: 0;
	padding: 0;
	-webkit-border-radius: 0;
}

#ezblog-body .tab_button li a:hover span{
	background: none;
	color: #2a2a2a;
	text-decoration: none;
}

#ezblog-body .tab_button li.item-active a span,
#ezblog-body .tab_button li.item-active a:hover span{
	background: none;
	color: #2a2a2a;
}

#ezblog-body .tab_button li a.ico{
	background-position: 0 center;
	background-repeat: no-repeat;
	margin-left: 0;
}

#ezblog-body #button-related a{
	background-image: none;
}

#ezblog-body #button-trackbacks a{
	background-image: url(../images/icons/arrow-continue-090.png);
}

#ezblog-body #button-author a{
	background-image: url(../images/icons/user-silhouette.png);
}

#ezblog-body .tab_container{
	border: 0;
	border-top: 0;
	padding: 0;
}

#ezblog-body .entry-related-post li + li,
#ezblog-body .entry-trackback-links li + li{
	border-top: 0;
}

/*
* Comment
*/
#ezblog-body #blog-comment{
	padding-bottom: 20px;
}

#ezblog-body #blog-comment .comment-row + .comment-row{
	border-top: 1px solid #eaeaea;
	margin-top: 30px;
	padding-top: 30px;
}

#ezblog-body #blog-comment .comment-avatar,
#ezblog-body .comment-form .comment-avatar {
}

#ezblog-body #blog-comment img.avatar,
#ezblog-body #comment-form img.avatar{
	height: auto;
	width: 60px;
}

/*textarea styling when bbcode is turned off*/
#ezblog-body #comment-form .comment-editor > .textarea{
	border: 1px solid #ccc;
	border-top-color: #aaa;
	font: 13px/20px Consolas,'Courier New',Courier,monospace;
	height: 80px;
	padding: 4px;
	resize: none;
	width: 100%;
}

#ezblog-body #comment-form.blog-section{
	border-color: #eee;
}

#ezblog-body .comment-avatar + .comment-content{
	margin: 0 0 0 85px;
}

#ezblog-body .comment-content .comment-head .comment-author {
	font-size: 12px;
}

#ezblog-body .comment-content .comment-head .comment-date,
#ezblog-body .comment-content .comment-head .comment-action a,
#ezblog-body .comment-content .comment-control .comment-like {
	margin-left: 5px;
	padding-left: 6px;
	border-left: 1px solid #eaeaea;
}

#ezblog-body .comment-content + .comment-form-inline{
	margin-top: 10px;
}

#ezblog-body .comment-row .comment-body{
	padding: 5px 0 0;
}

#ezblog-body .form-row.half{
	width: 50%;
}

#ezblog-body .comment-row .comment-reply span{
	display: none;
}

#ezblog-body .comment-row .comment-reply span.show-this{
	display: inline;
}

#ezblog-body #blog-comment .comment-body img {
	max-width: 100%;
	max-width: none\9;
}

#ezblog-body .comment-content .comment-body .form-row label,
#ezblog-body .comment-content .comment-body .subscription-box label {
	display: inline;
}

/*
* Comment tab
*/
#ezblog-body .blog-comment-tabs{
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}

#ezblog-body .blog-comment-tabs li{
	margin: 0 10px 0 0;
}

#ezblog-body .blog-comment-tabs li a{
	display: block;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	padding: 0 3px;
	text-decoration: none!important;
}

#ezblog-body .blog-comment-tabs li a:hover,
#ezblog-body .blog-comment-tabs li a:focus{
	border-bottom: 1px solid #fff;
	margin-bottom: -2px;
	padding-bottom: 2px;
}

#ezblog-body .blog-comment-tabs li.active a{
	border-bottom: 3px solid #777;
	margin-bottom: -2px;
	padding-bottom: 1px;
}

/*
* Comment form
*/
body .comment-row #comment-form .comment-body{
	border: 0;
	margin: 0;
	padding: 0;
}

body #comment-form #markItUpComment{
	display: inline-block;
	width: 100%;
}

body #comment-form #markItUpComment .markItUpHeader{
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-bottom: 0;
	display: inline-block;
	padding: 4px;
	width: 98%;
}

body #comment-form #markItUpComment .markItUpHeader ul{
	display: inline-block;
}

body #comment-form #markItUpComment .markItUpHeader ul a{
	background-position: center !important;
	border: 0;
	padding: 3px;
}

body #comment-form #markItUpComment .markItUpHeader ul a:hover,
body #comment-form #markItUpComment .markItUpHeader ul a:focus{
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2px;
}

body #comment-form #markItUpComment .markItUpHeader ul .markItUpSeparator{
	border-right: 1px solid #ddd;
	display: block;
	height: 22px;
	margin: 0 5px;
	text-indent: -9999px;
}

body #comment-form #markItUpComment textarea{
	border: 1px solid #ccc;
	font: 13px/20px 'Lucida Grande','Helvetica Neue', Tahoma, Arial, sans-serif;
	height: 120px;
	padding: 4px;
	width: 98%;
}

body #comment-form #markItUpComment .markItUpFooter{
	background: #f5f5f5;
	border: 1px solid #eaeaea;
	border-top: 0;
	padding: 3px 4px;
	width: 98%;
}

body #comment-form .inputbox{
	border: 1px solid #eaeaea;
	border-top-color: #eaeaea;
	padding: 6px 4px;
}

body #comment-form input[type="checkbox"].inputbox{
	margin: 0 5px 0 0;
	vertical-align: text-top;
  border: none;
  padding: 0;
}

body #comment-form .form-row.half .inputbox {
	width: 96%;
}

/*
* Comment : Aero
*/
#eblog-wrapper .style-aero .comment-head{
	background: url(../images/comment/aero/comment-head.png) repeat-x scroll center bottom #fff;
	border: 1px solid #B1B9BA;
	border-radius: 3px 3px 0 0;
	height: 24px;
	line-height: 24px;
	-moz-border-radius: 3px 3px 0 0;
	padding: 0 5px;
	-webkit-border-radius: 3px 3px 0 0;
}

#eblog-wrapper .style-aero .comment-head .comment-arrow{
	background: url(../images/comment/aero/comment-arrow-a.png) repeat scroll 0 0 transparent;
	display: block;
	height: 10px;
	left: -5px;
	top: 5px;
	width: 5px;
	z-index: 10;
}

#eblog-wrapper .style-aero .comment-body,
#eblog-wrapper .style-aero .comment-row #comment-form .comment-body{
	background: url(../images/comment/aero/comment-body.png) repeat-x scroll center top #D8E0E1;
	border: 1px solid #B1B9BA;
	border-radius: 0 0 3px 3px;
	border-top: 0;
	margin: 0;
	-moz-border-radius: 0 0 3px 3px;
	padding: 5px;
	-webkit-border-radius: 0 0 3px 3px;
}

#eblog-wrapper .style-aero .comment-control{
	margin: 10px 0 0;
}

#eblog-wrapper .style-aero .comment-reply{
	background: url(../images/comment/aero/comment-reply.png) 0 center no-repeat;
	padding-left: 15px;
}

#eblog-wrapper .style-aero .comment-like{
	background: url(../images/comment/aero/comment-like.png) 0 center no-repeat;
	margin: 0 0 0 15px;
	padding-left: 15px;
}

#eblog-wrapper .style-aero .comment-like b{
	display: none;
}

/*
* Commment : Altium
*/
#eblog-wrapper .style-altium #blog-comment .comment-block,
#eblog-wrapper .style-altium #comment-form .comment-form{
	position: relative;
}

#eblog-wrapper .style-altium #blog-comment .comment-avatar,
#eblog-wrapper .style-altium #comment-form .comment-avatar{
	left: 7px;
	position: absolute;
	top: 7px;
	z-index: 2;
}

#eblog-wrapper .style-altium #blog-comment .comment-avatar img.avatar,
#eblog-wrapper .style-altium #comment-form .comment-avatar img.avatar{
	height: 30px;
	width: 30px;
}

#eblog-wrapper .style-altium #blog-comment .comment-row + .comment-row{
	margin-top: 25px;
}

#eblog-wrapper .style-altium #blog-comment .comment-body{
	border-left: 2px solid #ddd;
	margin: 10px 0;
	padding: 5px 15px;
}

#eblog-wrapper .style-altium #comment-form .comment-body{
	border-left: 0;
	margin: 0;
	padding: 0;
}

#eblog-wrapper .style-altium #blog-comment .comment-body p{
	margin: 0;
}

#eblog-wrapper .style-altium #blog-comment .comment-body p + p{
	margin-top: 1em;
}

#eblog-wrapper .style-altium #blog-comment .comment-avatar + .comment-content,
#eblog-wrapper .style-altium #comment-form .comment-avatar + .comment-content{
	margin: 0;
}

#eblog-wrapper .style-altium #blog-comment .comment-content .comment-head,
#eblog-wrapper .style-altium #comment-form .comment-content .comment-head{
	background: #f5f5f5;
	border: 1px solid #ddd;
	bpadding: 0 15px 0 50px;
	font-size: 11px;
	font-size: 11px;
	height: 44px;
	line-height: 44px;
	-moz-border-radius: 2px;
	padding: 0 15px;
	rder-radius: 2px;
	-webkit-border-radius: 2px;
}

#eblog-wrapper .style-altium #blog-comment .comment-avatar + .comment-content .comment-head,
#eblog-wrapper .style-altium #comment-form .comment-avatar + .comment-content .comment-head{
	padding: 0 15px 0 50px;
}

#eblog-wrapper .style-altium #blog-comment .comment-head .comment-likescounter{
	float: right;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-reply,
#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-like > span{
	background: #fafafa;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #888;
	display: inline-block;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	-moz-border-radius: 2px;
	overflow: visible;
	padding: 0;
	vertical-align: top;
	-webkit-border-radius: 2px;
	width: auto;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-reply{
	margin: 0 5px 0 0;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span a{
	background: none;
	color: #888;
	text-decoration: none;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-reply a,
#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-like span + span a{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-like span{
	padding: 0 10px;
}

#eblog-wrapper .style-altium #blog-comment .comment-control > span.comment-like span + span{
	padding: 0;
}

#eblog-wrapper .style-altium #blog-comment .comment-like b{
	display: none;
}

#eblog-wrapper .style-altium #blog-comment .comment-row:hover .comment-head{
	background: #eee;
	border: 1px solid #cacaca;
	border-bottom-color: #aaa;
}

#eblog-wrapper .style-altium #blog-comment .comment-row:hover .comment-control > span.comment-reply,
#eblog-wrapper .style-altium #blog-comment .comment-row:hover .comment-control > span.comment-like > span + span{
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* W3C */
	border: 1px solid #aaa;
	border-bottom-color: #999;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	color: #777;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

#eblog-wrapper .style-altium #blog-comment .comment-row:hover .comment-control > span a{
	color: #333;
}

/*
* Profile view
*/
#ezblog-body .profile-item{
	border: 0;
	border-radius: 0;
	padding: 0;
}

#ezblog-body .profile-item + .profile-item{
	margin-top: 40px;
}

#ezblog-body .profile-item-inner{
	background: #fff;
	border: 1px solid #eaeaea;
	margin: 0;
	padding: 20px;
}

#ezblog-body .profile-head{
}

#ezblog-body .profile-avatar a{
	display: block;
}

#ezblog-body #ezblog-category .profile-avatar img.avatar{
	background: #fff;
	border: 0;
	padding: 0;
}

#community-wrap #ezblog-body .profile-avatar,
#community-wrap #ezblog-body .profile-avatar a{
	background: none !important;
}

#ezblog-body .profile-avatar + .profile-info{
	margin: 0 0 0 80px;
}

#ezblog-body .forCategory .profile-avatar + .profile-info,
#ezblog-body .forTeamBlog .profile-avatar + .profile-info,
#ezblog-body .forBlogger .profile-avatar + .profile-info {
	margin: 0 0 0 95px;
}

#ezblog-body .profile-sidebar{
	display: inline-block;
	float: left;
	font-size: 12px;
	width: 100%;
}

#ezblog-body .profile-sidebar + .profile-main{
	margin: 0 0 0 180px;
}

#ezblog-body .profile-info p{
	margin-top: 0;
	color: #7a7a7a;
}

#ezblog-body .profile-brief h3{
	color: inherit;
	font-size: 14px;
}

#ezblog-body .profile-brief .active-bloggers{
	margin: 9px 0 0 0;
	width: 100%;
}

#ezblog-body .profile-brief .total-comment span {
	color: #2a2a2a;
}

#ezblog-body .profile-brief .active-bloggers li {
	float: left;
	width: auto;
	line-height: 65px;
	margin-right: 15px;
	margin-bottom: 10px;
	min-width: 145px;
}

#ezblog-body .profile-brief .active-bloggers li:last-child {
	margin-right: 0;
}

#ezblog-body .profile-brief .active-bloggers li a {
	float: left;
	font-size: 12px;
	font-weight: 700;
}

#ezblog-body .list-contributors li + li{
	border-top: 1px dotted #ddd;
	margin-top: 5px;
	padding-top: 5px;
}

#ezblog-body .profile-stats > li + li{
	border-top: 1px dotted #ddd;
	margin-top: 5px;
	padding-top: 5px;
}

#ezblog-body .profile-stats li span{
	display: inline-block;
	line-height: 19px;
}

#ezblog-body .profile-stats li span.traits{
	background: none;
	border-radius: 0;
	margin: 0;
	min-width: 16px;
	-moz-border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-border-radius: 0;
}

#ezblog-body .profile-stats .list-square li{
	list-style-type: square;
	margin-left: 15px;
}

#ezblog-body .profile-title{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px 0;
}

#ezblog-body .profile-title a.category-name {
  background: #1ea1fc;
	text-decoration: none;
	padding: 0px 6px;
	position: relative;
	margin: 0 15px 0 0;
	float: left;
}

#ezblog-body .profile-title span {
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
}

#ezblog-body .profile-info {
	margin-bottom: 10px;
}

#ezblog-body .profile-connect {
	display: inline-block;
	margin-top: 15px;
}

#ezblog-body .forBlogger .profile-info .profile-connect {
	margin-top: 0px;
}

#ezblog-body .profile-body{
	border-top: 1px solid #eaeaea;
	margin: 25px 0 0 80px;
	padding-top: 15px;
}

#ezblog-body .profile-body .post-list li + li{
	border-top: 1px dotted #ddd;
	margin-top: 15px;
	padding-top: 15px;
}

#ezblog-body .profile-body .post-list .blog-title{
	color: inherit;
	font-weight: bold;
}

#ezblog-body .profile-connect .connect-links{
	display: inline-block;
}

#ezblog-body .profile-connect .connect-links li + li{
	border-left: 1px solid #eaeaea;
	margin-left: 8px;
	padding-left: 8px;
}

#ezblog-body .profile-connect .connect-links li a{
	display: inline-block;
	line-height: 1.2;
}

#ezblog-body .post-list li{
	display: inline-block;
	width: 100%;
}

#ezblog-body .profile-child{
	padding-top: 10px;
}

/*
* Category view
*/
#ezblog-body .list-categories > li{
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

#ezblog-body .list-categories li .avatar + .category-story{
	margin: 0 0 0 50px;
}

#ezblog-body .list-categories li .category-name{
	font-size: 14px;
	line-height: 18px;
}

#ezblog-body .list-categories li .category-name a{
	text-decoration: none;
}

#ezblog-body .list-categories li .category-description{
	border-left: 2px solid #ddd;
	margin-top: 5px;
	padding: 0 0 0 10px;
}

#ezblog-body .list-categories li .category-description p{
	margin: 0;
}

#ezblog-body .list-categories li .category-description p + p{
	margin-top: 10px;
}

#ezblog-body .list-categories li .category-status{
	font-size: 11px;
	margin: 5px 0 0;
}

#ezblog-body .list-categories li .category-status *{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

#ezblog-body .list-categories li .category-status li + li{
	margin: 0 0 0 10px;
}

#ezblog-body .list-categories li .category-status li .link-rss{
	background-image: url(../images/icons/feed-small.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

/*
* Subscription view
*/
#ezblog-body .my-subscription > li+li{
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}

#ezblog-body .my-subscription .subscription-title{
}

#eblog-wrapper #ezblog-body .my-subscription ol{
	margin: 10px 0 0 10px;
	padding: 0;
}

#eblog-wrapper #ezblog-body .my-subscription ol li{
	list-style-type: decimal;
	margin-left: 10px;
	padding: 0;
}

#eblog-wrapper #ezblog-body .my-subscription ol li + li{
	margin-top: 5px;
}

#ezblog-body .subscription-title{
	font-weight: 700;
	margin-bottom: 5px;
}

/*
* About author section
*/
#eblog-wrapper #section-author{
	background: none;
	border: 0;
	margin: 25px 0 20px 0;
	padding: 0;
}

#eblog-wrapper #section-author .wrap-author-info {
	border-bottom: 1px solid #eaeaea;
	display: inline-block;
	padding-bottom: 20px;
	width: 100%;
}

#eblog-wrapper #section-author .blog-avatar {
	margin: 0 30px 0 0;
}

#eblog-wrapper #section-author .author-info .author-name a {
	font-size: 14px;
	font-weight: 700;
}

#eblog-wrapper #section-author div.author-about p{
	margin: 0;
	padding: 0;
}

#eblog-wrapper #section-author div.author-about p+p{
	margin-top: 10px;
}

#eblog-wrapper #section-author .author-recent-posts {
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0px;
}

#eblog-wrapper #section-author .author-recent-posts h5,
#ezblog-body .tab_button {
	color: #2a2a2a;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

#eblog-wrapper .author-recent-posts ul li,
#eblog-wrapper .blog-related ul li {
	background: url(../images/dot.png) left 12px no-repeat;
	padding: 5px 0 5px 15px !important;
}

#eblog-wrapper .author-recent-posts ul li + li,
#eblog-wrapper .blog-related ul li + li {
	border: 0;
	margin: 0;
}

#eblog-wrapper .author-recent-posts ul li a,
#eblog-wrapper .blog-related ul li a {
	color: #2a2a2a;
}

#eblog-wrapper .author-recent-posts ul li span,
#eblog-wrapper .blog-related ul li span {
	color: #999999;
	font-style: italic;
}

#eblog-wrapper .author-recent-posts ul li a:hover,
#eblog-wrapper .author-recent-posts ul li a:active,
#eblog-wrapper .author-recent-posts ul li a:focus,
#eblog-wrapper .blog-related ul li a:hover,
#eblog-wrapper .blog-related ul li a:active,
#eblog-wrapper .blog-related ul li a:focus {
	color: #1EA1FC;
}

/*
* Adsense spacing styling
*/
.adsense-wrap{
	margin: 10px 0;
}

/*
* Rating styling
*/
#eblog-dialog .ratings-value{
	padding: 0 0 0 5px;
}

#eblog-dialog .ratings-value.eblog_loader{
	display: block;
	height: 11px;
	margin: 3px 0 0 5px;
	text-indent: -9999px;
	width: 16px;
}

#eblog-dialog .ratings-people li img.avatar{
	height: 32px;
	width: 32px;
}

#eblog-dialog .ratings-people li div{
	line-height: 34px;
	min-height: 34px;
	overflow: hidden;
}

#eblog-dialog .ratings-people li + li{
	border-top: 1px dotted #ddd;
}

/*
 * search
 */
#eblog-search,
#eblog-search:hover{
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	z-index: 1;
}

#eblog-search-result{
	border-top: 1px solid #eaeaea;
}

#eblog-wrapper #eblog-search-result .eblog-message {
	margin-top: 20px;
}

#eblog-search .search-button{
	right: 0;
	top: 0;
}

#eblog-search .search-input{
	margin-right: 162px;
}

#eblog-search .search-input input{
	height: 16px !important;
	padding: 5px !important;
}

#eblog-search .search-input input,
#eblog-search .button-search{
	border: 1px solid #bbb !important;
	font-family: Arial;
	font-size: 14px;
	font-weight: 700;
}

#eblog-search .button-search{
	background: url(../images/search.png) center !important;
	border-left: 0 !important;
	height: 28px;
	margin-left: 12px;
	outline: 0!important;
	text-shadow: 0 1px 3px #fff;
	width: 150px;
}

*:first-child+html #eblog-search .eblog-search-btn{
	margin-top: 1px;
}

#eblog-search .button-search::-moz-focus-inner,
#eblog-search .button-search:focus{
	border: 0;
}

#ezblog-body  .search-permalink{
	color: #999;
	font-size: 10px;
}

#ezblog-body  .blogger-post.search-result-items{
	border-top: 0;
	padding: 10px 0;
}

#ezblog-body  .blogger-post.search-result-items p{
	margin: 0;
}

#ezblog-body  .blogger-post.search-result-items li+li{
	border-top: 1px dashed #ccc;
	margin-top: 10px;
	padding-top: 10px;
}

#ezblog-body  #eblog-search-result h3.blog-title {
	margin: 0 0 15px 0;
}

#ezblog-body  #eblog-search-result h3.blog-title a {
	color: #2a2a2a;
	font-weight: normal;
}

#ezblog-body  #eblog-search-result h3.blog-title a:hover,
#ezblog-body  #eblog-search-result h3.blog-title a:active,
#ezblog-body  #eblog-search-result h3.blog-title a:focus {
	color: #1EA1FC;
}

/*
* Calendar
*/
table#eblog-calendar{
	border-collapse: collapse;
	border-left: 1px solid #eaeaea;
	border-spacing: 0;
	border-top: 1px solid #eaeaea;
	width: 100% !important;
}

#eblog-calendar .calendar_month{
	background: #666;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	height: 26px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#eblog-calendar .calendar_month .currMonth{
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	height: 26px;
	line-height: 26px;
}

#eblog-calendar .calendar_month .prevMonth,
#eblog-calendar .calendar_month .nextMonth{
	display: block;
	height: 26px;
	text-indent: -9999999px;
	width: 26px;
}

#eblog-calendar .calendar_month .prevMonth{
	background: url(../images/calendar-prev.png) center no-repeat;
	float: left;
}

#eblog-calendar .calendar_month .nextMonth{
	background: url(../images/calendar-next.png) center no-repeat;
	float: right;
}

#eblog-calendar .calendar_day,
#eblog-wrapper #eblog-calendar td{
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	text-align: center;
	width: 14%;
}

#eblog-calendar .calendar_day{
	background: #1EA1FC;
	border-top: 1px solid #eaeaea;
	padding: 5px 0;
}

#eblog-wrapper #eblog-calendar td a,
#eblog-wrapper #eblog-calendar td span{
	background-color: #fff;
	color: #666;
	display: block;
	font-size: 14px;
	padding: 10px 0;
}

#eblog-wrapper #eblog-calendar td a:hover{
	background-color: #fff;
}

#eblog-wrapper #eblog-calendar td.blank{
	background: #efefef;
}

#eblog-wrapper #eblog-calendar td.withpost a{
	color: #135CAE;
	font-weight: 700;
	padding: 0;
}

/*
* Blog protected
*/
#eblog-wrapper #blog-protected h3{
	border-bottom: 1px dashed #ddd;
}

/*
* Frontpage featured
*/

#ezblog-body .featured-slider{
	background: #2a2a2a;
	border: none;
	clear: both;
	height: 485px;
	margin: 0;
	overflow: inherit;
	padding: 0;
	z-index: 2;
	position: relative;
	margin-bottom: 40px;
}

#ezblog-body .featured-slider-inner {
	border: 1px solid #2a2a2a;
	overflow: hidden;
	z-index: 3;
}

#ezblog-body .slider-holder{
	height: 448px;
	overflow: hidden;
}

#ezblog-body ul.featured-entries{
	display: inline-block;
}

#ezblog-body ul.featured-entries li+li{
	display: none;
}

#ezblog-body ul.featured-entries .featured-image{
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

#ezblog-body ul.featured-entries .featured-image div{
	max-height: 300px;
	overflow: hidden;
}

#ezblog-body ul.featured-entries .featured-image img{
	height: auto;
	max-width: 295px;
	position: relative;
	z-index: 1;
}

#ezblog-body ul.featured-entries .featured-image + .featured-meta{
	margin-right: 0;
	padding: 10px 20px;
	position: relative;
	max-height: 150px;
}

#ezblog-body ul.featured-entries .featured-title{
	border-bottom: 0;
	font-size: 28px;
	font-weight: 700;
	padding-bottom: 0;
}

#ezblog-body ul.featured-entries .featured-title a{
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

#ezblog-body ul.featured-entries .featured-content{
	color: #f2f2f2;
	line-height: 20px;
	max-height: 80px;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
}

#ezblog-body .featured-author{
	background: #2a2a2a;
	width: 240px;
	position: absolute;
	top: -75px;
	right: 0;
	z-index: 5;
	padding: 5px;
	overflow: hidden;
}

#ezblog-body .featured-author img.avatar {
	width: 60px;
}

#ezblog-body .featured-author .showcase-author a {
	font-weight: 700;
	display: block;
	color: #fff;
}

#ezblog-body .featured-author .showcase-author a:hover,
#ezblog-body .featured-author .showcase-author a:focus, 
#ezblog-body .featured-author .showcase-author a:active {
  color: #1ea1fc;
}

#ezblog-body .featured-author .showcase-author .date {
	color: #7A7A7A;
	font-size: 11px;
}

#ezblog-body .featured-readmore{
	font-weight: 700;
}

#ezblog-body .featured-navi{
	background: none;
	border-top: 0;
	margin: 0;
}

#ezblog-body .featured-more{
	background: url(../images/featured-more.png) center no-repeat #2a2a2a;
	height: 22px;
	left: 0;
	padding: 8px 10px;
	right: inherit;
	top: 0;
	width: 20px;
	z-index: 4;
}

#ezblog-body .featured-a{
	border: 0;
	padding: 0;
	margin-left: 20px;
	text-align: left;
}

#ezblog-body .featured-a a{
	background: transparent;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	width: 12px;
	margin: 0 2px;
}

#ezblog-body .featured-a a span{
	background: url(../images/featured-bullets.png) no-repeat left top;
	display: block;
	height: 12px;
	opacity: 1;
	text-indent: -9999px;
	width: 12px;
}

#ezblog-body .featured-a a.active span{
	background-image: url(../images/featured-bullets-hover.png);
}

#ezblog-body .featured-a a:hover,
#ezblog-body .featured-a a:focus{
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

#ezblog-body .featured-tag{
	background: url(../images/featured-tag.png) no-repeat top right;
	display: block;
	height: 65px;
	right: 0;
	top: 0;
	width: 79px;
	z-index: 3;
}

/*
* Bloggers sorting
*/
#eblog-wrapper #bloggers-sorting{
	border-bottom: 0;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#eblog-wrapper #bloggers-sorting input,
#eblog-wrapper #bloggers-sorting select{
	margin: 0 5px 0 0;
}

/*
* Common Icons, used with .ico class
*/
#ezblog-body .link-rss-s{
	background: url(../images/icons/feed-small.png) 0 0 no-repeat !important;
}

*:first-child+html .ui-postlabel{
	left: 10px;
	position: absolute;
}

*:first-child+html .stackSuggest.tag-suggestion ul .stackSuggestItemGroup{
	margin-left: -16px;
}

*:first-child+html .stackSuggest.tag-suggestion ul li.stackSuggestItem{
	display: inline-block;
	height: auto;
}

*:first-child+html .stackSuggest.tag-suggestion ul li.stackSuggestItem.custom.active{
	margin-bottom: 0!important;
}

*:first-child+html #eblog-wrapper #widget-writepost table{
	position: relative;
	zoom: 1;
}

*:first-child+html #eblog-wrapper .write-postinfo{
	position: relative;
}

*:first-child+html #eblog-wrapper .write-postauthor.float-r{
	position: absolute;
	right: 8px;
	top: 6px;
}

*:first-child+html #eblog-wrapper .write-postauthor.float-r .ui-span{
	float: right;
}

/**
 * Grid items
 */
.blog-grid-item{
	border: 1px solid #ccc;
	border-radius: 4px;
	float: left;
	/*margin: 10px;*/
	margin: 5px 0 5px 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.grid-leading{
	width: 100% !important;
}

/* Standard grid item */
.grid-item{
	width: 220px;
}

/* Video grid item */
.grid-item-video{
	width: 460px !important;
}

/* Photo grid item */
.grid-item-photo{
	text-align: center;
	width: 460px;
}

.grid-item-photo img{
	-border-radius: 4px;
	max-width: 400px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/** Search highlighter **/
#eblog-wrapper #eblog-search-result .search-highlight{
	background: #ffa;
}


/** Tags listings**/
#eblog-wrapper .blog-taglist{
	padding: 10px 0 0;
}

#eblog-wrapper .blog-taglist a{
	display: inline-block;
	font-size: 11px;
	margin: 0 5px 5px 0;
	position: relative;
	width: auto;
}

#eblog-wrapper .blog-taglist span.tag-head{
	float: left;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}

#eblog-wrapper .blog-taglist a span {
	display: inline-block;
	float: left;
	font-size: 12px;
	height: auto;
	line-height: 30px;
	text-decoration: none;
}

/*blue*/
#eblog-wrapper .blog-taglist.blue-tag a i,
#eblog-wrapper .blog-taglist.blue-tag a span,
#eblog-wrapper .blog-taglist.blue-tag a b {
	background-image: url(../images/blog-taglist_blue.png);
	color: #005787;
}

#eblog-wrapper .blog-taglist.blue-tag a:hover span {
	color: #1883bd;
}

/*orange*/
#eblog-wrapper .blog-taglist.orange-tag a i,
#eblog-wrapper .blog-taglist.orange-tag a span,
#eblog-wrapper .blog-taglist.orange-tag a b {
	background-image: url(../images/blog-taglist_orange.png);
	color: #734d0c;
}

#eblog-wrapper .blog-taglist.orange-tag a:hover span {
	color: #9a4f0c;
}

/*grey*/
#eblog-wrapper .blog-taglist.grey-tag a i,
#eblog-wrapper .blog-taglist.grey-tag a span,
#eblog-wrapper .blog-taglist.grey-tag a b {
	background-image: url(../images/blog-taglist_grey.png);
	color: #555;
}

#eblog-wrapper .blog-taglist.grey-tag a:hover span {
	color: #333;
}

/*black*/
#eblog-wrapper .blog-taglist.black-tag a i,
#eblog-wrapper .blog-taglist.black-tag a span,
#eblog-wrapper .blog-taglist.black-tag a b {
	background-image: none;
	background-color: #f0f0f0;
	color: #999;
}

#eblog-wrapper .blog-taglist.black-tag a:hover span {
	color: #2a2a2a;
}

#eblog-wrapper .blog-taglist a i{
	background-position: 0 0;
	width: 20px;
}

#eblog-wrapper .blog-taglist a b{
	background-position: right 0px;
	width: 5px;
}

#eblog-wrapper .blog-taglist a span{
	background-position: right -23px;
	background-repeat: repeat-x;
	padding: 0 10px;
}

#eblog-wrapper .blog-taglist a:hover{
	background: none;
}

/* Pagination */
#eblog-wrapper .list-pagination{
	border-top: 0;
	margin-top: 30px;
}

#eblog-wrapper .list-pagination li.control{
	display: none;
}

#eblog-wrapper .list-pagination li{
	margin-right: 0;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}

#eblog-wrapper .list-pagination li *{
	display: inline-block;
	line-height: 30px;
	padding: 0 12px;
}

#eblog-wrapper .list-pagination li a{
	padding-top: 0;
}

#eblog-wrapper .list-pagination li a:hover{
	border-top: 0;
	margin-top: 0;
}

#eblog-wrapper .list-pagination li span{
	padding: 0 12px;
}

#eblog-wrapper .list-pagination li.active b{
	border-top: 0;
	margin-top: 0;
}

/* Gallery */
#eblog-wrapper .blog-gallery-wrap .gallery-item{
	float: left;
}

/* Joomla 3.0 */
#eblog-wrapper.eblog-bootstrap .subscription-box .easyblog-checkbox,
#eblog-wrapper.eblog-bootstrap .subscription-box.subscribe-to-blog {
	float: left;
}

#eblog-wrapper.eblog-bootstrap .button-search {
	border-left: 1px solid #bbb !important;
	border-radius: 2px;
}

body #eblog-wrapper .teaser-image .alignright,
body #eblog-wrapper .teaser-image .alignleft,
body #eblog-wrapper .teaser-image * {
	float: none !important;
}


#eblog-wrapper .blog-modified-date {
	clear: both;
	color: #aaa;
	display: block;
	font-size: 11px;
	font-style: normal !important;
	margin: 5px 0 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px #eaeaea;
}

/*
Toolbar responsive control
*/
#ezblog-menu.narrow {
	background: #333;
}

#ezblog-menu.narrow .toolbar-search {
	background: #ccc;
	margin: 3px 0 !important;
	padding: 10px 0;
	width: 100%;
}

/*tips*/
#ezblog-menu.narrow .blog-navi li {
	width: 100%;
}

#ezblog-menu.narrow .blog-navi li a {
}

#ezblog-menu.narrow .blog-navi li.toolbar-item > a {
	background: none;
	border: none;
	float: left;
	height: 100%;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#ezblog-menu.narrow .blog-navi li.toolbar-item > a span {
	margin-left: 5px;
}

#ezblog-menu.narrow .blog-navi li.toolbar-item:hover,
#ezblog-menu.narrow .blog-navi li.toolbar-item:active,
#ezblog-menu.narrow .blog-navi li.toolbar-item:focus,
#ezblog-menu.narrow .blog-navi li.toolbar-item.item-active {
	background: #1EA1FC;
	color: #fff;
}

#ezblog-menu.narrow .blog-navi li.toolbar-item.user-access  > a span {
}

#ezblog-menu .blog-navi li.toolbar-item.user-access:hover .tips {
	display: none;
}

#ezblog-menu.narrow .blog-navi li.toolbar-item.user-access:hover .tips {
	display: block;
}

#ezblog-menu.narrow .blog-navi li.toolbar-item.float-r {
	border: none;
}

#ezblog-menu.narrow .blog-navi li .tips {
	background: none;
	border: none;
	color: #fff;
	display: block;
	float: left;
	height: auto;
	left: 25px;
	position: relative;
	top: 0;
	width: 87%;
	z-index: 1;
}

#ezblog-menu.narrow .blog-navi li .tips b {
	color: #fff;
}

#ezblog-menu.narrow .blog-navi li .tips i {
	display: none;
}

#ezblog-menu.narrow .toolbar-search input[type='text'] {
	width: 82% !important;
}

#ezblog-menu.narrow .user-access {
	float: left !important;
}

#ezblog-menu.narrow .user-micro {
	float: left !important;
}

#ezblog-menu.narrow .user-write {
	float: left !important;
}

/* form narrow */
#ezblog-menu.narrow .blog-navi .user-form {
	top: 52px;
	width: 99.6%;s
}

#ezblog-menu.narrow .blog-navi .user-form form a,
#ezblog-menu.narrow .blog-navi .user-form form .trait {
	float: none;
}

#ezblog-menu.narrow .blog-navi .user-form form .input {
	display: block;
}

#ezblog-menu.narrow .blog-navi .user-options {
	width: 100%;
}

#ezblog-menu.narrow .blog-navi li ul {
	width: 100%;
}

#ezblog-menu.narrow .blog-navi .subtoolbar-arrow {
	display: none;
}

#ezblog-menu.narrow .blog-navi li ul li a {
	padding: 14px 8px;
}

#eblog-wrapper .collapse {
	height: 0;
	overflow: hidden;
	position: relative;
}

#ezblog-menu.narrow .nav-hide {
	display: none;
}

#ezblog-menu.narrow .nav-show {
	display: block !important;
}

#eblog-wrapper .collapse.in {
	height: auto;
}

#eblog-wrapper .eb-nav-collapse.collapse {
	height: auto;
	overflow: visible;
}

#ezblog-menu.narrow .eb-nav-collapse.collapse {
	height: 0 !important;
	overflow: hidden !important;
}

#eblog-wrapper.w600 #ezblog-featured {
	display: none !important;
}

#ezblog-menu .btn-eb-navbar {
	background: #202020 url(../images/toolbar-btn-navbar.png) no-repeat 14px 6px;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	color: #fff;
	display: none;
	float: right;
	height: 16px;
	margin-left: 5px;
	margin-right: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	padding: 7px 12px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	width: 20px;
}

#ezblog-menu.narrow .btn-eb-navbar:focus,
#ezblog-menu.narrow .btn-eb-navbar:hover,
#ezblog-menu.narrow .btn-eb-navbar:active,
#ezblog-menu.narrow .btn-eb-navbar.active,
#ezblog-menu.narrow .btn-eb-navbar.disabled,
#ezblog-menu.narrow .btn-eb-navbar[disabled] {
	background: #000 url(../images/toolbar-btn-navbar.png) no-repeat 14px 6px;
	color: #fff;
}

#ezblog-menu.narrow .btn-eb-navbar:active,
#ezblog-menu.narrow .btn-eb-navbar.active {
	background: #000 url(../images/toolbar-btn-navbar.png) no-repeat 14px 6px;
}

#ezblog-menu.narrow .btn-eb-navbar {
	display: block;
}

/*
Profile/Post responsive control
*/
#eblog-wrapper.w320 #ezblog-body .profile-sidebar {
	float: none;
	width: 100%;
}

#eblog-wrapper.w320 #ezblog-body .profile-sidebar + .profile-main {
	margin: 24px 0 0;
}

#eblog-wrapper.w320 #ezblog-body .profile-avatar + .profile-info {
	clear: none;
	margin: 0 0 0 80px;
}

/* Tag */
#eblog-wrapper.w320 .post-tags.column3 li {
	width: 33%;
}

#eblog-wrapper.w320 #ezblog-body .blog-avatar + .blog-cap {
	clear: none;
	margin: 10px 0 0 80px;
}

#eblog-wrapper.w320 #ezblog-body .blog-text img {
	width: 100%;
}

#eblog-wrapper.w320 .list-form li > label {
	float: none;
}

#eblog-wrapper.w320 .list-form li > label + div {
	clear: both;
	margin: 0 10px 0 5px;
}

/*Responsive video size*/
#eblog-wrapper.w320 .video-container {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	width: 100%;
}

#eblog-wrapper.w320 .video-container iframe,
#eblog-wrapper.w320 .video-container object,
#eblog-wrapper.w320 .video-container embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*hide map and sharing in narrow view*/
#eblog-wrapper.w320 #ezblog-body .map-images,
#eblog-wrapper.w600 #ezblog-body .map-images,
#eblog-wrapper.w600 #socialbutton,
#eblog-wrapper.w600 #socialbutton .socialbutton-vertical {
	display: none !important;
}

#eblog-wrapper.w320 #ezblog-body #socialbutton.alignright + .blog-text{
	margin-right: 30px !important;
}

#eblog-wrapper.w600 #socialbutton.alignright + .blog-text{
	margin-right: 10px;
}

#eblog-wrapper.w600 #socialbutton.alignleft + .blog-text {
	margin-left: 10px;
}

#ezblog-menu .blog-navi.iconless li a span{
	background: none !important;
	color: #fff !important;
	text-indent: 0 !important;
	width: auto !important;
}

/* Star rating */
body .ui-stars-star,
body .ui-stars-cancel{
	margin: 0 !important;
	padding: 0 !important;
}

body .ui-stars-star a,
body .ui-stars-cancel a{
	background: url(../images/ratings/stars.png) no-repeat 0 0 transparent !important;
	display: block;
	height: 16px;
	width: 16px;
}

body .ui-stars-star a{
	background: url(../images/ratings/stars.png) no-repeat transparent 0 -31px !important;
	margin-top: -1px;
}

body .ui-stars-star-on a{
	background: url(../images/ratings/stars.png) no-repeat transparent 0 -48px !important;
}

body .ui-stars-star-hover a,
body .ui-stars-star-hover a:hover{
	background: url(../images/ratings/stars.png) no-repeat transparent 0 -63px !important;
	text-decoration: none !important;
}


body .featured-slider .ui-stars-star-on a,
body .featured-slider .ui-stars-star-hover a,
body .featured-slider .ui-stars-star-hover a:hover{
	background: url(../images/ratings/star2.png) no-repeat transparent 0 3px !important;
}

body .ui-stars-cancel-hover a{
	background: url(../images/ratings/stars.png) no-repeat transparent 0 -15px !important;
}

body .ui-stars-star-disabled,.ui-stars-star-disabled a,.ui-stars-cancel-disabled a{
	cursor: default!important;
}

#eblog-wrapper .featured-slider .voted .ratings-value b {
	display: none;
}

#eblog-wrapper .eblog-message.info {
	margin: 0 0 25px 0;
}

/* Style For Popup */
body #eblog-dialog .dialog-actions .button {
	background: #ccc;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#DDDDDD',GradientType=0 ); /* IE6-9 */
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	margin: 0;
	-moz-border-radius: 0;
	-moz-box-shadow: none;
	overflow: visible;
	padding: 0 10px;
	text-decoration: none!important;
	vertical-align: top;
	-webkit-border-radius: 0;
	-webkit-box-shadow: none;
	width: auto;
}

body #eblog-dialog .dialog-actions .button:hover{
	background: #1EA1FC;
}

body #eblog-dialog .dialog-actions .button:focus,
body #eblog-dialog .dialog-actions .button.pressed{
	background: #1EA1FC;
	box-shadow: none;
	-moz-box-shadow: none;
	outline: 0;
	-webkit-box-shadow: none;
}


body #eblog-dialog table td.key:after{
	content:"";
}


body #eblog-dialog table td label,
body #eblog-dialog table td input {
	margin: 0;
}

div#ezblog-body div#ezblog-posts.no-avatar div.blog-post-in div.blog-header.clearfix  span.blog-author {font-size:15px;}
