/*
Theme Name: Sahifa Child 1.0
Template: sahifa
*/

/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);*/


@font-face {
    font-family: 'Open Sans';
		font-style: normal;
		font-weight: 700;
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}

@font-face {
    font-family: 'Open Sans';
		font-style: normal;
		font-weight: 400;
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');

}

@font-face {
    font-family: 'Open Sans';
		font-style: italic;
		font-weight: 400;
    src: url('fonts/OpenSans-Italic-webfont.eot');
    src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* Main Global Layout Settings */
*{ padding:0; margin:0;	outline:none; list-style:none; border: 0 none;}
body {
	background:#FFF;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body.single .post-inner .entry a, body.page .post-inner .entry a {
	color:#6679B3;
}
body.single .post-inner .entry a:hover, body.page .post-inner .entry a:hover {
	color:#CC0013;
}
body.page-template .post-inner .entry a { 
	color:#444;
}
pre ,code{
	direction:ltr;
	background:url(images/code-bg.png);
	font: 11px/19px 'andale mono', 'lucida console', monospace;
	padding: 3px;
	display: block;
	overflow-x: visible; 
	overflow-y: hidden;
	margin: 0 0 20px 0;
	color: #666;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}
h1, h2, h3,h4, h5, h6 { 
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size:20px;
}

hr.clear {
	border:0;
	height:0;
	width:0;
	clear:both;
	visibility:hidden;
}
hr.space {
clear: both;
height: 10px;
border:0;
padding:0;
margin:0;
background:none;
visibility:hidden;
}

.alignright {float: right;}
.alignleft {float: left;}
.aligncenter{clear:both; margin-left:auto;	margin-right:auto;}
a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover { color: #CC0013;}
.clear {clear: both;}

.post-title a,ul.slider-navigation li ,.pagenavi a,a.more-link ,.main-menu li a ,.subscribe-icons a ,.flickr_badge_image img {
	webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea, input[type=text], input[type=password], input[type=email], select {
	border: 1px solid #ccc;
	background: #fff;
	font-size: inherit;
}
input, select {cursor: pointer;}
input[type=text], input[type=password], input[type=email] {cursor: text;}
textarea {overflow:auto;}
textarea, input {padding: 5px;outline: none;}
select {padding: 2px;}
option {padding: 0 4px;}
input[type=button], button {padding: 4px;cursor: pointer;vertical-align: middle;}
input.text_input,textarea.textarea {border: 1px solid #ccc;-moz-border-radius: 1px;-webkit-border-radius: 1px; border-radius: 1px;}
input.text_input:focus,textarea.textarea:focus {border: 1px solid #999;	}


/* Main Wrapper Style */
.background-cover{-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; position:fixed; background-repeat:no-repeat; top:0; left:0; z-index:0; overflow: hidden; width: 100%; height:100%;} 
.wrapper {position:relative;z-index:1;}
.container{width:1045px;margin:0 auto;}

/* Top Navigation*/
.top-nav {
	background:url("") repeat scroll 0 0 #eceaea;
	height:30px;
}
.top-nav-wrap {
	margin:0px auto;
	width:1045px;
}
	.top-nav .menu-alert{
		float:left;
		color:#0d1f4b;
		padding:8px 0;
		font-style:italic;
	}
	.top-nav ul {float: left;}
		.top-nav ul li {
			position: relative;
			display: inline-block;
			float: left;
		}
		.top-nav ul li a {
			border-right: 1px solid #0D1F4B;
			color: #0D1F4B;
			display: inline-block;
			font-size: 12px;
			height: 21px;
			line-height: 21px;
			margin: 4px 0;
			padding: 0 10px;
		}
		.top-nav ul li:last-child a {
			border:none;
		}
		.top-nav ul li a:hover {color: #CC0013;}
		.top-nav ul ul {
			background: #fbfbfb;
			display: none;
			padding:0;
			position: absolute;
			top: 30px;
			width: 180px;
			z-index: 99999;
			float: left;
			-webkit-border-bottom-right-radius: 3px;
			-webkit-border-bottom-left-radius: 3px;
			-moz-border-radius-bottomright: 3px;
			-moz-border-radius-bottomleft: 3px;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 3px;
			-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
			-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
		}
			.top-nav ul ul li {background: none !important;border: none !important;z-index: 99999;min-width: 180px;}
				.top-nav ul ul ul {right: auto;left: 100%;top: 0;z-index: 99999;}
			.top-nav ul ul a {
				background: none !important;
				height: auto !important;
				line-height: 1em;
				padding: 10px 10px;
				width: 160px;
				display: block !important;
				margin-right: 0 !important;
				z-index: 99999;
				color: #777!important;
			}
			.top-nav ul ul li.current-menu-item:after{display: none;}	
		.top-nav ul li:hover > a,.top-nav ul :hover > a ,.top-nav ul li.current-menu-item a { color:#CC0013;}
		
	.top-nav ul li.current-menu-item:after{content: " ";display: block;width: 0;height: 0;position: absolute;top: 0;z-index: 2;right:45%;border: 4px solid transparent;border-top-color: #F88C00 ;}
	.top-nav ul ul li:hover > a,	.top-nav ul ul :hover > a {color: #CC0013 !important; padding:10px 5px 10px 15px;	}
	.top-nav ul li:hover > ul {display: block;}
/* Top Menu Styles */
/* Today Date */
.today-date{
	float:left;
	padding:2px 9px 2px 0;
	font-size:13px;
	color:#0d1f4b;
	border-right: 1px solid #0d1f4b;
	margin:4px 10px 0 0;
}
.top-nav-home-link {
	float:left;
	padding:2px 9px 2px 0;
	font-size:13px;
	color:#0d1f4b;
	border-right: 1px solid #0d1f4b;
	margin:4px 0px 0 0;
}
.top-nav-home-link a {
	color:#0d1f4b;
}
.current-top-nav-home-link a {
	color:#cc0013;
}
/*Social Section*/
.top-nav .social-section {
	float:right;
}
	.top-nav .social-section a {
		float:right;
		display:block;
		height:23px;
		width:23px;
		background:url(images/top-social-buttons-2014.png) 0 0 no-repeat;
		overflow:hidden;
		line-height:200px;
		margin:3px 6px 0 0;
	}
	.top-nav .social-section a, .top-nav .social-section a:hover{
		transition:none;
	}
		
		.top-nav .social-section a.social-facebook {background-position:0 -172px;}
		.top-nav .social-section a.social-twitter {background-position:0 -282px;}
		.top-nav .social-section a.social-google {background-position:0 -256px;}
		.top-nav .social-section a.social-linked {background-position:0 -228px;}
		.top-nav .social-section a.social-pinterest {background-position:0 -202px;}
		.top-nav .social-section a.social-rss {background-position:0 -308px;} 
		
		.top-nav .social-section a.social-facebook:hover {background-position:0 -6px;}
		.top-nav .social-section a.social-twitter:hover {background-position:0 -116px;}
		.top-nav .social-section a.social-google:hover {background-position:0 -90px;}
		.top-nav .social-section a.social-linked:hover {background-position:0 -62px;}
		.top-nav .social-section a.social-pinterest:hover {background-position:0 -36px;}
		.top-nav .social-section a.social-rss:hover {background-position:0 -142px;}
		
/* Search */
.search-block {
	height:30px;
	overflow: hidden;
	float:right;
	margin:0 15px 5px 0;
}
	.search-block #s {
		background:#FFF;
		float: right;
		font: normal 11px tahoma;
		padding: 4px 6px 4px 6px;
		height:15px;
		width: 135px;
		color:#C5C5C5;
		margin:3px 0 0 0;
		border:0 none;
		border-left:1px solid #ececec;
		-o-transition: width .7s , color .4s;
		-webkit-transition: width .7s , color .4s;
		-moz-transition: width .7s , color .4s;
		transition: width .7s , color .4s;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0 ;
	}
	.search-block #s:focus {color:#000;}
	.search-block .search-button {
		cursor: pointer;
		float: right;
		height:23px;
		width:23px;
		background:url(images/search.gif) 5px 5px no-repeat #fff;
		display: block;
		overflow:hidden;
		text-indent: 200px;
		border:0 none;
		padding: 0px 6px 0px 6px;
		margin:3px 0 0 0;
		color:#fff;
	}
	.search-block .search-button:hover { background-position:5px -21px; }
	.search-block:hover .search-button,.search-block:hover #s {opacity:1;	color:#444;}

/* Header */
header {
	background:#FFF;
	margin: 20px auto 0;
	position: relative;
	width:1045px;
}
header:after{display: block;visibility: hidden;clear: both;	height: 0;content: ".";}


header #whats-hot {
	text-align:center;
	color:#000;
	margin:-12px 7px -5px 0px
}
header #whats-hot a {
	color:#cc0013;
}

/* Social */
.top-nav .social-icons{float:right;}
	.top-nav .social-icons a , .footer-bottom .social-icons a{	filter: url(css/filters.svg#grayscale);filter: gray;-webkit-filter: grayscale(1); margin:2px 1px 0 0;}
	.top-nav .social-icons a:hover ,.footer-bottom .social-icons a:hover{filter: none;-webkit-filter: grayscale(0); top:0;}
	.top-nav .social-icons a img{width:25px; height:25px;}


.header-content{padding:0 15px 20px 15px; position:relative;}
	.logo {float: left; margin:9px 0 0 0;}
	.logo img{ max-width:100%;}
	.logo h1, .logo h2{font:bold 32pt arial;}
	.logo strong{ display:none;}
	.logo span{ font-weight: normal; font-size: 14px;}
	
	
	
	#header-logo-tagline {
		font-weight:bold;
		font-size:15px;
		display:block;
		margin:10px 0 -5px 10px;
		color:#777777;
		display:none;
	}
	
	#header-logo-bg{
		height:71px;
		width:260px;
		background:url(images/logos/smallbiztrends-logo-2014.png) 0 0 no-repeat;
		display: block;
		text-indent: -9999px;
		background-size: 260px 71px;
		margin:0 0 0 0;
	}

	/* 1 dpr */
	@media  (-webkit-min-device-pixel-ratio: 1), (min-resolution: 96dpi){ 
		#header-logo-bg{
				background:url(images/logos/smallbiztrends-logo-2014-high-rez-96.jpg) 0 0 no-repeat;
				background-size: 259px 71px;
				height:71px;
		}
	}

	/* 1.25 dpr */
	@media  (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 
		#header-logo-bg{
				background:url(images/logos/smallbiztrends-logo-2014-high-rez-120.jpg) 0 0 no-repeat;
				background-size: 259px 71px;
		}
	}

	/* 1.3 dpr */
	@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi){ 
	#header-logo-bg{
			background:url(images/logos/smallbiztrends-logo-2014-high-rez124.jpg) 0 0 no-repeat;
			background-size: 259px 71px;
		}
	}

	/* 1.5 dpr */
	@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){ 
		#header-logo-bg{
			background:url(images/logos/smallbiztrends-logo-2014-high-rez-144.jpg) 0 0 no-repeat;
			background-size: 259px 71px;
		}
	}
	
	@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
		#header-logo-bg{
			background:url(images/logos/smallbiztrends-logo-2014-high-rez-192.jpg) 0 0 no-repeat;
			background-size: 259px 71px;
		}
	}
	
	@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) { 
		#header-logo-bg{
			background:url(images/logos/smallbiztrends-logo-2014-high-rez-288.jpg) 0 0 no-repeat;
			background-size: 259px 71px;
		}
	}
	
	
	
	/*@media (-webkit-min-device-pixel-ratio: 1.5), 
	(min-resolution: 96dpi) { 

			#header-logo-bg{
					background:url(images/smallbiztrends-logo-high-rez.jpg) 0 0 no-repeat;
					background-size: 237px 78px;
			}
	}*/
	
/* Main Nav  */
#main-nav  {
	margin:0 auto;
	background:#0d1f4b;
	height:52px;
	position:relative;
}
	#main-nav  .menu-alert{
		float:left;
		padding:18px 0 0 10px ;
		font-style:italic;
		color:#FFF;
	}
	#top-menu-mob , #main-menu-mob{ display:none; }
	#main-nav .main-menu{margin-left:10px;}
	#main-nav  ul li {
		font-size:13px;
		position: relative;
		display: inline-block;
		float: left;
		height:47px;
		margin-top:5px;
	}
		#main-nav  ul li:first-child,
		#main-nav  ul li:first-child a{border:0 none;}
		#main-nav  ul li:last-child a{border-right:0 none;}
		#main-nav  ul li a {
			display: inline-block;
			height: 47px;
			line-height: 47px;
			color: #fff;
			font-size:16px;
			padding:0 20px;
			font-family: 'robotoregular';
			font-weight:normal;
			text-transform: uppercase;
		}
		/*#main-nav  ul li a:after {
			content: "\25BE";
			padding:0 0 0 5px;
		}*/
		#main-nav  ul ul li a:after {
			content: "";
			padding:0;
		}
		#main-nav  ul ul li a:hover {
			cursor:pointer !important;
		}
		#main-nav  ul li a .sub-indicator{}
		#main-nav  ul li a:hover {}
		#main-nav  ul ul{
			display: none;
			padding: 0 5px;
			position: absolute;
			top: 46px;
			width: 220px;
			z-index: 99999;
			float: left;
			background: #fff !important;
			overflow: visible !important;
			
			-webkit-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.15);
			-moz-box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.15);
			box-shadow: 1px 2px 1px rgba(50, 50, 50, 0.15);
		}
		#main-nav  ul li.current-menu-item ul,
		#main-nav  ul li.current-menu-parent ul,
		#main-nav  ul li.current-page-ancestor ul{ top: 52px;}

		#main-nav  ul ul li, #main-nav  ul ul li:first-child {
			background: none !important;
			z-index: 99999;
			min-width: 220px;
			border:0 none;
			border-top: 1px solid #e1e1e1;
			font-size:12px;
			height:auto;
			margin:0;
		}
			#main-nav  ul ul li:first-child ,#main-nav ul li.current-menu-item ul li:first-child,
			#main-nav ul li.current-menu-parent ul li:first-child,#main-nav ul li.current-page-ancestor ul li:first-child { border-top:0 none !important;}
		#main-nav  ul ul ul ,#main-nav  ul li.current-menu-item ul ul,	#main-nav  ul li.current-menu-parent ul ul,	#main-nav  ul li.current-page-ancestor ul ul{right: auto;left: 225px;	top: 0 !important;	z-index: 99999;	}
		#main-nav #menu-item-225110 ul ul, #main-nav #menu-item-225111 ul ul, #main-nav #menu-item-225112 ul ul {
			left: -325px;	
			
			-webkit-box-shadow: -1px 2px 1px rgba(50, 50, 50, 0.15);
			-moz-box-shadow: -1px 2px 1px rgba(50, 50, 50, 0.15);
			box-shadow: -1px 2px 1px rgba(50, 50, 50, 0.15);
		}
		
		#main-nav ul ul .category-menu-225139{
			top:110px !important;
		}
		
		#main-nav  ul.sub-menu a ,
		#main-nav  ul ul li.current-menu-item a,
		#main-nav  ul ul li.current-menu-parent a,
		#main-nav  ul ul li.current-page-ancestor a{
			border:0 none;
			background: none !important;
			height: auto !important;
			line-height: 1em;
			padding: 10px 10px;
			width: 200px;
			display: block !important;
			margin-right: 0 !important;
			z-index: 99999;
			color: #0d1f4b !important;
			text-transform: none;
		}
		 #main-nav  ul li.current-menu-item ul a,
		 #main-nav  ul li.current-menu-parent ul a,
		 #main-nav  ul li.current-page-ancestor ul a{ color:#0d1f4b !important; }

		#main-nav  ul li:hover > a,	#main-nav  ul :hover > a,
		#main-nav  ul li.hover > a,	#main-nav  ul .hover > a		{	
			color: #0d1f4b ;
			background:#fff;
			margin: -5px 0 0 !important;
			padding: 5px 20px 0 !important;
		}
		#main-nav  ul li.current-menu-item:hover > a, #main-nav  ul li.current-menu-parent:hover > a, #main-nav  ul li.current-page-ancestor:hover > a,
		#main-nav  ul li.current-menu-item.hover > a, #main-nav  ul li.current-menu-parent.hover > a, #main-nav  ul li.current-page-ancestor.hover > a		{	
			margin: 0 0 0 !important;
			padding: 0 20px 0 !important;
			color: #0d1f4b !important;
			background:#fff !important;
		}
		#menu-main-nav ul.sub-menu li:hover > a, #menu-main-nav ul.sub-menu ul :hover > a,
		#menu-main-nav ul.sub-menu li.hover > a, #menu-main-nav ul.sub-menu ul .hover > a { 
			margin: 0 !important;
			padding: 10px !important;
		}
		#main-nav  ul ul li:hover > a,
		#main-nav  ul ul :hover > a,
		#main-nav  ul ul li.hover > a,
		#main-nav  ul ul .hover > a 		
		{color: #535252 !important; background:#e4e4e6 !important;}
		#main-nav  ul li:hover > ul, #main-nav  ul li.hover > ul {display: block !important;}
		#main-nav  ul li.current-menu-item,
		#main-nav  ul li.current-menu-parent,
		#main-nav  ul li.current-page-ancestor{
			margin-top:0;
			height:52px;
			border-left:0 none !important;
		}
		.import-show {
			display:block !important;
		}
		.import-hide {
			display:none !important;
		}
		
		#main-nav  ul li.current-menu-item ul.sub-menu a, #main-nav  ul li.current-menu-item ul.sub-menu a:hover, #main-nav  ul li.current-menu-item ul.sub-menu a.hover,
		#main-nav  ul li.current-menu-parent ul.sub-menu a, #main-nav  ul li.current-menu-parent ul.sub-menu a:hover, #main-nav  ul li.current-menu-parent ul.sub-menu a.hover,
		#main-nav  ul li.current-page-ancestor ul.sub-menu a, #main-nav  ul li.current-page-ancestor ul.sub-menu a:hover, #main-nav  ul li.current-page-ancestor ul.sub-menu a.hover
		{background:#fff !important; color:#535252 !important;}
		
		#main-nav  ul li.current-menu-item ul.sub-menu a:hover, #main-nav  ul li.current-menu-parent ul.sub-menu a:hover #main-nav  ul li.current-page-ancestor ul.sub-menu a:hover,
		#main-nav  ul li.current-menu-item ul.sub-menu a.hover, #main-nav  ul li.current-menu-parent ul.sub-menu a.hover #main-nav  ul li.current-page-ancestor ul.sub-menu a.hover
		{background:#e4e4e6 !important;}

		#main-nav  ul li.current-menu-item a, #main-nav ul li.current-menu-item a:hover, #main-nav ul li.current-menu-item a.hover,
		#main-nav  ul li.current-menu-parent a, #main-nav ul li.current-menu-parent a:hover, #main-nav ul li.current-menu-parent a.hover,
		#main-nav  ul li.current-page-ancestor a, #main-nav ul li.current-page-ancestor a:hover, #main-nav ul li.current-page-ancestor a.hover {
			background:#F88C00;
			color:#FFF;
			height:52px;
			line-height:52px;
			border-left:0 none !important;
		}
		#main-nav  ul.sub-menu current-menu-item,#main-nav  ul.sub-menu li.current-menu-item a,
		#main-nav li.current-menu-item ul.sub-menu a,#main-nav  ul.sub-menu li.current-menu-parent,
		#main-nav  ul.sub-menu li.current-menu-parent a,#main-nav li.current-menu-parent ul.sub-menu a,
		#main-nav  ul.sub-menu li.current-page-ancestor,#main-nav  ul.sub-menu li.current-page-ancestor a,
		#main-nav li.current-page-ancestor ul.sub-menu a{height:auto !important; line-height: 12px;}
		/*#main-nav  ul li.menu-item-home a{
			background-image:url(images/separate.png) !important;
			background-repeat:no-repeat !important;
			background-position:center -297px;
			cursor:pointer !important;
			text-indent:-9999px;
			height: 52px;
			width: 35px;
			padding:0 7px;
		}*/
		#main-nav  ul li.current-menu-item.current_page_item a {
			
		}
		#main-nav  ul li.current-menu-item.current_page_item a:hover {
			cursor:pointer;
		}
		#main-nav  ul li.menu-item-home.current-menu-item a{background-position:center -292px;}
		#main-nav  ul li.menu-item-home ul li a,
		#main-nav  ul ul li.menu-item-home  a,
		#main-nav  ul li.menu-item-home ul li a:hover{
			background-color:transparent !important;
			text-indent:0;
			background-image:none !important;
			height:auto !important;
			width:auto;
		}
		
		/* Second Level */
		#main-nav  ul ul li {
			position:static;
		}
		#main-nav  ul ul li a {
			-webkit-transition: all ease-in-out 0s;
			-moz-transition: all ease-in-out 0s;
			-o-transition: all ease-in-out 0s;
			transition: all ease-in-out 0s;
		}
		
		/* Third Level */
		#main-nav  ul.sub-menu ul, #main-nav  ul ul ul{
			background:#e4e4e6 !important;
			width:320px;
		}
		
		#main-nav  ul ul ul li.current-menu-item,
		#main-nav  ul ul ul li.current-menu-parent,
		#main-nav  ul ul ul li.current-page-ancestor{
			
		}
		#main-nav #menu-main-nav  ul.sub-menu ul a ,
		#main-nav  ul ul ul li.current-menu-item a,
		#main-nav  ul ul ul li.current-menu-parent a,
		#main-nav  ul ul ul li.current-page-ancestor a{
			width:300px;
			border-bottom:#cfcdcd 1px solid;
			padding:15px 10px !important;
			line-height:1.5;
		}
		#main-nav  ul.sub-menu ul a:hover ,
		#main-nav  ul ul ul li.current-menu-item a:hover,
		#main-nav  ul ul ul li.current-menu-parent a:hover,
		#main-nav  ul ul ul li.current-page-ancestor a:hover{
			color:#cc0013 !important;
			padding:15px 10px !important;
		}
		#main-nav  ul ul ul li.go-to-cat-link {
			display:block !important;
			border:none;
		}
		#main-nav  ul ul ul li.go-to-cat-link a {
			display:block !important;
			font-weight:bold;
		}
		
	#top-menu-mob{
		background: #FFF;
		width: 500px;
		padding: 5px;
		border: 1px solid #ccc;
		height: 26px;
		color:#000;
		margin:2px 0 0 10px;
	}
	#main-menu-mob{
		background: #222;
		width: 500px;
		padding: 5px;
		border: 1px solid #000;
		color:#DDD;
		height: 27px;
		margin:13px 0 0 10px;
	}
		body.dark-skin #top-menu-mob{background: #222;border: 1px solid #000;	color:#DDD;}
	.fixed-nav{
		position:fixed !important;
		top:-5px;
		width:1045px;
		z-index:999;
		-webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		-moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
		box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
	}
	body.admin-bar .fixed-nav{top:32px;}
	
	/*More Tab
	nav.category-article-nav #menu-main-nav #menu-item-225113 ul.category-with-post-sub-menu {
		height:auto !important;
		padding:10px 0 !important;		
	}
	nav.category-article-nav #menu-item-225113 ul.category-with-post-sub-menu li {
		width:30% !important;
		padding:0 1% !important;
		float:left !important;
	}
	nav.category-article-nav #menu-item-225113 ul.category-with-post-sub-menu li a {
		text-align:left;
		width:100%;
	}
	
	nav.category-article-nav #menu-item-225113 ul.category-with-post-sub-menu li ul {
		position:relative;
		display:block !important;
	}*/
	
	/*More Tab*/
	nav.category-article-nav #menu-item-225113 {
		position:static;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu {
		height:auto !important;
		left: 0; 
    padding: 0 0 5px 0 !important;
    top: 99%;
    width: 1045px;	
    background: none repeat scroll 0 0 #fff !important;
    box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.15);		
		border:none;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu ul { 
		float:left;
		padding:0 20px 0 0;
		width:auto;
		left:0 !important;
    box-shadow: 0 0 0 rgba(50, 50, 50, 0);		
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li {
		border:none;
		float:left;
		display:block;
		width:210px;
		padding:10px 0 0 0;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li ul li {
		float:none;
		width:auto !important;
		padding:0;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li a {
		text-align:left;
		width:100%;
		color:#0d1f4b !important;
		background-color:transparent !important;
		text-indent:0;
		background-image:none !important;
		height:auto !important;
		width:auto;
		border:none;
		text-shadow: 0px 0px 0px rgba(150, 150, 150, 0);
		float:none;
		display:block;
		font-weight:bold;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu ul li:last-child a {
		border:none !important;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li ul li {
	
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li ul li a {
		color:#0D1F4B !important;
		font-size:15px;
		padding:15px 10px !important;
		font-weight:normal;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li ul li:hover a {
		padding:15px 10px !important;
	}
	nav.category-article-nav #menu-item-225113 ul.sub-menu li a:hover {
		color:#cc0013 !important;
		background:none !important;
	}
	
	nav.category-article-nav #menu-item-225113 ul.sub-menu li ul {
		position:relative;
		display:block !important;
	}
		nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230381 {
			width:290px;
			margin:0 0 0 23px;
		}
			nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230381 li {
				min-width:0;
			}
				nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230381 li a {
					width:250px;
				}
		nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230380 {
			width:260px;
		}
			nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230380 li {
				min-width:0;
			}
				nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230380 li a {
					width:220px;
				}
		nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230382 {
			width:250px;
		}
			nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230382 li {
				min-width:0;
			}
				nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-230382 li a {
					width:207px;
				}
		nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-225153 {
			width:220px;
		}
			nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-225153 li {
				min-width:0;
			}
				nav.category-article-nav #menu-item-225113 ul.sub-menu #menu-item-225153 li a {
					width:140px;
				}

/*Article Menu*/
/*nav.category-article-nav #menu-main-nav {
	position:relative;
}
nav.category-article-nav #menu-main-nav li {
	position:static;
}

nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu {
	width:1045px;
	height:265px !important;
	left:-10px;
	top:52px;
	background:#f0f3f9 !important;
	padding:10px 0 0 0 !important;
	-webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0);
	-moz-box-shadow:    0px 0px 0px rgba(50, 50, 50, 0);
	box-shadow:         0px 0px 0px rgba(50, 50, 50, 0);
}	
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu a {
	color:#6679b3 !important;
	text-shadow: 0px 0px 0px rgba(150, 150, 150, 0) !important;
	width:215px;
	text-align:right;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu a:hover{
	color:#343946 !important;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li {
	display:block;
	float:none;
	width:250px;
	background:#f0f3f9 !important;
	border:0;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul {
	position:absolute;
	left:249px;
	top:0px;
	width:765px;
	border-left:1px solid #b2c0e0;
	padding:5px 15px !important;
	height:270px;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li:first-child ul {
	display:block !important;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li {
	display:block;
	float:left;
	margin:0 15px 0 0;
	width:235px;
	height:270px;
  overflow: hidden;
}

nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li a {
	width:220px;
	text-align:left;
	color:#343946 !important;
	font-size:14px;
	line-height:20px;
	font-family: 'Cantarell', sans-serif;
	display:block;
	background:#fff;
	padding:5px 7px 0 7px;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li:last-child a {
	padding:10px 0 0 7px;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li .nav-article-image-wrap {
	display:none;
	height:142px;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li .nav-article-image-wrap a.nav-article-image {
	padding:10px 7px 0 7px;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li a.nav-article-image {
	text-align:center;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li a.nav-article-image img {
	max-height:132px;
	max-width: 235px;
	height:auto;
	width:auto !important;
}
nav.category-article-nav #menu-main-nav li:hover a {
	color:#0d1f4b;
	background:#fff;
	cursor:default;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li:hover a {
	color:#343946 !important;
}
nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li:hover a {
	color:#cc0013 !important;
}*/


nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li .nav-article-image-wrap {
	display:none;
	height:142px;
}

/* Random Article Button */		
a.random-article{
	background: #494949 url(images/separate.png) no-repeat center -246px;
	width:42px;
	height:47px;
	display:block;
	float:right;
	text-indent:-99999px;
	margin:5px 0 0 10px;
}
	a.random-article:hover{ background-color:#777;}

/* Trending Bar */
.below-nav {
	padding:10px;
	background:#ebebeb;
}
.below-nav #trending-topics {
	display:block;
}
.below-nav #trending-topics span {
	font-family:'robotoregular';
	display:block;
	float:left;
	margin:0 25px 0 0;
	color:#cc0013;
	font-weight:bold;
}
.below-nav #trending-topics span a {
	color:#0d1f4b;
	font-family:'robotoregular';
	font-weight:bold;
}
.below-nav #trending-topics span a:hover {
	text-decoration:underline;
}
.below-nav .today-date {
	display:block;
	float:right;
	color:#535252;
	border:none;
	font-family:'robotoregular';
}
	
	
/* Breaking News */
.breaking-news{
	background: #FFF;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	width:1045px;
	height:32px;
	margin:-5px auto 25px;
	overflow:hidden;
	position:relative;
}
	.breaking-news span{
		background:#FF0000;
		display:block;
		float:left;
		padding:6px 10px 3px;
		color:#FFF;
		font-family: BebasNeueRegular,arial,Georgia, serif;
		font-size:14pt;
	}
	.breaking-news ul{float:left;}
	.breaking-news ul li{display:block}
	.breaking-news ul a{padding:8px;display:block;white-space:nowrap;}

/* Content  Column */
#main-content{
	background: #FbFbFb;
	margin: 0 auto 0;
	position: relative;
	padding:20px 24px;
	width:997px;
}
.full-width{background-image: none;	}
.content {float: left;width: 660px;}
#crumbs { margin-bottom:10px; clear:both; padding-bottom: 5px; border-bottom: 1px solid #DDD;}
div.not-found{padding:20px;}
.full-width .content ,body.error404  .content{	width:auto;	float:none;}

