/*
Theme Name: News theme(Harun)
Theme URI: Trustsoftbd.com
Author: Harun
Author URI: fb.com/harunrajib
Description: A news theme.Specialy developed by harun.
Version: 1.0
Tags: Multicolor,Two-columnns,right sidebar,featured image,fully responsive,theme-options,etc.
*/


@import 'https://fonts.googleapis.com/css?family=Baloo+Da';
/* Improting bangla font */

@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/bangla-fonts/solaiman-lipi.eot');
    src: url('fonts/bangla-fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/bangla-fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/bangla-fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/bangla-fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}



#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

div.phg-box {
	position: relative;
}

div.nav-container div {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 20px;
	margin: 0 6px;
	cursor: pointer;
}

div.nav-container div:hover {
	background: #333;
}

div.nav-container {
	position: absolute;
	right: 0;
	top: -40px;
}

/* Responsive youtube video */

.video-container {
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 30px !important; 
	height: 0; 
	overflow: hidden;
	
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Slider */

.feat-img {
	display: inline-block;
	position: relative;
	margin: 2px;
	padding: 3px;
}

img {
	
	max-width: 100%;
}

.fix {
	
	overflow:hidden;
}

.clear {
	clear: both;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.marow {
	margin-right: -3px !important;
	margin-left: -3px !important;
}

.mar0 {
	margin: 0 !important;
}

.mar10 {
	margin-bottom: 10px;
}

.mar5 {
	margin-bottom: 5px;
}

.marbo {
	margin-bottom: 0px !important;
}

.parbo {
	padding-bottom: 0px !important;
}

.col-padr {
	padding-right: 3px;
	padding-left: 3px;
}

.col-padr-r {
	padding-right: 0;
}

.col-padr-l {
	padding-left: 0;
}

.no-bdr {
	border: none !important;
}

.fm-bn {
	font-family: SolaimanLipiNormal;
}

.site-container {
	background: #fff;
	border: 1px solid #d9d9d9;
	padding: 0px;
}
/*
div.header-top {
	background: #f5f5f1 none repeat scroll 0 0;
	padding: 5px 10px;
}
*/

span.subtitle {
	font-size: 13px;
}

span.subtitle-single {
	font-size: 15px;
}

span.subtitle-headline {
	font-size: 11px;
}

div.bangla-date {
  margin: 13px 0px;
}

div.bangla-date > p {
	font-family: SolaimanLipiNormal;
	font-size: 15px;
	margin: 0;
	padding: 0;
}

div.header-search {
  margin: 6px 0px;
}

ul.social-link {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

ul.social-link li {
	display: block;
	float: left;
	margin-right: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

ul.social-link li:last-child {
  margin-right: 0px;
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	ul.social-link li {
		display: block;
		float: left;
		margin: 5px 13px 5px 0;
	}
}

ul.social-link li a {
	background: #fff none repeat scroll 0 0;
	display: block;
	font-size: 20px;
	border-radius: 50%;
}

a.facebook {
	padding: 4px 14px;
	color: #335397;
}

a.facebook:hover {
	
	background: #335397;
	color:#fff;
}

a.twitter {
	padding: 4px 10px;
	color: #37C3FF;
}

a.twitter:hover {
	background: #37C3FF;
	color: #fff;
}

a.google {
	color: #6e7bde;
	padding: 4px 11px;
}

a.google:hover {
	background: #6e7bde;
	color: #fff;
}

a.linkedin {
	padding: 4px 10px;
	color: #0B628F;
}

a.linkedin:hover {
	background: #0B628F;
	color: #fff;
}

a.youtube {
	padding: 4px 10px;
	color: #C41415;
}

a.youtube:hover {
	background: #C41415;
	color: #fff;
}

a.android {
	padding: 4px 11px;
	color: #98C952;
}

a.android:hover {
	background: #98C952;
	color: #fff;
}

div.header-banner a img {
	height: auto;
	padding: 30px 10px;
	width: 400px;
}

/* Header-menu first */

#header-menu-first{
	font-family: SolaimanLipiNormal;
	height: 42px;
	margin: 0;
	padding: 0;
	z-index: 99;

}
 
#header-menu-first ul{
    padding:0;
    margin:0;
	
}
 
#header-menu-first ul li{
    float:left;
	width:auto;
	text-align:left;
    position:relative;
    list-style:none;



}
 
#header-menu-first ul li a{
	color:#030000;
	font-weight:100%;
    text-decoration:none;
    font-size:16px;
    padding:8px 10px;
    display:block;
		
}
 
#header-menu-first ul li ul{
    display:block;
    top:39px;
    visibility:hidden;
    padding:0;
    margin:0;
	z-index: 99999;
    position:absolute;
    width:120px;
}


