/*
Theme Name: TheBusinessNews Codebase
Theme URI: http://magazine3.com/thebusinessnews/ 
Author: Magazine3.com
Author URI: http://magazine3.com/
Description: Business News magazine WordPress theme
Version: 2.2
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}
 
/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
.entry-content h1 {
	font-size: 25px
}
.entry-content h2 {
	font-size: 23px
}
.entry-content h3 {
	font-size: 21px
}
.entry-content h4 {
	font-size: 19px
}
.entry-content h5 {
	font-size: 17px
}
.entry-content h6 {
	font-size: 15px
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-bottom: 6px;
	font-weight: bold;
}
 
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em; 
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"], html input[id="submitcomment"],
input[type="reset"]{
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 2;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover, html input[id="submitcomment"]:hover,
input[type="reset"]:hover  {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus, html input[id="submitcomment"]:focus,
input[type="reset"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active  {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	 
	-webkit-transition: background-color, color 0.2s linear;
-moz-transition: background-color, color 0.2s linear;
transition: background-color, color 0.2s linear;
 color: #1982D1;
    outline: 0 none;
    text-decoration: none; }
 
a:hover {
    text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Menu
----------------------------------------------- */

 
/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img{
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	 
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */
.site-navigation{
clear:both
}
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */
 

.widget-title{
border-bottom: 1px solid #DDDDDD;
padding-left: 12px;
}
.widget-title h3 {
   color: #fff;

}
.widget-title h3 span{ 
padding:1px 6px;
font-weight: 300;
font-family: 'Oswald',sans-serif !important; 
font-size: 26px;
padding: 1px 14px;
background:#444;

}

.widget-container {
 
}

.widget {
	margin: 0 0 25px;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* General */
.cb{clear:both}

/* Header.php */
#masthead hgroup{
float:left
}
#masthead .site-title, #masthead .site-description{
color: #000000;
display: none;
font-family: sans-serif;
}
#header{
clear:both
}
#header-wrapper{
width:980px;
margin:0 auto;
}
#header-container{
}

/* header.php > Menus */
#menu-22 ul li div {
	color: #fff;
	display: block;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase; 
	word-spacing: 0
}
#menu-22 ul li {
	float: left
}
#menu-22 ul li a {
 
} 

#menu-22 ul li a , #menu-22 ul li div {
color: #2c2c2c;
    display: block;
    font: 500 16px/44px 'Open Sans',sans-serif;
    height: auto;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
	
}

#menu-22 ul li div {
	color: #000;
	text-transform: none
}
#menu-22 ul li a span {
	font-size: 10px;
	color: #999;
	line-height: 120%
}
#menu-22 ul li a:hover, #menu-22 ul li a.selected {
	text-decoration: none;
	color: #F33230;
}
#menu-22.ddsmoothmenu {
	z-index: 100;
	padding-bottom: 5px;
}
#menu-22.ddsmoothmenu ul {
	top: 43px !important;
	z-index: 100;
	margin: 0px auto;
	list-style-type: none;
 
 
}
#menu-22.ddsmoothmenu ul {
	padding: 0 0 0 6px;
}
#menu-22.ddsmoothmenu ul ul li a:hover {
 
}
#menu-22.ddsmoothmenu ul li {

	position: relative;
	display: inline;
	float: left;
 
}
#menu-22.ddsmoothmenu ul li a:hover {
	color: #a21a00
}
#menu-22.ddsmoothmenu ul li:hover {
 
	 
}
#menu-22 li.arrow {
background: url('/wp-content/themes/thebusinessnews-codebase/images/smallmenuarrow.png') no-repeat scroll right 6px transparent;
    padding-right: 5px;
 
}
#menu-22.ddsmoothmenu ul li ul li:hover {
 
}



#menu-22.ddsmoothmenu .current-post-ancestor, #menu-22.ddsmoothmenu current-menu-parent, #menu-22.ddsmoothmenu current-post-parent, #menu-22.ddsmoothmenu ul li.current-menu-item {
	background: #373737;
 
}
#menu-22.ddsmoothmenu .current-post-ancestor a, #menu-22.ddsmoothmenu current-menu-parent a, #menu-22.ddsmoothmenu current-post-parent a, #menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #FFFFFF !important
}
#menu-22.ddsmoothmenu ul li.current-menu-item a {
	color: #fff;
}
* html #menu-22.ddsmoothmenu ul li a {
	display: inline-block;
}


#menu-22.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding-bottom: 10px;
	width: 181px;
	height: auto;
	border-top: 0px;
	margin-left: -50px;
	border-radius: 0 0 3px 3px;
	margin-top: -4px;
	padding-left: 0px;
}
#menu-22.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;

	padding: 0;
	width: auto;
}
#menu-22.ddsmoothmenu ul li ul li:hover {
 
}
#menu-22.ddsmoothmenu ul li ul li ul {
	background:#232323;
	border: 1px solid #999;
	top: 0px !important;
	font-size:12px;
 
}
#menu-22.ddsmoothmenu ul li ul li ul li a  {
font-size:12px;
}
#menu-22.ddsmoothmenu ul li ul li ul li.first a  {
padding-top:6px; 
}

#menu-22.ddsmoothmenu ul li ul li ul li.last a  {
padding-bottom:6px; 
}

#menu-22.ddsmoothmenu ul li ul li a {

	padding-left: 16px;
	text-align: left;
	margin: 0;
	line-height: 100%;
	text-transform: none; 
	font-size: 15px;
	font-weight: 600;
	color: #b9b9b9;
	background:  #232323;
	font-family: 'Open Sans',sans-serif;
	padding-bottom: 21px; 
}

#menu-22.ddsmoothmenu ul li ul li.first {
background: url('/wp-content/themes/thebusinessnews-codebase/images/dropdownarrow.png') transparent;
    padding-top: 9px;
    background-repeat:no-repeat;
    background-position: top center;
}
#menu-22.ddsmoothmenu ul li ul li.first a{
   padding-top: 16px;
}

#menu-22.ddsmoothmenu ul li ul li.last a{
padding-bottom: 18px;
} 

#menu-22.ddsmoothmenu ul li.firstul ul {

	margin-left:0px !important;
}
#menu-22.ddsmoothmenu ul li.firstul ul li.first{

background-position:0 0;
}

#menu-22.ddsmoothmenu ul li ul li a:hover {
	color: #fff;
}
 
 
#menu-22.ddsmoothmenu ul li ul li a.last, #menu-22.ddsmoothmenu ul li ul li a.last:hover {
	border: none
}
* html #menu-22.ddsmoothmenu {
	height: 1%
}
#menu-22.ddsmoothmenu ul li.current-menu-item a:hover {
	background: none
}
#menu-22 .sub-menu a {
	color: #111
}
#menu-22 .sub-menu li.arrow {
 
}
/* HEADER.PHP > SLIDER.PHP */
#featured {	
}

#featured .ui-tabs-hide {
	display: none;
}
	
/*
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0px;
	width: 340px;
	left: 631px;
	outline: none;
	list-style: none;
	padding: 0;
	margin: 0;
	border-top: 1px solid #1A1A1A;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	outline: none;
	color: #666;
	text-decoration: none;
}
#featured .ui-tabs-panel {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#featured .ui-tabs-panel .info {
	position: absolute;
	top: 260px;
	width: auto;
	max-width: 620px;
	left: 0px;
	padding: 3px 5px 0px 5px;
	margin: 0px;
}
#featured .info h2 a {
   color: #FFFFFF;
    font-size: 21px;
    line-height: 26px;
    margin-top: 0;
    overflow: hidden;
    text-decoration: none;

} 
#featured .info h2 a {
	-webkit-text-shadow: 2px 2px #000000;
	-moz-text-shadow: 2px 2px #000000;
	-o-text-shadow: 2px 2px #000000;
	text-shadow: 2px 2px #000000;
}
#featuredcontent {
	height: 386px;
}
#featured li.ui-tabs-nav-item a {
	border-left: 6px solid #000;
	border-right: 2px solid #000;
}
#featured li.ui-tabs-nav-item a {
	height: 94px;
}
.ui-tabs-nav-item {
	height: 95px;
	background: #1a1a1a;
}
#featured li.ui-tabs-nav-item a:hover {
	border-left: 6px solid #00affe;
	border-right: 2px solid #00affe;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	border-left: 6px solid #00affe;
	border-right: 2px solid #00affe;
}
#featured .ui-tabs-panel:hover .read-more {
	background: #00affe;
	margin: 0px !important;
}*/


/* index.php */
#main{
clear:both;
}
#content-wrapper{
margin: 16px auto 0;
width:999px;
margin:0 auto;
}
#content{
float:left;
width: 657px;
padding-left: 10px;
}

/* sidebar.php */
/* Sidebar.php 
--------------------------------------------------------------- */