/*Category Head Section*/
body.category .page-head h2 {
	color:#cc0013;
	margin:0 0 10px 0;
}
body.category .page-head .archive-desc {
	padding:20px;
	margin:0 0 20px 0;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background: #fff;
}
body.category .page-head .archive-desc p {
	padding:5px 0;
}
body.category .page-head .archive-desc a {
	color:#cc0013;
}

/* Global Categories Box Styles */
.cat-box{margin-bottom:35px;}
	.cat-box-title{padding:3px 0;overflow:hidden;}
		.cat-box-title h2{
			color:#5E5E5E;
			float:left;
			margin-right:10px;
			font-size: 22px;
			font-family: BebasNeueRegular,arial,Georgia, serif;
		}
		.cat-box-title h2 a{color:#5E5E5E;}
			.cat-box-title h2 a:hover{color:#000;}
		.stripe-line{background:url(images/stripe.png) ;height:12px;overflow:hidden;margin-top:5px;}
	.cat-box-content, #sidebar .widget-container, .post-listing  {
	}
		.cat-box li.first-news .inner-content{padding:20px;overflow:hidden;}
	p.post-meta{color:#aaa;margin:7px 0;font-size:85%;}
		p.post-meta a {color: #aaa;}
		p.post-meta a:hover {
			border-bottom: 1px #000 dotted;
			color:#000;
			text-decoration:none;
		}
		.post-meta .stars-small{float:left; margin:-1px 5px 0 0;}

.post-listing article.category-article {
	margin:0 0 20px 0;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
		background: #fff;
		position:relative;
}

.post-listing article.category-article .post-thumbnail {
	width:300px;
}
.post-listing article.category-article .post-thumbnail a {
	display:block;
	text-align:center;
}

.post-listing article.category-article .category-content-all-wrap {
	width:290px;
	float:right;
}
.post-listing article.category-article .category-content-all-wrap p {
	padding:0;
	margin:10px 0 0;
}
.post-listing article.category-article .category-content-all-wrap h2 {
	font-size:18px;
}
.post-listing article.category-article p.article-read-more {
	bottom: 10px;
	font-size: 14px;
	position: absolute;
	right: 20px;
}


body.category-18 .post-listing, body.category-18 .post-listing, body.category-18 .post-listing,
body.category-5678 .post-listing, body.category-5678 .post-listing, body.category-5678 .post-listing {
	display:table;
	width:100%;
}
body.category-18 .post-listing .category-author-article-row, 
body.category-15 .post-listing .category-author-article-row,
body.category-5678 .post-listing .category-author-article-row,
body.author .post-listing .category-author-article-row  {
	display:table-row;
	padding:0 0 30px 0;
}
body.category-18 .post-listing .row-spacer,
body.category-15 .post-listing .row-spacer,
body.category-5678 .post-listing .row-spacer,
body.author .post-listing .row-spacer {
	height:30px;
	display:table-row;
}
body.category-18 .post-listing .category-author-article-row article.slim-article,
body.category-15 .post-listing .category-author-article-row article.slim-article,
body.category-5678 .post-listing .category-author-article-row article.slim-article,
body.author .post-listing .category-author-article-row article.slim-article { 
	display:table-cell;
	vertical-align: top;
}
body.category-18 .post-listing .category-author-article-row .cell-spacer,
body.category-15 .post-listing .category-author-article-row .cell-spacer,
body.category-5678 .post-listing .category-author-article-row .cell-spacer,
body.author .post-listing .category-author-article-row .cell-spacer {
	display:table-cell;
	width:30px;
}

.post-listing article.slim-article {
	width:275px;
}
.post-listing article.slim-article .post-thumbnail {
	float:none;
	width:275px;
	margin:0;
}
.post-listing article.slim-article .post-thumbnail a {
	text-align:center;
	display:block;
}
.post-listing article.slim-article .post-thumbnail a img {
	max-width:275px;
	max-height:200px;
	height:auto !important;
	width:auto !important;
}
.post-listing article.slim-article .category-content-all-wrap {
	width:275px;
}



/*Original Article Section*/
.entry .original_article_info {
	padding:10px;
	background:#ededed;
	font-style:italic;
}

		
/* Two columns */
.cat-box.column2{float:left;width:320px;margin-right:20px;}
	.column2.last-column {margin-left: 0;margin-right: 0; }
	.column2 li , li.other-news{
		background:#f7f7f7;
		overflow:hidden;
		padding: 5px 20px;
		border-top:1px solid #FFF;
		border-bottom:1px solid #eaeaea;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
	.column2 li:hover, li.other-news:hover{background:#f2f2f2;}
		.column2 li h3 {line-height:1.5em;	font-size:13px;}
		li.first-news p {padding:0;}
		.column2 li.first-news{border-bottom:3px solid #eaeaea;background:#FFF;padding:0;	}

/* wide-box */
.wide-box li{
	background:#f7f7f7;
	overflow:hidden;
	padding: 10px 20px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #eaeaea;
	-webkit-transition: all .40s;
	-moz-transition: all .40s;
	-o-transition: all .40s;
	transition: all .40s;
	width:286px;
	float:left;
	height:61px;
}
	.wide-box ul{background:#f7f7f7;overflow:hidden;}
		.wide-box li.first-news p.post-meta{margin:10px 0; }
		.wide-box li.first-news{
			border-bottom:3px solid #eaeaea;
			background:#FFF;
			padding:0;
			width:100%;
			float:none;
			height:auto;
		}
/* list-box */
.list-box, .wide-box{clear:both;}
	.list-box li{
		overflow:hidden;
		padding: 7px 15px;
		width:288px;
		float:right;
		clear:right;
	}
	li.other-news{border-left: 3px solid #eaeaea;}
		.list-box li.first-news p.post-meta{margin:10px 0; }
		.list-box li.first-news{
			padding:13px;
			width:310px;
			float:left;
		}

/* News In Pictures */
.pic-box .cat-box-content {padding:20px 20px 8px;}
	.pic-box li.first-pic{
		padding:0;
		width:300px;
		float:left;
		margin-right:14px;
		margin-left:0;
	}
	.pic-box li{
		overflow:hidden;
		padding: 1px 0 3px;
		width:70px;
		float:left;
		margin-left:6px;
	}
		.pic-box .first-pic .post-thumbnail h2{
			position:absolute;
			width: 270px;
			padding:10px;
			background: url(images/overlay.png);
			left: 4px;
			bottom: 7px;
		}
			.pic-box .first-pic .post-thumbnail a{ color:#FFF;}
			
/* Tabbed Categories */
.cat-tabs-wrap{padding:20px;}
	.cat-tabs-header{
		background:#F7F7F7;
		height:35px;
		border-bottom: 3px solid #EAEAEA;
		padding:8px 10px 0;
	}
		.cat-tabs-header li{
			float:left;
			margin-right:10px;
			line-height:30px;
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			padding:4px 15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12pt;
		}
		.cat-tabs-header li.active{
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0 -1px 2px #d4d4d4;
		}
	.cat-tabs-wrap li{
		overflow:hidden;
		padding: 5px 0;
		width:286px;
		float:right;
		clear:right;
	}
	.cat-tabs-wrap li.first-news{
		padding:0;
		width:310px;
		float:left;
		margin-right:20px;
	}
		.cat-tabs-wrap li.first-news p.post-meta{margin:10px 0;}
		
/* Scrolling Box */
.scroll-box{clear:both;}
	.scroll-box .cat-box-content{padding:20px;position:relative;}
		.scroll-box .scroll-item{
			float:left;
			width:140px;
			margin-right:10px;
			padding:3px;
			height:190px;
		}
			.scroll-box .scroll-item .post-meta .stars-small{float:none;margin-top:3px;}
			
	.group_items {width:614px;}
	.group_items .scroll-item:last-child{margin-right:0;}
	.scroll-nav{
		background:#F7F7F7;
		margin:10px -20px -20px;
		padding:5px;
		text-align:center;
	}
		.scroll-nav a{
			background:#b4b4b4;
			width:10px;
			height:10px;
			text-indent:-9999px;
			overflow:hidden;
			display:inline-block;
			margin:2px 2px 0;
			-moz-border-radius: 50px;-webkit-border-radius: 50px; border-radius: 50px;
			-webkit-transition: all .40s;
			-moz-transition: all .40s;
			-o-transition: all .40s;
			transition: all .40s;
		}
		.scroll-nav a:hover{background:#939393;}
		.scroll-nav a.activeSlide{background:#666;}

article .byline {
	font-size:13px;
	color:#9CA4C6;
}	
article .byline a {
	color:#9CA4C6;
}	
article .byline .time-ago {
	color:#747fb0;
}
/*article .byline .article-date:after, article .byline .article-comments:after {
	content:" \2219 ";
	color:#cac8c8;
	font-size: 18px;
	font-weight: bold;
	line-height: 7px;
} */
article p.article-content {
	font-size:14px;
}
article .byline .article-date, article .byline .article-comments, article .byline .article-author {
padding:0 10px 0 0;
}
article .byline .article-comments a {
	padding:0 0 0 15px;
	background:url(images/by-line-comment.gif) 0 3px no-repeat;
}

article p.article-read-more {
	text-align:right;
	margin:10px 0 0 0;
}
article p.article-read-more a, .book-read-more {
	color:#6679B3;
}
article p.article-read-more a:hover, .book-read-more:hover {
	color:#cc0013;
}
#div-gpt-ad-1342739222126-7, #div-gpt-ad-1349370655803-0 {
	margin:20px 0 0 0;
}

.book-read-more {
	float:right;
	margin:-31px 20px 0 0;
	font-size:14px;
}

/* Home Page Articles*/
.content .home-first-article-slim-wrap {
	display:table;
	border-spacing:0;
  border-collapse:collapse;
	margin:0 0 30px;
}
.content .home-first-article-slim-wrap .home-first-article-slim-row {
	display:table-row;
}
.content .home-first-article-slim-wrap .home-first-article-slim-row article.home-first-article {
	display:table-cell;
	float:none;
}
.content .home-first-article-slim-wrap .home-first-article-slim-row article.home-first-article h2 {
	margin:10px 0;
}
.content .home-first-article-slim-wrap .row-spacer {
	display:table-row;
	height:30px;
}
.content .home-first-article-slim-wrap .home-first-article-slim-row div.cell-spacer {
	display:table-cell;
	float:none;
	width:30px;
}
.content article.home-first-article {
	padding:20px 20px 35px 20px;
	background:#fff;
	margin:0 0 30px 0;
	width:275px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	float:left;
}	
.content article.home-first-article-popular {
	position:relative;
}
.content article.home-first-article-popular a.hot-banner {
	display:block;
	position:absolute;
	background:url(images/hot-banner.png) 0 0 no-repeat;
	height:139px;
	width:137px;
	margin:-22px 0 0 -23px;
}
.content article.home-first-article-0 {
	float:right;
}
.content article.home-first-article .featured-image {
	display:block;
	text-align:center;
}	
.content article.home-first-article .featured-image img {
	max-width:325px !important;
	max-height:182px !important;
	height:auto !important;
	width:auto !important;
}
.content .home-first-article-slim-wrap article.home-first-article .featured-image img {
	max-width:275px !important;
	max-height:154px !important;
	height:auto !important;
	width:auto !important;
}
.content article.home-first-article .article-content-all-wrap {
	width:275px;
}
.content article.home-first-article .article-content {
	margin:10px 0 0 0;
}

.content article.home-first-article-wide {
	float:none;
	width:auto;
	position: relative;
}
.content article.home-first-article-wide .featured-image {
	float:left;
}
.content article.home-first-article-wide .featured-image img {
	width:auto !important;
}
.content article.home-first-article-wide .article-content-all-wrap {
	width:275px;
	float:right;
}

.content article .article-sponsor {
	display:block;
	padding:10px;
	background:#FBFBFB;
	font-size:13px;
	margin:10px 0 0 0
}
.content article .article-sponsor img {
	max-width:140px;
	margin:0 0 0 5px !important;
}
.content article.home-first-article-wide p.article-read-more {
	position:absolute;
	bottom:10px;
	right:20px;
  font-size: 14px;
}

/* Special Sponsors */
.content article .article-sponsor-VERISIGN {
	background:none;
	margin:0;
	padding:0;
}

/* Home Page - Categories Section */
h2.home-category-section-title {
	color: #CC0013;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
}
h2.home-category-section-popular { 
	width:315px;
	float:right;
}
h2.home-category-section-recent { 
	width:315px;
	float:left;
}
.home-category-section-wrap .home-category-section {
	padding:20px 20px 0 20px;
	background:#fff;
	margin:0 0 30px 0;
	position:relative;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}
.home-category-section-wrap .home-category-section .home-category-0 {
	width:325px;
	float:left;
	margin:0 20px 20px 0;
}
.home-category-section-wrap .home-category-section .home-category-0 .byline {
	margin:10px 0;
	display:block;
}
.home-category-section-wrap .home-category-section .home-category-0 .article-content {
	margin:5px 0 0 0;
}
.home-category-section-wrap .home-category-section .home-category-small {
	float:right;
	width:250px;
	padding:0 0 13px 0;
	border-bottom: 1px solid #e9e9e9;
	margin:0 0 13px 0;
}
.home-category-section-wrap .home-category-section .home-category-small .featured-image {
	display:block;
	margin:0 0 10px 0;
	text-align:center;
}
.home-category-section-wrap .home-category-section .home-category-small .featured-image img {
	width:auto !important;
	max-width:250px !important;
	max-height:140px !important;
	height:auto !important;
}
.home-category-section-wrap .home-category-section .home-category-2 {
	border-bottom: none;
}
.home-category-section-wrap .home-category-section .home-category-small h2 {
	font-size:15px;
	display:block;
	float:right;
	width:250px;
}
.view-all-cats-strip {
	background: none repeat scroll 0 0 #cac8c8;
	height: 26px;
	margin: 0 -20px;
	padding: 5px 0 0;
}
.home-category-section .view-all-cats-wrap{
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
.home-category-section .view-all-cats {
	list-style:none;
	position:relative;
	left:50%;
}
.home-category-section .view-all-cats li {
	float:left;
	position:relative;
	width: auto;
	margin:0 15px;
}
.home-category-section .view-all-cats li, .home-category-section .view-all-cats li a {
	color:#fff;
	font-size:14px;
}
.home-category-section .view-all-cats li {
	color:#333;
}
.home-category-section .view-all-cats li a:hover {
	color:#CC0013;
}

.home-category-section article.home-category-0 p.article-read-more  {
	bottom: 38px;
	font-size: 14px;
	left: 270px;
	margin: 10px 0 0;
	position: absolute;
	text-align: right;
}

/*Half Categories*/
.home-half-category-section-wrap .home-category-section {
	margin:0 0 30px 0;
	width:275px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
}
.home-half-category-section-wrap {
	width:315px;
	float:left;
}
.home-half-category-section-wrap .featured-image {
	display:block;
	margin:0 0 10px 0;
}
.home-half-category-section-wrap a.featured-image img {
	width:275px !important;
	height:auto !important;
}
.home-half-category-section-wrap a.view-all {
	margin:15px auto -20px;
}

/*Home Tools Section*/


.home-tools-section-wrap  {
	display:table;
	width:100%;
	margin:0 0 30px;
}
.home-tools-section-wrap .home-tools-section, .home-tools-section-wrap .feature-tool-article-row {
	display:table-row;
}
.home-tools-section-wrap .feature-tool-article-row .feature-tool-article-cell {
	display:table-cell;
}
.home-tools-section-wrap .home-tools-section  .cell-spacer {
	display:table-cell;
	width:30px;
}
.home-tools-section-wrap .home-tools-section .feature-tool-section {
	margin:0 0 30px 0;
	width:275px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px 20px 30px 20px;
	float:none;
	display:table-cell;
	vertical-align:top;
}
.home-tools-section-wrap .home-tools-section .feature-tool-section .featured-image {
	display:block;
	margin:0 0 10px 0;
}
.home-tools-section-wrap .home-tools-section .feature-tool-section .featured-image img {
	width:275px !important;
	height:auto !important;
}
.home-tools-section-wrap .feature-tool-article-row .feature-tool-article-cell a.book-read-more {
	float: right;
	font-size: 14px;
	margin: -31px 20px 0 0;
}


/*Home Infographic/Cartoons Section*/
.home-cartoon-infographic-section-wrap {
	display:table;
	width:100%;
	margin:0 0 30px;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row {
	display:table-row;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .cell-spacer {
	display:table-cell;
	width:30px;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2,
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-category-section  {
	display:table-cell;
	float:none;
	vertical-align:top;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2 {
	padding:0 0 10px 0;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-cartoon-infographic-section-cell {
	display:table-cell;
}
.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-category-section {
	padding:20px 20px 40px;
}
.home-cartoon-infographic-section-wrap a.infographic-image { 
	display:block;
	width:275px;
	text-align:center;
	height:200px;
	overflow:hidden;
	margin:0 0 10px 0;
}
.home-cartoon-infographic-section-wrap a.infographic-image img {
	width:275px !important;
} 
.view-all-relative-wrap {
	position:relative;
	display:block;
}
.home-cartoon-infographic-section-wrap .view-all {
	left: 121px;
	margin: 0 !important;
	position: absolute;
	top: -29px;
}

/*Book Review Section*/
.home-product-book-section-wrap {
	display:table;
	width:100%;
	margin:0 0 30px;
}
.home-product-book-section-wrap .home-book-product-section-row {
	display:table-row;
}
.home-product-book-section-wrap .home-book-product-section-row .cell-spacer {
	display:table-cell;
	width:30px;
}
.home-product-book-section-wrap .home-book-product-section-row h2,
.home-product-book-section-wrap .home-book-product-section-row .home-category-section  {
	display:table-cell;
	float:none;
	vertical-align:top;
}
.home-product-book-section-wrap .home-book-product-section-row h2 {
	padding:0 0 10px 0;
}
.home-product-book-section-wrap .home-book-product-section-row .article-content {
	margin:10px 0 10px 0;
}
.home-product-book-section-wrap .home-book-product-section-row .home-book-product-section-cell {
	display:table-cell;
}
.home-product-book-section-wrap .home-book-product-section-row .home-category-section {
	padding:20px 20px 40px;
}

.view-all-relative-wrap {
	position:relative;
	display:block;
}
.home-product-book-section-wrap .view-all {
	left: 121px;
	margin: 0 !important;
	position: absolute;
	top: -29px;
}



.home-category-book-section a.featured-image {
	text-align:center;
}
.home-category-book-section a.featured-image img {
	max-height:200px !important;
	width:auto !important;
}
.home-category-book-section .span.stars-large, .home-category-book-section span.stars-small {
	float:left;
	margin:0 10px 0;
}
.home-category-book-section .starline {
	color: #9CA4C6;
  font-size: 13px;
}

/*Home Product Reviews*/
.home-category-product-section article {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #eee;
}
.home-category-product-section article.home-category-3 {
	border-bottom:none;
}
.home-category-product-section h2 {
	font-size:16px;
}
.home-category-product-section a.featured-image {
	float:left;
	margin:0 10px 10px 0;
}
.home-category-product-section a.featured-image img {
	height:auto !important;
	width:auto !important;
}
.home-category-product-section .span.stars-large, .home-category-product-section span.stars-small {
	float:left;
	margin:0 10px 0;
}
.home-category-product-section .starline {
	color: #9CA4C6;
  font-size: 13px;
}

/* Recent Posts Box */
.recent-box{clear:both;}
	.recent-box .cat-box-content{padding:20px;position:relative;}
		.recent-box .recent-item{
			float:left;
			width:195px;
			margin:0 10px 10px 0;
			padding:2px;
			height:190px;
		}
		.recent-box .recent-item:nth-child(3n+3){margin-right:0;}
		.recent-box .item-list{ padding:10px 0;}

.divider{background: url(images/stripe.png);height: 10px;overflow: hidden;margin: 10px 0 20px;clear:both;}

/* Post Styles */
.page-head{padding: 3px 0;}
	.page-head .stripe-line{ margin-top:7px;}
	.page-title{
		margin-right: 10px;
		font-size: 26px;
		color:#000;
	}
	a.rss-cat-icon{
		float:right;
		background:url(images/separate.png) no-repeat -19px -132px;
		width:16px;
		height:16px;
		margin:6px 0 0 8px;
		text-indent:-99999px;
		display:block;
	}
	.archive-meta{padding:15px 0;}

/* Author Page Styles */
.author-bio {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
	margin:0 0 20px 0;
}
.author-bio #author-description a {
	color:#6679B3;
}
.author-bio #author-description a:hover {
	color:#cc0013;
}
#author-avatar{	float:left;	margin-right:15px;}
body.author #author-description p {
	padding:5px 0;
}
body.author h2.page-title {
	color: #CC0013;
  margin: 0 0 10px;
	font-size:20px;
}		

body.author .author-page-staff-writer #author-avatar {
	position:relative;
	margin:0 15px 30px 0;
}
body.author .author-page-staff-writer #author-avatar:after {
  background: none repeat scroll 0 0 #CC0013;
  bottom: -20px;
  color: #FFFFFF;
  content: "Staff";
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
	font-size:20px;
	text-transform: uppercase;
  width: 100%;
}
		 
/* Single Post Styles */	
.post { margin-bottom:20px;}
	.single-post-thumb{	margin:0 -1px;}
		.single-post-thumb img{width:100%; height:auto;}
	.head-lightbox a{cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;}
	.head-lightbox a:hover{opacity:.8;}
		.post-title {
			font-family: BebasNeueRegular,arial,Georgia, serif;
			margin-bottom:10px;
			font-size: 28px;
		}
		.post-inner p.post-meta{
			border-bottom:1px solid #f2f2f2;
			padding-bottom:5px;
			margin-bottom:10px;
		}
			p.post-meta span{display:inline-block;margin-right:10px;}
		.item-list {
			border-bottom:1px solid #f2f2f2;
			padding:20px 20px 25px;
			overflow:hidden;
		}
		body.category-18 .item-list,
		body.category-5678 .item-list		{
			padding:20px 20px 38px 20px;
		}
			.item-list p.post-meta {margin:10px 0;}
		.archive-wide-thumb{margin:-20px -20px 10px;}
			.archive-wide-thumb a:hover img{opacity:0.8}
	.page-link{
		margin:15px 0 0;
		padding-top:5px;
		border-top:1px solid #f2f2f2;
	}
	.edit-link{	clear:both;	display:block;	margin-top:10px;}
	.post-tag { margin:-10px 0 20px}
		.post-tag a{
			border-color: #dedede #d8d8d8 #d3d3d3;
			text-shadow: 0 1px 0 #fff;
			-webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			-moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
			background: #ffffff;
			background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
			background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
			display: inline-block;
			text-decoration: none;
			font-size: 10px;
			padding: 3px 8px;
			line-height: 20px;
			color: #555;
			text-transform: uppercase;
			border: 1px solid #DEDEDE;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px ;
			cursor: pointer;
		}
		.post-tag a:hover{ background:#FFF;}
	
	.sticky {}

body.single-post article {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	margin:0 0 20px 0;
	padding:20px 20px 27px 20px;
	position:relative;
}
article .full-span-featured-image {
	display:block;
	margin:20px 0 5px -20px;
}

body.single-post article .entry p:last-of-type small em {
	float:none;
	margin:10px 0 0 0;
}

body.single-post article .entry .tag-list{
	display: block;
	font-size: 16px;
	font-weight:bold;
	margin:0 0 -13px;
	padding:10px 0 0 0;
	float:none;
}

body.single-post article .entry .bottom-post-comment-button {
	float:right;
}
body.single-post article .entry .bottom-post-comment-button a { 
	display:block;
	float:right;
	padding:5px 10px;
	background:#6679B3;
	color:#fff;
	margin:0;
	position:absolute;
	bottom:0;
	right:0;
}
body.single-post article .entry .bottom-post-comment-button a:hover {
	color:#fff;
	background:#41538c;
} 
	
/* Post Thumbnail */
.post-thumbnail {margin: 0 15px 10px 0;position: relative; padding:2px;}
	.post-thumbnail img {
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		-webkit-transition: all .40s;
		-moz-transition: all .40s;
		-o-transition: all .40s;
		transition: all .40s;
	}
	.post-thumbnail a:hover  img{
		box-shadow: 0 0 2px #666;
		-moz-box-shadow: 0 0 2px #666;
		-webkit-box-shadow: 0 0 2px #666;
		opacity:0.6;
	}
	.post-thumbnail a:hover .overlay-icon{opacity:0.7;}
	.overlay-icon{
		background:url(images/link-overlay.png) no-repeat center;
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		opacity:0;
		top:2px;
		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;			
	}

.item-list .post-thumbnail{float:left;margin-bottom:0;}
.cat-box li .post-thumbnail{margin:0 15px 0 0;}
	.cat-box li .post-thumbnail img{ padding:2px;}
	
		.column2 .post-thumbnail{float:left;}
		.column2 li.first-news .post-thumbnail{ margin: 0 0 10px 0; height:129px; float:none;}
			.column2 li.first-news .post-thumbnail img{ width:100%; height:100%;}
			
			.wide-box li .post-thumbnail{float:left;}
			.wide-box li.first-news .post-thumbnail{width:240px; height:160px}
			.wide-box li.first-news .post-thumbnail img{ width:100%; height:100%; }
			
			.list-box li .post-thumbnail{float:left;}
			.list-box li.first-news .post-thumbnail{margin:0 0 15px 0;float:none;width:302px;height:150px;}
			.list-box li.first-news .post-thumbnail img{ width:100%; height:100%;}

		.pic-box .first-pic .post-thumbnail{position:relative;}
		
		.cat-tabs-wrap li .post-thumbnail{float:left;	margin-bottom:0;}
		.cat-tabs-wrap li.first-news .post-thumbnail{margin:0 0 10px 0;float:none;width:302px; height:140px;}
		.cat-tabs-wrap li.first-news .post-thumbnail img{ width:100%; height:100%;}

	.scroll-box  .post-thumbnail img{width:130px;	height:60px;}
			.recent-item .post-thumbnail{ margin:0 0 10px 0;}
			.recent-item .post-thumbnail img{ width:185px; height:85px;}
			.recent-item .post-thumbnail .overlay-icon{ width:193px; height:103px;}


.single-post-audio{	position:relative; min-height: 56px;}
.single-audio{bottom: 20px;position: absolute; background:rgba(0 , 0, 0 , .6); width: 90%;padding: 10px 5%;}
.single-post-audio div.jp-audio{margin-bottom:0;}

/*Page Styling*/
body.page article.post-listing, body.error404 article.post-listing, body.search-results article.post-listing {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
	margin:0 0 20px 0;
}
body.error404 .content {
	float: left;
	width: 660px;
}

/*Sharrre - Single*/

.post-meta-footer2 .share-button{
  display:block;
  float:left;
  height:20px;
  padding:0 12px 0 0;
}
.post-meta-footer2 .share-button .twitter-share-button{
  width:100px !important;
}
.post-meta-footer2 .share-twitter {
  padding:0;
}
.post-meta-footer2 .share-facebook{
  max-width:83px;
  padding:0 7px 0 0;
}
.post-meta-footer2 .share-facebook .fb_iframe_widget{
  width:83px !important;
}
#lower-share{
  padding:10px 0 0 0;
  margin:10px 0 0 0;
  border-top:#333 1px solid;
}
.post-meta-footer2 {
  padding:0 0 10px 0;
}
.entry .post-meta-footer2 {
  padding:0 0 10px 0;
	width:587px;
	margin:0 0 0 -10px;
}
.post-meta-footer2 .shareme-wrap {
	display:block;
	float:left;
	margin:9px 10px 0 0;
	text-align:center;
	line-height:15px;
	color:#cb1505;
}
.post-meta-footer2 .shareme-wrap .shareme .box,
.post-meta-footer2 .shareme-wrap .total-shares .box {
	font-weight:bold;
	font-size:28px;
}
.shareme-divider {
	display:block;
  float:left;
	color:#fff;
	border-left: 1px solid #E4E9FF;
	font-size:38px;
	margin:2px 4px 0 11px;
}
.post-meta-footer2-sharrre {
	border-bottom:1px solid #e4e9ff;
	border-top:1px solid #e4e9ff;
	padding:10px 0;
	margin:10px 0;
}
.post-meta-footer2 .button-stack {
	display:block;
  float:left;
	width:495px;
}
.post-meta-footer2 .button-stack .share-facebook, 
.post-meta-footer2 .button-stack .share-linkedin, 
.post-meta-footer2 .button-stack .share-pinterest {
	margin:10px 0 0;
}
.post-meta-footer2 .button-stack .share-bizsugar, 
.post-meta-footer2 .button-stack .share-linkedin {
	max-width:114px;
	width:114px;
	padding:0;
}
.post-meta-footer2 .button-stack .share-twitter, 
.post-meta-footer2 .button-stack .share-facebook {
	width:100px;
	max-width:100px;
	padding:0;
}
.post-meta-footer2 .button-stack .share-facebook .fb-like span {
	display:inline-flex;
}
.post-meta-footer2 .button-stack .share-google, 
.post-meta-footer2 .button-stack .share-pinterest {
	width:73px;
}
.post-meta-footer2 .button-stack .comment-count {
	float:right;
	display:block;
	padding:0 20px 0 0;
	 background-position:right 0;
} 
.post-meta-footer2 .button-stack .comment-count a {
	color:#333333;
	text-decoration:none;
}
.post-meta-footer2 .button-stack .comment-count a:hover {
	text-decoration:underline;
}
.post-meta-footer2 .button-stack .WP_print_post{
	background: url("images/printer2.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	font-size: 0;
	height: 20px;
	margin: 0 3px 0 10px;
	text-indent: -9999em;
	width: 20px;
}
.post-meta-footer2 .button-stack .WP_email_post{
	background: url("images/email2.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	font-size: 0;
	height: 20px;
	margin: 10px 0 0 10px;
	text-indent: -9999em;
	width: 27px;
}


#sponsored-single-article {
	padding:42px 20px 27px;
}
#sponsored-single-article .sponsor-top-tag {
	position: absolute;
	padding: 5px 10px;
	background: #6679b3;
	display: block;    
	float: right;
	top: 0;
	right: 0;
	color:#fff;
	font-weight:bold;
}
#div-gpt-ad-1342739222126-4 {
	margin:20px 0 10px 0;
}

/* Side Share Bar */

.post-meta-side-share {
	width:100px;
	margin:0 0 0 -140px;
	border:0;
	height:0;
	padding:0;
	position:absolute;
}
.post-meta-side-share-wrap {
	padding:10px 4px 10px 10px;
	background:#FBFBFB;
}
.post-meta-side-share-wrap2 {
	background:#fff;
	padding:10px 0;
}

.post-meta-side-share .shareme-wrap {
	border-bottom: 1px solid #EEEEEE;
	color: #CB1505;
	display: block;
	line-height: 15px;
	margin: 0 10px 10px;
	padding: 0 0 10px;
	text-align: center;
}
.post-meta-side-share .shareme-wrap .shareme .box,
.post-meta-side-share .shareme-wrap .total-shares .box {
	font-weight:bold;
	font-size:28px;
	line-height:34px;
}

.post-meta-side-share .side-share-buttons a.sbutton {
	display:block;
	height:23px;
	width:60px;
	margin:10px auto;
	background:url("images/side-social-images.png") no-repeat scroll 0 0 #000;
	overflow:hidden;
	color:#fff !important;
	font-weight:bold;
	padding:31px 0 0;
	line-height:23px;
	text-align:center;
}
.post-meta-side-share .side-share-buttons a.sbutton-short {
	height:0;
}
.post-meta-side-share .side-share-buttons .side-share-twitter a.sbutton {background-color:#63cdf1; background-position:20px -81px;}
.post-meta-side-share .side-share-buttons .side-share-facebook a.sbutton {background-color:#507cbe; background-position:20px -4px;}
.post-meta-side-share .side-share-buttons .side-share-google a.sbutton {background-color:#4d4f54; background-position:20px -151px;}
.post-meta-side-share .side-share-buttons .side-share-linkedin a.sbutton {background-color:#90cadd; background-position:20px -222px;}
.post-meta-side-share .side-share-buttons .side-share-pinterest a.sbutton {background-color:#f16261; background-position:20px -302px;}
.post-meta-side-share .side-share-buttons .side-share-bizsugar a.sbutton {background-color:#2570b8; background-position:20px -369px;}

.post-meta-side-share .WP_print_post{
	background: url("images/printer2.png") no-repeat scroll left top transparent;
	display: block;
	float: left;
	font-size: 0;
	height: 20px;
	margin: 5px 0 0 12px ;
	text-indent: -9999em;
	width: 20px;
}
.post-meta-side-share .WP_email_post{
	background: url("images/email2.png") no-repeat scroll left top transparent;
	display: block;
	float: right;
	font-size: 0;
	height: 20px;
	margin: 5px 14px 0px 0;
	text-indent: -9999em;
	width: 27px;
}

/* Author Box */
body.single #abouttheauthor {
}

#abouttheauthor .author {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
	margin:0 0 20px 0;
}
#abouttheauthor h3 {
	color: #cc0013;
	font-size: 16px;
	font-weight: 700;
	margin: 4px 0 0;
	text-transform: uppercase;
	float:left;
}
#abouttheauthor .author-image {
	float:left;
	display:block;
	margin:5px 5px 5px 0;
}
#abouttheauthor .author-image img {
	max-height:50px;
	width:auto;
}
#abouttheauthor h3 a {
	color: #cc0013;
}
#abouttheauthor h3 a:hover {
	color: #444444;
}
#abouttheauthor .connectauthor {
	float:right;
	width:236px;
	list-style:none;
}
body.author #abouttheauthor .connectauthor {
	margin:-33px 0 0;
}
body.single #abouttheauthor .connectauthor {
	margin:4px 0 7px;
}
#abouttheauthor .connectauthor li a {
	background:url(images/top-social-buttons.png) #343946;
	display:block;
	overflow:hidden;
	height:23px;
	width:23px;
	line-height:200px;
	float:right;
	margin:0 0 0 10px;
}
#abouttheauthor .connectauthor li a:hover {
	background-color:#CC0013;
}
#abouttheauthor .connectauthor li a.bizsugar {background-position:0px -138px;}
#abouttheauthor .connectauthor li a.linkedin {background-position:0px -45px;}
#abouttheauthor .connectauthor li a.pinterest {background-position:0px -23px;}
#abouttheauthor .connectauthor li a.google-plus {background-position:0px -70px;}
#abouttheauthor .connectauthor li a.facebook {background-position:0px 0px;}
#abouttheauthor .connectauthor li a.twitter {background-position:0px -91px;}
#abouttheauthor .connectauthor li a.rss {background-position:0px -115px;}

#abouttheauthor .author-bio {
	margin:5px 0 30px 0;
	font-size:14px;
}
#abouttheauthor .author-bio a {
	color:#6679B3;
}
#abouttheauthor .author-bio img {
	float:left;
	margin:5px 10px 0 0;
}

body.single #abouttheauthor.content-partner-author .author-bio {
	background:#eee;
}