#header-menu-first ul li ul li {
	float: none;
	display: block;
}

 
#header-menu-first ul li:hover > ul{
    visibility:visible;
    display:block;
	background:#006633;
	width:120px;
}

#header-menu-first ul li ul li ul{
	display: block;
	left: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 120px;
	z-index: 99999;
}

#header-menu-first ul li ul li ul li {
	float: none;
	display: block;
} 
 
#header-menu-first ul li ul li:hover > ul{
    visibility:visible;
    display:block;
	background:#006633;
	width:120px;
}
 
 
#header-menu-first .current_page_item > a,
#header-menu-first .current_page_ancestor > a,
#header-menu-first .current-menu-item > a,
#header-menu-first .current-menu-ancestor > a {
	color:#FFF;
	background:#CC0404;
}

/* header menu second */

#header-menu-second{
    padding:0;
	background:#F6F4F4;
    height:42px;
	font-family: SolaimanLipiNormal;
	margin:0px auto;
	z-index:99;
}
 
#header-menu-second ul{
    padding:0;
    margin:0;
	
}
 
#header-menu-second ul li{
    float:left;
	width:auto;
	text-align:left;
    position:relative;
    list-style:none;

		

}
 
#header-menu-second ul li a{
	color:#030000;
    text-decoration:none;
    font-size:16px;
    padding:8px 10px;
    display:block;
		
}

 
#header-menu-second ul li a:hover{
    color:#FB0303;	
}

/* Dropdown */

#header-menu-second ul li ul{
    display:block;
    top:39px;
    visibility:hidden;
    padding:0;
    margin:0;
	z-index: 99999;
    position:absolute;
    width:120px;
}

#header-menu-second ul li ul li {
	float: none;
	display: block;
}

#header-menu-second ul li ul li a {
	padding: 5px 10px;
}

#header-menu-second ul li ul li a:hover {
	color: #F1FFFF;
	background: #A9A7A7;
}
 
#header-menu-second ul li:hover > ul{
    visibility:visible;
    display:block;
	background:#006633;
	width:120px;
}

#header-menu-second ul li ul li ul{
	display: block;
	left: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 120px;
	z-index: 99999;
}

#header-menu-second ul li ul li ul li {
	float: none;
	display: block;
} 
 
#header-menu-second ul li ul li:hover > ul{
    visibility:visible;
    display:block;
	background:#006633;
	width:120px;
}
 
 
#header-menu-second .current_page_item > a,
#header-menu-second .current_page_ancestor > a,
#header-menu-second .current-menu-item > a,
#header-menu-second .current-menu-ancestor > a {
	    color:#FFF;
	background:#1463B0;
}


/*Menu03=====*/
#menu03{
    padding:0;
    width:980px;
    height:32px;
	margin:5px 0px 5px 170px;
	z-index:99;
	text-align:center;
}
 
#menu03 ul{
    padding:0px 0px;
    margin:auto;
	
}
 
#menu03 ul li{
    float:left;
	width:auto;
	text-align:left;
    position:relative;
    list-style:none;
		border:1px solid #999999;
		background:#F1F1F1;
		border-radius: 15px;
}
 
#menu03 ul li a{
color:#000000;
font-weight:bold;
    text-decoration:none;
    font-size:13px;
    padding:8px 20px;
    display:block;
		
}
 
#menu03 ul li a:hover{
		border:1px solid #999999;
		background:#FFFFFF;
		border-radius: 10px;

	
}
 
#menu03 ul li ul{
    display:block;
    top:40px;
    visibility:hidden;
    padding:0;
    margin:0;
    position:absolute;
    width:120px;
}
 