/* Widgets > Search widget */
/*Search*/
.hold .search-form {
float:left;
}
.search-form {
height: 45px;
    margin-left: 0;
    margin-top: -1px;
    width: 247px;
	background: url('/wp-content/themes/thebusinessnews-codebase/images/searchbg.png') no-repeat;
 
}
.search-form-big {
float:left;
background: url('/wp-content/themes/thebusinessnews-codebase/images/bigsearchbg.png') no-repeat scroll -2px -3px transparent;
    height: 47px;
    margin-left: 0;
    margin-top: 0;
    width: 338px;
 
}
.searchsubmit2:active {
background:url('/wp-content/themes/thebusinessnews-codebase/images/searchbg.png') no-repeat -198px -46px !important
}
.searchsubmit2 {
	background: none repeat scroll 0 0 transparent !important;
	border: 0 none;
	cursor: pointer;
	height: 44px;
	margin-left: 0;
	margin-top: 1px;
	overflow: visible;
	width: 42px;
}
#shead2 {
	background: none repeat scroll 0 0 transparent;
border: 0 none;
    color: #606060;
height: 40px;
    margin-left: 9px; 
    margin-right: 0;
    margin-top: 0;
    width: 280px;
}
.search-form input, .search-form-big input {
	box-shadow: none !important;
	border-radius: 0 0 0 0 !important;
	float: left;
	font-family: "verdana", helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 0;
	line-height: 25px
} 
#shead {
	background: none repeat scroll 0 0 transparent;
border: 0 none;
    color: #606060;
    height: 38px;
    margin-left: 12px;
    margin-right: 0;
    margin-top: 0;
    width: 180px;
}
.searchsubmit {
	background: none repeat scroll 0 0 transparent !important;
	border: 0 none;
	cursor: pointer;
	height: 44px;
	margin-left: 0;
	margin-top: 1px;
	overflow: visible;
	width: 42px;
}
.searchsubmit:active {
background:url('/wp-content/themes/thebusinessnews-codebase/images/searchbg.png') no-repeat -198px -47px  !important
}
 


#sidebar{
float: right;
padding-top: 12px;
    padding-right:0px;
    padding-left: 0;
    width: 325px;
}
#sidebar a{color:#3A3A3A}

#sidebar ul{
padding: 0 0 0 12px;
margin:0;

}

li.flickr-photo {
background-image:none !important;
display:inline-block;
border:1px solid #D7D7D7;
height:75px;
margin:9px 3px 2px 6px !important;
padding:5px !important;
width:auto!important;
}
li.flickr-photo img{max-width:75px; max-height:75px}

p.tag_cloud {
margin-top:6px
}



.tweets {
width:300px;
clear:both
}

.tweet {
background:url('/wp-content/themes/thebusinessnews-codebase/images/twit.png') no-repeat scroll 1px 50% transparent !important;
 padding-bottom: 5px;
  padding-top: 5px;
padding-left:21px !important;
line-height:18px !important;
margin-left: 0 !important;
}

.tweet:hover {
background:url('/wp-content/themes/thebusinessnews-codebase/images/twit.png') no-repeat scroll 1px 50% transparent !important
}

p.follow-message {
text-align:center;
font-size:12px;
font-weight:700;
width:300px;
margin-top:2px !important

}

p.follow-message a {
color:#29c !important
} 

#footerwrapper a { font-size:13px} 
#footerwrapper1 ul.pane li a {
color:#fff
}
#footerwrapper .block-item-small{ width:240px !important}

#footerwrapper .block-item-small .block-image-r {width:176px}

#footerwrapper .multiplesocialwidget-id {width: 235px;}
#footerwrapper .email-news-subscribe .email-box input.email{ width: 107px !important;}
#footerwrapper span.twitter-text {width: 235px;}
#footerwrapper ul.tabs li a{font-size:12px}
#footerwrapper .tabs_container {width: 237px;}
#footerwrapper .block-item-small-view ol {width: 240px;}
#footerwrapper .block-image-viewed-l {width:180px}


.widget_mostpopular h3 {
border-bottom:0 solid #DDD !important;
text-align:center
}

.mostpopular {
padding-left:6px !important;
list-style:none;
margin:.3em 0;
display: inline-block;
padding:0
}
ul.mostpopular li{

margin:0px !important; 
}

 
.mostpopular_li {
-webkit-transition-property:background; 
-webkit-transition-duration: 0.2s, 0.1s; 
-webkit-transition-timing-function: linear, ease-in;


-moz-transition-property:background; 
-moz-transition-duration:0.2s, 0.1s; 
-moz-transition-timing-function: linear, ease-in;


transition-property:background; 
transition-duration: 0.2s, 0.1s;  
transition-timing-function: linear, ease-in;

background-image:none !important;
border:0;
list-style:none !important;
line-height:20px !important; 
position:relative;
width:100%;
margin:0 0 -7px;
padding:11px 0 3px 8px !important
}