body.single #abouttheauthor.staff-author .author-bio .author-image {
	margin: 5px 10px 25px 0;
	position: relative;
}
body.single #abouttheauthor.staff-author .author-bio .author-image:after {
  background: none repeat scroll 0 0 #CC0013;
  bottom: -20px;
  color: #FFFFFF;
  content: "Staff";
  font-weight: bold;
  left: 0;
  position: absolute;
  text-align: center;
  width: 50px;
}
body.single #abouttheauthor.staff-author .author-bio .author-image img {
	margin:0;
}

body.single .content-partner-blurb {
	padding:10px;
	background:#eee;
	font-size:14px;
	margin:15px 0 10px;
}
body.single .content-partner-blurb strong {
	color:#777;
}
body.single .content-partner-blurb a {
	color:#1376bc;
	cursor:pointer;
}
body.single .content-partner-blurb img {
	float:left;
	margin:0 10px 5px 0;
	max-height:50px;
	width:auto;
}
body.single .content-partner-blurb small, body.single .content-partner-blurb small a {
	color:#1376bc;
	font-style: italic;
}

/* Verisign Styles*/
body.single p.verisign-blurb {
	margin:0 0 5px 0;
}
body.single p.verisign-blurb a {
	color:#1376bc;
}
body.single p.verisign-blurb a:hover {
	color:#cc0013;
}


/* Related Articles*/
#related-articles h3 {
	color: #CC0013;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#related-articles .single-related-articles {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
	margin:0 0 20px 0;
}
#related-articles .single-related-articles ul {
	padding:0;
	margin:0;
}
#related-articles .single-related-articles li {
	display:block;
	float:left;
	width:180px;
	margin:0 40px 0 0;
}
#related-articles .single-related-articles li.related-article-2 {
	margin:0;
}
#related-articles .single-related-articles li a img {  
	height:auto !important;
	width:180px !important;
}
#related-articles .single-related-articles .related-articles-img {
	display:block;
	height:132px;
	width:180px;
	overflow:hidden;
}
#related-articles.related-articles-book-category .single-related-articles .related-articles-img {
	height:auto;
	width:auto;
	text-align:center;
}
#related-articles.related-articles-book-category .single-related-articles .related-articles-img img {
	height:auto;
	width:auto !important;
	max-height:130px;
}
#related-articles .single-related-articles .related-articles-title {
	display:block;
	margin:10px 0;
	font-size:16px;
	font-weight:bold;
	line-height:1.3;
}


/*Single - Post Gallery*/
.smb-post-gallery-home .smb-post-gallery-start-button {
  display:block;
  padding:5px 10px;
  color:#fff !important;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  float:right;
	margin:0 0 0 10px;
	background:#343946;
}
.post-gallery-main h2 a {
	color:#281C88;
	text-decoration:underline;
}
.smb-post-gallery-home .smb-post-gallery-start-button:hover{
	background:#cc0013;
  color:#fff !important;
}
.smb-post-gallery-controls {
  float:right;
  margin:0 0 10px 5px;
}
.smb-post-gallery-controls a, .smb-post-gallery-controls span {
  display:block;
  float:left;
  margin:0 0 0 5px;
  height:40px;
  line-height:36px;
}
.smb-post-gallery-controls .gallery-current-count {
  margin:0 5px 0 0;
}
.smb-post-gallery-controls a {
  background:url(images/post-gallery-navigation.png) #343946 0 0 no-repeat;
  width:40px;
  line-height:200em;
  overflow:hidden;
}
.smb-post-gallery-controls a.gallery-home {background-position:2px -67px;}
.smb-post-gallery-controls a.gallery-prev {background-position:2px -32px;}
.smb-post-gallery-controls a.gallery-next {background-position:2px 3px;}
.smb-post-gallery-controls a:hover {background-color:#cc0013;}

#content .post-gallery-main h3 {
  font-size:20px;
  line-height:40px;
}

/*Below Article Ad*/
.single-below-article-ad {
	width:auto;
	padding:5px;
	background:#fff;
	margin:0px auto 20px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}
.single-below-article-ad center a { 
	color:#6679B3;
}
.single-below-article-ad .single-ad-container {
	width:336px;
	margin:0px auto;
}

.single-below-article-ad-videostat h3 {
	color:#cc0013;
	text-transform: uppercase;
	font-size:16px;
}
.single-below-article-ad-videostat .single-below-article-ad {
	text-align:center;
}
.single-below-article-ad-videostat center.sponsored-content {
	color:#777;
	font-size:13px;
	margin:5px 0;
	display:block;
}

/* Share */
.share-post {
	clear: both;
	margin:10px -20px -20px;
	padding: 10px 0 10px 10px ;
	background:#F7F7F7;
	border-top:1px solid #EAEAEA;
	height:20px;
}
.mini-share-post {
	clear: both;
	margin:10px -20px -20px;
	padding:10px 10px 10px 25px;
	height:20px;
}
	.recent-box .mini-share-post{margin-bottom:-5px;}
	.share-post li , .mini-share-post li{
		float: left;
		width: 106px;
	}
		.share-post span.share-text{
			background:#FF8500 ;
			margin: -10px 10px -10px -10px ;
			display:block;
			float:left;
			color: #FFF;
			padding:9px;
			font-family: BebasNeueRegular,arial,Georgia, serif;
			font-size: 14pt;
		}

/* Post Elements */
.entry {line-height:1.5;}
	.content iframe {	max-width: 100%; }
	.entry p {padding:10px 0;}
	.entry img { max-width:100%;}
	.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
		margin: 10px 0;
		line-height: 1.3;
		font-weight: normal;
		color:#0029a7;
	}
		.entry h1 {font-size:36px;}
		.entry h2 {font-size:26px;}
		.entry h3 {font-size:22px;}
		.entry h4 {font-size:18px;}
		.entry h5 {font-size:16px;}
		.entry h6 {font-size:16px;}
	.entry ol,
	.entry ul {margin: 0 0 25px 20px;}
	.entry ul li {list-style: outside disc;}
	.entry ol li {list-style: outside decimal;}
		.entry li {margin: 0 0 5px ;}


.entry .hightlight {
	background:#ffff00;
}		

.gallery {margin: 0 auto 18px;}
.gallery .gallery-item {float: left;margin-top: 10px;text-align: center;width: 33%; background: url(images/link-overlay.png) no-repeat center center }
.gallery .gallery-item img {
	background:#FFF;
	padding: 2px;
	-moz-border-radius: 1px;-webkit-border-radius: 1px;
	box-shadow: 0 0 2px #B5B5B5;-moz-box-shadow: 0 0 2px #b5b5b5;-webkit-box-shadow: 0 0 2px #B5B5B5;
	-webkit-transition: all .40s;-moz-transition: all .40s;-o-transition: all .40s;	transition: all .40s;
	width: 88%;
	height:auto;
}
.gallery .gallery-item a:hover  img{
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	opacity:0.6;
	margin:-5px 0 5px;
}
.gallery-columns-2 .gallery-item {width: 50%;}
.gallery-columns-4 .gallery-item {width: 25%;}
.gallery img {border: 0 none !important;}
.gallery-columns-2 .attachment-medium {max-width: 92%;	height: auto;}
.gallery-columns-4 .attachment-thumbnail {max-width: 84%;height: auto;}
.gallery .gallery-caption {color: #888;margin: 0 0 12px;}
.gallery br + br {display: none;}
.attachment img {display: block;margin: 0 auto;}

blockquote {
	font-size:16px;
	line-height:1.5;
	padding:5px 0 5px 60px;
	min-height:60px;
	position:relative:
}
blockquote:before {
	position:absolute;
	margin:0px 0 0 -28px;
	content:"\201C";
	font-size:40px;
	font-weight:bold;
	color:#aaa;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Related Posts */
#related_posts , #author-box{clear:both;}
	.block-head{padding: 3px 0 0;overflow: hidden;}
		.block-head h3 {
			float: left;
			margin-right: 10px;
			font-size: 22px;
			font-family: BebasNeueRegular,arial,Georgia, serif;
		}
	#related_posts .post-listing ,#author-box .post-listing {	padding:20px;margin-bottom:20px;}
		#related_posts li {
			background: url(images/sidebar-bullet.png) no-repeat left 8px;
			padding: 0 12px 10px 0;
			line-height: 18px;
			overflow: hidden;
		}
		#related_posts li:hover {margin-right:5px;}
			#related_posts .related-item{
				float:left;
				width:195px;
				height:180px;
				margin:0 10px 10px 0;
				padding:2px;			
			}
			#related_posts .related-item:nth-child(3n+3){margin-right:0;}
			#related_posts .related-item .post-thumbnail{ margin:0 0 10px 0;}
			.related-item .post-thumbnail img {width: 185px;height: 85px;	}
			
/* Post Navigation */
.navigation{margin:10px 0;clear:both;overflow:hidden;}
.nav-previous{float:left;}
.nav-next{float:right;}
.post-navigation{clear:both;margin:0 0 20px;overflow:hidden;}
.post-navigation div{ display: block;width: 245px;position: relative;font-size: 14px;color: #999;}
.post-previous{float: left;padding-left: 40px;}
.post-next{	float: right;text-align: right;padding-right: 40px;}
.post-navigation div span{display: block;	font-size: 80%;	color: #999;}
.post-navigation div a:after{	position: absolute;	color: #ccc;font-size: 56px;margin-top: -11px;height: 22px;line-height: 22px;top: 34%;}


/* Sidebar */
#sidebar {float: right;width: 310px;}
.sidebar-left #sidebar{float:left;}
.sidebar-left .content{float:right;}
		
/*Sidebar Widgets*/
#sidebar .smb-widget {
	margin:0 0 40px 0;
}
#sidebar .smb-widget h2 {
	color:#CC0013;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px 0;
}
#sidebar .smb-widget .smb-widget-content {
	background:#fff;
	padding:15px;
	font-size:14px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}

/* Poll Widget */
.fullpoll h2 {
	color:#CC0013;
	font-size:16px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 10px 0;
}
.fullpoll .wp-polls {
	background:#fff;
	padding:15px;
	font-size:14px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	line-height:1.5;	
	margin:0 0 30px 0;
}
.fullpoll .wp-polls .Buttons {
	background: none repeat scroll 0 0 #cc0013;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 6px 10px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}
.fullpoll .wp-polls .Buttons:hover {
	background:#0D1F4B;
}
.fullpoll .wp-polls-ul li {
	line-height: 1.2;
  margin: 10px 0;
}

/*Subscribe Widget*/
#sidebar .smb-subscribe-widget .social-wrap {
	margin:0 0 10px 0;
}
#sidebar .smb-subscribe-widget .links a {
  display:block;
  float:left;
  margin:6px 20px 0 0;
  color:#333;
  text-decoration:none;
  height:12px;
	font-size:12px;
  padding:4px 0 0 0;
  font-weight:bold;
}
#sidebar .smb-subscribe-widget .links a.rss {
	height:24px;
	width:24px;
	overflow:hidden;
	line-height:100px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
#sidebar .smb-subscribe-widget .links a.linkedin {
	height:24px;
	width:24px;
	overflow:hidden;
	line-height:100px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
#sidebar .smb-subscribe-widget .links a.pinterest {
	height:24px;
	width:24px;
	overflow:hidden;
	line-height:100px;
	display:block;

	float:left;
	margin:0 5px 0 0;
}
#sidebar .smb-subscribe-widget .newsletter-sub h3 {
	font-size:20px;
	font-weight:bold;
	color:#353846;
}
#sidebar .smb-subscribe-widget .newsletter-sub #Contact0Email {
	border:1px solid #d7d6d6 !important;
	font-size:16px !important;
	margin:4px 0 0 !important;
	padding:3px;
	width:200px;
}
#sidebar .smb-subscribe-widget .newsletter-sub button {
	color:#fff;
	background:#343946;
	padding:3px;
	font-family: 'Cantarell', sans-serif;
	font-weight:bold;
	font-size:16px;
	height:27px;
	margin:-3px 0 0 -4px;
}

/*Daily Tips*/
#sidebar .smb-daily-tips-widget h3 {
	margin:0 0 10px 0;
}
#sidebar .smb-daily-tips-widget .daily-tips-link img {
	width:280px !important;
	height:auto !important;
}


/* Single Daily Tips*/
div.more-daily-tips h3 {
	font-size:20px;
}
div.more-daily-tips {
	margin:10px 0 20px 0;
}
ul.more-daily-tips {  
	margin:0 !important;
}
ul.more-daily-tips li {
	float:left;
	margin:0 20px 0 0;
	list-style:none !important;
}
ul.more-daily-tips li:last-child {
	margin:0;
}
.more-daily-tips li img {
	width:190px;
	height:auto;
}

/* Category Popular Posts*/
#sidebar .smb-cat-popular-posts .smb-widget-content ul li {
	padding:15px 0;
	border-bottom:1px solid #DDDDDD;
	min-height:40px;
	position:relative;
}
#sidebar .smb-cat-popular-posts .smb-widget-content ul li:last-child {
	border-bottom:none;
}
#sidebar .smb-cat-popular-posts .smb-widget-content img.wpp-thumbnail {
	float:left;
	margin:0 13px 5px 0;
}
#sidebar .smb-cat-popular-posts .smb-widget-content a {
	color:#6679B3;
	margin:-5px 0 0 0;
	display:block
}
#sidebar .smb-cat-popular-posts .smb-widget-content .wppgen {
	display:inline;
	margin:0;
}
#sidebar .smb-cat-popular-posts .smb-widget-content a:hover {
	color:#cc0013;
}
#sidebar .smb-cat-popular-posts .smb-widget-content .wpp-author {
	display:block;
	font-size: 12px;
	font-weight: bold;
	left: 54px;
	position: absolute;
	top: 11px;
}
#sidebar .smb-cat-popular-posts .smb-widget-content .wpp-comments {
	display:none;
}