#menu03 ul li:hover ul{
    visibility:visible;
    display:block;
	background:#006633;
	width:120px;
}
 
 
#menu03 .current_page_item > a,
#menu03 .current_page_ancestor > a,
#menu03 .current-menu-item > a,
#menu03 .current-menu-ancestor > a {
	    color:#FFF;
	background:#003300;
}

/* Headline */

div.headline-container {
	
	background: #EEEBEB;
}

div.headline-title {
	background: #800000 none repeat scroll 0 0;
	color: #ffffff;
	font-family: SolaimanLipiNormal;
	float: left;
	font-size: 18px;
	padding: 5px;
	width: 97px;
}

.headline-title > p {
  margin: 0;
}

div.headline-content {
	font-family: SolaimanLipiNormal;
	padding: 7px;
}

.headline-content a {
  color: #333;
}

.headline-content a:hover {
	
	text-decoration: none;
	color: #248B80;
}

/* Main content and sidebar */

section.maincnsidebar {
	margin-top: 5px;
	padding: 0 4px;
}

.tab-one p, .tab-two p {
	padding: 6px 0px;
	font-family: SolaimanLipiNormal;
	text-align: center;
	cursor: pointer;
}

div.tab-content {
	border: 2px solid #edeeee;
	height: 278px;
	overflow: scroll;
}

div.tab-content-one > ul, div.tab-content-two > ul {
	list-style: outside none none;
	margin: 0px 9px;
	padding: 0;
}

.single-tab > img {
	background: #333 none repeat scroll 0 0;
	float: left;
	height: 38px;
	margin-bottom: 6px;
	margin-right: 4px;
	margin-top: 3px;
	padding: 1px;
	width: 68px;
}

div.single-tab h4 {
	font-family: SolaimanLipiNormal;
	font-size: 15px;
	line-height: 21px;
	margin: 0;
}

div.tab-content-one li, div.tab-content-two li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

div.single-tab a {
  color: #000;
}

div.single-tab a:hover {
	text-decoration:none;
	color: red;
}

div.slidernstab {
	margin-bottom: 10px;
}

div.ads-area-main > img {
  width: 100%;
}

div.ads-area-main {
	margin-bottom: 10px;
}

div.single-recent-news {
	border: 1px solid #e9ebed;
	font-family: SolaimanLipiNormal;
	/*height: 215px;*/
	margin-bottom: 6px;
	padding: 5px;
	min-height: 250px;
}

div.single-recent-news > img {
	min-width: 100%;
	height: auto;
}

/* Video box */

span.control-box {
	overflow: hidden;
	display: inline-block;
	float: right;
	margin-right: -10px;
}

div.pg-single {
	padding: 0;
	background: #f7f7f7;
	border: 1px solid #e9ebed;
	font-family: SolaimanLipiNormal;
	/*height: 215px;*/
	margin-bottom: 6px;
	min-height: 185px;
}

div.pg-single > h2 {
	font-size: 19px;
	padding: 0 5px;
	margin: 4px 0;
	line-height: 22px;
}

div.pg-single > img {
	min-width: 100%;
	height: auto;
}

div.haru-osanti {
	min-height: 230px !important;
}

span.control-box span {
	background: #333;
	padding: 2px 12px;
	display: inline-block;
	color: #fff;
	line-height: 19px;
	cursor: pointer;
}

div.video-box {
	padding: 0;
	border: 0px;
	position: relative;
}

div.video-box > h2 {
	color: #fff;
	font-size: 18px;
}

div.video-box a img {
	height: auto;
}

div.video-box > h2 {
	position: absolute;
	background: #333;
	bottom: -8px;
	left: 0;
	padding: 10px;
	font-size: 17px;
	width: 100%;
}

div.single-recent-news h2 {
  font-size: 19px;
  margin: 8px 0;
  line-height: 22px;
}

div.single-recent-news h2 a {
	color: #000;
}

div.single-recent-news h2 a:hover {
	text-decoration:none;
	color: red;
}

/* Category box */

div.cat-box {
	border: 1px solid #e9ebed;border: 1px solid #e9ebed;
	margin-bottom: 10px;
	font-family: SolaimanLipiNormal;
}