.mostpopular_li.color0 {

background-color:#ee5826 !important;
width:95%
}
.mostpopular_li.color0:hover { background:#FF7040 !important;}

.mostpopular_li.color1 {
background-color:#27b6e2 !important;
width:93%
}
.mostpopular_li.color1:hover { background:#49D4FF !important;}


.mostpopular_li.color2 {
background-color:#c5e627 !important;
width:89%
}
.mostpopular_li.color2:hover { background:#D8EB80 !important;}


.mostpopular_li.color3 {
background-color:#ff6f51 !important;
width:84%
}
.mostpopular_li.color3:hover { background:#FF8A71 !important;}

.mostpopular_li.color4 {
background-color:#d59b8e !important;
width:80%
}
.mostpopular_li.color4:hover { background:#E7B5AA !important;}

.mostpopular_li.color5:hover,.mostpopular_li.color6:hover,.mostpopular_li.color7:hover,.mostpopular_li.color8:hover,.mostpopular_li.color9:hover,.mostpopular_li.color10:hover,.mostpopular_li.color11:hover,.mostpopular_li.color12:hover,.mostpopular_li.color13:hover,.mostpopular_li.color14:hover,.mostpopular_li.color15:hover { background-color:#999 !important; }


.mostpopular_li.color5,.mostpopular_li.color6,.mostpopular_li.color7,.mostpopular_li.color8,.mostpopular_li.color9,.mostpopular_li.color10,.mostpopular_li.color11,.mostpopular_li.color12,.mostpopular_li.color13,.mostpopular_li.color14,.mostpopular_li.color15 {
background-color:#888 !important;
width:74%
}
ul.mostpopular li{border-bottom:0px solid #ddd !important;margin-left:0px !important;}

a.barlinko {
background:none;
display:block;
font-family: 'Open Sans',sans-serif !important;
font-size:14px !important;
text-decoration:none !important;
margin:0 8px 0 0;
padding:0;
color:#222222 !important; }
.barco  a {color:#000 !important;font-size:12px !important}
.barco {
display:block;
right:0
}

.block-image-viewed-l {
display:inline-block;
width:244px
}
.block-image-viewed-r,#comment-textarea {
float:right
}

.block-image-viewed-r img {
width:48px;
height:48px
}

.block-item-small ol {
list-style:decimal !important;
background:#fff !important
}

.block-item-small ol li {
list-style:decimal !important;
min-height:40px;
font-size:14px !important;
font-family:'Open sans', arial,sans-serif;
font-weight:700;
padding:5px 0 !important
}

.block-item-small ol li:hover {
background:none !important
}

.block-item-small ol li a {
font-size:12px;
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
font-weight:400
}

span.block-image-viewed-views {
font-size:11px !important;
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important;
font-weight:400
}

 /* tabs area */
.tab-content {
overflow:hidden;
padding:16px 16px 0
}

.tabs-wrapper {
margin-left: 10px;
overflow:hidden;
width:100%
}

.tabs-wrapper .tab-content {
border:1px solid #d7d7d7;
border-width:0 1px 1px
}

ul.tabs {
border:1px solid #dedede;
background:url('/wp-content/themes/thebusinessnews-codebase/images/tabbg.png') repeat-x;
float:left;
height:41px;
width:303px;
padding-left:0 !important;
margin-bottom:0 !important
}

ul.tabs li {
font-family:"Segoe UI",helvetica,Tahoma,Arial,sans-serif !important; 
background:none !important;
float:left;
border:1px solid #d6d6d6;
overflow:hidden;
position:relative;
bottom:-3px;
-moz-border-radius:3px 3px 0 0;
-webkit-border-radius:3px 3px 0 0;
border-radius:3px 3px 0 0;
margin:2px 0 0 8px !important;
padding:0 !important;
width:auto !important;
}

ul.tabs li a {
border-radius: 5px 5px 0 0;
    color: #666 !important;
    display: block;
    font-family: 'Oswald',sans-serif !important;
    font-size: 22px !important;
    font-weight: 300;
    height: 35px;
    line-height: 31px;
    outline: medium none;
    padding: 0 11px;
    text-decoration: none;
   -moz-border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
border-radius:5px 5px 0 0;
}
ul.tabs li.active a{color:#111 !important}
ul.tabs li a:hover {
background:#FFF !important
}

html ul.tabs li.active,html ul.tabs li.active a:hover {
background:#fff !important;
border-bottom:1px solid #fff !important
}

.tabs_container {
border-top:none;
overflow:hidden;
float:left;
width:305px;
background:#fff;
clear:both
}

.tab_content {
border-color:#D6D6D6;
border-style:solid;
border-width:0 1px 1px;
padding:10px 8px 4px
}
.block-item-small-tabs {
border-bottom: 1px dashed #EEEEEE;
    clear: both;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
   padding: 6px 5px 6px 0;
    width: 299px;
} 
.block-item-small-tabs img{
margin-right: 4px !important;
background:none repeat scroll 0 0 #FFF;
border:1px solid #CACACA;
border-radius:3px 3px 3px 3px;
padding:3px;
box-shadow:0 0 2px #eee;
-moz-border-radius:3px;
-webkit-border-radius:3px 3px 3px 3px;
} 

.block-item-small-tabs .block-image {
position:relative;
display:inline-block;
margin-left:0px;
float:left
}

.block-item-small-tabs .block-image-r {
float: right;
    font-size: 13px;
    padding-right: 7px;
    width: 228px;
    }
    

.block-item-small {
border-bottom: 1px dashed #EEEEEE;
    clear: both;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    padding: 6px 2px 6px 7px;
    width: 316px;
}

.block-item-small-view ol {
list-style:decimal outside none !important;  margin-bottom: 0;
     width: 324px;
}

.block-item-small-view ol li {
list-style-type:none;
min-height:50px;
font-family:'verdana', arial, sans-serif;
font-size:14px !important;
font-weight:700;
 overflow:visible;
clear:both;
padding:6px 6px 4px 12px !important;
-webkit-transition-property:background; 
-webkit-transition-duration: 0.2s, 0.1s; 
-webkit-transition-timing-function: linear, ease-in;


-moz-transition-property:background; 
-moz-transition-duration:0.2s, 0.1s; 
-moz-transition-timing-function: linear, ease-in;


transition-property:background; 
transition-duration: 0.2s, 0.1s; 
transition-timing-function: linear, ease-in;
}

.block-item-small-view ol li:hover {






background:#fff !important
}

.block-item-small-view ol li a {
font-family:'Open Sans',sans-serif !important;
font-size: 13px;
    font-weight: 600;
color:#444;
}

.block-item-small-view ol li:hover a{ 
color:#000 !important;
}

 ul.recent-comments-list li{
background-image: none !important;
    min-height: 50px;
    padding-left: 0 !important; 
}
    .recent-comments-list li a{ font-size:13px;
    font-weight:bold; }

/* m3 twitter widget */
.twitter-widget ul li {margin: 0 4px 8px !important; }
.m3-fbwidget{text-align:center}

/* m3 Google plus widget */
.m3-gpluswidget {text-align:center}

/* The widget image on left  */
.block-item-small .avatar {
width:45px;
height:45px;
box-shadow:none !important;
margin-right:4px
}

.block-item-small h2,.block-item-small h2 a {
color:#333;
font-family:'Open Sans', sans-serif;
font-size:13px;
font-weight:normal;
font-weight: 600;
line-height:16px
}

.block-item-small img {
border:1px solid #D7D7D7;
padding:2px
}

.block-item-small .block-image {
position:relative;
display:inline-block; 
margin-left:3px;
float:left
}

.block-item-small .block-image-r {
float: right;
    padding-right: 10px;
    width: 241px;
    }

.block-meta {
color:#888;
display:block;
font-size:11px;
margin-top:4px
}

.block-meta a {
color:#888 !important
}

.block-meta a:hover {
color:#333 !important;
text-decoration:none
}

/* views widget */
.popularviewbg {
background:#F3F3F3; 
border-bottom: 1px solid #999999;
margin-top: -9px;
padding-top: 4px; 
}
.popularviewbg ol li:hover {
background:#fff !important;
}
/* more sidebar */
#calendar_wrap {
	padding-left: 15px;
}
#wp-calendar {
	color: #555;
	width: 295px;
	font-size: 13px;
	text-align: center;
	clear: both
}
#wp-calendar td a {
	color: #fff;
	font-weight: bold;
	padding: 0 7px;
	background-color: #999;
}
#wp-calendar caption {
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	padding: 5px 0 3px
}
#wp-calendar th {
	background: #f4f4f4;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: 700
}
#wp-calendar tbody tr td {
padding: 5px 0;
	text-align: center
}
#wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc
}


.widget  ul, .widget ol { margin:0px;}
.widget-title {margin-bottom: 10px; font-family:arial, sans-serif;font-size:17px;  padding-left: 10px;border-bottom: 1px solid #999999;}
.widget ul li {list-style:none;line-height:16px;width:280px;background:url('/wp-content/themes/thebusinessnews-codebase/images/li.png') left no-repeat; font-size:13px;margin: 0 4px 17px;  padding-left: 8px;}

.widget ul  li  a {font-family:arial, sans-serif;font-size:13px; color:#474747 }

/* Ad widget */
.adspace-widget {text-align:center;}
/* Social widget */ 

/* Social */

ul.socialwidget {
	position: relative;
	padding: 0px;
	list-style: none;
	display: inline-block;
}
ul.socialwidget li {
	background: none !important;
	float: left;
	margin: 0 15px 15px 0 !important;;
	padding: 0px;
	width: 16px;
	height: 16px;
	display: block;
	border: none;
	width: 32px  !important;
	height: 32px ;
	margin-left: 15px !important;
}
ul.socialwidget li a {
	width: 32px  !important;
	height: 32px;
	display: block;
	padding: 0px;
	background: url('/wp-content/themes/thebusinessnews-codebase/images/icon-social.png') 0px 0px no-repeat
}
ul.socialwidget li a.twitter {
	background-position: 0px 0px
}
ul.socialwidget li a.facebook {
	background-position: -40px 0px
}
ul.socialwidget li a.in {
	background-position: -80px 0px
}
ul.socialwidget li a.gplus {
	background-position: -120px 0px
}
ul.socialwidget li a.dribble {
	background-position: -160px 0px
}
ul.socialwidget li a.forrst {
	background-position: -200px 0px
}
ul.socialwidget li a.flickr {
	background-position: -240px 0px
}
ul.socialwidget li a.deviant {
	background-position: -280px 0px
}
ul.socialwidget li a.behance {
	background-position: -320px 0px
}
ul.socialwidget li a.vimeo {
	background-position: -360px 0px
}
ul.socialwidget li a.utube {
	background-position: -400px 0px
}
ul.socialwidget li a.rss {
	background-position: -440px 0px
}

.multiplesocialwidget-id {
width: 300px;
margin-left: 8px !important; 
-moz-box-shadow:1px 1px 1px #EEE;
-webkit-box-shadow:1px 1px 1px #EEE;
box-shadow:1px 1px 1px #EEE;
border-radius:2px 2px 2px 2px;
border:1px solid #DDD;
}

.fb-likebox {
border-bottom:1px solid #DDE1EE;
background:#fff;
padding:10px 10px 0
}

.googleplus {
background:#F5FCFE;
font-size:.90em;
font-family:"Arial","Helvetica",sans-serif;
color:#000;
line-height:1px;
padding:9px 11px
}

.googleplus span {
color:#000;
font-size:11px;
position:absolute;
display:inline-block;
margin:9px 70px
}

.twitterbg {
background:#EEF9FD;
padding:10px
}

.multiplesocialwidget-id-widget {
background:#EBEBEB;
text-align:right;
border-image:initial;
padding:2px 8px 2px 3px
}

.multiplesocialwidget-id-widget .author-credit a {
font-size:10px;
font-weight:700;
text-shadow:1px 1px #FFF;
color:#1E598E;
text-decoration:none
}

.email-news-subscribe .email-box {
font-family:"Arial","Helvetica",sans-serif;
border-image:initial;
padding:10px
}

.email-news-subscribe .email-box input.email {
background:#FFF;
color:#999;
-moz-border-radius:3px;
-webkit-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
-khtml-border-radius:3px;
border-radius:3px;
border-image:initial;
font-family:"Arial","Helvetica",sans-serif;
padding:7px 10px 8px
}

.email-news-subscribe .email-box input.subscribe {
background-image:0;     background-color:  #D1E5F6;
color:#186487;
border:1px solid #A4CCE5;
font-size:11px;
font-weight:700;
padding:6px
}

.email-news-subscribe .email-box input.subscribe:hover {
background-color:#cfe5f3;
background-image:0;
border:1px solid #307ba9;
color:#186487
}

.email-news-subscribe .email-box input.subscribe:active {
background-color:#cfe5f3;
background-image:0;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset;
border:1px solid #307ba9;
color:#186487
}

#other-social-bar {
overflow:hidden;
padding:0
}

#other-social-bar .other-follow {
color:#1E598E;
padding-bottom:7px
}

/* Comment style */
#comments-content {
margin-left: 24px;
    width: 610px;
}

ol.commentlist {
margin-bottom:30px;
list-style-type:none 
}

.the-comment {
margin-bottom:24px
}

.avatar {
float:left;
margin-right:14px;
background:none repeat scroll 0 0 #FFF;
border:1px solid #CACACA;
border-radius:3px 3px 3px 3px;
box-shadow:0 0 2px #C3C3C3;
-moz-border-radius:3px;
-webkit-border-radius:3px 3px 3px 3px;
padding:4px
}

.comment-arrow {
background:url('/wp-content/themes/thebusinessnews-codebase/images/comment-arrow.png') no-repeat;
width:8px;
height:15px;
float:left;
margin-top:16px;
margin-right:-1px
}

.comment-box {
border:1px solid #E5E5E5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
overflow:hidden;
padding:14px
}

.comment-author {
margin-bottom:10px;
color:#EEE;
padding-bottom:3px;
border-bottom:1px solid #eee
}

.comment-author strong{  
color: #111111;
    font-family: 'Droid Serif',serif !important;
    font-size: 16px;
    font-weight: normal;
}

.comment-author small {
margin-top: 6px;
color:#384f79;
float:right
}

.comment-text {
line-height:20px
}

.comment-text p {
margin-top:15px;
    font-size: 14px;
    line-height: 25px;
}

.children {
margin:20px 0 0 83px
}

.children li.comment {
list-style-type:none;
margin:0 0 20px
}

.cancel-comment-reply {
margin-bottom:10px
}

.no-comments {
color:#888
}

.comment-text-side {
color:#888;
line-height:20px
}

a.comment-reply-link {
background: #EEEEEE;
    color: #333333;
    font-size: 12px;
    padding: 2px 7px;
}


#respond {
margin-left:7px;
width:615px;
padding-top:45px
}