/* Twitter Widget */
#twitter-widget ul{margin:0 -10px ;}
#twitter-widget li{
	background:url(images/separate.png) no-repeat 7px 11px;
	border-bottom:1px solid #f2f2f2;
	padding:10px 10px 10px 30px;
}
#twitter-widget li:last-child{border-bottom:0 none;}
	#twitter-widget .tweet_list .tweet_avatar img{
		padding:2px ;
		margin-left:5px;
		float: right;
		background:#FFF;
		border:1px solid #d6d6d6;
	}
	#twitter-widget .loading span{
		background:url(images/small-loader.gif) no-repeat top;
		height: 17px;
		display: block;
	}

/* Tabbed Widget */
#tabbed-widget .widget-top{
	background: #F7F7F7;
	height: 35px;
	border-bottom: 3px solid #EAEAEA;
	padding: 8px 0 0 2px ;
	margin:-10px -10px 10px;
}
	#tabbed-widget  ul.tabs li {
		float: left;
		position: relative;
		margin-left: 3px;
		line-height:30px;
		padding:2px;
		background:transparent;
	}
		#tabbed-widget  ul.tabs li a {
			display: inline-block;
			text-align: center;
			color: #666;
			text-shadow: 0 1px 0 #FFF;
			padding:5px 9px 1px;
			line-height:30px;
		}
		#tabbed-widget ul.tabs li a:hover {color: #000;}
		#tabbed-widget ul.tabs li.active a  {
			-webkit-border-top-left-radius: 2px;
			-webkit-border-top-right-radius: 2px;
			-moz-border-radius-topleft: 2px;
			-moz-border-radius-topright: 2px;
			border-top-left-radius: 2px;
			border-top-right-radius: 2px;
			background:#FFF;
			box-shadow: 0 -1px 2px #d4d4d4;
			-moz-box-shadow:0 -1px 2px #d4d4d4;
			-webkit-box-shadow:0  -1px 2px #d4d4d4;
		}
	#tabbed-widget  .tabs-wrap.tagcloud a{
		padding:6px 8px;
		border: 1px solid #e9e9e9;
		background: #F7F7F7;
		text-shadow: 0 1px 0 white;
		-webkit-transition-duration: .3s;
		-moz-transition-duration: .3s;
		-moz-box-shadow: inset 0 0 2px #fff, 0 0 2px rgba(0,0,0,0.1);
		-webkit-box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		box-shadow: inset 0 0 2px white, 0 0 2px rgba(0, 0, 0, 0.1);
		display:inline-block;
		margin: 0px 0px 3px 0px;
	}
		#tabbed-widget  .tabs-wrap.tagcloud a:hover{background:#ededed;}

/* Calender */
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: center;
	}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			border: 1px solid #fff;
			padding: 3px 0 2px;
			text-align: center;
		}
		#wp-calendar tbody .pad ,	footer #wp-calendar tbody .pad{background: none;border:0 none;}
	#wp-calendar tfoot #next {text-align: right;}
	footer #wp-calendar tbody td { background:#333; border-color:#555;}
	footer #wp-calendar caption { color:#FFF; }

/* Author Widget */
.author-avatar img {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	float: left;
	margin: 0 10px 5px 0;
}
.author-description {font-size: 95%;	line-height: 17px;}
.author-social {	float: right;margin-top: 10px;}
.author-social a {opacity: 0.7;margin-left: 2px;}
.author-social a:hover {opacity: 1;}
.author-social a img{ width:18px;}

/* Flickr Widget */
.flickr-widget .flickr_badge_image {float:left;margin:8px;}
	.flickr-widget .flickr_badge_image img{
		opacity:1;
		padding:2px;
		width:50px;
		height:50px;
		box-shadow: 0 0 2px #B2B2B2;
		-moz-box-shadow: 0 0 2px #b2b2b2;
		-webkit-box-shadow: 0 0 2px #B2B2B2;
	}
	.flickr-widget .flickr_badge_image a:hover img{opacity:0.6;}

/* Social Icons Widget */
.social-icons{text-align:center;}
	.social-icons a{margin:2px;	position:relative;}
	.social-icons a:hover{top:-2px;}
	.social-icons.icon_24 img{width:24px; height:24px;}
	.social-icons.icon_16 img{width:16px; height:16px;}
	
/* Search Widget */
.search-widget input{
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	border: 1px solid #DDD;
	padding: 10px;
	clear: both;
	margin-bottom:20px;	
	width:288px;
	color:#999;
}
	.search-widget input:hover,
	.search-widget input:focus{color:#000;}

/* Counter Widget */
#sidebar .widget-counter{
	margin-bottom:20px;
	overflow:hidden;
	background: white;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 0 1px 3px 0 #B5B5B5;
	-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
	-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
	clear: both;
	border: 1px solid #DDD;
	border-bottom:0 none;
}
	.widget-counter.col1 li{width:100%;border:0 none !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 153px;border-width:0 0 1px 0 !important;}
	.widget-counter.col2 li:nth-child(2n+2) , .widget-counter.col4 li:nth-child(2n+2){border-left:1px solid #DDD !important;}
	.widget-counter li{
		line-height:15px;
		float:left;
		width:102px;
		padding:7px 0;
		border-bottom:1px solid #ddd;
		-moz-transition:.4s linear; -webkit-transition:.4s ease-out; transition:.4s linear;
	}
	.widget-counter li:nth-child(3n-1) { border-right:1px solid #DDD; border-left:1px solid #DDD;}
		.widget-counter li a{display:block;text-align:center;}
		.widget-counter li a strong{ background:url(images/separate.png) no-repeat;opacity:.6;display:block; height:51px; margin-bottom:5px; -webkit-transition: all ease-in-out 0.2s;  -moz-transition: all ease-in-out 0.2s;  -o-transition: all ease-in-out 0.2s;  transition: all ease-in-out 0.2s;}
		.widget-counter li a:hover strong{opacity:1;}
		.widget-counter li:hover{	background-color:#F8F8F8;}
		.widget-counter li:hover a{text-decoration: none;}
		.widget-counter li.rss-subscribers a strong{ background-position:center -884px ;}
		.widget-counter li.rss-subscribers a:hover strong{ background-position:center -939px ;}
		.rss-subscribers span{font-family: BebasNeueRegular,arial,Georgia, serif;font-size: 14pt;display: inline-block;}
		.widget-counter li.facebook-fans a strong {	background-position:center -992px ;}
		.widget-counter li.facebook-fans a:hover strong {	background-position:center -1046px ;}
		.widget-counter li.twitter-followers a strong{ background-position:center -668px;}
		.widget-counter li.twitter-followers a:hover strong{ background-position:center -722px;}
		.widget-counter li.youtube-subs a strong{ background-position:center -776px;}
		.widget-counter li.youtube-subs a:hover strong{ background-position:center -830px;}
		.widget-counter li.vimeo-subs a strong{ background-position:center -560px;}
		.widget-counter li.vimeo-subs a:hover strong{ background-position:center -614px;}
		.widget-counter li.dribbble-followers a strong{ background-position:center -452px;}
		.widget-counter li.dribbble-followers a:hover strong{ background-position:center -506px;}
		.widget-counter li span{display:block;font-size:21px;}
		.widget-counter li a small{color:#777;}
			
/* Login Widget */
#login-form{padding:11px 11px 0;}
#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{
	border-color: #F1F1F1;
	border-top-color: #DDD;
	border-left-color: #DDD;
	background: #F9F9F9;
	color: #515151;
	font: 12px Tahoma;
	padding: 4px 7px;
	margin-bottom: 10px;
	border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	display: block;
	width: 250px;
	height: 24px;
}
	#login-form #log:hover, #login-form #pwd:hover, .widget-feedburner .feedburner-email:hover{ color:#000;}
	#login-form #log:focus, #login-form #pwd:focus, .widget-feedburner .feedburner-email:focus{ background:#FFF; color:#000;}
	#login-form .login-button{ margin-right:20px;}
	#login-form p{padding-bottom:0;}
	ul.login-links{ margin-top:15px;}
	.welcome-text{margin-bottom:10px;}
	.content .entry #login-form p{ padding:0 }

/* FeedBurner Widget */
.widget-feedburner-counter{padding:11px;}
	
/* ADS Widgets */
.widget-container .ads125{margin:0 -7px -8px 13px;padding-left:0;}
.ads125{overflow:hidden;padding-left:22px;margin-bottom:20px;}
.ads125 .ad-cell{width: 125px;height: 125px;	display: block;	margin:3px 15px 12px 0;	float: left;}
.widget-container .ads120-90 ,.widget-container .ads120-60,
.widget-container .ads120-600,.widget-container .ads120-240{margin:0 -7px -8px 18px;padding-left:0;}
.ads120-90,.ads120-60,.ads120-600,.ads120-240{overflow:hidden;padding-left:27px;margin-bottom:20px;}
.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell{width: 120px;height: 90px;display: block;margin:3px 15px 12px 0;float: left;}
.ads120-60 .ad-cell  {height: 60px;}
.ads120-600 .ad-cell{height: 600px;}
.ads120-240 .ad-cell{height: 240px;}
.ads160-600 ,.ads250-250{margin-bottom:20px;}
.widget-container .ads160-600 ,.widget-container .ads250-250{margin-bottom:0 }
.ads160-600 .ad-cell{width: 160px;height: 600px;display: block;	margin:0 auto ;}
.ads250-250 .ad-cell{width: 250px;height: 250px;	display: block;	margin:0 auto ;}
.ads300-100{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-100{margin:0 -5px -5px;padding-left:0;}
.ads300-100 .ad-cell{margin-bottom:3px;width:300px;height:100px; margin:10px auto ;}
.ads300-250,.ads300-600{padding-left:5px;margin-bottom:20px;}
.widget-container .ads300-250, .widget-container .ads300-600{margin:0 -6px;padding-left:0;}
.ads300-250 .ad-cell{width:300px;height:250px;	margin:0 auto ;}
.ads-one{padding-left:0 !important;	margin:0 !important;}
.ads-one .ad-cell{float:none !important;	clear:both !important;margin-right:auto !important;	margin-left:auto !important;}

/*Breadcrubs */
.bread-crumb-wrap {
	background:#e1e1e1;
}
.bread-crumb-wrap #breadcrumbs {
	display:block;
	margin:0px auto;
	width:1045px;
}
.bread-crumb-wrap #breadcrumbs span a, .bread-crumb-wrap #breadcrumbs span.breadcrumb_last {
	display:block;
	float:left;
	padding:7px 15px;
}
.bread-crumb-wrap #breadcrumbs span {
	display:block;
	float:left;
}
.bread-crumb-wrap #breadcrumbs .bread-separator {
	height:38px;
	width:9px;
	display:block;
	background:url(images/breadcrumb-separator.gif) 0 0 no-repeat;
	overflow:hidden;
	line-height:200px;
}

#footer-subscribe-buttons-wrap {
	background: #ebebeb;
}
#footer-subscribe-buttons {
	padding:20px 20px; 
	background: #ebebeb;
	width:1045px;
	margin:0 auto;
	
	font-size:14px;
}
#footer-subscribe-buttons .twitter-follow-button {
	margin:7px 0 0 29px;
	float:left;
}
#footer-subscribe-buttons .fb-like {
	margin:11px 0 0 34px;
	float:left;
}
#footer-subscribe-buttons .Feedburner-button {
	display:block;
	float:left;
	padding:10px 10px 10px 34px;
	background:url(images/feedburner-button-icon.png) 6px 9px no-repeat #343946; 
	color:#fff;
	margin:0 0 0 40px;
} 
#footer-subscribe-buttons .Feedburner-button:hover {
	background-color:#cc0013;
	color:#fff;
}

/* Newsletter Popup */
#newsletter-subscribe-popup h3 {
	font-size: 18px;
	margin: 0 0 12px;
}
#newsletter-subscribe-popup input {
	color:#C5C5C5;
	-o-transition: width .7s , color .4s;
	-webkit-transition: width .7s , color .4s;
	-moz-transition: width .7s , color .4s;
	transition: width .7s , color .4s;
}
#newsletter-subscribe-popup input:hover, #newsletter-subscribe-popup input:focus {
	color:#333;
}
#newsletter-subscribe-popup button {
	background: none repeat scroll 0 0 #343946;
	color: #FFFFFF;
	font-family: 'Cantarell',sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 31px;
	margin: -2px 0 0 -4px;
	padding: 4px 12px;
}
#newsletter-subscribe-popup button:hover {
	background: none repeat scroll 0 0 #cc0013;
}

/* Footer */
footer {
	color: #F0F0F0;
	background:#343946;
}
	footer .foot-wrap {
	padding:30px 0;
	margin:0px auto;
	width:1045px;
		
	}
	footer a { color: #F0F0F0;}
	footer a:hover {color: #d31a00;}
	footer .footer-col {
		display:block;
		float:right;
	}
		footer .footer-col p {
			margin:0 0 10px 0;
			color: #F0F0F0;
		}
		footer .footer-col h3 {
			color:#b2c0e0;
			margin:0 0 15px 0;
		}
		footer .other-sites-footer-col h3 {
			margin:0 0 20px 0;
		}
	footer .about-footer-col {
		width:650px;
		float:left;
	}
	footer .about-menu-footer-col, footer .contact-menu-footer-col {
		margin:0 40px 0 0;
	}
	footer .other-sites-footer-col {
		width:300px;
		float:left;
		margin:30px 0 0;
	}
		footer .other-sites-footer-col a {
			float:left;
			display:block;
			height:50px;
			width:50px;
			overflow:hidden;
			line-height:999em;
			background:url(images/footer-other-sites.gif) 0 0 no-repeat;
			margin:0 10px 0 0;
		}
			footer .other-sites-footer-col a.other-bizsugar {background-position:0 -50px;}
			footer .other-sites-footer-col a.other-bizsugar:hover {background-position:0 0;}
			footer .other-sites-footer-col a.other-book {background-position:0 -150px;}
			footer .other-sites-footer-col a.other-book:hover {background-position:0 -100px;}
			footer .other-sites-footer-col a.other-influencer {background-position:0 -250px;}
			footer .other-sites-footer-col a.other-influencer:hover {background-position:0 -200px;}
			footer .other-sites-footer-col a.other-tyb {background-position:0 -350px;}
			footer .other-sites-footer-col a.other-tyb:hover {background-position:0 -300px;}
	
	footer .social-footer-col {
		width:231px;
		float:right;
		margin:84px 0 0;
	}
		footer .social-footer-col a {
			float:left;
			display:block;
			height:32px;
			width:32px;
			overflow:hidden;
			line-height:999em;
			background:url(images/footer-social-buttons-white.png) 0 0 no-repeat #CC0013;
			margin:0 5px 0 0;
		}
		footer .social-footer-col a:hover {
			background-color:#9BA4C7;
		}
			footer .social-footer-col a.social-facebook {background-position:0 0px;}
			footer .social-footer-col a.social-twitter {background-position:0 -32px;}
			footer .social-footer-col a.social-google {background-position:0 -64px;}
			footer .social-footer-col a.social-linked {background-position:0 -96px;}
			footer .social-footer-col a.social-pinterest {background-position:0 -128px;}
			footer .social-footer-col a.social-rss {background-position:0 -160px;} 

/* Footer Bottom */
.footer-bottom {
	color: #353846;
	background:none;
	padding:10px 20px;
	font-size:14px;
	margin:0px auto;
	width:1007px;
}
	.footer-bottom .copy {
		float:left;
		font-size: 12px;
		margin:9px 0 0 0;
	}
	.footer-bottom .blog-rank {
		float:right;
	}
		.footer-bottom .blog-rank img {
			height:37px;
		}
	.footer-bottom .powered-by {
		float:right;
		font-size: 14px;
		margin:12px 0 0 0;
	}
		.footer-bottom .powered-by img {
			margin:0 0 0 7px ;
		}

#topcontrol{
	z-index:2;
	background: #FF8500 url(images/separate.png) no-repeat center -410px;
	width: 30px;
	height: 30px;
	text-indent: -99999px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position:fixed;
	bottom:-100px;
	right:10px;
	cursor:pointer;
	-webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow:auto;
}
	#topcontrol:hover{ background-color:#fb9826 ;}

/* Images */
img.size-auto,img.size-full,img.size-large,img.size-medium,.attachment img {max-width: 100%;height: auto;}
img.centered,
img.aligncenter {
	display: block;
	margin: 2px auto;
	padding: 4px;
}
img.alignright {
	padding: 4px;
	margin: 2px 3px 3px 8px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 2px 8px 3px 3px;
	display: inline;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 4px;
	text-align: center;
}
	.wp-caption img {max-width: 100% !important;}
	.wp-caption p.wp-caption-text {color: #888;margin: 5px;padding:0;}

/*Pagination*/
#pagination-wrap {
	padding:20px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background: #fff;
	margin:0 0 30px 0;
}
#pagination {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}
#pagination ul.page-numbers {
	list-style:none;
	position:relative;
	left:50%;
}
#pagination .page-numbers li {
	float:left;
	position:relative;
}
#pagination .page-numbers li a, #pagination .page-numbers li span {
	display:block;
	padding:5px 10px;
	border-left:1px solid #fcfcfc;
}
#pagination .page-numbers li span.current, #pagination .page-numbers li a:hover {
	background:#CC0013;
	color:#fff;
}

/* CommentList */	
#comments-title {
	font-size: 22px;
	font-family: BebasNeueRegular,arial,Georgia, serif;
	color: #999;
	margin:25px 0 10px;
}
	#comments-title em{color: #333;}
.commentlist li{
	margin-bottom: 20px;
	clear:both;
	position:relative;
	clear:both;
}
	.comment-avatar {
		overflow:hidden;
		width:45px;
		height:45px;
		margin:0 10px 5px -30px;
		background: white;
		padding: 2px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 0 3px #B5B5B5;
		-moz-box-shadow: 0 0 3px #b5b5b5;
		-webkit-box-shadow: 0 0 3px #B5B5B5;
		float:left;
	}
	.author-comment{overflow:hidden;position:relative;}
		.author-comment cite {
			color:#3b3b3b;
			position:relative;
			display:block;
			margin-bottom:2px;
			padding-top:4px;
		}
	.commentmetadata {display: block;font-size:85%;	clear:both;	}
		.commentmetadata a{color:#3b3b3b;}
		.commentmetadata a:hover{color:#000;}	
	.comment-wrap{
		background: white;
		border-radius: 1px;
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		box-shadow: 0 1px 3px 0 #B5B5B5;
		-moz-box-shadow: 0 1px 3px 0 #b5b5b5;
		-webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
		position:relative;
		padding:10px;
		margin-left:20px;
	}
		.comment-content{
			position:relative;
			clear:both;
			display:block;
			margin-top:10px;
			overflow:hidden;
			padding-bottom:5px;
		}
			.comment-content p{line-height:1.5;	margin-bottom: 10px; font-size:14px;}
		.nocomments {text-align: center;}
		.commentlist li ul li {margin-left:4px;}
		.commentlist li.pingback{padding:5px 10px;border-bottom:1px solid #ddd;}	
		.commentlist .children{margin-top:15px; margin-left:50px;}
		.commentlist .reply a{
			position:absolute;
			bottom:0;
			right:0;
			background:#ddd;
			padding:3px 10px;
			text-shadow:0 1px 1px #FFF;
			font-size:11px;
		}
			.commentlist .reply a:hover{background:#333;	color:#FFF;	text-shadow:0 1px 1px #000;	}
		.bypostauthor {}
		
/* Add Comments Form */	
#respond {
	position: relative;
}
#respond #commentform {
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	background:#fff;
	padding: 20px;
	margin:0 0 20px 0;
}
#respond #reply-title {
	color: #CC0013;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
}
#respond #commentform .subscribe-to-comments #subscribe {
	float: left;
  margin: 0 10px 0 0;
}
	.commentlist li #respond {margin: 10px 0 20px 70px !important;}
	#respond h3 {
		font-size: 22px;
		font-family: BebasNeueRegular,arial,Georgia, serif;
	}