div.cat-box-title > h2 {
	background-repeat: no-repeat;
	/*border-bottom: 2px solid #dcdbd9;*/
	font-size: 16px;
	margin: 5px 5px 4px;
	padding: 10px 10px 5px;
}

div.cat-content {
  margin-left: 5px;
  margin-right: 5px;
}

div.cat-fn > h2 {
	border-bottom: 1px solid #e9ebed;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	padding: 4px 0;
}

div.cat-fn > img {
	min-width: 100%;
	height: auto;
}

div.cat-on > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.cat-on > ul li {
	border-bottom: 1px solid #e9ebed;
	overflow: hidden;
	padding: 6px 0;
}

div.cat-on > ul li:last-child {
  border-bottom: 0;
}

div.cat-on > ul li img {
	border: 1px solid #333;
	float: left;
	margin-right: 5px;
}

div.cat-on > ul li h2 {
	font-size: 16px;
	line-height: 21px;
	margin: 0;
}

p.see-mn {
  margin: 0;
  overflow: hidden;
}

p.see-mn > a {
	float: right;
	padding: 3px 0;
	color: #01324b;
	font-size: 14px;
}

p.see-mn > a:hover {
	color: red;
} 

/* Category area two */

div.cat-box-title-en > h2 {
	/*background-image: url("images/cat-box-title.gif");*/
	background-repeat: no-repeat;
	/*color: #000000;*/
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 0;
	padding: 10px 10px 5px;
}

div.cat-box-content-bn > h2 {
  font-size: 16px;
  margin: 7px 0;
  line-height: 21px;
}

div.cat-box-en-ch > h2 {
  font-size: 16px;
  margin: 5px 0;
  line-height: 21px;
}

div.cat-box-content-bn > img, div.cat-box-en-ch > img {
	background: #cccccc none repeat scroll 0 0;
	height: auto;
	min-width: 100%;
	padding: 1px;
}

div.cat-on-bn > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

div.cat-on-bn > ul li {
	border-bottom: 1px solid #e9ebed;
	overflow: hidden;
	padding: 0 0;
	padding-top: 6px;
	padding-bottom: 2px;
}

div.cat-on-bn > ul li:last-child {
  border-bottom: 0;
}

div.cat-on-bn > ul li:first-child {
  padding-top: 0px;
}

div.cat-on-bn > ul li img {
	border: 1px solid #333;
	float: left;
	margin-right: 5px;
}

div.cat-on-bn > ul li h2 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

p.see-mn {
  margin: 0;
  overflow: hidden;
}


/* Category area three */

div.cat-box-title-vd {
  margin-left: -5px;
  margin-right: -5px;
}

div.cat-box-title-vd > h2 {
	font-size: 16px;
	line-height: 21px;
	margin: 0 0 7px;
	padding: 5px;
}

div.cat-box-content-vd > img {
  background: #ccc none repeat scroll 0 0;
  padding: 1px;
  min-width: 100%;
  height: auto;
}

div.cat-box-content-vd > h2 {
  font-size: 16px;
  line-height: 21px;
  margin: 5px 0;
}

/* Category area four */

div.cat-box-content-fo {
  border: 1px solid #e9ebed;
}

div.cat-box-title-fo > h2 {
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	line-height: 21px;
	margin: 2px;
	padding: 5px 5px 5px 10px;
	text-align: center;
}

div.cat-fo {
  margin: 0 5px;
}

/* Binodon category */

div.binodon-news > p {
  font-size: 15px;
}

p.fbin-first {
  margin: 0;
}

p.fbin-first > a {
	color: #DB0505;
}

/* News category */

div.cat-box-bonews > ul li:first-child {
  padding-top: 6px;
}

/* Content middle widget */

div.content-m-widget {
  border: 1px solid #e9ebed;
  padding: 3px;
}

/* Sidebar */

div.sidebar {
  border: 1px solid #e9ebed;
  padding: 5px;
}

div.single-widget {
  margin: 5px 0;
}