#respond h3 {font-family: Helvetica,Arial,"Trebuchet MS",sans-serif;font-size:15px; 
font-weight:bold;
margin-bottom:0 !important
}

#respond-content {
width:610px
}

#comment-input {
float:left;
margin-right:8px
}

#comment-input input {
width: 190px;
margin-bottom:17px;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:1px 1px 1px 1px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:9px 13px 
}

#comment-input input:focus,textarea:focus {
outline:none
}

#comment-input label {
font-size:12px;
display:block;
margin-bottom:2px
}

#comment-input label .req {
color:#999
}

.textarea-comment {
background:#E9E9E9;
width:355px;
height:153px;
font-family:arial;
background-color:#EEE;
border:1px solid rgba(174, 173, 173, 0.5);
border-radius:3px 3px 3px 3px;
box-shadow:0 0 4px rgba(147, 147, 147, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 0.75);
color:#676A6B;
display:inline-block;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.65);
padding:6px 10px
}

#comment-textarea label {
font-size:12px;
display:block;
margin-bottom:3px
}

#comment-textarea-admin {
float:none;
margin-bottom:16px
}

#comment-textarea-admin label {
display:block;
margin:10px 0 5px
}

 

#comment-submit {
clear:both;
width:600px;
text-align:center;
margin-bottom:10px
}

#comment-submit-admin {
clear:both;
margin-bottom:10px
}

#comments-content ol {
margin:18px 5px 18px 0
}

.respond {
padding:5px
}

.comment-submit {
cursor:pointer;
font-family:"Segoe UI",helvetica,Arial,sans-serif;
 width: 100%;
border:1px solid #3C3C3E;
font-size:16px;
font-weight:700;
box-shadow:0 1px 0 #212122, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset;
color:#FFF;
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.8);
padding:9px 242px !important
}

.comment-submit:hover {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}

.comment-submit:active {
border:1px solid #3C3C3E;
 box-shadow:0 1px 0 #ddd, 0 1px 0 0 rgba(255, 255, 255, 0.4) inset
}
h3.numberofcomments {text-align:center !important; 
background:url('/wp-content/themes/thebusinessnews-codebase/images/asideline.png') repeat-x scroll center center transparent;
color:#01649E;
display:block;
font-size:14px !important;
font-weight:700;
margin:30px 0 15px;
padding:0 8px
}

h3.numberofcomments span {
background:#fff;font-family:Helvetica,Arial,sans-serif;
padding:1px 4px
}