#commentform {
	padding: 0 5px;
	margin-top: 5px;
	overflow: hidden;
}
	#commentform .required {font-weight: bold;}
	#commentform label {color: #888;}
	#commentform p {	margin:10px 0;}
	#commentform textarea,
	#commentform input {
		border-color: #F1F1F1;
		border-top-color: #DDD;
		border-left-color: #DDD;
		background: #F9F9F9;
		color: #515151;
		font: 12px Tahoma;
		padding:4px 7px;
		margin-bottom: 7px;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#commentform input {display: block;width: 250px;height:24px;}
	#commentform textarea {width: 95%;}
	#commentform input:hover,#commentform textarea:hover {}
	#commentform input:focus,	#commentform textarea:focus {background: #fff;}
	#commentform .form-allowed-tags ,.comment-form-comment label {display: none;}
	.comment-form-email,.comment-form-url,.comment-form-url,.comment-form-comment {clear: both;}
	.comment-notes{ margin-bottom:10px;	}
	.form-submit #submit , #login-form .login-button , .widget-feedburner .feedburner-subscribe{
		background: #6679b3;
		color: #fff;
		width:auto;
		font-size: 16px;
		padding: 10px 15px;
		position:relative;
		height:auto;
		margin:0;
		border-radius: 0px; 
		-moz-border-radius: 0px; 
		-webkit-border-radius: 0px;
		font-weight:bold;
	}
	.form-submit #submit:hover, #login-form .login-button:hover , .widget-feedburner .feedburner-subscribe:hover {
		background: #41538c;
	}
	.form-submit #submit:active, #login-form .login-button:active , , .widget-feedburner .feedburner-subscribe:active {top:2px;}
	input.error, textarea.error{border:1px solid #FF0000 !important;}

/* Ads */	
.ads-top {float: right;line-height:0; margin:0 0 0 0;}
.ads-bottom {line-height:0;margin:15px auto 20px;text-align:center;}
.ads-post {line-height:0;margin:20px auto ;text-align:center;}
.home-ads{clear:both;margin:20px auto;text-align:center;}

/* Tooltip */	
a.ttip, a.tooldown{display:inline-block;}
.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 0 2px #000000; -webkit-box-shadow: 0 0 2px #000000; -moz-box-shadow: 0 0 2px #000000; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* Slider */	
.flexslider .slides > li , .full-width .content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:498px;}
.flexslider .slides img {width: 100%; height:100%; display: block;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider , .full-width .content .flexslider {margin: 0 0 20px;position:relative;zoom: 1;width: 997px;height:498px;background: #000 url('images/black-loader.gif') no-repeat 50% 48%;	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/separate.png) no-repeat 3px -184px; position: absolute; top: 55%; cursor: pointer; text-indent: -9999px; opacity: 0;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: -24px -184px; right: -30px; }
.flex-direction-nav .flex-prev {left: -30px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .disabled {opacity: .3!important; cursor: default;}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}

.flex-control-nav {width: 100%; position: absolute; bottom: -1px; text-align: center; height:13px;}
.flex-control-nav li {margin: 0 ; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block; cursor: pointer; text-indent: -9999px; width:100%; background:#666; height:13px;  -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #000; }
.flex-control-paging li a.flex-active { background: #F88C00; cursor: default; }
.slider-caption{position: absolute;width: 75%;padding: 10px;background: #000;right: 0;bottom: 13px;color:#FFF;opacity:0.8;}
.slider-caption h2 a, .full-width .content .slider-caption h2 {	color:#FFF;	font-size: 35px;font-family: BebasNeueRegular,arial,Georgia, serif;}

/*small*/
.content .flexslider { width:660px; height:330px;}
.content .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative; height:330px;}
.content .flexslider .slides img {width: 100%; display: block;}
.content .slider-caption h2 a{font-size: 22px;}
.content .ei-slider{ height:330px;}
.content .ei-slider-loading{line-height:375px;}
.content .ei-title h3{font-size: 12px;line-height: 14px;width:435px;}
.content .ei-title h2{font-size: 22px;}

/*sidebar slider*/
#sidebar .flexslider { width:310px; height:204px;}
#sidebar .flexslider .slides > li {height:204px;}
#sidebar .slider-caption {width: 100%;padding: 0;bottom: 0;}
#sidebar .slider-caption h2 {padding:3px 10px;}
#sidebar .slider-caption h2 a{font-size: 18px;}

.ei-slider{position: relative;width: 100%;max-width: 1005px;height: 498px;margin: 0 auto 35px;-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);}
.ei-slider-loading{	width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index:999;	background: #000 url('images/black-loader.gif') no-repeat 50% 48%;	color: #fff;text-align: center;	line-height: 520px;}
.ei-slider-large{height: 100%;width: 100%;position:relative;overflow: hidden;}
.ei-slider-large li{position: absolute;top: 0;left: 0;overflow: hidden;height: 100%;width: 100%;}
.ei-slider-large li img{width: 100%;}
.ei-title{position: absolute;right: 10%;margin-right: 0;margin-left:2%;bottom: 25%;color:#fff;opacity:0.8;}
.ei-title h2, .ei-title h3{text-align: right;}
.ei-title h2{color: #b5b5b5;font-size: 35px;font-family: BebasNeueRegular,arial,Georgia, serif;background:#000;float:right;padding:5px;margin-bottom:5px;}
.ei-title h3{clear:both;font-size: 14px;line-height: 20px;width:835px;background:#000;padding:5px;}
.ei-slider-thumbs{height: 13px;margin: 0 auto;position: relative;max-width:100%!important;}
.ei-title a{color:#FFF;}
.ei-slider-thumbs li{position: relative;float: left;height: 100%;}
.ei-slider-thumbs li.ei-slider-element{top: 0;left: 0;position: absolute;height: 100%;z-index: 10;text-indent: -9000px;background: #F88C00;}
.ei-slider-thumbs li a{	display: block;text-indent: -9000px;background: #666 ;width: 100%;height: 100%;cursor: pointer;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
	-webkit-transition: background 0.2s ease;-moz-transition: background 0.2s ease; -o-transition: background 0.2s ease; -ms-transition: background 0.2s ease;   transition: background 0.2s ease;}
.ei-slider-thumbs li a:hover{background-color: #f0f0f0;}
.ei-slider-thumbs li img{ position: absolute;bottom: 50px;opacity: 0;z-index: 999;width: 100%;max-height:100px;
	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-o-transition: all 0.4s ease; -ms-transition: all 0.4s ease;   transition: all 0.4s ease;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-box-reflect: 
        below 0px -webkit-gradient(
            linear, 
            left top, 
            left bottom, 
            from(transparent), 
            color-stop(50%, transparent), 
            to(rgba(255,255,255,0.3))
            );
}
.content .ei-slider-thumbs li img{max-height:65px;}
.ei-slider-thumbs li:hover img{opacity: 1;	bottom: 13px;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}


/* Reviews Styles */	
.review-top {
	width:50%;
	margin:20px 20px 20px 0;
	display:block;
	float:left;
}
.review-summary {
	background:#f3f3f3;
	padding:20px 5px;;
}
.review-summary h3 {
	margin:-3px 0 10px 0;
}
.review-box .review-short-summary {
	background: none repeat scroll 0 0 #f3f3f3;
	margin: -16px 0 0;
	padding: 0 5px 20px;
}
.review-summary .review-short-summary p {
	padding:20px 0;
}
.review-summary .review-final-score {
	background:none !important;
	float:right;
}
.review-summary .review-final-score h4 {
	display:none;
}
.review-summary .review-final-score span {
	margin:0;
}
.review-short-summary h3 {
	float:left;
	font-size:16px;
	font-weight:bold;
	margin:0
}

.review-stars .review-item{ background:#fff; padding:9px 5px; border-top:#c9c8c7 1px solid; overflow:hidden; }
.review-stars .review-item h5{float:left; padding:0; margin:3px 0 0 0; }
.review-stars .stars-large{float:right;}
.review-final-score .stars-large{float: none !important;margin: 0 auto 10px;}
span.stars-large, span.stars-small{
	width:110px;
	display:block;
	background:url(images/red-stars.png) no-repeat 0 -31px;
	height:20px;
}
span.stars-large span, span.stars-small span{
	width:100%;
	display:block;
	background:url(images/red-stars.png) no-repeat 0 0;
	height:22px;
}

/*Book Review Top*/
#singe-book-review-section {
	display:table;
	width:100%;
	margin:0 0 20px;
}
#singe-book-review-section .singe-book-review-row {
	display:table-row;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell,
#singe-book-review-section .singe-book-review-row .singe-book-review-book-cell,
#singe-book-review-section .singe-book-review-row .singe-book-review-spacer-cell {
	display:table-cell;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell {
	background:#f3f3f3;
	width:50%;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-spacer-cell {
	width:20px;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-book-cell {
	background:#efefef;
	vertical-align:middle;
	text-align:center;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-book-cell img {
	max-width:260px;
	margin:10px 0;
}
#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell .review-top {
	width:100%;
	margin:0;
}

#singe-book-review-section .review-short-summary {
	padding:0 5px;
	margin:-14px 0 0 0; 
}


/* Page Templates */
/*sitemap */
#sitemap {overflow:hidden;padding:10px 0 0 15px;}
	.sitemap-col {float: left;margin: 0 2% 10px 0;	width: 23%;}
	#sitemap .last {margin-right: 0px; }
		.sitemap-col h2 {color: #111;font-size: 20px;font-family: Georgia, serif;border-bottom: 1px solid #e9e9e9;padding-bottom: 10px;margin-bottom: -3px;}
		.sitemap-col ul {padding-left: 0px;margin-left: 0;}
			.sitemap-col ul li a {padding: 4px 0px 4px ;display:inline-block;	}
	
/* Authors List */	
ul.authors-wrap li{background:transparent;padding:20px;margin:0 -20px 10px;	border-bottom:1px solid #f2f2f2;list-style:none;}
	ul.authors-wrap li h3{font-size: 22px;text-transform: capitalize;font-family: BebasNeueRegular,arial,Georgia, serif;margin:0 0 5px;}

/* Timeline */	
ul.timeline {border-left: 2px solid #DFDFE0;margin:0 0 30px 35px;overflow:hidden;}
	h2.timeline-head{background:#DFDFE0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;margin-bottom:0;display:inline-block;	padding:3px 20px 0;font-family: BebasNeueRegular,arial,Georgia, serif;font-size: 24px;}
	ul.timeline li{background:transparent; list-style:none; padding:2px 10px;}
		ul.timeline li span{ width:100px; display:inline-block; color:#999;}


/* Drak Skin */
body.dark-skin{	background-color:#000; color: #bfbfbf;}
body.dark-skin a , body.dark-skin .page-title, body.dark-skin .search-widget input {color: #DDD; }
body.dark-skin a:hover , body.dark-skin .widget-top h4 a:hover,  body.dark-skin #tabbed-widget ul.tabs li a:hover , body.dark-skin .top-nav ul li a:hover,
body.dark-skin .top-nav ul ul li:hover > a,	body.dark-skin .top-nav ul ul :hover > a , 	body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover , body.dark-skin .password-protected input[type="submit"]:hover { color: #FFF !important;}
body.dark-skin header , body.dark-skin #main-content , body.dark-skin .breaking-news{background: #3c3c3c;-moz-box-shadow: 0 0 5px #141414;-webkit-box-shadow:  0 0 5px #141414;box-shadow: 0 0 5px #141414;}
body.dark-skin .top-nav {background: #333;	border-bottom-color:#444;}
body.dark-skin .top-nav ul li a , body.dark-skin .commentlist .reply a{color: #999;text-shadow: 0 1px 1px #333;}
body.dark-skin .top-nav ul li {border-right-color: #444;}
body.dark-skin .cat-box-content, body.dark-skin #sidebar .widget-container, body.dark-skin .post-listing , body.dark-skin #sidebar .widget-counter {	background: #373737;box-shadow:  0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow:  0 1px 3px 0 #141414;border-top-color: #303030;border-right-color: #303030;border-left-color: #303030;}
body.dark-skin .item-list, body.dark-skin #tabbed-widget .tabs-wrap li , body.dark-skin .comments-avatar .widget-container li,
body.dark-skin .posts-list .widget-container li, body.dark-skin .categort-posts .widget-container li , body.dark-skin .commentlist li.pingback ,body.dark-skin #crumbs , body.dark-skin .post-inner p.post-meta,body.dark-skin  #twitter-widget li,body.dark-skin .authors-posts .widget-container li {border-bottom-color:#303030;}
body.dark-skin .ei-slider-thumbs li a{	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(56,56,56,0.5);}
body.dark-skin .widget-counter li:nth-child(3n-1) {border-right-color: #303030;border-left-color: #303030;}
body.dark-skin .widget-counter li {border-bottom-color:#303030;border-left-color:#303030;}
body.dark-skin .widget-counter li:hover {background-color:#3c3c3c;}
body.dark-skin #twitter-widget .tweet_list .tweet_avatar img ,body.dark-skin .post-thumbnail img , body.dark-skin .comment-avatar , body.dark-skin .author-avatar img, body.dark-skin .review-stars .review-item ,body.dark-skin .review-summary,body.dark-skin  .commentlist .reply a{background-color:#272727;}
body.dark-skin .pagination a, body.dark-skin .pagination span.extend, body.dark-skin .pagination span.current {text-shadow: 0 1px 0 #111;}
body.dark-skin #tabbed-widget .widget-top, body.dark-skin .cat-tabs-header {background:#2e2e2e;border-bottom-color:#424242;}
body.dark-skin #tabbed-widget ul.tabs li a{text-shadow: 0 1px 0 #000;}
body.dark-skin #tabbed-widget ul.tabs li.active a , body.dark-skin .cat-tabs-header li.active{background:#424242; color:#999; -moz-box-shadow:0 -1px 2px #333; -webkit-box-shadow: 0  -1px 2px #333;}
body.dark-skin .author-avatar img{background:#424242; border-color:#222;}
body.dark-skin .scroll-nav ,body.dark-skin .top-nav ul ul {background: #303030;}
body.dark-skin .column2 li.first-news, body.dark-skin .wide-box li.first-news{background: #373737;border-top-color:#444; border-bottom-color: #292929;}
body.dark-skin .column2 li, body.dark-skin .wide-box li, body.dark-skin li.other-news{background: #333232;	border-top-color:#4d4d4d; border-bottom-color: #202020;}
body.dark-skin .column2 li:hover ,body.dark-skin li.other-news:hover{background:#2e2e2e;}
body.dark-skin li.other-news , body.dark-skin ul.timeline {border-left-color: #292929;}
body.dark-skin .share-post{background: #303030; border-top-color:#444;}
body.dark-skin #commentform textarea, body.dark-skin #commentform input , body.dark-skin #login-form #log, body.dark-skin #login-form #pwd, body.dark-skin .widget-feedburner .feedburner-email {border-color: #555;border-top-color: #222;border-left-color: #222;background: #303030;color: #999;}
body.dark-skin #commentform input:focus,body.dark-skin #commentform textarea:focus {color: #fff; background: #303030;}
body.dark-skin .form-submit #submit , body.dark-skin #login-form .login-button , body.dark-skin .widget-feedburner .feedburner-subscribe , body.dark-skin .password-protected input[type="submit"],
body.dark-skin .post-tag a, body.dark-skin .form-submit #submit:hover, body.dark-skin #login-form .login-button:hover ,body.dark-skin .widget-feedburner .feedburner-subscribe:hover ,body.dark-skin .password-protected input[type="submit"]:hover{
text-shadow: 0px 1px 0px #000;	color:#515151;	background: #111;	border: 1px solid #181818;
-moz-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
-o-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
-webkit-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.027), inset 0px 1px 0px rgba(0, 0, 0, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.0187), inset 0px -25px 25px rgba(0, 0, 0, 0.37);
}
body.dark-skin .comment-wrap, body.dark-skin .search-widget input {background: #373737;box-shadow: 0 1px 3px 0 #141414;-moz-box-shadow: 0 1px 3px 0 #141414;-webkit-box-shadow: 0 1px 3px 0 #141414;}
body.dark-skin .widget-counter li a strong {opacity: 1;}
body.dark-skin .cat-box-title h2 , body.dark-skin .cat-box-title h2 a, body.dark-skin .author-comment cite{color:#bfbfbf;}
body.dark-skin .cat-box-title h2 a:hover, body.dark-skin .search-block #s:hover, body.dark-skin .search-block #s:focus{color:#FFF;}
body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a{background: #303030; text-shadow: 0 1px 0 rgb(0, 0, 0); -moz-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0,0,0,0.1);-webkit-box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1);box-shadow: inset 0 0 2px #222, 0 0 2px rgba(0, 0, 0, 0.1); border: 1px solid #444}
body.dark-skin #tabbed-widget  .tabs-wrap.tagcloud a:hover,body.dark-skin h2.timeline-head{background: #222;}
body.dark-skin .search-block #s{background-color:#3a3a3a; border-left-color:#444}
body.dark-skin .search-widget input {border-color:#555;}
body.dark-skin #twitter-widget .loading span{background:url(images/black-loader.gif) no-repeat top;}
body.dark-skin .today-date{	background-color:#222; color: #888;}
body.dark-skin .highlight{ color: #222;}

 
/* Shortcodes */
.google-map.alignleft{margin-right:10px;}
.google-map.alignright{margin-left:10px;}
.google-map.aligncenter{ text-align:center;}

.post-tooltip{cursor:pointer;display:inline-block;border-bottom:1px #666 dotted;color:#ed5109;}
.post-tooltip:hover{ border-bottom-color:#ed5109;}
.highlight {background: #FF9;}
.dropcap{display: block;float: left;margin: 0 8px 0 0;font-size: 50px;line-height: 50px;font-family: Georgia, Arial,"helvetica neue",Helvetica,Verdana,sans-serif;}
.starlist li,.checklist li{background-position:left top;background-repeat:no-repeat;padding-left:25px;list-style:none !important;}
.starlist li  { background-image: url(images/bullet_star.png);}
.checklist li {background-image: url(images/bullet_check.png);}



.button{
border: 1px solid #a3a3a3;
background: #343946;
height: auto;
line-height:25px;
color: #fff !important;
display:inline-block;	
margin:0 5px 20px;	
padding:0 10px;	
position:relative;
font-size:12px;
font-weight:bold;
}
.button:hover{	background: #cc0013; color: #fff !important;}
.button:active{ top:1px;} 
.button.red{border: 1px solid #B63540;background: #ED596A;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F77087),color-stop(100%,#E3414D));background: -webkit-linear-gradient(top,#F77087 0,#E3414D 100%);background: -moz-linear-gradient(top,#F77087 0,#E3414D 100%);background: -o-linear-gradient(top,#F77087 0,#E3414D 100%);background: -ms-linear-gradient(top,#F77087 0,#E3414D 100%);background: linear-gradient(top,#F77087 0,#E3414D 100%);}
.button.red:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#F8889B),color-stop(100%,#E65762));	background: -webkit-linear-gradient(top,#F8889B 0,#E65762 100%);background: -moz-linear-gradient(top,#F8889B 0,#E65762 100%);background: -o-linear-gradient(top,#F8889B 0,#E65762 100%);background: -ms-linear-gradient(top,#F8889B 0,#E65762 100%);background: linear-gradient(top,#F8889B 0,#E65762 100%);}
.button.green{border: 1px solid #5E8C22;background: #89C03E;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#A8D34E),color-stop(100%,#6AAD2D));background: -webkit-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -moz-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -o-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: -ms-linear-gradient(top,#A8D34E 0,#6AAD2D 100%);background: linear-gradient(top,#A8D34E 0,#6AAD2D 100%);}
.button.green:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#B2D862),color-stop(100%,#76C132));background: -webkit-linear-gradient(top,#B2D862 0,#76C132 100%);background: -moz-linear-gradient(top,#B2D862 0,#76C132 100%);background: -o-linear-gradient(top,#B2D862 0,#76C132 100%);background: -ms-linear-gradient(top,#B2D862 0,#76C132 100%);background: linear-gradient(top,#B2D862 0,#76C132 100%);}
.button.blue{ border: 1px solid #1e638b;background: #00a2ff;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#00a2ff),color-stop(100%,#028edf));background: -webkit-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -moz-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -o-linear-gradient(top,#00a2ff 0,#028edf 100%);background: -ms-linear-gradient(top,#00a2ff 0,#028edf 100%);background: linear-gradient(top,#00a2ff 0,#028edf 100%);}
.button.blue:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#3cb6fc),color-stop(100%,#31a6ea));background: -webkit-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -moz-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -o-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: -ms-linear-gradient(top,#3cb6fc 0,#31a6ea 100%);background: linear-gradient(top,#3cb6fc 0,#31a6ea 100%);}
.button.orange{ border: 1px solid #be8a2b;background: #FFA500 ;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFA500),color-stop(100%,#ed9900));background: -webkit-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -moz-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -o-linear-gradient(top,#FFA500 0,#ed9900 100%);background: -ms-linear-gradient(top,#FFA500 0,#ed9900 100%);background: linear-gradient(top,#FFA500 0,#ed9900 100%);}
.button.orange:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ffb93a),color-stop(100%,#f3ab26));background: -webkit-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -moz-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -o-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: -ms-linear-gradient(top,#ffb93a 0,#f3ab26 100%);background: linear-gradient(top,#ffb93a0,#f3ab26 100%);}
.button.pink{ border: 1px solid #cc198b;background: #ff00a2;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff00a2),color-stop(100%,#ed0097));background: -webkit-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -moz-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -o-linear-gradient(top,#ff00a2 0,#ed0097 100%);background: -ms-linear-gradient(top,#ff00a2 0,#ed0097 100%);	background: linear-gradient(top,#ff00a2 0,#ed0097 100%);}
.button.pink:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#ff6cc9),color-stop(100%,#ea51b2));background: -webkit-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -moz-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -o-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: -ms-linear-gradient(top,#ff6cc9 0,#ea51b2 100%);background: linear-gradient(top,#ff6cc9,#ea51b2 100%);	}
.button.purple{ border: 1px solid #833083;background: #d700d7;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#d700d7),color-stop(100%,#b000b0));background: -webkit-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -moz-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -o-linear-gradient(top,#d700d7 0,#b000b0 100%);background: -ms-linear-gradient(top,#d700d7 0,#b000b0 100%);	background: linear-gradient(top,#d700d7 0,#b000b0 100%);}
.button.purple:hover{background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#f969f9),color-stop(100%,#c302c3));background: -webkit-linear-gradient(top,#f969f9 0,#c302c3 100%);background: -moz-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -o-linear-gradient(top,#f969f9 0,#c302c3 100%);	background: -ms-linear-gradient(top,#f969f9 0,#c302c3 100%);background: linear-gradient(top,#f969f9,#c302c3 100%);}
.button.black{ border: 1px solid #000;background: #434343;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#434343),color-stop(100%,#232323));background: -webkit-linear-gradient(top,#434343 0,#232323 100%);background: -moz-linear-gradient(top,#434343 0,#232323 100%);background: -o-linear-gradient(top,#434343 0,#232323 100%);background: -ms-linear-gradient(top,#434343 0,#232323 100%);background: linear-gradient(top,#434343 0,#232323 100%);}
.button.black:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#5a5959),color-stop(100%,#3d3d3d));background: -webkit-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -moz-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -o-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: -ms-linear-gradient(top,#5a5959 0,#3d3d3d 100%);background: linear-gradient(top,#5a5959,#3d3d3d 100%);}
.button.white{ border: 1px solid #d9d9d9;background: #fbfbfb;background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#fbfbfb),color-stop(100%,#eee ));background: -webkit-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -moz-linear-gradient(top,#fbfbfb 0,#eee 100%);	background: -o-linear-gradient(top,#fbfbfb 0,#eee 100%);background: -ms-linear-gradient(top,#fbfbfb 0,#eee 100%);background: linear-gradient(top,#fbfbfb 0,#eee 100%);box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),inset 0 1px 0 rgba(255, 255, 255, 0.5);color:#000;text-shadow: 0 1px 0 #FFF;}
.button.white:hover{ background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#FFF),color-stop(100%,#f8f8f8));	background: -webkit-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -moz-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -o-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: -ms-linear-gradient(top,#FFF 0,#f8f8f8 100%);background: linear-gradient(top,#FFF ,#f8f8f8 100%);}
.button.medium{ height:35px; line-height:35px; font-size:16px; padding:0 15px;}
.button.big{ height:55px; line-height:55px; font-size:22px; padding:0 25px;}

.button.deepred {background:#cc0013;}
.button.deepred:hover {background:#343946;}

.large-button{
	font-size:25px;
	height: 45px;
	line-height:45px;
}

.flickr-wrapper {overflow:hidden;margin-bottom:20px;}
.flickr-wrapper .flickr_badge_image {float:left;margin:8px;}
.flickr-wrapper .flickr_badge_image img{opacity:1;background:#FFF;padding:4px;box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}
.flickr-wrapper .flickr_badge_image a:hover img{ opacity:0.6;}

#twitter-shortcode{margin-bottom:10px;}
#twitter-shortcode li{padding:5px 10px 5px 30px;overflow:hidden;list-style:none;}
#twitter-shortcode li:last-child{border-bottom:0 none;}
#twitter-shortcode .tweet_list .tweet_avatar img{	padding:2px ;margin-left:5px;float: right;background:#FFF;border:1px solid #d6d6d6;}
#twitter-shortcode .loading{text-align:center; padding:10px;}

.toggle {background:#F6F6F6;margin-bottom: 15px;	border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 5px 10px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.toggle h3{padding-bottom:5px;margin-bottom:0;text-shadow: 0 1px 1px #FFF;	cursor:pointer;	background:url(images/toggle-close.png) no-repeat right;}
h3.toggle-head-close{background:url(images/toggle-open.png) no-repeat right;display:none;}
.toggle-content{padding-top:15px;}
.toggle.close .toggle-content ,
.toggle.close  h3.toggle-head-open  {display:none;}
.toggle.close  h3.toggle-head-close {display:block;}

.author-info{background:#F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;position: relative;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	}
.author-info-content{padding-left:100px;}
.author-info-content h3{margin-bottom:15px;}
.author-info img.author-img{	max-width:70px;	float:left;	margin-right:15px;background:#FFF;padding:4px;	box-shadow: 0 0 3px #B2B2B2;-moz-box-shadow: 0 0 3px #b2b2b2;-webkit-box-shadow: 0 0 3px #B2B2B2;}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{position:relative;margin-right:4%;float:left;}
.one_half {width:48%}
.one_third { width:30.66%}
.two_third { width:65.33%}
.one_fourth { width:22%}
.three_fourth{ width:74%}
.one_fifth { width:16.8%}
.two_fifth { width:37.6%}
.three_fifth{ width:58.4%}
.four_fifth	{ width:67.2%}
.one_sixth { width:13.33%}
.five_sixth	{ width:82.67%}
.entry .last{margin-right:0 !important;clear:right;}

.post-tabs,.post-tabs-ver{	margin-bottom:20px;}
.post-tabs ul.tabs-nav{height:33px;margin:0;padding-left:20px;}
.post-tabs ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 4px 0 0;font-weight: bold;	line-height: 32px;cursor: pointer;display: block;	float: left;margin: 0 5px 0 0;	padding: 0 16px;background:#ddd;border-bottom: 0 none;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs ul.tabs-nav li.current{	background:#F6F6F6;	z-index:1;	height:33px;}
.post-tabs .pane{background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;border-bottom: 1px solid #979797;	padding: 20px;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);}
.post-tabs-ver ul.tabs-nav{float:left;width:170px;margin:0;padding-top:10px;}
.post-tabs-ver ul.tabs-nav li{	border:1px solid #E1E1E1;border-radius: 4px 0 0 4px;font-weight: bold;line-height: 32px;cursor: pointer;display: block;	margin: 0 0 10px 0;padding: 0 16px;	background:#ddd;border-right-width: 0;-webkit-transition: background .5s ease;-moz-transition: background .5s ease;-o-transition: background .5s ease;transition: background .5s ease;}
.post-tabs-ver ul.tabs-nav li.current{background:#F6F6F6;z-index:1;width:138px;}
.post-tabs-ver .pane{margin-left:170px;background: #F6F6F6;margin-bottom: 15px;border: 1px solid #E1E1E1;	border-bottom: 1px solid #979797;padding: 20px;	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);	min-height:180px;}

/* Audio Player */
.jp-jplayer{line-height:0;}
div.jp-audio{color: #666;position:relative;width:100%;margin-bottom:20px; text-align:center;}
.jp-interface {padding:2px 10px;height: 30px;background: #3A3B3C;background: -webkit-gradient( linear, left bottom, left top, color-stop(0, #222), color-stop(1, #3A3B3C) );	background: -moz-linear-gradient( center bottom, #222 0%, #3A3B3C 100% );	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);}
a.jp-play,a.jp-pause {width:18px; height:18px; float:left;  text-indent:-9999px;  outline:none;   margin: 0 0 0 -4px;}
a.jp-play {background: url("images/jplayer/sprite.png") 0 0 no-repeat;}
a.jp-pause {background: url("images/jplayer/sprite.png") 0 -30px no-repeat;display: none;}
.jp-progress {background: #706d6d; -webkit-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); -moz-box-shadow:inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4); width:100%; height:4px; float:left; margin: 5px 0 7px; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;}
.jp-seek-bar { width:0px; height:100%;  cursor: pointer;}
.jp-play-bar { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px;height:5px;   position:relative;z-index: 1;-webkit-border-radius: 3px;-moz-border-radius: 3px;	border-radius: 3px;}
.jp-audio a.jp-mute,.jp-audio a.jp-unmute { text-indent:-9999px; float:right; height: 18px; width: 18px; outline:none;}
.jp-mute { background: url(images/jplayer/sprite.png) 0 -60px no-repeat;}
a.jp-unmute {background: url(images/jplayer/sprite.png) 0 -90px no-repeat;display: none;}
.jp-volume-bar {background: #706D6D;	-webkit-box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);-moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.4), 0px 1px 0px rgba(255,255,255,.4);box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .4),0px 1px 0px rgba(255, 255, 255, .4);height: 2px;width:50px;	float: right;margin: 4px 1px 0 8px;}
.jp-volume-bar-value { background: url("images/jplayer/play-bar.png") left repeat-x; width:0px; height:3px; position:relative; z-index: 9999; }
	
/*Pretty-Photo*/
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/loader.gif) center center no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}




/*Red CSS File*/
#main-nav,
.cat-box-content,
#sidebar .widget-container,
.post-listing {	border-bottom: none;}
#topcontrol,
#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-page-ancestor a,
.pagination span.current,
.share-post span.share-text,
.flex-control-paging li a.flex-active,
.ei-slider-thumbs li.ei-slider-element,
.review-percentage .review-item span span,.review-final-score  {background-color:#cc0013 !important;}
::-webkit-scrollbar-thumb{background-color:#cc0013 !important;}
#topcontrol:hover {background-color:#fb6e6e !important;}
footer, .top-nav, .top-nav ul li.current-menu-item:after  {border-top-color: #cc0013;	}
.search-block::after {border-right-color:#cc0013 ;}



a.view-all {
	background:#cac8c8;
	color:#fff;
	display:block;
	margin:15px auto -15px;
	padding:5px;
	text-align: center;
	width: 60px;
	border-radius: 4px 4px 0px 0px; 
	-moz-border-radius: 4px 4px 0px 0px; 
	-webkit-border-radius: 4px 4px 0px 0px;
	font-size:14px;
}
a.view-all:hover {
	background:#999999;
}










/* Attachment Page */
body.attachment #infographic-embed-code {
	height:100px;
	width:100%
}



/* Sidebar - 300x250*/
#sidebar .ad-300x250, #sidebar #bottom-sidebar-ad-300x250 {
	width:300px;
	margin:0px auto 25px;
	
	background:#fff;
	padding:5px;
	font-size:14px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}

#sidebar .ad-300x250 a, #sidebar #bottom-sidebar-ad-300x250 a {
	color:#6679B3;
}
#sidebar .ad-300x250 a:hover, #sidebar #bottom-sidebar-ad-300x250 a:hover {
	color:#CC0013;
}
@media only screen and (max-width: 479px){
	#sidebar .ad-300x250, #sidebar #bottom-sidebar-ad-300x250 {
		margin:0 0 25px -11px; 
	}
}




/*Nextiva Widget*/
#sidebar .widget_nextiva_blog  {
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 30px 0;
}
#sidebar .widget_nextiva_blog h3.widgettitle {
	background: #2d71cb;
	background: -moz-linear-gradient(top,  #2d71cb 0%, #104085 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d71cb), color-stop(100%,#104085));
	background: -webkit-linear-gradient(top,  #2d71cb 0%,#104085 100%);
	background: -o-linear-gradient(top,  #2d71cb 0%,#104085 100%);
	background: -ms-linear-gradient(top,  #2d71cb 0%,#104085 100%);
	background: linear-gradient(to bottom,  #2d71cb 0%,#104085 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d71cb', endColorstr='#104085',GradientType=0 );

	margin: -10px 0 0 -10px;
	padding: 10px;
	width: 288px;
	color:#fff;
	font-size:18px;
	position:relative;
}
#sidebar .widget_nextiva_blog h3.widgettitle a {
	background: url("images/green-button-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: block;
	height: 35px;
	left: 242px;
	position: absolute;
	top: 5px;
	width: 35px;
}
#sidebar .widget_nextiva_blog a.nextiva-title {
	display:block;
	color:#104085;
	font-size:16px;
	font-weight:bold;
	margin:15px 0 10px;
	line-height:23px;
	text-decoration:none;
}
#sidebar .widget_nextiva_blog a.nextiva-title:hover {
	color:#2d71cb;
}
#sidebar .widget_nextiva_blog a.nextiva-image {
	text-align:center;
	margin:0 0 7px 0;
	display:block;
}
#sidebar .widget_nextiva_blog a.nextiva-image img {
	max-width:288px;
	max-height:250px;
	display:block;
	margin:0px auto;
}
#sidebar .widget_nextiva_blog p.nextiva-description {
	font-size:12px;
	color:#333;
	line-height:15px;
}
#sidebar .widget_nextiva_blog p.nextiva-more {
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #E9E9E9;
}
#sidebar .widget_nextiva_blog p.nextiva-more a {
	display:block;
	float:left;
}
#sidebar .widget_nextiva_blog p.nextiva-more a.nextiva-more-1 {
	float:right;
}
#sidebar .widget_nextiva_blog .nextiva-sponsored {
	width:288px;
	margin:15px 0 -10px -10px;
	text-align:right;
	padding:10px;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	
	background: #e9e9e9;
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #c2c2c2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#c2c2c2));
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#c2c2c2 100%);
	background: -o-linear-gradient(top,  #e9e9e9 0%,#c2c2c2 100%);
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#c2c2c2 100%);
	background: linear-gradient(to bottom,  #e9e9e9 0%,#c2c2c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c2c2c2',GradientType=0 );

}
#sidebar .widget_nextiva_blog .nextiva-sponsored img {
	margin:0 0 -14px 0;
}
#sidebar .widget_nextiva_blog .nextiva-sponsored .nextiva-sponsored-logo img {
	margin:0 0 0 5px;
	width:80px;
}
#sidebar .widget_nextiva_blog .nextiva-sponsored .nextiva-social {
	display:block;
	float:left;
	margin:-6px 0 0 0;
}
#sidebar .widget_nextiva_blog .nextiva-sponsored .nextiva-social .stButton {
	margin:0 !important;
}
#sidebar .widget_nextiva_blog .nextiva-sponsored .nextiva-social .stButton .chicklets {
	padding:0 0 0 20px !important;
}

/* New Nextiva Widget */
#sidebar .nextiva2-link{
	padding:15px 20px;
}
#sidebar .smb-nextiva2-widget h3 {
	margin:0 0 10px 0;
	font-size:18px;
}
#sidebar .smb-nextiva2-widget .nextiva-featured-image img {
	width:270px;
	height:auto;
}
#sidebar .smb-nextiva2-widget .nextiva-content {
	padding:0 0 20px 0;
	border-bottom:1px solid #eee;
}
#sidebar .smb-nextiva2-widget .nextiva-content a {
	color:#6679B3;
	font-size:12px;
}
#sidebar .smb-nextiva2-widget .nextiva-content a:hover {
	color:#cc0013
}
#sidebar .smb-nextiva2-widget h4 {
	margin:20px 0 15px 0;
	font-size:16px;
}
#sidebar .smb-nextiva2-widget ul.tweet-list li {
	margin:0 0 15px 0;
	font-size:12px;
}
#sidebar .smb-nextiva2-widget ul.tweet-list li:first-child {
	border-bottom:#eee 1px solid;
	padding:0 0 15px 0;
}	
#sidebar .smb-nextiva2-widget ul.tweet-list li a {
	color:#6679B3;
}
#sidebar .smb-nextiva2-widget ul.tweet-list li a:hover {
	color:#cc0013
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: right;
		padding: 0 0 15px 0;
		border-bottom:1px solid #eee;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored img {
	margin:0 0 -14px 0;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-sponsored-logo img {
	width:170px;
	margin:0px auto;
	display:block;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social {
	display:block;
	float:left;
	margin:-6px 0 0 0;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social a {
	height:18px;
	width:18px;
	background:url(images/smaller-social-icons.png) 0 0 no-repeat;
	overflow:hidden;
	float:left;
	margin:13px 5px 0 0;
	display:block;
	line-height:200px;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social a.nextiva-social-twitter {
	background-color:#62cef4;
	background-position:2px -77px;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social a.nextiva-social-facebook {
	background-color:#507bbf;
	background-position:2px 1px;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social a.nextiva-social-google {
	background-color:#4e4f54;
	background-position:2px -56px;
}
#sidebar .smb-nextiva2-widget .nextiva-sponsored .nextiva-social a.nextiva-social-linkedin {
	background-color:#90cade;
	background-position:1px -36px;
}
.nextiva-twitter-button {
	float:right;
}


/*Sidebar - Interviews Widget*/
#sidebar .smb-interviews-widget {
  border:10px solid #4092bf;
  position:relative;
  padding:0;
	margin-bottom:25px;
}
#sidebar .smb-interviews-widget h2 {
  display:block;
  height:71px;
  width:276px;
  background:url(images/sas-interviews-header.png) 0 0 no-repeat;
  overflow:hidden;
  line-height:500px;
  margin:0 0 10px;
	filter:-;
}
#sidebar .smb-interviews-widget .sbt-logo {
  display: block;
  height: 33px;
  left: 4px;
  position: absolute;
  top: 5px;
  width: 82px;
}
#sidebar .smb-interviews-widget ul{
  padding:0 10px;
}
#sidebar .smb-interviews-widget ul li {
  margin:0 0 9px 0;
}
#sidebar .smb-interviews-widget ul a {
  color:#006daa;
}
#sidebar .smb-interviews-widget ul a img {
  border:1px solid #006daa;
}
#sidebar .smb-interviews-widget .more-interviews {
  display:block;
  padding:5px 10px;
  margin:0 0 10px 10px;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  float:left;
  
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  
}
#sidebar .smb-interviews-widget .more-interviews:hover {
}
#sidebar .smb-interviews-widget .interviews-sponsor {
  padding:10px 10px;
  text-align:right;
  font-size:11px;
  font-weight:bold;
	margin:-4px 0 0;
	float:right;
  
}
#sidebar .smb-interviews-widget .interviews-sponsor img {
  float:right;
  margin:-8px 0 0 5px;
}
#sidebar #eventsiframe {
	margin:0 0 40px 0;
	width:310px;
}

/*Sidebar - Press Release Section*/
#sidebar .pr-section .pr-wrap {
	padding:15px;
	background:#fff;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}
#sidebar .pr-section ul li {
  margin:0 10px;
  line-height:16px;
	padding:10px 0;
	background:none;
	font-size:14px;
}
#sidebar .pr-section ul li span.pr-time {
	display:block;
	color:#404040;
	margin:0 0 5px 0;
}
#sidebar .pr-section ul li a {
  text-decoration:none;
	color:#6679B3;
	display:block;
	line-height:1.3;
}
#sidebar .pr-section ul li a:hover {
  color:#cc0013;
}

#sidebar .pr-section .pr-coupon-section {
  padding:20px 0 10px;
	margin:20px 0 0 0;
	border-top:#d7e2ff 1px solid;
	color:#000;
}
#sidebar .pr-section .pr-coupon-section .pr-logo {
	display:block;
	text-align:center;
}
#sidebar .pr-section .pr-coupon-section .pr-coupon { 
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#sidebar .pr-section .pr-coupon-section .pr-coupon-button {
	display:block;
	width:180px;
	margin:10px auto 5px;
	background:#fff878;
	text-align:center;
	padding:5px 0;
	position:relative;
}
#sidebar .pr-section .pr-coupon-section .pr-coupon-button .off-30 {
	position:absolute;
	height:34px;
	width:39px;
	top:4px;
	left:52px;
}


/* Sidebar - What's Happening Section */


#sidebar .whats-happenening-tab {
	padding:0;
	margin:0;
	background:#0d1f4b;
	height: 33px;
}

#sidebar .whats-happenening-tab li {
	display:block;
	float:left;
	padding:5px 18px;
	cursor:pointer;
	border:none;
	background:none;
	color:#fff;
	font-weight:bold;
	border-bottom:none;
}
#sidebar .whats-happenening-tab li.current-tab {
	background:#cc0013;
	color:#fff;
	border-bottom:none;
	position:relative;
	height:23px;
}
#sidebar .whats-happenening-tab li.popular-tab {
	border-right:#0d1f4b 1px solid;
}
#sidebar .whats-happenening-tab li.tools-tab {
	border-left:#0d1f4b 1px solid;
}
#sidebar .whats-happenening-tab li.popular-tab.current-tool {
	border-right:#fff 1px solid;
	padding:0 18px;
	margin:5px 0 0;
}
#sidebar .whats-happenening-tab li.tools-tab.current-pop {
	border-left:#fff 1px solid;
	padding:0 18px;
	margin:5px 0 0;
}
#sidebar .whats-happenening-tab li.current-tab:after {
	content: "";
	position: absolute;
	bottom: -14px;
	left: 50%;
	border-width: 15px 15px 0;
	border-style: solid;
	border-color: #cc0013 transparent;
	display: block;
	width: 0;
	margin:0 0 0 -11px;
}

#sidebar .community .smb-widget-content {
	border-top:5px solid #cc0013;
}

#sidebar .community a.view-all {
	background: none repeat scroll 0 0 #c4c4c4;
	border-radius: 0;
	color: #333;
	font-size: 14px;
	padding:8px 15px;
}
#sidebar .community .smb-widget-content {
	background:#dfdfdf;
	padding:15px 0;
}
#sidebar .community .smb-widget-content ul li {
	padding:5px;
}


/* Sidebar - Latest Comments */
#sidebar .latest-comments a {
  display:block;
  padding: 7px 0;
  border-bottom:1px solid #ddd;
  color:#0d1f4b;
  text-decoration:none;
  font-size:13px;
  line-height:17px;
	padding:5px;
}
#sidebar .latest-comments a.comment-1, #sidebar .latest-comments a.comment-3 {
	background:#d6d6d6;
}
#sidebar .latest-comments a:last-child {
	border-bottom:none;
}
#sidebar .latest-comments img {
  float:left;
  margin:3px 10px 0 0;
  height:40px;
  width:40px;
  border:1px solid #777;
}
#sidebar .latest-comments .comment-content {
	float:none;
	margin:0;
	clear:none;
}
#sidebar .latest-comments a.comment-4 {
  border:none;
}
#sidebar .latest-comments a:hover {
  color:#cc0013;
}
#sidebar .latest-comments a:hover .comment-author {
  text-decoration:none;
}
#sidebar .latest-comments .comment-author{
  display:block;
  float:right;
  color:#333;
  padding:0 0 0 21px;
}

/*Sidebar - Popular Articles*/
#sidebar .popular-articles-tab ul li {
	display:block;
  padding: 7px 0;
  border-bottom:1px solid #ddd;
  text-decoration:none;
}
#sidebar .popular-articles-tab ul li.what-happening-1, #sidebar .popular-articles-tab ul li.what-happening-3 {
	background:#d6d6d6;
}
#sidebar .popular-articles-tab ul li:last-child {
	border-bottom:none;
}
#sidebar .popular-articles-tab ul li a {
  color: #0d1f4b;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
}
#sidebar .popular-articles-tab ul li a:hover {
	color:#cc0013;
}
#sidebar .popular-articles-tab ul li a img {
	height:65px;
	width:auto;
	float:left;
	margin:0 10px 0 0;
}

#sidebar .community .cat-tag-pop-articles {
  padding: 10px 0 0;
}
#sidebar .community .cat-tag-pop-articles ul li {
	padding:10px 5px;
}