div.single-widget h2 {
	background-image: url("images/widget_title_bg.png");
	border-radius: 5px 5px 0 0;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

div.widget-content {
  padding: 5px 0;
}

/* Default style */

.textwidget {
  padding: 5px 2px;
}

div.widget_recent_entries > ul {
  list-style: outside none none;
  margin: 0;
  padding: 6px 7px;
}

div.widget_recent_entries > ul li {
  border-bottom: 1px solid #ddd;
  padding: 4px 0;
}

div.widget_recent_entries > ul li:last-child {
	padding-bottom: 0px;
	border-bottom: 0px;
}

div.widget_archive > ul, div.widget_categories > ul, div.widget_meta > ul, div.widget_recent_comments > ul, div.widget_pages > ul, div.menu-widget-menu-container > ul {
  margin: 2px 20px;
  padding: 2px;
}

div.widget_archive > ul li, div.widget_categories > ul li, div.widget_meta > ul li, div.widget_recent_comments > ul li, div.widget_pages > ul li, div.menu-widget-menu-container > ul li {
	padding: 3px 0;
}

div.tagcloud {
  padding: 4px 5px;
}

form.searchform {
	padding: 10px 5px;
}

label.screen-reader-text {
  display: none;
}

form.searchform input[type="text"] {
  border: 1px solid #ddd;
}

form.searchform input[type="submit"] {
	border: 1px solid #ddd;
	padding: 1px 9px;
}

/*-------- Calendar Style -----------*/

div.calendar_wrap {
  padding: 6px 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	padding: 4px 5px;
}

#wp-calendar thead tr th {
	background: #f0f0f0 none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	text-align: center;7;
}

.pad {
	background: #F0F0F0;
	border: 1px solid #D7D7D7;
}

#wp-calendar tbody td {
	background: #e3e3e3 none repeat scroll 0 0;
	border: 1px solid #d7d7d7;
	text-align: center;
	padding: 5px 0px;
}

#wp-calendar tbody td:hover {
	background: #C5C5C5;
}

#wp-calendar tbody #today {
	background: #C5C5C5;
}

#prev, #next {
	background: #EFEFEF;
	text-align: center;
	border: 1px solid #D7D7D7;
}


/* Single page */

div.single-post-title {
	background: #efeded none repeat scroll 0 0;
	font-size: 22px;
	margin-bottom: 3px;
}

div.single-post-title > h2 {
	border-bottom: 1px solid #339966;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 8px 5px;
}

div.single-post-title h2 a {
  color: #003366;
}

div.single-post-title h2 a:hover, div.single-post-title h2 a:focus {
	text-decoration:none;
	color:#DC0100;
}

div.post-info {
	background: #f8f0f0 none repeat scroll 0 0;
	color: #990000;
	font-size: 16px;
	margin-bottom: 5px;
}

div.post-info > p {
	margin: 0;
	padding: 5px 4px;
}

div.post-info a {
  color: #990000;
}

div.post-info a:hover {
	color: #003366;
}

div.post-content {
	text-align: justify;
	font-size: 15px;
	padding: 2px 5px;
}

div.post-content > h1, div.post-content > h2, div.post-content > h3, div.post-content > h4, div.post-content > h5 {
  border-bottom: 2px dashed;
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0;
  padding: 0;
  padding-bottom: 5px;
}

div.post-content > h1 {
  font-size: 24px;
  line-height: 28px;
}

div.post-content > h2 {
	font-size: 22px;
	line-height: 28px;
}

div.post-content > h3 {
	font-size: 20px;
	line-height: 28px;
}

div.post-content > h4 {
	font-size: 18px;
	line-height: 28px;
}

div.post-content > h5 {
	font-size: 17px;
	line-height: 28px;
}

div.post-content > p {
  margin: 0;
}