/* Tags */
.tagcloud{padding-left:5px;}
.tagcloud a,.almeros_tags a{display:inline-block;float:none;margin:2px 1px;padding:6px 3px;font-family:"Trebuchet MS","Arial","Helvetica",sans-serif;font-style:normal;font-weight:bold;text-decoration:none;background-color:#ec745c;color:#fff !important;-webkit-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-moz-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-o-text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;text-shadow:rgba(0,0,0,0.2) 1px 0,rgba(0,0,0,0.2) 0 1px,rgba(255,255,255,0.2) -1px 0,rgba(255,255,255,0.2) 0 -1px,rgba(0,0,0,0.2) 1px 1px,rgba(255,255,255,0.2) -1px -1px;-webkit-box-shadow:0 0 1px #999999;-moz-box-shadow:0 0 1px #999999;-o-box-shadow:0 0 1px #999999;box-shadow:0 0 1px #999999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:-webkit-transform 0.1s ease-in;-moz-transition:-moz-transform 0.1s ease-in;-o-transition:-o-transform 0.1s ease-in;transition:transform 0.1s ease-in;}
.tagcloud a:hover,.almeros_tags a:hover{color:#fff;background-color:#0c92da;-webkit-box-shadow:0 0 20px rgb(0,0,50);-moz-box-shadow:0 0 20px rgb(0,0,50);-o-box-shadow:0 0 20px rgb(0,0,50);box-shadow:0 0 10px rgb(0,0,50);-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);-o-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);}
.tagcloud a:nth-child(2n),.almeros_tags a:nth-child(2n){background-color:#ff9f51;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(2n):hover,.almeros_tags a:nth-child(2n):hover{-webkit-transform:rotate(-3deg) scale(1.2);-moz-transform:rotate(-3deg) scale(1.2);-o-transform:rotate(-3deg) scale(1.2);background-color:#0c92da;transform:rotate(-3deg) scale(1.2);}
.tagcloud a:nth-child(4n),.almeros_tags a:nth-child(4n){background-color:#9ab9e4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(4n):hover,.almeros_tags a:nth-child(4n):hover{-webkit-transform:rotate(3deg) scale(1.2);-moz-transform:rotate(3deg) scale(1.2);transform:rotate(3deg) scale(1.2);background-color:#0c92da;}
.tagcloud a:nth-child(5n),.almeros_tags a:nth-child(5n){background-color:#9ab9d4;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);}
.tagcloud a:nth-child(5n):hover,.almeros_tags a:nth-child(5n):hover{-webkit-transform:rotate(2deg) scale(1.2);-moz-transform:rotate(2deg) scale(1.2);background-color:#0c92da;-o-transform:rotate(2deg) scale(1.2);transform:rotate(2deg) scale(1.2);} 

/* Category widget with numbers */
.browsebycat {margin-left: 4px;}
.sidebartitlewrapper  {font-family:arial, sans-serif;font-size:17px;font-weight:bold; color:#474747 ;  margin-left: 10px;}

ul.pane li{
background: none repeat scroll 0 0 transparent !important;
    color: #787878;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 7px;
    padding: 5px 0 5px 1px !important;
      }
ul.pane li a {
color: #333333;
    display: inline-block;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding-left: 2px;
    width: 240px;
}

#footerwrapper  ul.pane li a{width:180px}
.pane ul li a:hover{color:#777}


/* TWeet */
span.twitter-text {
     border-bottom: 1px dotted #ddd;
    display: block;
    padding-bottom: 9px;  color: #666666;
}

 span.twitter-text a{ color: #000 !important; }
/* SIDEBAR ENDS */

/* SIDEBAR ENDS */


/* footer.php */
#footer{
}
#footer-wrapper{
width:980px;
margin:0 auto;
}

 
 
 
 
 
 
 











/* SINGLE.PHP - START HERE */
.single-wrapper{  
border-right: 1px solid #EEEEEE;
    padding-left: 9px !important;
    padding-right: 7px;  
   padding-top: 12px;
    width: 657px; }
#single-heading-content { display:block }
.postedby{  font-style: italic;  padding: 4px 2px 3px; font-family:Arial,Helvetica,sans-serif; font-style: italic;color:#000;   border-bottom: 1px solid #F5F0E9;}
.postedby a{  color:#000 }

.postedby-1{    padding: 3px 2px 2px; font-family:Arial,Helvetica,sans-serif; color:#000;  }
.postedby-1 a{  color:#000;display:block } 
.single-left {float:left;   padding-right: 6px;    border-right:1px solid #F5F0E9;  width: 109px; font-size:12px;}
.postedby a{font-weight:bold;}
.single-right {float:right;    width: 532px;}
.cat-links-holder-single{   padding-top: 3px; font-family:Arial,Helvetica,sans-serif; font-weight:bold;font-size:13px;}
.cat-links-padding{ padding-bottom:6px;}
.cat-links-padding-social{ padding-bottom:6px; padding-top:6px;}
.addthis_toolbox a{padding-bottom:5px !important}

/* Author box */

.single-entry-title{text-align:left;} 
.entry-header-single {border-bottom:3px solid #F5F0E9; }
.entry-meta-single{float:left; width:50%;color:#BF8221; }
 
.cat-links-holder, .entry-meta-single, .entry-meta-single a  {font-weight:normal;}
.entry-meta-single a {font-size:12px;font-weight:bold;}
.single-wrapper .entry-content p {  font-size:14px;color:#0a0a0a;font-family:Arial,Helvetica,sans-serif !important;}
  .entry-content  {line-height: 22px;margin-top: 4px;  font-size:14px;color:#0a0a0a;font-family:Arial,Helvetica,sans-serif}
  .entry-content p {    font-size:14px;color:#0a0a0a;font-family:Arial,Helvetica,sans-serif !important;}

.single-wrapper .entry-content {     font: 300 15px/1.625 Helvetica,Arial,sans-serif;   padding-top: 5px;border-bottom:0px;}
.single-entry-title   {  color: #000000;
    font-family: 'Droid Serif', serif !important;
    font-size: 32px;
    font-weight: bold;
    padding:0 6px 0 1px;
    line-height: 40px;
    margin: 0 0 4px;
    text-decoration: none;
}

.ptags  a{ 
	background: none repeat scroll 0 0 #666666; 
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 3px;
    padding: 3px;} 
.ptags 	{font-size: 12px;} 
.authorarea-wrap{min-height:110px;}
#authorarea {
padding-left:5px;
width:648px;
margin:8px 0
}

.authorareah3 {
height:23px;
border-bottom:1px solid #B0B0B0;
color:#333;
font-family:georgia;
font-size:19px;
font-weight:400;
line-height:22px;
padding-left:8px;
margin:0 4px 5px
}

.authorareah3 a {
text-decoration:none;
color:#333;
font-weight:700
}

#authorarea img {
float:left;
border:1px solid #ddd;
margin:0 4px
}

#authorarea p {
color:#333; 
font-size:13px;
margin:0
}
.authorareah3-img {
float: right;  font-size: 12px !important; 
}

/* Related */
#relatednews {
border-bottom:2px solid #0292d6;
margin-bottom:8px
}

#relatednewsh2 {
background:#0292d6;
color:#f1f1f1;
float:left;
font-family:"Segoe UI",Tahoma,Helvetica,Arial,sans-serif;
font-size:17px;
font-weight:700;
padding:2px 12px
}

#related {
background:#fff;
float:left;
margin-bottom:15px;
margin-top:15px;
padding-left:0;
}
 
#related h1 {
background:#762652;
color:#fff;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:400;
padding:3px 10px 4px 
}

.relatedpost h3 {
 
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif !important;
font-size:12px;
font-weight:400
}

.relatedpost h3 a {
color:#333;
 
}

.relatedpost {
  float: left;
    font-size: 12px; 
    padding: 4px 0;
    width: 111px;
}



.relatedpost:hover a {
color:#000
}

.related {
float:left; 
margin:0 
}

.relatedpost img {
float:left;
padding-right:6px
}


/*Post meta*/
.counter {
 background:url('/wp-content/themes/thebusinessnews-codebase/images/views.png') no-repeat;
	  color: #323232;
    margin: 5px 0 0 2px;
    padding: 0 0 0 17px;
    background-position: 0; 
}
.post-metadata-left {
	background: #fff;
	float: right;
	margin-bottom: 0px;
	margin-top: -2px;
	padding-left: 35px;
}
.st-twitter-counter {
	width: 18px !important;
	height: 16px !important
}
.st-facebook-counter {
	width: 18px !important;
	height: 16px !important
}
.single-heading-comment {font-size:14px;
	line-height: 20px !important
}
.single-heading-comment a {
	color: #fff;
	padding: 2px 5px;
	font-weight: bold;
}
.single-heading-comment a:hover {
	text-decoration: none;
}
.post-metadata-left-cat a {
	padding: 0 4px;
	color: #000 !important;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
}


/* post navigatior in single [Next and previous] */
.single-pagi {
	background: #eef8fb;
	border: 1px solid #c7d1d4;
	margin-top: 10px;
	    width: 653px;
}
.prev-nav,  .next-nav {
	width: 47%;
	font-size:12px;
	margin: 10px;
	color: #adadad;
}
.prev-nav {
	float: left;
	margin-right: 0px
}
.next-nav {
	float: right;
	text-align: right;
	margin-left: 0px
}
.prev-nav a, .next-nav a {
	margin-top: 8px;
	color: #363636;
	font-size: 14px; font-family: Helvetica, Arial, "Trebuchet MS", sans-serif;

}


 
/* Sharebox */
#sharebox {
	z-index:100;
	float: left;
	margin-left: 20px;
	background: #DBDBDB;
	position: fixed;
	top: 275px;
	left: 0;
	padding: 5px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CDCDCD
}
#sharebox:hover {
	background: #eee;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s
}
#sharebox .wdt {
	text-align: center;
	clear: left;
	padding: 2px 4px
}
/* SINGLE.PHP - START HERE */

.entry-content li{ margin-bottom:3px}

.full-width{width:97% !important }
.alignleft,img.alignleft {
display:inline;
float:left;
margin-right:1.5em
}

.alignright,img.alignright {
display:inline;
float:right;
margin-left:1.5em
}

.aligncenter,img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto
}






 
 
 
 
 
 
 
 
 
 
 

/* Author.php */
.author-info{     float: right;  width: 438px;}








 

/* Temp */

.infiniteCarousel { 
overflow:visible;
  width: 395px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 880px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: hidden;
  height: 75px;
  margin: 0 0 0 84px;
  position: absolute;
  top: 0;
}

 
.infiniteCarousel .wrapper ul {
overflow:hidden;
  width: 883px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  height: 70px;
  margin-top: 1px;
  width: 300px;
}

.infiniteCarousel ul li img {
    -webkit-transition: border-color 400ms;
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.slider_arrows{
background: #F3F3F3;
    float: left;
    height: 70px;
    left: 876px;
    padding-left: 6px;
    padding-top: 7px;
    position: relative;
    width: 29px;
}

.infiniteCarousel .arrow {
cursor: pointer;
    display: inline;
    height: 24px;
    outline: 0 none;
    position: absolute;
    text-indent: -999px;
    	background:url('/wp-content/themes/thebusinessnews-codebase/images/icon-sprite.gif') no-repeat -377px 0;
    width: 23px;
}

.infiniteCarousel .forward {
background-position: -377px 0;
top: 6px;
}

.infiniteCarousel .back { 
	background-position:-377px -30px;
 
    top: 40px;  
}

 




#header .stories .control {
	width:23px;
	height:58px;
	padding:6px;
	float:right;
	background:#f3f3f3;
}
#header .stories .control a {
	width:23px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/icon-sprite.gif') no-repeat -377px 0;
}
#header .stories .control a.prev {
	background-position:-377px -30px;
	margin-top:10px;
}


/*Archives*/
#pag {text-align:center}
#pag  .navigation {float:none; width: 650px; }
.post-wrapper-archive{padding-left:6px}
.recentpost-image-0, .bottom-recentpost-image-0 {float:left;font-size:12px}
.bottom-recentpost-wrapper-cat{    width: 645px;  }
.bottom-recentpost-wrapper-cat .post-content p {font-size: 12px}
.related-post-wrapper-block {      width: 645px; }

.content-heading h2 a, .bottom-content-heading-0 h2 a, .bottom-content-heading h2 a {color: #222222;
    font: bold 18px 'Droid Serif',serif;}
 
 .bottom-recentpost-image-0 img {    background: none repeat scroll 0 0 #FFFFFF; 
    border: 1px solid #e5e3e1;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 2px #E5E5E5;
    float: left;
    margin: 0 9px 2px 0; 
    padding: 6px;}
.recentpost-cont-holder {float:right;     width: 255px;margin-right:4px}
.post-content-holder {float:right;width: 425px;} 
.readmore-b0  {float:right;}
.readmore-b0 a { background: #e5e3e1;
    color: #333;
    float: right;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 21px;
    padding: 0 9px 1px;
    text-decoration: none;}
.readmore-b0 a:hover { background: #f0efee; }	
.post-content-big p {margin-bottom:5px;line-height:17px}
.post-content-big, .post-content {font-family:Helvetica,Arial,sans-serif}
.content-heading {margin: 19px 0 7px;}
  .post-content-big {font-size:13px}
.post-content {font-size:14px;margin-bottom:2px;margin-top:4px}
.post-content  p {margin-bottom:2px}
.bottom-archive, .bottom-recentpost {clear: both;margin-top: 4px;padding-bottom: 10px;padding-top: 10px;border-bottom:1px dashed #e5e3e1;font-size:14px}
.no-img-bottom-archive {width:640px}
.post-content-holder .comments-link, .bottom-recentpost .comments-link    {float:right;margin-right: 10px;margin-top:2px;}
.post-content-holder .comments-link a , .bottom-recentpost .comments-link  a {color:#333}
.content-heading .comments-link a  {color:#333}
.content-heading .comments-link  {margin-right:10px}

  
.bottom-recentpost .bottom-content-heading-0 h2  {width:640px}
.cat-title-b0-1 {margin-top: 11px;padding: 2px 0 3px; background:#C60303 }
.cat-title-b0-1 h1 span,  .page-title {
	font-size: 20px;
	color: #fff;
	padding: 4px 5px;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight: normal;}
.page-title {text-align:center}
.page-title span {font-weight:bold}
.page-title {	color: #333; border:1px   solid #333; border-left:0px ; border-right:0px ;margin: 10px 15px;}





/* Attachment */
span.nav-previous {float:left;font-size: 14px;}
span.nav-next {float:right;font-size: 14px;}
.attachment-content{text-align:center;    padding: 8px 28px;}


/*Pagination*/
.navigation {height:37px; border:1px solid #cbcbcb;text-align: center; font-family:"Segoe UI", helvetica, Arial, sans-serif; font-size:18px; font-weight:bold; width: 490px;float: right;   margin: 20px 18px 10px 0; display:inline-block}
.navigation a {text-decoration:none;color:#6a6a6a;  line-height: 34px;}
.navigation a:hover{background:#666; color:#fff;}
.page-numbers { padding: 5px 8px 8px;}
.current {background:#C60303;color:#fff;}




/* Footer widgets */

.footerwrapper a { font-size:13px} 
.footerwrapper1 ul.pane li a {
color:#fff
}
.footerwrapper .block-item-small{ width:216px !important}

.footerwrapper .block-item-small .block-image-r {width:150px;padding-right: 0;}
.footerwrapper .block-item-small .block-image-r span{display:none}

.footerwrapper .multiplesocialwidget-id {width: 235px;}
.footerwrapper .email-news-subscribe .email-box input.email{ width: 107px !important;}
.footerwrapper span.twitter-text {width: 235px;}
.footerwrapper ul.tabs li a{font-size:12px}
.footerwrapper .tabs_container {width: 226px;}
.footerwrapper .block-item-small-view ol {width: 227px;margin-left:0px;}
.footerwrapper .block-item-small-view ol li {margin-left: 0 !important;}
.footerwrapper .block-item-small-view ol img{ display:none}
.footerwrapper .block-image-viewed-l {width:206px}
.footerwrapper .widget ul li {width:225px !important;}
.footerwrapper ul.pane li a{width:195px !important}
.footerwrapper .widget-title h3 span {background: none repeat scroll 0 0 transparent;
    font: italic bold 15px/26px "Times New Roman",Times,serif !important;}

 
.footerwrapper ul {margin:5px 5px 5px 0px ;}
.footerwrapper ul  li  {font-size:13px !important; margin-top:5px; margin-left:10px;width:auto !important}
.footerwrapper ul li a {font-size:13px !important}
.footerwrapper ul  li a {color:#292827;font-family:'Droid Sans', sans-serif; font-size:14px; }
.footerwrapper h3 {color:#2a2a2a;font-family:'Droid Sans', sans-serif; font-size:13px;font-weight:bold; padding-left: 12px;}

.footerwrapper .tabs-wrapper{margin-left: 0px;}
#footer ul.tabs {width:224px;}
#footer ul.tabs li{margin-left:1px !important}
#footer ul.tabs li a{font-size:14px}
#footer .block-item-small-tabs{width:210px}
#footer .block-item-small-tabs .block-image-r{width:200px}
#footer .block-item-small-tabs img{display:none}

 .hgroup {display:none}

/* LAYOUT CSS STARTS */
body {
	margin:0 auto;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#e9ecf0;
	width:100%;
} 
img {border-style:none;}
 
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
input:focus, select:focus, textarea:focus{outline:none;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/* header */
#header {
	display:block;
	background:#fff;
}
#header .hold {
	width:999px;
	margin:0 auto;
	padding:14px 0 9px;
}
#header .top-row {
	background:#242424;
	line-height:35px;
	color:#fff;
}


/* ----------------------------------    Top Menu*/

#top-menu ul{margin:0;}
#topMenu ul li div {
	color: #fff;
	display: block;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0;
	text-decoration: none;
	text-shadow: none;
	text-transform: uppercase;
	word-spacing: 0
}
#topMenu ul li {
	float: left
}
#topMenu ul li a, #topMenu ul li div {
	font-weight: normal;
	display: block;
	font-family: "Segoe UI", helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 28px;
	padding: 0px 11px 6px 11px	;
	text-decoration: none;
}
#topMenu ul li div {
	color: #ccc;
	text-transform: none
}
#topMenu ul li a span {
	font-size: 10px;
	color: #999;
	line-height: 120%
}
#topMenu ul li a:hover, #topMenu ul li a.selected {
	text-decoration: none;
	color: #FFF
}
#topMenu.ddsmoothmenu {
	z-index: 100
}
#topMenu.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
#topMenu.ddsmoothmenu ul ul li a, #topMenu.ddsmoothmenu ul ul li a:hover {
	background: #303030
}

#topMenu.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
* html #topMenu.ddsmoothmenu ul li a {
	display: inline-block
}
#topMenu.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	padding-right: 10px;
	width: 150px;
}
#topMenu.ddsmoothmenu ul li ul li {
	float: none;
	display: list-item;
	padding: 0;
	width: auto
}
#topMenu.ddsmoothmenu ul li ul li a, #topMenu.ddsmoothmenu ul li ul li a:hover {
	text-align: left;
	margin: 0;
	padding: 12px 0 12px 16px;
	line-height: 100%;
	height: 1%;
	text-transform: none;
	font-size: 12px;
	color: #fff;
}
#topMenu.ddsmoothmenu ul li ul li a {
	color: #fff
}
#topMenu.ddsmoothmenu ul li ul li a:hover {
	color: #FFF
}
#topMenu.ddsmoothmenu ul li ul li a.last, #topMenu.ddsmoothmenu ul li ul li a.last:hover {
	border: none
}
* html #topMenu.ddsmoothmenu {
	height: 1%
}
#topMenu.ddsmoothmenu ul li.current-menu-item {
	color: #fff
}
#topMenu.ddsmoothmenu ul li.current-menu-item a:hover {
	color: #fff
}
#topMenu li.arrow {
	background: url('/wp-content/themes/thebusinessnews-codebase/images/smallmenuarrow.png') right no-repeat;
}