/*Sidebar - Tools Articles*/
#sidebar .community .tools-articles-tab{
	padding:15px 0 0 0;
}

#sidebar .tools-articles-tab ul li {
	display:block;
  padding: 7px 0;
  border-bottom:1px solid #ddd;
  text-decoration:none;
}
#sidebar .tools-articles-tab ul li.tools-1, #sidebar .tools-articles-tab ul li.tools-3 {
	background:#d6d6d6;
}
#sidebar .tools-articles-tab ul li:last-child {
	border-bottom:none;
}
#sidebar .tools-articles-tab ul li a {
  color: #0d1f4b;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
}
#sidebar .tools-articles-tab ul li a:hover {
	color:#cc0013;
}
#sidebar .tools-articles-tab ul li a img {
	height:65px;
	width:auto;
	float:left;
	margin:0 10px 0 0;
}


/*Sales Force Widget*/
#sidebar .widget_sales_force_blog  {
	border:1px solid #ccc;
	padding:10px;
	margin:0 0 30px 0;
}
#sidebar .widget_sales_force_blog h3.widgettitle {
	background: #008fcc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGZjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MmI5ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #008fcc 0%, #52b9e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fcc), color-stop(100%,#52b9e6));
	background: -webkit-linear-gradient(top,  #008fcc 0%,#52b9e6 100%);
	background: -o-linear-gradient(top,  #008fcc 0%,#52b9e6 100%);
	background: -ms-linear-gradient(top,  #008fcc 0%,#52b9e6 100%);
	background: linear-gradient(to bottom,  #008fcc 0%,#52b9e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fcc', endColorstr='#52b9e6',GradientType=0 );
	margin: -10px 0 0 -10px;
	padding: 10px;
	width: 288px;
	color:#fff;
	font-size:18px;
}
#sidebar .widget_sales_force_blog a.sales-force-title {
	display:block;
	color:#1798C1;
	font-size:18px;
	font-weight:bold;
	margin:15px 0 10px;
	line-height:23px;
	text-decoration:none;
}
#sidebar .widget_sales_force_blog a.sales-force-title:hover {
	color:#FE8802;
}
#sidebar .widget_sales_force_blog a.sales-force-image {
	text-align:center;
	margin:0 0 7px 0;
	display:block;
}
#sidebar .widget_sales_force_blog a.sales-force-image img {
	max-width:288px;
	max-height:250px;
	display:block;
	margin:0px auto;
}
#sidebar .widget_sales_force_blog p.sales-force-description {
	font-size:12px;
	color:#333;
	line-height:15px;
}
#sidebar .widget_sales_force_blog .sales-force-sponsored {
	width:278px;
	margin:10px 0 -10px -10px;
	text-align:right;
	background:#52B9E6;
	padding:10px;
	font-weight:bold;
	color:#fff;
}
#sidebar .widget_sales_force_blog .sales-force-sponsored img {
	margin:0 0 -14px 0;
}
#sidebar .widget_sales_force_blog .sales-force-sponsored .sales-force-social {
	display:block;
	float:left;
	margin:-6px 0 0 0;
}
#sidebar .widget_sales_force_blog .sales-force-sponsored .sales-force-social .stButton {
	margin:0 !important;
}
#sidebar .widget_sales_force_blog .sales-force-sponsored .sales-force-social .stButton .chicklets {
	padding:0 0 0 20px !important;
}

/*About Page*/
body.page-id-11 .about-sub-menu {
	background: none repeat scroll 0 0 #FFFFFF;
	display: block;
	float: right;
	margin: -43px 0 10px 10px;
	padding: 15px;
	width: 153px;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
	box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.15);
}
body.page-id-11 .about-sub-menu ul {
	margin:0 0 0 19px;
}
body.page-id-11 .post-meta {
	display:none;
}
body.page-id-11 #bbblink {
	float:left;
}

/*Search Results*/

.gsc-results-wrapper-nooverlay table {
	border:none;
	background:#fff;
}
.gsc-search-box td {
	background:#fff;
	border:none;
}
.gsc-table-result td {
	border-bottom: 1px solid #f0f0f0 !important;
  border-top: 1px solid white;
}
.entry .gsc-cursor-box {
	padding:0;
	margin:0;
	
}
.entry .gsc-results .gsc-cursor-box {
	margin:30px 0 10px 9px !important;
}
.entry .gsc-cursor-box .gsc-cursor {
	text-align:center;
}
.entry .gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding:10px 15px;
	text-decoration:none !important;
	color:#404040;
	border-left:1px solid #fcfcfc;
	border-right:1px solid #fcfcfc;
	margin:0;
}
.entry .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background:#cb1505;
	color:#fff;
}

footer, .top-nav, .top-nav ul li.current-menu-item:after {
    border:none;
}




#sub-menu-holder {
	display:none !important;
}




/* Small Biz Spotlight - Sponsored Menu Image*/
#menu-item-225153 {
	
}
#main-nav ul ul #menu-item-235055 a {
}

#main-nav ul ul #menu-item-235055 a:hover {
	background-position:69px 0 !important;
}



/* rss_24.png */
#sidebar .social-box .links a.rss {
  background:url(data:image/png;base64,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) 0 0 no-repeat;
}

/* Linked-In-icon_24.png */
#sidebar .social-box .links a.linkedin {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAE8klEQVR42qWVeWxUVRTGv/tmXt+0nW7TZShMS2mZaWlpBVRshQCiLGIoAUGCaSQCYgyiEELUhBCDIsGgGG3CoqBQQBAaQBIXNBGXxLqztIWWRcq01BI6LXXamXff5nlvhimNf1Huf/Peu+d3zne+c4aBzrL3P3s2GJI3qJLTbZccgIHBHQaochh2OdiRnOBYv3Plgo/Z8uraJQFN3DW9YhzKspPB2CCDR49ByZ1t78HJn/9EuqgtZU++tcdfPnGyZ9RQF5oCMkLqYNOPnHg7Q6FLwvnrAdT99H0rm735MH+wvFxsDzGrRBbNwtSJMQF3q1f0KrLjdfxW94vCKt89zt0FJSIT46wPFC7DxWSI0NHWZyA+JW1wUikcHZcbFDZry1GekV8i2iUJOqU+M0fCglI3BGrGr1dvYtuZWxBE8a4Bqizj5hUCzNxcy9OpAnucAwLV9t70HCRLtmjDDKw71Ya2oHb3AB5Gp1nBY5uO8HSzgjjJ0v6daR4McUYyVnQDa75pRSCkDgIgo9OsYOrGQ9xlSeSwAF6XA8vGZkIiNxy90IVTLf+SXOaVO/1rRH7TBeP2G8vf/YYw5yFgAiZvOMhdBf0APdwLXVUATYWqapDSMumhSk0LW/cNXQeT4sFDIXIKIAkGermGDllAQqoLt1kWwJRo4uufWgAb9UDVDLwxJRt5aZFpVjQNq0/6UeFxoqosI5bfgd+vYUaRG3npiZYZNJLytD+ATadaoDuSrJI0HgVUrN9vNVmIiyfNdWpyLnwZCVagsKJh6eeXMWl4Mp5/YEisfDOgTfj/yH/V2I7q07fonQCdhyJNHr+uhmcUjBYZVcCpgurHhw8ALD52CVOGJ+GF8UMHBOvsUxFnY0iKOs48XSEFVbUXwQhgUAU3L9crbNxre3nWyNGiIZoAHdueGIHCzH5AVW0zHhmRghUP9QPO/tOHV79tQVaiiJ2V+QQSrOe3CPA0ATSDgVHPblwiwJhXPuFub6mo2x2QCbBjdj6K7gAsOtyEqQRYWTEsBvig7jqOkcNUkurIwkJkJooxwMLDzTSwDIIaRsfFcworW7ubu32lomZzIEyAjyoLMCorMQZ46tAFPJqfgpcf9sQAW37048TFbjKBgaOLiuB2RtZMNwHmH7xgbjHYNAI0E6BkzS6e7SsTFZuEsKpj99yRKL4DMO9AI6aNTMXqCTkxwOYfruFEU7cl6Ymq4gGAufvPwyBniZqM9uazCitc9SHPGXWfGBYk9FHAmnk+FLtvA1TM2deI6d5UrJmYGwOYdjze1GWZ4otnSmjy+wGV+xoIIMChy/CfP6Mw70s7eG7xWLGPiQTQsX++DyVup3UhRIDZexsww5uGtZP6ARu/a6EeBCzA14tHY0hSP2DWnnqYo59gKLjW+JfC8l/czvNLxoo9tKDNiayZX0Q9iDRZJsnm7KvHTK8LqyZ4Bkh0rLHTAnxJgKxoBT1hSqim3hrlZCi40kCA3OVbuXdMudjLJAQJkOqwDxgi09uSXUCiaItNci9XCR7ZQ654O8WLfG9u3wBBnPSt05DRfLpOYb7n3vY780o9w3I8uBHk4LqBe/lbFik5s6I2fyuCV8+1soq125e0BEK73CN8SE9LtabwXo65DDu7utHxdzPyMhKXWsnev6p6cVdP8M2gZnMzuzT46OYGV2Q4bVpHWkrSuj+2rtjzH6diVPcRGR0mAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

/* pinterest-24-full.png */
#sidebar .social-box .links a.pinterest {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2NJREFUeNqsVU1oE0EU/mZ203TT1OJWjVaiF6uNB0UU9CAIeurFqxcvglDwqCLizVtv9VRLCy14ENRLxXqpfxcRtT/4e7AiKEpJWmltrW6TnZ3nm4nWtCZRow8em+zO+/2+90aApSMe33nC90+HrntQEvkgQk0iRBgBE7mFhYHjc3P9WaJAHAN2nEmnh1KZTLohCODk84DWtQVwXeQTCXxeXMSdkZGuQaUuiJGmpuubWloON8/OQs3NoebsixVAchBavx5v8vnw88zMgCuFOODPzxedO4499C+iOUFnagrNq1bF5qU85IowrMfCAiBl8cS/VPBDogiCkxZK1XM97JFfVM1cKYD7ukxMtfX1le2MDft2q9fLYIch5N69kEePQmzdaoEEZ6dv3YK+fBnEvxGLVXRh+0LllJ2Tcd7RgdjQEMS+faCxMej790F1dXA7O+H29QHr1oEKhbI+rIwnEkEhmaRgpcbjlG9vJzYm1dtbfJdKUeC6VsOTJ8mI6u4ufvO8JVvjL9fQQI887z3GPS8o8J9gpbKBGh4m/eIFBatXU3j2LEWjozboV04w8H3Sz56RzmZpMZOhwHGWbI2/XCJhA8iKzWMQZWsrotu3LWDOqVOQu3dDbNmyxDaanIRoagLi8cqz90vPSoQMExobbc9hJtyA+/SpPSsMsC0tMBQ3WJXal/qrXAEb6Zs34bS3QzJ7iAdRv3oFPT4OQ0yxbRtkJgP9/Dnw8WORtuUqqDZcqqvLOhXpNOSGDaBcDsL3gbVrEWMWGTvV3w+ani7ORBk/VTGgbBbq4kUIpiK418SLLH73LuIPHkDu2oXw/HlE165VnQMXVTCwU8orROzZYzHIHzkCh4dOpFLQw8OIeCas8xXTTCVP97c7pbkZsq0N+uVL0JMnUA8f/lwVVdizvAJDuQoBkEza9qieHssWeF5JquWxW8miylvObFgD5KVLUIODPzfu39wQY573ZTuQiCodMVnyrrG9/sMAhrCfWN8BH2QoRLZggKxyS9le/0X2pj2LfF4JMSlHo6h/hrMU31X+B2Wk8FrriUdK9TojWr/e7DhrkkK08vavK5joNWrAOss6IeWb3jA816PUkDtNNHU1DLs3xmKhL8R+bkRjrTcltybiQG8fR9GVG1F07yvR/DcBBgAKbfs+ZRodDgAAAABJRU5ErkJggg==) 0 0 no-repeat;
}

/* slide-pagination.png */
#home-slides .pagination li a {
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAZCAYAAAAFbs/PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZlJREFUeNq0UkFOwlAQnfm/xSoar6ExJEajOwM3wLhw4SVMmphA0iUJrDyGnoIQEhZEwYXoUQxEaL9v2tLSAgoLJ5nCn3lv5v+Zx8YY2sasxcPJWauMHxd+HoeG8MfPt1p3juF5B4BrODaZFTHr0MWM8cXrH8OHVkKQygC2mS2trV1SyoHbISEIpvCJ78/GldHA7cVX4oaALfuALGuflN4hJhV1oIAC39HIN3CshAS0L0llAWu9K4HkXUw6ihGdyicswyoKSuVFcMpiyemUQGrEbCfXWGXIDRMCzIP7v4zfB8NLCO+v911jpp48cI15/c51L7MHsYur5zLe4uLOl3HoRRbX71SXF7epKdrSMlp6Yl6ppTtjlq8EcA0baOq4yry1jGFGVL81JtWSVAagXSDSRQRlr4WY8A0fY6xfkMWNMZGWULkh4EP8F3dyHSbIAZhqCdcoFWPwXm4SKo5ltCRCLuYq50fphHXjPD4j+48Zq2him2uJaUFLVcx5ikCwnuAdY0JL0hhgvHigiyoZLR2tWty/aelHgAEAgzyFPmgd1m4AAAAASUVORK5CYII=);
}