div.post-content > img {
	max-width: 100%;
	height: auto;
	border: 1px solid #ddd;
	padding: 3px;
}
div.post-content > ul {
	list-style: outside none square;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.post-content > ul li {
	padding: 5px 0px;
	font-size: 15px;
}

div.post-content img {
  border: 1px solid #ddd;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
}

div.post-content img.attachment-single-thumb {
	float: left;
	margin: 5px 10px 10px 0;
	max-width: 100%;
	height: auto;
}

/* WP Reserved css class */

.wp-caption {
	border: 1px solid #ddd;
	padding: 5px;
	margin: 5px 0px;
}

.wp-caption > img {
  border: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.wp-caption-text {
  margin: 0;
  padding: 3px 0;
  text-align: center;
}


/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.catgory-post-title > h2 {
  margin: 0;
  font-size: 25px;
  line-height: 30px;
  border-bottom: 2px solid #ddd;
  padding: 3px 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}


div.cat-posts > ul {
  list-style: outside none square;
}

div.cat-posts li {
  padding: 5px 0px;
  font-size: 15px;
}

/* Comment style */

div.single-post-content {
  padding: 0px 10px;
}

#comments {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}

ol.commentlist li {
	padding: 13px 20px 15px 70px;
}

ol.commentlist li div.vcard img.avatar {
	left:15px;
	top:15px;
}

#commentform input[type=text], input[type=password], textarea {
	width: 100%;
	
}

div.pagenav {
	margin-bottom: 0px;
}



/* Default */

/* Comments */

#commentpost {
	width: auto;
	clear: both;
	margin: 2em auto 2em auto;
	padding: 10px;
	position: relative;
	font-size: 1em;
	height: auto;
	text-shadow: 0px 1px 1px #fff;
}


#commentform input[type=submit] {
	background: #000 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	font-size: 13px;
	padding: 9px 12px;
	
}

ol.commentlist li div.reply a {
	background: #333 none repeat scroll 0 0;
	border-style: none;
	border-width: 0;
	color: #ffffff;
	display: block;
	font-size: 9px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 53px;
}

.nocomments {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #666666;
	font-style: italic;
}

#comments {
	color: #4f4f4f;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0;
	
}


#commentform input[type=text], input[type=password], textarea {
	border: 1px solid rgb(221, 221, 221);
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	
}


#commentform textarea {
	width: 100%;
}

#commentform label small {
	float: left;
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400;
}

#commentform p {
	margin-bottom: 15px;
	overflow:hidden;
	color: #4f4f4f;
}

#commentform label {
	display: block;
}

h4#comments {
	font-size: 1em;
	width: 100%;
	display: block;
	clear: both;
	text-transform: capitalize;
	padding: 0%;
	height: auto;
	font-weight: bold;
	margin: 0px 0px 1em 0px;
}

h4#comments span {
	color: #285dab;
}

ol.commentlist, div#commentlist {
	list-style:none;
	width: 100%;
	display: block;
	clear: both;
	font-size: 1em;
	padding: 0px;
	height: auto;
	margin: 0px 0px 0.8em 0px;
}

#commentpost ol.commentlist blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	margin: 15px 30px 10px 10px;
}

ol.commentlist li {
	clear: both;
	position: relative;
	margin: 0px 0px 5px 0px;
}

ol.commentlist li a {
	text-decoration: none;
}

ol.commentlist li a:hover {
	text-decoration: underline;
}

ol.commentlist li div.comment-author {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

ol.commentlist li div.vcard {
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	text-transform: capitalize;
}

ol.commentlist li div.vcard cite.fn {
	font-size: 15px;
	font-style: normal;
}

ol.commentlist li div.vcard cite.fn a.url {
	text-transform: capitalize;
}

ol.commentlist li div.vcard img.avatar {
	position:absolute;
	border: 1px solid #dbdbdb;
	padding: 5px;
	background-color: #FFFFFF;
}

ol.commentlist li div.comment-meta {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.4;
	padding-bottom: 10px;
	text-align: left;
}

ol.commentlist li div.comment-meta a {
	color:#999999;
}

ol.commentlist li div.comment-meta a:hover {
	color: #000000;
}

ol.commentlist li p {
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6;
	margin: 0 0 1em;
}

ol.commentlist li pre {
	padding: 10px;
	clear: both;
	width: auto;
	overflow: scroll;
	font-family: "Courier New", "MS Sans Serif", sans-serif, serif;
	color: #000000;
	font-size: 13px;
	line-height: 22px;
	white-space: nowrap;
	border: 1px solid #D5D5D5;
	background-color: #F7F7F7;
	margin: 8px auto 8px auto;
	text-shadow:none;
}

ol.commentlist li ul {
	list-style:square;
	margin:0 0 1em;
	padding:0;
	text-indent:0;
	font-size: 12px;
	font-style: normal;
	line-height: 1.4;
	font-weight: normal;
	font-variant: normal;
}

ol.commentlist li div.reply {
	width: 100%;
	padding: 0px;
	clear: both;
	margin: 0px;
	text-shadow: 0px 1px 1px #000;
}

ol.commentlist li div.reply a:hover {
	text-align:center;
	text-decoration: none;
	border: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;
}

ol.commentlist li ul.children li.depth-2 {
	margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-3 {
	margin:0 0 .25em;
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em;
}

ol.commentlist li.even {
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
}

ol.commentlist li.odd {
	border: 1px solid #dddddd;
	background-color: #f7f7f7;
}

ol.commentlist li.pingback div.vcard {
	padding:0 170px 0 0;
}

#pingbox {
	display: block;
	padding: 5px;
	clear: both;
	width: auto;
	margin: 0em auto 0em auto;
	height: auto;
	border: 1px solid #dddddd;
}

h4#pings {
	width: 100%;
	display: block;
	clear: both;
	text-transform: capitalize;
	font-size: 1.2em;
	font-weight: bold;
	height: auto;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #dddddd;
	padding: 0px 0px 5px 0px;
}