#header .top-row nav {float:right;}
#header .top-row ul li {
	float:left;
}
#header .top-row ul a {color:#ccc;}

#header .row {
	background:#fcecca;
	line-height:32px;
	overflow:hidden;
}
#header .row span {
	float:left;
	color:#594e38;
	font-size:14px;
	margin-right:14px;
}
.date-holder {}
#header .row ul {
	margin:0;
	padding:0;
	list-style:none;
}
#header .row ul li {
	float:left;
	margin-right:15px;
}


#header .row ul a {color:#745e31;font-size:13px;}
#header .top-row .hold ,
#header .row .hold {padding:0;}
#header .social-networks {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#header .social-networks li {float:left;list-style:none}
.social-icons-holder ul {margin:auto}
#header .social-networks a {
	display:block;
	width:43px;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/icon-sprite.gif') no-repeat;
}
.social-icons-holder { width: auto;float: right;}
#header .social-networks .facebook {background-position:-53px 0;}
#header .social-networks .pintrest {background-position:-107px 0;}
#header .social-networks .rss {background-position:-162px 0;}
#header .social-networks .twitter {background-position:-215px 0;}
#header .social-networks .vimeo {background-position:-269px 0;}
#header .social-networks .youtube {background-position:-324px 0;}
#header .logo {
	width:429px;
	height:43px;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}

#footer .logo {
	width:429px;
	height:43px;
	float:left;
	margin-bottom:15px; 	overflow:hidden;
	 
	}

#footer .logo a ,
#header .logo a {
	display:block;
	height:100%;
}
#header .stories {
height: 70px;
	overflow:hidden;
	clear:both;
	background:#fafafa;
}
#header .stories .top-slider-label {
background: url('/wp-content/themes/thebusinessnews-codebase/images/bg-label.gif');
    color: #FFFFFF;
    float: left;
    font-family: 'Oswald',sans-serif !important;
    font-size: 19px;
    height: 57px;
    line-height: 23px;
    margin-right: 10px;
    padding: 11px 10px 2px 8px;
    width: 60px;
}
#header .stories .box {
	width:281px;
	padding:7px 10px 8px 0;
	float:left;
	font-size:11px;
	line-height:15px;
}
#header .stories .box img {
	float:left;
	margin-right:4px;
}
#header .stories .box .text {
height: 60px;
	overflow:hidden;
	height:1%;
}
#header .stories .box p {margin:0 0 10px;}

#header .stories .box .text .category{
position: relative;
bottom:0;
	color:#008BD3; 
	font-style: italic;
}
#header .stories .box .text .text_content{
min-height:40px;font-size:12px
}
#header .stories .box .text .category a{
color:#008bd3
}
#header .stories .box .text p a {

	color:#000;
	font-style: normal;
}
#header .stories .control {
	width:23px;
	height:58px;
	padding:6px;
	float:right;
	background:#f3f3f3;
}
#header .stories .control a {
	width:23px;
	height:24px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/icon-sprite.gif') no-repeat -377px 0;
}
#header .stories .control a.prev {
	background-position:-377px -30px;
	margin-top:10px;
}

/* main */
#main {
	width:999px;
	margin:0 auto;
	display:block;
	padding-bottom:60px;
	background:#fff;
}
/* Main Menu */
.main-menu {
	display:inline-block;
	border:1px solid #dfdfdf;
 width:997px;
 
	background:#f0f0f0 url('/wp-content/themes/thebusinessnews-codebase/images/bg-nav.gif') repeat-x;
}
 