/* slide-next-prev.png */
#home-slides .next, .info-home #home-slides .prev {
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAABkCAYAAABQDsqpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABH9JREFUeNrsVktrG1cYvTMajZ7WYyzJtiK1RganCaa1NyEr0XrbrfMHukoTWkpIIY2DISmha4FKskm2hUR7L0IS2kW7aRY1dFVaDCmFtMaOZY/nPbfnG2nG8mQ8TugmFF34PLoz5zvffR4fYen8wzXXdf90HH5fFAUW18RURm699/7svWwudcdxXCUWzF2uF5UcO7s0e3H6lPI9Epbx7hgw58zULZZIiOzduemF1nx9PZmSbiJJfhWMP5ZlM8OwmGnaTKkW5Nbp+lpJyT9yHXeRyAIwQ8cCaBAW0zWDJZMSa8zW2tMN5TEqXnZd7s1cokTLdJgQXgj0y5MTipxKdrf+7n+oHxirEh8yCxGrZiEAZmUlt/KPYake2Ixgpj5V1XZUrf9S/cZ1eEdieGFjgmGgg+VT97QNXTW+EAThKQ0rGIY/TmqO5bAD1eg6jnNDEIVdn2QwQcsOyiJx0zLsL/GtJ4TG5jETE22abds97vArqPA8agclRB7MKtbyKn7fZTFniZifgPxb/P6JndCE0e08qYnsDdoY/BaCpWq1OlQkB4oUnyvKstxCu5fJZKBITrwigVXP5/Nsbm7uYqVSgSI5y8cdLq+uaZqMhlCv1xeazeZ6Mpm8CRI5Ur5wQ7wEehaLRbnRaKxNTEw8QkJIkZh3nbywLAsyZjBJktjU1FQbw3qMipeRIBxhHg2qgrFTFaVWq3XT6fQDYOclHywI0ZcP42eFQmFle3tblfxhHNd0XddUFYrkup2AOdzwkWmatoE5DBTJ140wmPpg7CLhBoC7o7oRgIeJm4gYRcLMh8AenlfwPk6RLBWggSKxExQJz7EijcH/Tb4+OPcgFoD/j3A5wie45Y1YZjJYZLTIcJHxkqJAZKhczpdhsDrNVm2BPAf/jetSBJucSidXT71TvVadLskCapPhoqMcgKkDxkUYqc5Mc7Kdy2c8g4UT71Xi/oUlwyRJ4qVKvXhrslZSyDmSsfI9iOfzhszz2Xz6dqVWWMnl057esdDl4QMsNDAhXifDRJPQNTNyVQZgMNu2+/mLv3Z+L5RyX2Vy6YzvaKLAIsbUh7P6emdr7+Ptrf6GjpmTwTo0hvbAcHF/u8EG4/QURq/9cmuvq6mG55uskaQB8xGLJuzCf36239cuHOzrmx6rPUjiPOogCV704MDa2oHRMw3HM1yvMIeSnmN9L8DMfkqGi2ROeo2TeReb9gueZ8byNQb/ryRXUZQTJNeF5CZeR3IdhZwkOUpyltGSi9sDxmVYtc7MzMwCmSpyllJEWZDIq7Bo18rlskxuhqxbYHsCyeV8EU6xA+fbRnlPM4bvD/WZHCEmcAlMt0olklzRc46jRD7zPBzhbYBWstms55fCbixgxrJcJ0dIkxhliwInUqnUE3KFmNh5lE/SukYFMM8SmIiBrB/A+iPKLyFharh0RwLfPbCvoGT+vsMy5dE95++eH3h/CB4m0KDXkfQrAJRQ8qtg4s+O2+4eEtooTc/AUR5hDrU+4iFYXyA+wu8/4sB++xlBlnj/jST3XwEGANr7KtMGcjHwAAAAAElFTkSuQmCC) 0 0 no-repeat; 
}

/* comments.png */
.meta li.meta-comment-count a,
.community #by-views .wpp-comments, .community #by-email .wpp-comments, .community #by-all .wpp-comments, 
#sidebar .latest-comments .comment-author,
.commentlink a {
  background-image: url(data:image/png;base64,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);
	background-repeat:no-repeat;
}

#sidebar .pr-section .pr-coupon-section .pr-coupon-button .off-30 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAiCAYAAADcbsCGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTA2N0JDRDdCRjQzMTFFMkI3N0ZGOTNBQUY1RTkyMzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTA2N0JDRDhCRjQzMTFFMkI3N0ZGOTNBQUY1RTkyMzkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxMDY3QkNENUJGNDMxMUUyQjc3RkY5M0FBRjVFOTIzOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxMDY3QkNENkJGNDMxMUUyQjc3RkY5M0FBRjVFOTIzOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg0mo/EAAAPiSURBVHjatJjdThNRFIVnoCIiagVjTZRYjca/oMW/qDf0ziuTxktvxCewjwBPYH0CyxPYNwBuNYZC/BewKCKIQAUq/9Z99DvJzmQ6tLQ9ycq0Z6Yz66y99joDbrFYdOo9Zl3XO+Wq4x87GfFwCdWZhJeQwV5Bi2CfYE2wJNjw+0GojsQauL8hckxwgO9HBIe45rvgvWBFUBBs1ZSch5TLPfcIWgWnBN2CC4J2wSbEmgSrgqxgv+Cj4EvNyJVQKixoE3QIbgjuCs4y7+AvF5UMmWZ+t+0lVhG5HfzUAomYICq4JLgmOAoBS8x46wdKvRKMCr5BtnLPBZBqxD/nBXcEXSgWoYRWFRdSP/HYtGBK8AvCpil+U/LyyJUg1cBDT0PqtuAq39vwWgMwZVqHxArEZgVvBW8E45R2UcdJSXJlqHRGcBOlOplrVfcp8iBTpmXUMp9nBBOCF4LXgknUChyhAGKNGPmE4BwqdeGpdvLKUYa2JTIqLYAlFHqJxyb8jF+SnE8UGFLHIRFDqU68dJDz+vpVPFWAnDF4DiLDyvTblSZCyOMnQ+qWIC64SE61olIjZOzK1yC1Sgm/Cj7gqVEUmy+HRKTEFhpSCpi2vyd4ILiM8W3+bELExsE2hBboPhsL7zD+RrnqRAL29pDy13XBfUrYrIgso9IWR6PUHMpkIRXYdeWSKUXuMCUMQ8BRxObw0zzemaB0Y0TDGl3q1JKYJeei1BbhuInxC5RtjPlxjG68lSfDirUm5KfcOiRMRJyErMmoT5h8CpUKfklexbbnkAhZz1yvIOPO/P/SxNbToUo7DaFlfFaPt9KU4LFghGrEmTdkc5acw9bTDIl1ylzP12STo58FjyD2HIsZggMm8EPKE5tBJSujPJWOHvbdNBihauZzn1HPLfdviAByZqVJmiXp46cUZcpzzHAurUo7yG/jKBq3u8JuR4ybDvA5AewIcz4GsQSls9ck1T3S6poevWVVY+ZuPKMJ6PNW2V5l9hjHPJ/DnE+rClT9N0RSvX4Pqjlr9ofWO4qMPuqRUQo6tVAux4oHuHlMPTjhUc/xxIR3kTGOCRYcroXnuum4uEdJ85Ahj0oxj8p27gnXJ1Vz/FtANd0a5qY2PG2nRXkJ6ENZRwerx5dZyKT8Mq8az+WVRzKQXQyImyueMqdUMyR9Mq+qsvp1rx1DREJUZd2kWkycbauHRUZR0UZSqpbk0nTnUxUptgOHebguZwJ1BtVukeM3Vj2n2h3CrtK8yfTrAN1hhFEvE/ifnwrI2X0vo5rBdmvSm1G1GKEKG8DgmZrrh1i+Hq8tuylrVBm4LqTs+CvAAHjhVLY+68tCAAAAAElFTkSuQmCC) 0 0 no-repeat;
}

/* Feature tool Section 
.feature-tool-section
	{
		width:300px; float:left; margin-left:9px;	
	}*/

/* Book review and product review section 
.review-section h2.home-category-section-title {width: 50%; float: left;}
.book-review-section, .product-review-seciton{ float:left; width:300px; position:relative;}	
.book-review-section{ margin-right:10px;}
.product-review-seciton { min-height:500px;}
.book-review-section .home-category-0 {width:300px!important;}
.book-review-section .view-all-cats, .product-review-seciton .view-all-cats{ position:absolute; bottom:0; left:40%;}
*/

/* cartoon and infographic section 

.cartoon-infographic-section h2.home-category-section-title {width: 50%; float: left;}
.cartoon-infographic-section img { width:300px;} 
.cartoon-section, .infographic-section, .cartoon-section .home-category{ float:left; width:300px!important; position:relative;}
.cartoon-section{ margin-right:10px;}
.infographic-section{ min-height:340px;}
.infographic-section .view-all-cats, .cartoon-section .view-all-cats{ position:absolute; bottom:0; left:40%;}
*/
/* Category article display 

.category-article-display{ width:50%; float:left;}
.category-article-display .item-list{ border:none;}
.category-article p { padding:0px!important;}
.category-article h2{ font-size:17px;}
.category-article .more-link{ float:right;}
.category-article-display .post-thumbnail{ width:100%;
text-align:center;}
.wrapper-article
	{
		border:red 0px solid;
		border-bottom: 1px solid rgb(242, 242, 242);
	}
*/




#upprev_box {
    /* === upPrev Container === */
    text-align: left;
    background-color: #fff;
    bottom:-800px; /* distance from window bottom edge */

    position:fixed;
    z-index:10000000;    
    width: 360px;
    padding: 10px 20px 10px 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
		
		-moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.15);
		-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.15);
		box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.15);
		
    _position: absolute;
    _top: 0;
		
  
}

#upprev_box h6 {
    /* === "MORE IN" === */
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: inherit;
    
    margin:0 0 5px 0;
    padding:0;   
}

#upprev_box h6 a {
    /* === Category Link === */
		color:#cc0013;
}
#upprev_box h6 a:hover {
    /* === Category Link: mouse over === */
}
#upprev_box h6 a:visited {
    /* Category Link: visited */
}

#upprev_box h6 .num {
    /* === "(1 of 5 ARTICLES)" === */
    font-size: inherit;
    font-weight:normal;
    font-family: inherit;
    color:#888;
}

#upprev_box .upprev_excerpt {
    /* === Container for Title, Thumbnail and Excerpt === */
}

#upprev_box .upprev_excerpt p {
    /* === Excerpt === */
    overflow:hidden;
    margin:0;
		font-weight:bold;  
}

#upprev_box .upprev_excerpt p a {
	text-decoration:none;
		font-weight:bold; 
		color:#6679B3;
}

#upprev_box .upprev_excerpt p a:hover {
	text-decoration:underline;
}

#upprev_box .upprev_thumb {
    /* === Thumbnail Image === */
    float:left;
    margin:5px 20px 0 0;
    border: 0;
}

#upprev_box button {
    /* === Close Button === */
    border: none;
    padding: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
    background: #fff url('images/close_window.gif') no-repeat 0 0;
    text-indent: -999em;
    overflow: hidden;
    cursor: pointer;
}

/* Bottom Popup Ad */
#bottom-popup-ad {
	position:fixed;
	bottom:0px;
	right:50%;
	margin:0 -519px 0 0;
	width:1040px;
	z-index:200;
	display:none;
}
#bottom-popup-ad .bottom-popup-ad-inner-wrap {
	width:970px;
	height:95px;
	background:rgba(27,35,86,0.3);
	padding:10px 35px 0px;
	position:relative;
}
#bottom-popup-ad .bottom-popup-ad-inner-wrap .bottom-popup-ad-container {
	height:90px;
	min-width:728px;
	margin:0 auto 0;
}
#bottom-popup-ad .bottom-popup-ad-inner-wrap .popup-ad-close-button {
	height:14px;
	width:14px;
	overflow:hidden;
	line-height:200em;
	background:url(images/bottom-ad-popup-close-button.png) no-repeat 0 0;
	position:absolute;
	display:block;
	top:5px;
	right:5px;
}
#bottom-popup-ad .bottom-popup-ad-inner-wrap .popup-ad-close-button:hover {
	background-position:0px -14px;
	cursor:pointer;
}

#bottom-popup-ad .bottom-popup-ad-inner-wrap .bottom-popup-ad-container iframe {
	margin:0px auto;
	display:block;
}


/*Comcast Sponsored Post*/
.sponsored-post-comcast {
	display:block;
	height:auto;
	width:610px; 
	float:left;
	margin:10px 10px 10px 0;
}
.sponsored-post-comcast .sponsored-post-comcast-image {
	float:left;
}
.content .single-post-past-2012 .sponsored-post-comcast * {
  -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
}
.sponsored-post-comcast-text {
	display:block;
	float:left;
	margin:6px 0 0 10px;
}
.sponsored-post-comcast-text-2 {
	display:block;
	float:left;
	margin:39px 0 0 27px;
	width:360px;
}
.sponsored-post-comcast-text-2 a, .sponsored-post-comcast-text a {
	text-decoration:none;
	color:#6679B3;
}

/*Staples Sponsored*/
.sponsored-post-staples {
	display:block;
	height:auto;
	width:610px; 
	float:left;
	margin:10px 10px 10px 0;
}
.sponsored-post-staples .sponsored-post-staples-image {
	float:left;
}
.content .single-post-past-2012 .sponsored-post-staples * {
  -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
}
.sponsored-post-staples-text {
	display:block;
	float:left;
	margin:6px 0 0 10px;
}
.sponsored-post-staples-text-2 {
	display:block;
	float:left;
	margin:15px 0 0 27px;
	width:360px;
	font-style: italic;
	font-size:14px;
}
.sponsored-post-staples-text-2 a, .sponsored-post-staples-text a {
	text-decoration:none;
	color:#6679B3;
}

/*Aflac Sponsored Post*/
.sponsored-post-aflac {
	display:block;
	height:auto;
	width:610px; 
	float:left;
	margin:10px 10px 10px 0;
}
.sponsored-post-aflac .sponsored-post-aflac-image {
	float:left;
}
.content .single-post-past-2012 .sponsored-post-aflac * {
  -moz-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  -webkit-box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
  box-shadow: 0px 0px 0px rgba(50, 50, 50, 0.0);
}
.sponsored-post-aflac-text {
	display:block;
	float:left;
	margin:6px 0 0 10px;
}
.sponsored-post-aflac-text-2 {
	display:block;
	float:left;
	margin:55px 0 0 27px;
	width:360px;
}
.sponsored-post-aflac-text-2 a, .sponsored-post-aflac-text a {
	text-decoration:none;
	color:#6679B3;
}



/* Color Box
#colorbox #cboxContent, #cboxWrapper,  {
	height:608px !important;
}
#colorbox #cboxLoadedContent {
	height:568px !important;
}*/
#colorbox #cboxLoadedContent img {
	max-width:100%
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#ccc; opacity:0.60 !important;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{
					background:#fff; 
					padding:20px;
					-webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.35);
					-moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.35);
					box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.35);
				}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}


				
				
/* 404 Page */

body.error404 #searchform .button {
	display:block;
	height:31px;
	float:left;
}
body.error404 #searchform #s {
	display:block;
	float:left;
}

				
				
/* CSS for Tables and Phones */

/* All CSS */
.home-category-section-popular-articles {
	display:none;
}
.home-category-section-recent-articles {
	display:none;
}


	.home-product-book-section-wrap .home-book-product-section-row-content-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}


/*  TABLET  : 1024px */

@media only screen and ( max-width: 1024px ){
   .container, header, #main-nav, .container , .breaking-news, #footer-widget-area {width:985px !important;}
   	.flexslider , .ei-slider, .ei-slider-large li{width:965px ; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img , .ei-slider {max-height:482px;}
	.content .flexslider , .content .ei-slider, .content .ei-slider-large li{width:640px ; }
	.content .flexslider , .content .flexslider .slides > li , .content .flexslider .slides img, .content .ei-slider {max-height:320px;}
    #main-content{padding:10px; width:965px !important; }
	.content {width: 640px;}
	.scroll-box .cat-box-content, .pic-box .cat-box-content , .recent-box .cat-box-content, .cat-tabs-wrap,
	.cat-box li.first-news .inner-content , .column2 li , .wide-box li, #related_posts .post-listing, #author-box .post-listing  {padding-right: 10px; padding-left: 10px;}
	.cat-box.column2 {width: 310px; }
	.list-box li {padding: 7px 7px;}
	.list-box li.first-news {padding: 10px;}
	.scroll-nav {margin: 10px -10px -20px;}
  	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	
	
	#trending-topics {
		margin: 15px 0;
    text-align: center;
		position:relative;
		left:auto;
		top:auto;
	}
	#trending-topics span {
		float:none;
		display:inline;
	}
	
	.logo {
			float: none;
			margin: 0 auto;
			width: 241px;
	}
	.ads-top {
		float: none;
		margin: 10px auto 0;
		width: 728px;
	}
	
	footer .foot-wrap {
		width:965px !important;
	}
	.footer-bottom {
		width:925px !important;
	}
	#main-nav ul li a {
		padding:0 19px;
		font-size:15px;
	}
	.top-nav-wrap {
		width:965px !important;
	}
	.attachment-sub_nav_image.wp-post-image {
			height: auto !important;
			width: 200px !important;
	}
	nav.category-article-nav #menu-main-nav ul.category-with-post-sub-menu li ul li {
		width:225px;
	}
	.home-first-article .featured-image img {
		width:300px !important;
		height:auto !important;
	}
	
	.bread-crumb-wrap #breadcrumbs {
		width:965px;
	}
	
	.content article.home-first-article .featured-image img {
		max-width:300px !important;
	}
	.post-listing article.category-article .post-thumbnail {
		width:270px;
	}
	.post-listing article.category-article .post-thumbnail img {
		max-width:270px;
		width:auto !important;
		height:auto !important;
	}
	
	
	.home-product-book-section-wrap .home-book-product-section-row-content-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}
	
	/* Single Page */
	body.single .full-span-featured-image img {
		width:641px !important;
		height:auto !important;
	}
	#related-articles .single-related-articles li {
		margin:0 30px 0 0;
	}
	
	
	
	
	
	/* Archive Page */
	body.page article.post-listing {
		width:590px;
	}
	body.page-template-page-one-col-php article.post-listing,
	body.page-template-page-three-col-infographic-gallery-php article.post-listing,
	body.page-template-page-three-col-gallery-php article.post-listing {
		width:930px;
	}
}	

/* TABLET  : 768px */

@media only screen and (max-width: 985px) and (min-width: 768px){
     header, #main-nav , .container , .breaking-news , #footer-widget-area{width:750px !important;}
    #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:730px !important; }
	.flexslider , .flexslider .slides > li {height:330px !important;}
	.flex-direction-nav .flex-next {right:5px; opacity: 0.8; }
	.flex-direction-nav .flex-prev {left:5px; opacity: 0.8;}
	.ei-slider, .ei-slider-large li{height:330px;}
	.ei-slider-large li img{width:100% !important; height:330px !important; margin:0 !important;}
	.ei-title h3{width:635px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu ul.menu , .top-menu ul.menu{	display:none; }
	#sidebar{-webkit-column-count: 2;-webkit-column-gap: 10px;-moz-column-count: 2;-moz-column-gap: 10px;column-count: 2;column-gap: 10px;}
	.search-block #s {width:150px;}
	.widget , #sidebar .flexslider , .search-widget input{clear:none !important;margin:0 3px 20px;-webkit-column-break-inside: avoid;-moz-column-break-inside: avoid;	column-break-inside: avoid;	}
	.widget-container .post-thumbnail a , .footer-widget-container .post-thumbnail a{ -webkit-transition: none !important; transition:none !important; }
	.widget-container .post-thumbnail  , .footer-widget-container .post-thumbnail {  position: inherit;}
	.widget-container .post-thumbnail img , .footer-widget-container .post-thumbnail img{ -webkit-transition: none !important; transition:none !important; opacity:1 !important;}
	.search-widget input{ width:332px;}
	#sidebar .widget-counter{width:354px;}
	.widget-counter li { width:117px;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 176px;}
	.recent-box .recent-item { margin-right:55px;}
	.list-box li , .list-box li.first-news, .cat-tabs-wrap li ,.cat-tabs-wrap li.first-news {	width:344px;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:336px; height:155px;}
	.cat-box.column2{width:355px;}
	.cat-box.column2 .first-news .post-thumbnail{ height:140px}
	.group_items{width:710px;}
	.scroll-box .scroll-item { margin-right:39px;}
	.wide-box li { width:335px }
	#topcontrol, .today-date{display:none;}
	.footer-widgets-box { width:48% !important; margin-right:4% !important;}
	#footer-second , #footer-fourth{	margin-right:0 !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 15px 1px; }
	.logo {float: none;text-align: center;}
	.ads-top{clear:both;float:none;text-align:center;border: 0 none;background:none !important;	padding:30px 0 0;}
	#related_posts .related-item{margin:0 23px 10px 15px;}
	#sidebar .flexslider ,#sidebar .slides > li{width: 354px !important; height: 238px !important;}
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	
	.top-nav-wrap {
		width: 730px !important;
	}
	#top-menu-mob {
		width:180px;
	}
	#main-nav {
		height:67px;
	}
	#main-nav #main-menu-mob {
		height:43px;
		width:96%;
	}
	
	footer .foot-wrap {
			width: 730px !important;
	}
	footer .about-footer-col {
			width: 460px;
	}
	.footer-bottom {
			width: 690px !important;
	}
	
	.bread-crumb-wrap #breadcrumbs {
		width:730px;
	}
	
	.content .home-first-article-slim-wrap .home-first-article-slim-row div.cell-spacer {
		width:100px;
	}
	.content article.home-first-article-wide .article-content-all-wrap {
		width:360px;
	}
	.home-category-section-wrap .home-category-section .home-category-0 {
		width:400px;
	}
	
	
	
	.home-product-book-section-wrap .home-book-product-section-row-content-row h2,
	.home-product-book-section-wrap .home-book-product-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}
	.home-product-book-section-wrap .home-book-product-section-row-content-row article h2{
		display:block !important;
	}
	
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row h2,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row .view-all-relative-wrap	{
		display:none !important;
	}
	
	
	.post-listing article.category-article .category-content-all-wrap {
		width:390px;
	}
	body.category-15 .post-listing article.category-article .category-content-all-wrap,
	body.category-18 .post-listing article.category-article .category-content-all-wrap,
	body.author .post-listing article.category-article .category-content-all-wrap	{
		width:310px;
	}
	
	/* Single */
	article .full-span-featured-image {
		margin: 0 auto;
		width: 660px !important;
	}
	article .full-span-featured-image img {
		width:660px;
	}
	#related-articles .single-related-articles li {
		margin: 0 40px 0 0;
		width: 200px;
	}
	
	/* Page */
	body.page article.post-listing {
		width:687px;
	}
	
	
	
	
	
	
	/* Sidebar */
	#sidebar .widget_nextiva_blog h3.widgettitle {
		width:338px;
	}
	#sidebar .widget_nextiva_blog .nextiva-sponsored {
		width:338px;
	}
}

/*  Phone  : 480px */