ol.pinglist {
	width: 100%;
	font-size: 0.9em;
	text-transform: capitalize;
	text-decoration: none;
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}

ol.pinglist li {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	display: block;
	font-size: 14px;
	height: auto;
}

#respond {
	clear: both;
	font-weight: normal;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

#respond h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

#respond h4 {
	width: 100%;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#respond a {
}

#respond a:hover {
}

.cancel-comment-reply {
	font-size: 12px!important;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#cancel-comment-reply {
	margin-bottom: 15px;
}

#cf {
	margin: 0px;
	width: 100%;
	padding: 0px;
}

#cf label {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Tahoma, "Lucida Sans";
	margin: 0px;
	padding: 0px;
}

#cf label a {
	text-decoration: underline;
	color: #000000;
}

#cf p {
	padding: 0px;
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	text-transform: capitalize;
	font-weight: normal;
}

#cf .tf {
	margin: 0px;
	padding: 5px;
	width: 35%;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-size: 13px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
}

#cf .af {
	margin: 0px;
	padding: 5px;
	width: 90%;
	font-size: 13px;
	height: 200px;
	border: 1px solid #D5D5D5;
	background-color: #FFFFFF;
}

#cf .tinput {
	padding: 2px 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	overflow: visible;
	background-color: #285dab;
	border: 0px;
	text-shadow: 0px 1px 1px #000;
}

.pnav {
	width: 100%;
	clear: both;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px auto 1em auto;
	font-weight: bold;
	height: auto;
	display: block;
}

.pnav a {
}

.pnav a:hover {
}

.pnav .alignleft {
	float: left;
	width: 49%;
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
}

.pnav .alignright {
	float: right;
	width: 49%;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: auto;
}

/* Categoy page */

div.category-page-content {
  padding: 0px 5px;
}

div.single-cat-post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
	padding-bottom: 17px;
}

div.single-cat-post > h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 8px;
}

div.single-cat-post > h2 a {
	color: #003366;
}

div.single-cat-post > h2 a:hover {
	color: #ff0000;
}

div.single-cat-post > img {
	border: 1px solid #ddd;
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

div.single-cat-post > p {
	font-size: 15px;
}

/* Paginatioin */

.pagenav {
	z-index: 300;
}

.pagi-nation {
	clear: both;
	font-size: 14px;
	position: relative;
	margin: 15px 0;
}
 
.pagi-nation span, .pagi-nation a {
	background: #ebebeb none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #7a7a7a;
	display: block;
	float: left;
	margin: 0 5px 1px 0;
	padding: 7px 16px 5px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	width: auto;
}

.pagi-nation a:hover {
	background: #ddd;
}

#BackToTop {
	bottom: 20px;
	display: block;
	opacity: 0.75;
	position: fixed;
	right: 20px;
	z-index: 2147483647;
}

/* Footer ads area */

div.footer-ads > img {
	min-width: 100%;
}

div.footer-logo > img {
  width: 252px;
}

div.footer-me {
	background: #ddd none repeat scroll 0 0;
	padding: 5px 5px 5px;
	border-top: 5px solid #d5d5d5;
}

div.div-info > p {
  margin: 0;
  padding: 12px 5px;
}