/* featured-hold */
.featured-hold {
	overflow:hidden;
	height:1%;
	margin-bottom:29px;
}
.featured-hold .row {
	margin-bottom:2px;
	height:1%;
}
.featured-hold .row:after {
	clear:both;
	content:"";
	display:block;
}
.featured-hold .row .title {
	width:92px;
	height:32px;
	float:left;
	background:#000;
	color:#fff;
	text-align:center;
	font-size:13px;
	line-height:16px;
	position:relative;
	margin:0 2px -19px 0;
	padding:5px;
}
.featured-hold .row .text {
	overflow:hidden;
	height:1%;
	background:#fe3432;
	padding:0 9px;
	line-height:23px;
	color:#fff;
}
.featured-hold .row .text p {
	margin:0;
	font-weight:bold;
}
.featured-hold .row .text .more {
	float:right;
	padding-right:10px;
	font:bold italic 12px/23px Georgia, "Times New Roman", Times, serif;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/arrow02.gif') no-repeat 100% 50%;
	color:#fff;
}
.featured-hold .holder {
	overflow:hidden;
	height:1%;
	background:#000;
	color:#fff;
	padding:0 16px 25px 0;
}
.featured-hold img {display:block;}
.big-featured-image {width:730px;height:441px; }
.featured-hold .big-img {
	width:730px;
	float:left;
}
.featured-hold .col {
	width:236px;
	float:right;
}
.featured-hold .col .box {padding:16px 0 7px;}
.featured-hold .col p {
	margin:0;
	font:11px/14px Georgia, "Times New Roman", Times, serif;
}
.featured-hold .col img {margin:0 -3px 4px -3px;}
.featured-hold .hold {
	width: 984px;
	overflow:hidden;
	height:1%;
	clear:both;
	padding:5px 0 0 13px;
}
.featured-hold h2 {
padding-right: 8px;
	margin:0 0 12px;
	font:bold 35px/42px 'Open Sans',sans-serif !important;
	padding-left: 13px;
	padding-top:5px;
	width: 978px;
}
.featured-hold h2  a{color:#fff}
.text_content a {color:#333}
.featured-hold .separator {
	width:939px;
	height:1px;
	overflow:hidden;
	margin:0 auto 21px;
	background:#2f2f2f;
}
.featured-hold .box-hold {
	overflow:hidden;
	height:1%;
}
.featured-hold .box-hold .hold {
	width:885px;
	float:left;
	padding:0;
	margin-right:-100px;
	clear:none;
}
.remaining-featured-post-meta {margin-top:6px;}
.featured-hold .box-hold .box {
	width:268px;
	float:left;
	margin-left:-1px;
	padding:0 10px 4px 17px;
	border-left:1px solid #525252;
	color:#fcecca;
}
.featured-hold .box-hold a {
	margin:-4px 0 7px;
	font:bold 14px/19px 'Open Sans',sans-serif;
	color:#fcecca;
}
.featured-hold .box-hold em {
	display:block;
	font-size:13px;
	font-weight:normal;
	float:left;
	width:200px;
	font-style:italic;
}
.featured-hold .box-hold em a {
	text-transform:uppercase;
	color:#fcecca;
	font-size:12px;
	font-style:italic;
	font-family:arial;
}
.featured-hold .box-hold span a{
font-size:12px;
}
.featured-hold .box-hold span {
	float:right;
	color:#fff9ed;
	font-weight:bold; 
}
.featured-hold .box-hold .plus {
	float:left;
	color:#fff;
	font:bold 35px/66px 'Droid Serif',serif !important;
}

.featured-hold .box .small-featured-image a{color:#fff} 
/* block-holder */
.block-holder {
	overflow:hidden; 
	height:1%;
	padding:0 14px 40px 13px;
}
.block-holder .story {
	width:725px;
	float:left;
	padding-right:13px;
	border-right:1px solid #f2f2f2;
}
.block-holder .ui-tabs-panel {
	width:480px;
	float:left;
	margin-right:9px;
}
.block-holder .ui-tabs-panel h2 {
	margin:0 0 6px;
	font:29px/36px Georgia, "Times New Roman", Times, serif;
}
 
.block-holder .ui-tabs-panel h2 a {color:#000000}
.block-holder .ui-tabs-panel img {
	display:block;
	margin-bottom:6px;
}
.block-holder .ui-tabs-panel p {
	margin:0 0 7px;
	font:14px/22px Georgia, "Times New Roman", Times, serif;
}
.block-holder .story-box .text {padding:0 4px;}
.media-hold .more ,
.block-holder .more, .block-holder2 .column .more  {
	float:right;
	color:#6c6c6c;
	font-size:11px;
	font-weight:bold;
}
 .box-hold-big-post .more a, .block-holder2 .column .more {margin-top: 20px;padding-right:5px;}
 
 .box-hold-big-post .more a,
.block-holder2 .column .more a {
    color: #CA0000;
    font-family: georgia;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
	float:right;
}
.media-hold .by ,
.block-holder .by {
	color:#6c6c6c;
	display:block;
	font-size:11px;
}
.block-holder .story-list {
	width:236px;
	margin:0;
	padding:7px 0 0;
	list-style:none;
	float:left;
}
.block-holder .story-list li {
	padding:0 0 25px 12px;
	font:17px/20px Georgia, "Times New Roman", Times, serif;
}
.ui-tabs-selected, .block-holder .story-list li:hover ,
.block-holder .story-list li.active {background:url('/wp-content/themes/thebusinessnews-codebase/images/arrow01.gif') no-repeat 0 5px;}

.block-holder .story-list a {
	color:#000;
	text-decoration:none;
}
.block-holder .column {
	width:217px;
	float:right;
}
.block-holder .column h3 {
	margin:0 0 7px;
	font:bold 13px/20px 'Droid Serif',serif;
}
.block-holder .column h3 a{
color:#111010
}
.block-holder .column img {
	display:block;
	margin-bottom:4px;
}
.block-holder .column p {
	margin:0 0 3px;
	color:#151515;
	font:13px/19px Georgia, "Times New Roman", Times, serif;
}
.block-holder .column .text {padding:0 2px;}
.block-holder .column .more {
	font:italic 12px Georgia, "Times New Roman", Times, serif;
	color:#ca0000;
	margin:0 8px 20px;
}
.block-holder .column .more a{color:#ca0000; 
	float: right;
	color: #CA0000;
    font: italic 12px Georgia,"Times New Roman",Times,serif;
    margin: 0 8px 20px;}
	
	
.block-holder .column .view {
	overflow:hidden;
	height:1%;
	clear:both;
	text-align:center;
	line-height:29px;
	font-size:10px;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/separator01.gif') repeat-x;
}
.block-holder .column .view .bg {background:url('/wp-content/themes/thebusinessnews-codebase/images/separator01.gif') repeat-x 0 100%;}
.block-holder .column .view a {
	color:#181818;
	text-transform:uppercase;
}
.block-holder .cat-title-b3 {
	display:block;
	font-size:20px;
	font-weight:bold;
}

.block-holder .column .column-box p {
	margin:0;
	font:11px/14px 'Open Sans',sans-serif;
}
.block-holder .column .column-box {margin-bottom:13px;}
.block-holder2 {
	overflow:hidden;
	height:1%;
	padding:0 16px 14px 13px;
	margin-bottom:25px;
	border-bottom:2px solid #393939;
}
.block-holder2 .head {
font-family: 'Open Sans',sans-serif;
font-size: 12px;
	border-bottom:1px solid #cecece;
	color:#161616;
	margin:0;
	line-height:19px;
}
.block-holder2 h2 {
	font-family:'Open Sans',sans-serif;
	margin:0 0 22px;
	font-size:53px;
	font-weight:bold;
	line-height:67px;
	padding:0 7px;
	color:#93c83d;
	border-bottom:1px solid #ededed;
}
 
.block-holder2 h2  a:hover{text-decoration:none;}
.block-holder2 .column {
	width:301px;
	float:right;
}
.block-holder2 h3 {
	margin:0 0 11px;
	font:bold 17px/20px 'Droid Serif',serif; 
}
.block-holder2 h3 a {color:#000;}
.block-holder2 .img {position:relative;}
.block-holder2 .img span {
	position:absolute;
	top:195px;
	left:0;
	background:#93c83d;
	padding:0 5px;
	font-size:15px;
	line-height:36px;
	font-weight:bold;
	color:#fff;
}
.block-holder2 .img span a {color:#fff;}
.block-holder2 .img img {display:block;}
.block-holder2 .hold p ,
.block-holder2 .column p {
	margin:0;
	color:#141414;
	font-size:13px;
	line-height:17px;
}
.big-post .hold {padding-bottom:0px !important;}
.box-hold-big-post {  height: 255px;}
.box-hold-big-post .img {}
.box-hold-big-post-content { float: left;width: 310px;}
.box-hold-big-post-content-no-img {  width: 640px;}
.block-holder2 .column .img {margin-bottom:8px;}
.block-holder2 .column .img span {
	top:187px;
	line-height:27px;
	font-size:13px;
}
.big-post {	width:639px; float:left;}
.block-holder2 .hold {
	width:639px;
	overflow:hidden;
	padding:0 14px 13px 0;
	border-right:1px solid #e0e0e0;
}
.block-holder2 .hold .img {
	float:right;
	margin:0 0 16px 6px;
}
.media-hold .box-hold ,
.block-holder2 .box-hold {
	overflow:hidden;
	width:672px;
	margin:0 -15px;
	clear:both;
	border-top:1px solid #e0e0e0;
}
.media-hold .box-hold .box ,
.block-holder2 .box-hold .box {
	width:300px;
	float:left;
	padding:13px 15px 0 20px;
	border-left:1px solid #e0e0e0;
}
.block-holder2 .box-hold h3 {margin-bottom:6px;}
.news-hold {
	overflow:hidden;
	height:1%;
	padding:0 12px;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/separator02.gif') repeat-y 50% 0;
}
.news-hold .column {
	width:469px;
	float:left;
}
.news-hold .column2 {float:right;}
.news-hold h2 {
	color:#222;
	margin:0 0 10px;
	padding-bottom:1px;
	font:bold 35px 'Open Sans',sans-serif;
	border-bottom:1px solid #ededed;
}
.news-hold .column2 h2 {color:#dc4b1f;}
.block-holder .cat-title-b3 a {
font-family:'Open Sans',sans-serif;
}
.block-holder .cat-title-b3 a:hover, .media-hold .services h3 a:hover, .news-hold h2  a:hover{text-decoration:none}
.block5image-hold { height: 100%;}
.news-hold .box {
	overflow:hidden;
	height:1%;
	padding:0 3px 22px;
}
.news-hold h3 {
	font:21px/25px Georgia, "Times New Roman", Times, serif;
	margin:0 0 13px;
}
.news-hold h4 {
	font:15px/18px Georgia, "Times New Roman", Times, serif;
	margin:0 0 7px;
}
.news-hold a {color:#000;}
.news-hold .box img {
	float:left;
	margin:1px 6px 0 0;
}
.news-hold .box p {
	margin:0;
	color:#333;
	font-size:13px;
	line-height:18px;
}
/* media-hold */
.media-hold {
	overflow:hidden;
	height:1%;
	padding:0 14px 30px 12px;
}
/* services */
.media-hold .services {
	width:180px;
	float:left;
	padding-top:9px;
}
.media-hold .services h3 {
background: #017DBD;
    color: #FFFFFF;
    font: bold 22px/27px 'Open Sans',sans-serif;
    margin: 0 0 1px;
    padding: 11px 12px;
}
.media-hold .services h3  a{	color:#fff;}
.media-hold .services .box {
	position:relative;
	margin-bottom:1px;
	height:210px;
	background:#efefef;
}
.media-hold .services img {display:block;}
.media-hold .services .box span {
	position:absolute;
	left:0;
	bottom:0;
	background:url('/wp-content/themes/thebusinessnews-codebase/images/bg-transparent.png');
	color:#fff;
	line-height:17px; 
	font-family:'Open Sans',sans-serif;
	font-weight:bold;
	font-size:13px;
	padding:6px 5px;
	width:170px;
}
.media-hold .services .box span a {color:#fff;}
.media-hold .services a:hover span {text-decoration:none;}
/* holder */
.media-hold .holder {
	width:780px;
	float:right;
	overflow:hidden;
}
.media-hold .holder h2 {
	margin:0 0 8px;
	font-family:'Open Sans',sans-serif;
	font-size:45px;
	border-bottom:1px solid #ededed;
	font-weight:bold;
}
.media-hold .holder h2 a {text-decoration: none;
}
.media-hold .column {
	width:287px;
	float:right;
}
.media-hold h3 {
	margin:0 0 7px;
	font:16px/19px Georgia, "Times New Roman", Times, serif;
}
.block6 h3 { color:#000; font:normal 15px/20px 'Droid Serif',serif; }
.media-hold h3 a {color:#000;}
.media-hold .by ,
.media-hold .more {
	font-style:italic;
	font-weight:normal;
}
.media-hold .more a{ color: #6C6C6C;}
.media-hold .column .text {padding:0 3px;}
.media-hold .column p {
	margin:0 0 20px;
	line-height:19px;
	color:#212121;
	font:13px/19px Georgia,Arial,Sans-Serif;
}
.media-hold .column img {
	display:block;
	margin-bottom:7px;
}
/* box-hold */
.media-hold .box-hold {
	width:790px;
	margin:0 -16px;
}
.media-hold .box-hold .box {
	padding:10px 10px 0 16px;
	width:236px;
}
.media-hold .box-hold .box p {
	margin:0;
	color:#141414;
	line-height:17px;
}
/* big-box */
.media-hold .big-box {
	width:469px;
	float:left;
	padding:0 12px 14px 0;
	border-right:1px solid #ededed;
	height: 460px;
}
.box-hold6-big-no-img {
width:469px;
height: 313px;
background:#efefef
}
.media-hold .big-box h3 {
	line-height:25px;
	font-size:21px;
	margin-bottom:4px;
}
.media-hold .big-box img {
	display:block;
	margin-bottom:12px;
}
.media-hold .big-box p {
	margin:0 0 10px;
	color:#212121;
	font:13px/19px Georgia, "Times New Roman", Times, serif;
}
.media-hold .big-box .text {padding:0 4px;}
/* footer */
#footer {
	display:block;
	background:#fff;
	padding:29px 0 0; 
	border-top:5px solid #b0b0b0;
}
#footer .hold {
	width:999px;
	margin:0 auto;
	overflow:hidden;
}
#footer .row {
	background:#000;
	color:#fff; 
 
}
#footer .row p {margin:0 12px;}
#footer .logo {
 
	margin:0 0 38px 23px;
}
#footer .box-hold {
	overflow:hidden;
	height:1%;
	margin:0 7px 27px 7px;
}
#footer .box-hold .box {
	width:226px;
	margin-right:20px;
	float:left;
}
#footer .box-hold .box-widget {
 	margin-bottom:16px;
}
#footer .box-hold .box strong {
	display:block;
	padding:0 7px;
	margin-bottom:7px;
	font:italic 500 15px/26px 'Droid Serif',serif;
	border-bottom:4px solid #000;
}
#footer .box-hold .box ul{
margin:0;
}
#footer .box-hold .box li {
color:#000;
list-style:none;
	margin:0 1px 6px 3px;
	line-height:16px;
}
#footer .box-hold .box li a{ 
color:#333;
}
#footer .box-hold .box li a:hover{ 
text-decoration:underlined;
color:#333;
}
.footer-right{
width:395px;
float:right
}
#bottomfooter {
margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
    padding-bottom: 10px;
    width: 960px;
} 
.footer-logo {
	float: right;
}
.footer-logo div{
    display: inline-block; 
 
}
.site-footer {float:left; width:650px;margin-top:10px;color:#fff; font-size:13px;}
.site-footer a{color:#fff; }
.footer-logo {float:right;} 

 .btt {
width: 35px;float: right;     margin-top: 0px;}

.btt a { background: url('/wp-content/themes/thebusinessnews-codebase/images/btt.png') no-repeat scroll 0 0 transparent;
    color: #eee;    line-height: 32px;
    display: block;
    font-size: 14px; margin-top:1px;
    font-weight: normal;
    height: 46px;
    padding-left: 25px; }
.btt a:hover{background:url('/wp-content/themes/thebusinessnews-codebase/images/btt.png') no-repeat scroll 0 -60px transparent;}

#fnav
{
margin-bottom: 15px;
	width:100%;
}

#fnav li 
{
	display:inline;
 	font-size:15px;
	font-weight:400;
	list-style:none outside none;
}

#fnav li ul
{
	-moz-box-shadow:1px 1px 6px rgba(0,0,0,0.5),8px 10px 10px rgba(255,255,255,0.75) inset;
	background:none repeat scroll 0 0 #FFF;
	border-color:#-moz-use-text-color #92B8C6 #92B8C6;
	border-right:2px solid #92B8C6;
	border-style:none solid solid;
	border-width:medium 2px 2px;
	height:auto;
	left:-999em;
	margin:-47px 0 0 85px;
	padding:2px 70px 2px 3px;
	position:absolute;
	z-index:9999;
}

#fnav li ul a
{
	color:#666 !important;
}

#fnav li a
{
	color:#888;
	margin:0 0 0 11px;
	text-decoration:none;
}

#fnav li a:hover
{
	color:#fff;
	text-decoration:none;
}


/* LAYOUT CSS ENDS */
 
/* Ads */
.ad-1{margin-top:4px}  
.ad-2{margin-bottom: 12px;    margin-top: -18px;} 
.ad-3{margin-bottom: 10px;    margin-top: -20px;} 
.ad-4 {margin-bottom: 3px;    margin-top: -15px;}
.ad-5 { margin-bottom: 15px;    margin-top: -10px;} 
.ad-6 {margin-bottom: 12px; margin-top: -18px;}
.ad-9 {margin-bottom: -5px;    margin-top: 7px;}
.ad-10 { margin-bottom: -13px;    margin-top: 8px; }

.select-menu {display:none}
.select-menu {
   
 
    margin-bottom: 8px;
    margin-left: 29px;
    margin-top: 10px;
    padding:5px;
background:#f1f1f1;
border:1px solid #ccc;
 color: #666666;    
    font-size: 12px;
   }

.zc {width: 490px;float:right;}
.site-footer {margin-bottom: 15px;}
#fnav {margin-top: 15px;}