@media only screen and (max-width: 767px) and (min-width: 480px){
	#topcontrol , .ads-top, .ads-bottom,.home-ads, .ads-post, .today-date,.ei-slider-thumbs li img, .ei-title h3, .slider-caption p{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:445px !important;}
	 #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:425px !important; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:250px !important;}
	.ei-slider, .ei-slider-large li{height:250px !important;}
	.ei-slider-large li img{width:100% !important; height:250px !important; margin-left: 0 !important; margin-top: 0 !important;}
	.ei-title h2, .slider-caption h2 a{ font-size:22px;}
	.single-post-thumb img { max-height:210px; }
	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	.fixed-nav{position: initial;}
	#top-menu-mob , #main-menu-mob{display:block;float:left;}
	.main-menu ul.menu , .top-menu ul.menu, .breaking-news, .ei-title h3{	display:none; }
	#top-menu-mob,	#main-menu-mob{	width: 210px;}
	.widget.news-pic .post-thumbnail {margin: 3px 4px;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:294px;}
	.pic-box li { margin-left:10px}
	.widget , .search-widget input{clear:none;margin:0 0 20px;}
	.search-widget input{ width:403px;}
	.recent-box .recent-item , .recent-box .recent-item:nth-child(3n+3) { margin-right:5px;}
	.recent-box .recent-item:nth-child(2n+2) {margin-right: 0;}
	.list-box li.first-news .post-thumbnail,
	.cat-tabs-wrap li.first-news .post-thumbnail {width:336px; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:425px; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:200px}
	.group_items{width:402px !important;}
	.scroll-box .scroll-item , .group_items .scroll-item:last-child{ margin:0 27px;}
	.wide-box li { width:420px }
	.cat-tabs-wrap li.first-news {width:100%;float:none;margin: 0 0 10px 0;border-bottom:1px solid #ddd;padding-bottom:10px	}
	.list-box li.first-news{float:none;	margin: 0 0 10px 0;	padding:20px 10px 10px;	width:auto;	}
	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
	.cat-tabs-wrap li { width:100%; border-bottom:1px solid #F2F2F2;}
	body.dark-skin .cat-tabs-wrap li { border-bottom-color: #424242;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 19px 1px; }
	.search-block{position:relative;top:0;right:0;z-index:9999;	width:210px;}
	.search-block #s , .search-block #s:focus{ width:154px}
	a.random-article {position:relative;}
	.top-nav .social-icons {position: relative;top:0;right:0;z-index:9999;}
	.footer-bottom{text-align:center;padding:0 20px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 140px;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 211px;}
	.sitemap-col { float:none !important; width:auto !important;}
	#related_posts .post-listing, #author-box .post-listing{padding: 20px 10px 10px 10px;}
	#related_posts .related-item ,#related_posts .related-item:nth-child(3n+3) {margin-right: 5px !important;}
	#related_posts .related-item:nth-child(2n+2) {margin-right: 0 !important;}
	.share-post {height: 48px;}
	.share-post span.share-text {height: 50px; line-height:48px;}
	.share-post li, .mini-share-post li {height: 31px;width: 110px !important;}
	.content iframe {	max-height: 250px; }
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none;}
	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;}
	#sidebar .flexslider ,#sidebar .slides > li,#sidebar .flexslider .slides img {max-height: 285.7px !important; width: 425px !important; height: 285.7px !important;}
	.google-map{float:none !important; margin:0 !important; }
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	
	
	.top-nav-wrap {
		width: 425px !important;
	}
	#top-menu-mob {
    height: 30px;
    margin: 1px 0 0 10px;
    width: 226px !important;
		float:right;
	}
	.top-nav-home-link {
		border:none;
	}
	.top-nav {
			height: 68px;
	}
	.top-nav .social-section {
			float: left;
			margin:4px 0 0 -8px;
			width: auto;
	}
	.search-block > form {
			margin: 2px 0 0;
	}
	.search-block {
		margin:0 0px 5px 0;
	}
	#main-nav {
		height:67px;
	}
	#main-nav #main-menu-mob {
		height:43px;
		width:96%;
	}
	
	footer .foot-wrap {
			width: 425px !important;
	}
	footer .about-footer-col {
			width: 425px;
	}
	footer .footer-col {
			float: left;
	}
	footer .social-footer-col {
			float: left;
			margin: 20px 0 0;
	}
	
	.footer-bottom {
			width: 405px !important;
			padding:10px;
	}
	.footer-bottom .blog-rank {
		float:none;
	}
	
	.bread-crumb-wrap {
		display:none;
	}
	
	#top-menu-mob, #main-menu-mob {
		width:426px;
		height:28px;
	}
	
	.home-category-section-popular-articles {
		display:block;
	}
	.home-category-section-recent-articles {
		display:block;
	}
	
	h2.home-category-section-popular, h2.home-category-section-recent {
		float:none;
	}
	.content article.home-first-article-wide .featured-image {
		float:none;
	}
	.content article.home-first-article-wide .article-content-all-wrap {
		width:385px;
		float:none;
	}
	.content .home-first-article-slim-wrap {
		display:none;
	}
	.content article.home-first-article .featured-image img {
		max-width:385px !important;
	}
	.home-category-section-wrap .home-category-section .home-category-0 {
    float: none;
    margin: 0 0 20px;
    width: 385px;
	}
	.home-category-section article.home-category-0 p.article-read-more {
		display:none;
	}
	.home-category-section-wrap .home-category-section .home-category-small {
    border-bottom: 1px solid #E9E9E9;
		border-top: 1px solid #E9E9E9;
    float: none;
    margin: 13px 0;
    padding: 13px 0;
    width: 385px;
	}
	.home-category-section-wrap .home-category-section .home-category-2 {
		border:none;
	}
	.home-category-section-wrap .home-category-section .home-category-small h2 {
		float: left;
    margin: 0 0 0 0;
    width: 385px !important;
	}
	.view-all-cats-strip {
    height: auto;
    margin: 0 -20px;
    padding: 5px 0;
	}
	.home-category-section .view-all-cats-wrap {
    position: relative;
    text-align: left;
    left: auto;
		float:none;
	}
	.home-category-section .view-all-cats {
    left: auto;
    list-style: none outside none;
    position: relative;
	}
	.home-category-section .view-all-cats li {
    display: inline;
		float:none;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row {
		display:block;
	}
	.home-product-book-section-wrap .home-book-product-section-row h2, .home-product-book-section-wrap .home-book-product-section-row .home-category-section {
		display:block;
	}
	
	
	.home-product-book-section-wrap .home-book-product-section-row h2.home-category-section-title-product {
		display:none;
		margin:30px 0 0 ;
	}
	.home-product-book-section-wrap .home-book-product-section-row-title-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-view-row .view-all-relative-wrap-book {
		display:none !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-title-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-view-row .view-all-relative-wrap-cartoon {
		display:none !important;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row-content-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-content-row .view-all-relative-wrap	{
		display:block !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row .view-all-relative-wrap	{
		display:block !important;
	}
	.home-half-category-section-wrap .home-category-section {
		width:385px;
	}
	.home-book-product-section-row .view-all-relative-wrap {
		margin:-30px 0 0 0;
	}
	.home-book-product-section-row .view-all-relative-wrap-book {
		margin:-30px 0 0 30px;
	}
	
	
	.home-tools-section-wrap .home-tools-section .feature-tool-section,
	.home-tools-section-wrap .home-tools-section, .home-tools-section-wrap .feature-tool-article-row	{
		display:block;
		width:385px;
	}
	.home-tools-section-wrap .home-tools-section .feature-tool-section .featured-image {
		text-align:center;
	}
	.book-read-more {
		display:none;
	}
	
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2.home-category-section-title-infographic {
		display:none;
		margin:30px 0 0 ;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2, .home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-category-section {
		display:block;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-category-section {
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row {
		display:block;
	}
	.home-half-category-section-wrap .featured-image {
		text-align:center;
	}
	.home-half-category-section-wrap a.featured-image img {
		width:300px !important;
	}
	.home-category-book-section a.featured-image img, .home-category-small a.featured-image img {
		width:auto !important;
	}
	.home-category-small a.featured-image img {
		height:auto !important;
	}
	.home-cartoon-infographic-section-wrap a.infographic-image img {
		width:300px !important;
	}
	.home-cartoon-infographic-section-wrap a.infographic-image {
		margin:0px auto 10px;
		width:300px;
	}
	.home-cartoon-infographic-section-wrap .view-all-relative-wrap {
		margin:-30px 0 0 0;
	}
	.home-cartoon-infographic-section-wrap .view-all-relative-wrap-cartoon {
		margin:-30px 0 0 30px;
	}
	
	/* Category Page*/
	.post-listing article.category-article .post-thumbnail {
		width:385px;
	}
	.post-listing article.category-article .post-thumbnail img {
		max-width:300px !important;
	}
	.post-listing article.category-article .category-content-all-wrap {
		width:385px;
	}
	
	/* Book Category */
	body.category-18 .post-listing .category-author-article-row article.slim-article, body.category-15 .post-listing .category-author-article-row article.slim-article, body.category-5678 .post-listing .category-author-article-row article.slim-article, body.author .post-listing .category-author-article-row article.slim-article {
		display:block;
	}
	body.category-18 .post-listing .category-author-article-row, body.category-15 .post-listing .category-author-article-row, body.category-5678 .post-listing .category-author-article-row, body.author .post-listing .category-author-article-row {
		display:block;
		padding:0;
	}
	.post-listing article.slim-article {
		width:385px;
	}
	body.category-18 .post-listing .row-spacer, body.category-15 .post-listing .row-spacer, body.category-5678 .post-listing .row-spacer, body.author .post-listing .row-spacer	{
		display:none;
	}
	
	/* Article Page */
	.post-meta-footer2 .shareme-wrap {
		margin:9px 3px 0 -12px;
	}
	.shareme-divider {
		font-size: 17px;
    margin: 12px -4px 0 3px;
	}
	.post-meta-footer2 .button-stack {
		width:332px;
	}
	.post-meta-footer2 .button-stack .WP_print_post {
		
	}
	.post-meta-footer2 .button-stack .share-google, .post-meta-footer2 .button-stack .share-pinterest {
		width:67px;
	}
	body.single .full-span-featured-image img {
		width:425px !important;
	}
	
	#related-articles .single-related-articles li {
		width:100%
	}
	#related-articles .single-related-articles .related-articles-img {
		width:100%;
		text-align:center;
	}
	
	/* Pages */
	body.page article.post-listing {
		width:385px;
	}
	
	
	
	/* Author Page*/
	#author-avatar {
		float: none;
    margin-right: 0;
    text-align: center;
	}
	
	
	
	
	
	/* Book Article */
	#singe-book-review-section .singe-book-review-row {
		display:block;
	}
	#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell {
		width:100%;
	}
	#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell, #singe-book-review-section .singe-book-review-row .singe-book-review-book-cell, #singe-book-review-section .singe-book-review-row .singe-book-review-spacer-cell {
		display:block;
	}
	
	
	/* Sidebar */
	
	#sidebar {
		float: left;
    margin: 0 0 0 55px;
    width: 310px !important;
	}
	
	#footer-subscribe-buttons {
		width:385px;
	}
	#footer-subscribe-buttons .Feedburner-button {
		float:left;
		margin:24px 40px 0 113px;
	}
}

/* Phone  : 320px */

@media only screen and (max-width: 479px){
	#topcontrol , .ads-top, .home-ads, .ads-bottom, .ads-post, .today-date, .slider-caption p, #cats-tabs-box, .ei-slider-thumbs li img, .slider-caption p,a.random-article, .top-nav .social-icons, .ei-title h3, .share-post span.share-text , .separator.sep-2{display:none !important;}
     header, .container , #main-nav , .breaking-news , #footer-widget-area{width:297px !important;}
	 #main-content , .content , #sidebar , .flexslider , .ei-slider, .ei-slider-large li{width:277px !important; }
	.flexslider , .flexslider .slides > li ,.flexslider .slides img{max-height:140px !important;}
	.ei-slider, .ei-slider-large li{height:150px !important;}
	.single-post-thumb img { max-height:150px; }
	.fixed-nav{position: initial;}
	#main-nav{overflow:hidden;}
	.slider-caption{width:auto;}
	.logo{float:none;text-align:center;}
	#top-menu-mob , #main-menu-mob{display:block;margin:0 auto; }
	.main-menu ul.menu , .top-menu ul.menu, .breaking-news{	display:none; }
	#top-menu-mob,#main-menu-mob{width: 277px;}
	#top-menu-mob{margin-top: 2px;}
	#main-menu-mob{margin-top: 13px;}
	#tabbed-widget .widget-top {overflow:hidden;}
	.share-post{ overflow:hidden; height:auto;}
	#commentform textarea { padding:0;width: 100%;}
	.pic-box li.first-pic {	margin-right:0; float:none; width:100%}
	.pic-box .first-pic .post-thumbnail { margin:0 auto; width:257px;}
	.pic-box .first-pic .post-thumbnail img{ width:100%;}
	.pic-box .first-pic .post-thumbnail h2{ width:236px;}
	.pic-box li { margin-left:14px}
	.widget , .search-widget input{clear:none;	margin:0 0 20px;}
	.search-widget input{ width:255px;}
	.recent-box .cat-box-content {padding: 5px 1px;position: relative;}
	.recent-box .recent-item {width:131px;}
	.recent-box .recent-item, .recent-box .recent-item:nth-child(3n+3) { margin-right:0;}
	.recent-item .post-thumbnail .overlay-icon {width: auto;height: auto;}
	.recent-item .post-thumbnail img {width: 100%;height: 60px;  padding:1px;}
	.cat-tabs-wrap li.first-news .post-thumbnail {width:100%; height:155px; margin:0 auto 15px;}
	.cat-box.column2{width:100%; float:none; margin-right:0;}
	.cat-box.column2 .first-news .post-thumbnail{ height:120px}
	.scroll-box .cat-box-content {padding: 2px;}
	.group_items{width:272px !important;}
	.scroll-box .scroll-item { margin:0 -1px; width:131px;}
	.scroll-box .scroll-item img {width: 100%;height: 60px;  padding:1px;}
	.scroll-box .post-thumbnail {margin: 0 0 10px 0;}
	.scroll-nav { margin:0;}
	.wide-box li { width:260px }
	.cat-tabs-wrap li.first-news{width:100%;float:none;margin: 0 0 10px 0;border-bottom:1px solid #ddd;padding-bottom:10px;}
	.cat-tabs-wrap li { width:100%; border-bottom:1px solid #F2F2F2;}
	.list-box li.first-news{float:none;	margin: 0 0 10px 0;	padding:10px 10px 10px;	width:247px;}
	.list-box li {border-left:0 none !important;border-right:0 none !important;float: none !important;width: auto;}
	.list-box li.first-news .post-thumbnail {width:100%; height:168px; margin:0 auto 15px;}
	.footer-widgets-box { width:100% !important; margin-right:0% !important;}
	#tabbed-widget ul.tabs li a { padding: 5px 7px 1px; }
	.flickr-widget .flickr_badge_image {margin: 4px;}
	header{min-height:115px;}
	.logo img{max-height:70px;margin:0 !important; margin-top:0;}
	.footer-bottom{text-align:center;padding:0 5px;height:auto;overflow:hidden;}
	.footer-bottom div{ float:none !important; clear:both; margin:5px auto;}
	.widget-counter li {width: 91px;}
	.widget.news-pic .post-thumbnail{margin:3px 2px;}
	.sitemap-col { float:none !important; width:auto !important;}
	#related_posts .related-item{margin:0 auto 10px !important;float:none;}
	.share-post {height: 50px; padding-left:5px;}
	.share-post li, .mini-share-post li {height: 31px;width: 105px ;}
	.widget-feedburner-counter, #login-form{padding-right:5px; padding-left:5px;}
	.content iframe {	max-height: 170px; }
	.google-box iframe{ width:250px !important; float:left;}
	#login-form #log, #login-form #pwd, .widget-feedburner .feedburner-email{width:230px;}
	.review-top {float: none !important; width: auto !important; margin-right: 0 !important;}
	.widget-counter.col2 li, .widget-counter.col4 li{width: 137px;}
	.ads120-90 .ad-cell,.ads120-60 .ad-cell,.ads120-600 .ad-cell,.ads120-240 .ad-cell, .ads125 .ad-cell{display: inline-block; float:none; margin-right: 4px;}
	.widget-container .ads120-90, .widget-container .ads120-60, .widget-container .ads120-600, .widget-container .ads120-240, .widget-container .ads125{ margin:0 -7px 0 0;}
	.ads120-90, .ads120-60, .ads120-600, .ads120-240, .ads125{text-align:center;padding-left:5px;}
	#sidebar .flexslider ,#sidebar .slides > li, #sidebar .flexslider .slides img {max-height: 186px !important; width: 277px !important; height: 186px !important;}
	.google-map{float:none !important; margin:0 !important; }
	#main-nav .main-menu {margin-left: 0  !important; margin-right:0 !important;}
	.item-list .post-thumbnail{	float:none; margin-left:auto; margin-right:auto; text-align:center;}
	.ad-cell img{max-width:100%;height:auto;}
	.ads300-100 .ad-cell, .ads300-250 .ad-cell, .ads300-600 .ad-cell{width:100%;}
				
				
	
	.search-block .search-button {
		margin:3px 5px 5px 0;
	}
	
	.top-nav-wrap {
		width: 277px !important;
	}
	.top-nav-home-link {
		border:none;
	}
	#top-menu-mob {
			height: 35px;
			margin: 0;
			width: 130px;
	}
	.top-nav {
			height: 108px;
			padding:8px 0 0 0;
	}
	.top-nav .social-section {
			float: left;
			margin: 4px 0 0;
			width: auto;
	}
	.top-nav .social-section {
			float: none;
			margin: 4px auto 0;
			width: 175px;
	}
	.search-block {
			float: none;
			margin: 5px 0 6px;
			width:290px;
	}
	.search-block > form {
			margin: 2px 0 0;
	}
	.search-block #s {
		width:240px;
	}
	#main-nav {
		height:67px;
	}
	#main-nav #main-menu-mob {
		height:43px;
		width:96%;
	}
	
	footer .foot-wrap {
			width: 277px !important;
	}
	footer .about-footer-col {
			width: 277px;
	}
	footer .footer-col {
			float: left;
	}
	footer .social-footer-col {
			float: left;
			margin: 20px 0 0;
	}
	
	.footer-bottom {
			width: 257px !important;
			padding:10px;
	}
	.footer-bottom .blog-rank {
		float:none;
	}
	.bread-crumb-wrap {
		display:none;
	}
	
	
	.home-category-section-popular-articles {
		display:block;
	}
	.home-category-section-recent-articles {
		display:block;
	}
	
	h2.home-category-section-popular, h2.home-category-section-recent {
		float:none;
	}
	.content article.home-first-article-wide .featured-image {
		float:none;
	}
	.content article.home-first-article-wide .article-content-all-wrap {
		width:236px;
		float:none;
	}
	.content .home-first-article-slim-wrap {
		display:none;
	}
	.content article.home-first-article .featured-image img {
		max-width:236px !important;
	}
	.home-category-section-wrap .home-category-section .home-category-0 {
    float: none;
    margin: 0 0 20px;
    width: 236px;
	}
	.home-category-section-wrap .home-category-section .home-category-0 .featured-image img {
    max-width: 236px !important;
		height:auto !important;
		width:auto !important
	}
	.home-category-section article.home-category-0 p.article-read-more {
		display:none;
	}
	.home-category-section-wrap .home-category-section .home-category-small {
    border-bottom: 1px solid #E9E9E9;
		border-top: 1px solid #E9E9E9;
    float: none;
    margin: 13px 0;
    padding: 13px 0;
    width: 236px;
	}
	.home-category-section-wrap .home-category-section .home-category-2 {
		border:none;
	}
	.home-category-section-wrap .home-category-section .home-category-small h2 {
		float: left;
    margin: 0 0 0 0;
    width: 236px !important;
	}
	.view-all-cats-strip {
    height: auto;
    margin: 0 -20px;
    padding: 5px 0;
	}
	.home-category-section .view-all-cats-wrap {
    position: relative;
    text-align: left;
    left: auto;
		float:none;
	}
	.home-category-section .view-all-cats {
    left: auto;
    list-style: none outside none;
    position: relative;
	}
	.home-category-section .view-all-cats li {
    display: inline-block;
		float:none;
	}
	.home-category-section-wrap .home-category-section .home-category-small .featured-image img {
		max-width:236px !important;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row {
		display:block;
	}
	.home-product-book-section-wrap .home-book-product-section-row h2, .home-product-book-section-wrap .home-book-product-section-row .home-category-section {
		display:block;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row-title-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-view-row .view-all-relative-wrap-book {
		display:none !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-title-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-view-row .view-all-relative-wrap-cartoon {
		display:none !important;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row-content-row h2.home-category-section-title-product,
	.home-product-book-section-wrap .home-book-product-section-row-content-row .view-all-relative-wrap	{
		display:block !important;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row h2.home-category-section-title-infographic,
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row-content-row .view-all-relative-wrap	{
		display:block !important;
	}
	
	.home-product-book-section-wrap .home-book-product-section-row h2.home-category-section-title-product {
		display:none;
		margin:30px 0 0 ;
	}
	.home-half-category-section-wrap .home-category-section {
		width:236px;
	}
	.home-book-product-section-row .view-all-relative-wrap {
		margin:-30px 0 0 -55px;
	}
	.home-book-product-section-row .view-all-relative-wrap-book {
		margin:-30px 0 0 -24px;
	}
	
	
	.home-tools-section-wrap .home-tools-section .feature-tool-section,
	.home-tools-section-wrap .home-tools-section, .home-tools-section-wrap .feature-tool-article-row	{
		display:block;
		width:236px;
	}
	.home-tools-section-wrap .home-tools-section .feature-tool-section .featured-image {
		text-align:center;
	}
	.home-tools-section-wrap .home-tools-section .feature-tool-section .featured-image img {
		max-width:236px !important;
	}
	.book-read-more {
		display:none;
	}
	
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2.home-category-section-title-infographic {
		display:none;
		margin:30px 0 0 ;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row h2, .home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row .home-category-section {
		display:block;
	}
	.home-cartoon-infographic-section-wrap .home-cartoon-infographic-section-row {
		display:block;
	}
	.home-half-category-section-wrap .featured-image {
		text-align:center;
	}
	.home-half-category-section-wrap a.featured-image img {
		width:236px !important;
	}
	.home-category-book-section a.featured-image img, .home-category-small a.featured-image img {
		width:auto !important;
		max-width:236px !important;
	}
	.home-category-small a.featured-image img {
		height:auto !important;
	}
	.home-cartoon-infographic-section-wrap a.infographic-image img {
		width:236px !important;
		height:auto !important;
	}
	.home-cartoon-infographic-section-wrap a.infographic-image {
		margin:0px auto 10px;
		width:236px;
	}
	.home-cartoon-infographic-section-wrap .view-all-relative-wrap {
		margin:-30px 0 0 -55px;
	}
	.home-cartoon-infographic-section-wrap .view-all-relative-wrap-cartoon {
		margin:-30px 0 0 -24px;
	}
	
	/* Category Page*/
	.post-listing article.category-article .post-thumbnail {
		width:236px;
	}
	.post-listing article.category-article .post-thumbnail img {
		max-width:235px !important;
	}
	.item-list {
		padding:20px 20px 40px;
	}
	.post-listing article.category-article .category-content-all-wrap {
		width:236px;
	}
	
	/* Book Category */
	body.category-18 .post-listing .category-author-article-row article.slim-article, body.category-15 .post-listing .category-author-article-row article.slim-article, body.category-5678 .post-listing .category-author-article-row article.slim-article, body.author .post-listing .category-author-article-row article.slim-article {
		display:block;
	}
	body.category-18 .post-listing .category-author-article-row, body.category-15 .post-listing .category-author-article-row, body.category-5678 .post-listing .category-author-article-row, body.author .post-listing .category-author-article-row {
		display:block;
		padding:0;
	}
	.post-listing article.slim-article {
		width:236px;
	}
	body.category-18 .post-listing .row-spacer, body.category-15 .post-listing .row-spacer, body.category-5678 .post-listing .row-spacer, body.author .post-listing .row-spacer	{
		display:none;
	}
	
	/* Article Page */
	.post-meta-footer2 .shareme-wrap {
		margin:9px 3px 0 -12px;
	}
	.shareme-wrap br {
		display:none;
	}
	.shareme-divider {
		display:none;
	}
	.post-meta-footer2 .button-stack {
		width:238px;
		position:relative;
		padding:10px 0 0 0;
	}
	.post-meta-footer2 .button-stack hr {
		display:none;
	}
	.post-meta-footer2 .button-stack .WP_print_post {
		position: absolute;
    right: 1px;
    top: -26px;
	}
	.post-meta-footer2 .button-stack .WP_email_post {
		position: absolute;
    right: 34px;
    top: -26px;
		margin:0
	}
	.post-meta-footer2 .button-stack .share-twitter {
		margin:10px 0 0;
	}
	.post-meta-footer2 .button-stack .share-bizsugar, .post-meta-footer2 .button-stack .share-pinterest, .post-meta-footer2 .button-stack .share-twitter {
		width:110px !important;
		max-width:110px;
		padding:0;
	}
	.post-meta-footer2 .button-stack .share-google, .post-meta-footer2 .button-stack .share-linkedin, .post-meta-footer2 .button-stack .share-facebook {
		width:110px !important;
		max-width:110px;
		padding:0;
	}
	body.single .full-span-featured-image img {
		width:277px !important;
	}
	
	#related-articles .single-related-articles li {
		width:100%
	}
	#related-articles .single-related-articles .related-articles-img {
		width:100%;
		text-align:center;
	}
	#related-articles .single-related-articles li a img {
		width:239px !important;
	}
	#commentform input {
		width:223px;
	}
	
	/* Book Articles */
	#singe-book-review-section .singe-book-review-row .singe-book-review-book-cell {
		background:#fff;
	}
	#singe-book-review-section .singe-book-review-row .singe-book-review-book-cell img {
		margin: 10px 0 0 0;
	}
	
	/* Gallery Post */
	.smb-post-gallery-home #smb-post-gallery-view-all-button {
		margin:0;
	}
	
	/* Pages */
	body.page article.post-listing {
		width:236px;
	}
	
	
	
	/* Author Page*/
	body.author #abouttheauthor .connectauthor {
		margin:0;
		float:left;
	}
	#abouttheauthor .connectauthor li a {
		display:inline-block;
		float:left;
		margin:0 10px 0 0;
	}
	#author-avatar {
		float: none;
    margin-right: 0;
    text-align: center;
	}
	#author-avatar img {
		width:238px;
	}
	
	/* Archive Page */
	body.page-id-153246 .pagination .alignleft,
	body.page-id-153246 .pagination .alignright	{
		float:none;
	}
	body.page-id-153246 .pagination a {
		width:226px;
		text-align:center;
		margin:0 0 10px 0;
	}
	
	
	/* Book Article */
	#singe-book-review-section .singe-book-review-row {
		display:block;
	}
	#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell {
		width:100%;
	}
	#singe-book-review-section .singe-book-review-row .singe-book-review-review-cell, #singe-book-review-section .singe-book-review-row .singe-book-review-book-cell, #singe-book-review-section .singe-book-review-row .singe-book-review-spacer-cell {
		display:block;
	}
	
	
	/* Sidebar */
	
	body.page-template-page-one-col-php #footer-subscribe-buttons {
		margin:0;
	}
	
	#sidebar {
		float: left;
    margin: 0 0 0 -10px;
    width: 297px !important;
	}
	#sidebar .ad-300x250, #sidebar #bottom-sidebar-ad-300x250 {
		margin:0 0 25px -2px;
		padding:0 0 5px 0;
	}
	#sidebar .widget_nextiva_blog h3.widgettitle {
		width:277px;
		margin:-10px 0 0 -11px;
	}
	#sidebar .widget_nextiva_blog .nextiva-sponsored {
		width:275px;
	}
	#sidebar #eventsiframe {
		margin: 0 0 40px -3px;
    width: 302px;
	}
	
	#footer-subscribe-buttons {
		width:236px;
	}
	#footer-subscribe-buttons .Feedburner-button {
		float: left;
    margin: 5px 40px 0 31px;
    width: 132px;
	}
	
}


