/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	color: #eee;
	background-color: #000000;
	font: normal 12px/16px "Helvetica", Arial, sans-serif;
}
p {
	color: #eee;
	font: normal 13px/19px "Helvetica", Arial, sans-serif;
	margin: 0 0 8px;
}

a {
	text-decoration:none;
	color: #FFFFFF;
}

a:hover { color:#666666; }


#wrapper {
	width:970px;
	margin:0 auto;
}

/* header */
#header {
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #333;
}
#sub_header{	
	height: 260px;
	overflow: hidden;
	margin: 0 0 20px;
	padding: 20px 0 0;
	position: relative;
}
#sub_header h2 { display: none; }
#sub_header.not_home {
	height: 60px;
}
#sub_header.not_home h2 { display: block; }
#sub_header.not_home a img { display: none; }
#sub_header.not_home a.small img { display: block; }
#sub_header h2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0;
}
#sub_header h2 a {
	background: url(images/trans-75.png) 0 0 repeat;
	display: block;
	font: 800 18px 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	height: 40px;
	padding: 20px 20px 0 20px;
}
#sub_header h2 a span {
	border-bottom: 1px solid #ffffff;
}
#sub_header h2 a:hover {
	background: none;
}
#sub_header h2 a:hover span {
	color: #fff;
	border-bottom: none;
}
#cycle-nav a {
	background: #333;
	border: 5px solid #333;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-indent: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#cycle-nav a.activeSlide {
	background: #ffffff;
	border-color: #ffffff;
}
#cycle-nav {
	float: left;
	margin: 10px auto 20px;
}
#top_right{
	float: right;
	padding-top: 40px;
}
#top_left{
	float: left;
	margin: 15px 0 20px 0;
}
#top_search{
	margin: -8px 0 0 0;
	float: right;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

#top-s{
	border: none;
	padding: 6px 10px 7px 6px;
	width: 160px;
}
#top-search-submit{
	font-weight: bold;
	color: #FFFFFF;
	background: #333;
	border: none;
	padding: 0 12px;
	cursor: pointer;
	height: 30px;
}
#top-search-submit:hover {
	background: #000;
}
#sociable{
	float: right;
}
#sociable a {
	background: url(images/ico-social.png) 0 0 no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
	width: 20px;
}
#sociable a.ico-ms { background-position: 0 0; }
#sociable a.ico-fb { background-position: -20px 0; }
#sociable a.ico-tw { background-position: -40px 0; }
#sociable a.ico-rss { background-position: -60px 0; }
#sociable a.ico-ms:hover { background-position: 0 -20px; }
#sociable a.ico-fb:hover { background-position: -20px -20px; }
#sociable a.ico-tw:hover { background-position: -40px -20px; }
#sociable a.ico-rss:hover { background-position: -60px -20px; }



/* top nav*/
#top_nav {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 5px 0;
}
#top_nav ul {

}
#top_nav li {
	float: left;
	margin: 0 0 0 0;
}
#top_nav li a {
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	font: 700 17px/33px 'Open Sans', sans-serif;
	color: #fff;	
	display: block;
	padding: 5px 11px 3px 11px;
}
#top_nav li a:hover,
#top_nav li.selected a {
	color: #444;
	border-bottom: 3px solid #333;
	border-top: 3px solid #333;
}


/* container */
#container {
	border-bottom: 1px dotted #333;
	margin: 31px 0 0 0;
	padding: 0 0 22px;
}

/* home listing */
.news-content {
	
}


.news-post {	
	border-bottom: 1px solid #333;
	width: 630px;
	padding: 0 0 12px;
	margin: 0 0 12px;
}

.news-entry {
	padding: 4px 0 0;
	position: relative;
	float: right;
	width: 310px;
}
.news-entry .comments {
	position: absolute;
	top: 0;
	right: 0;
}
.news-entry .comments a {
	background: url(images/ico-comment.png) right 0 no-repeat;
	color: #000;
	display: block;
	font: bold 11px/16px Arial, sans-serif;
	height: 20px;
	text-align: center;
	width: 20px;
}
.news-entry .comments a:hover {
	background-position: right -20px;
}
.news_thumb_{
	float: left;
	width: 300px;
}
.news_thumb_ a {
	border: 5px solid #fff;
	display: block;
	height: 187px;
	overflow: hidden;
	width: 290px;
}
.news_thumb_ a:hover {
	border: 5px solid #fff;
}

.date-news-post {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 1px;
}
.news-entry h2.title {
	padding: 0;
	margin: 15px 0 12px;
}
.news-entry h2.title a {
	color: #fff;
	font: 800 18px 'Open Sans', sans-serif;
}
.news-entry h2.title a:hover {
	border-bottom: 1px solid #fff;
}
.news-entry p {
	margin: 0;
}


/* content */
#content {
	float:left;
	width:638px;
}
p.more {
	text-align: right;
	font: 700 14px 'Open sans', sans-serif;
	margin: 10px 0 0 0;
}
p.more a:hover {
	border-bottom: 1px solid #333;
}

#featured {
	margin-bottom:7px;
}

.pagetitle {
	margin:0 0 3px 2px;
	color:#000000;
	font-weight:bold;
	font-size:14px;
}

.post, .single {

	clear:both;

	padding:5px 8px 8px;
	margin-bottom:7px;
}


.date-post {
	color:#FFFFFF;
	display:block;
	float:right;
	font-size: 12px;
	font-weight: bold;

}
#mini-post-wrap .odd { float:left; }

#mini-post-wrap .even { float:left; }

.mini-post {
	width:150px;
	margin-bottom:7px;
	overflow:hidden;
	margin-right: 8px;
	height: 120px;
}

.mini-content {
}




.title a{
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.title-box{
	width: 630px;
}
.title-box h2 {
	font: 800 26px 'Open Sans', Arial, sans-serif;
	margin: 0 !important;
}
.fbLikeContainer {
	display: block !important;
	margin: 10px 0;
}
.entry-content {
	
	width: 630px;
}


h2{
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF;
}
h3 a{
	color: #999999;
	font-size: 12px;
}

.mini-post .entry {
}
.entry {
	text-align: justify;
}
.entry {
	text-align: left;
}
.navigation .alignleft a, .navigation .alignright a {
	background-color:#181818;
	display:block;
	float:left;
	border:1px solid #1D1D1D;
	height:26px;
	line-height:26px;
	padding:0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	position:relative;
	margin: 17px 0 20px 0;
}
.wp-pagenavi {
	font: 800 13px 'Open Sans', sans-serif;
}

.wp-pagenavi span.current, .wp-pagenavi a  {
	border:1px solid #0d0d0d !important;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.wp-pagenavi a {
	background-color:#333!important;
	border: none !important;
	color:#010101 !important;
}
.wp-pagenavi span.pages {
	background: none;
	border: none;
	color: #fff;
}
.wp-pagenavi a:hover {
	background: #fff !important;
}
.wp-pagenavi span.current {
	background-color:#fff!important;
	color:#000!important;
	font-size: 14px;
}
.wp-pagenavi span.extend {
	border: none;
	background: none;
	color: #333;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 5px !important;
	margin: 0 10px 0 0 !important;
}

/* sidebar */
#sidebar {
	float:right;
	width:320px;
}

#primary .widget, #secondary {
	clear:both;
	border:1px solid #151515;
	padding:5px 8px 8px;
	margin-bottom:7px;
}

.widget-title {
	margin-bottom:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	padding: 4px;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.widget ul li {
	display:block;
	line-height:30px;
	padding-bottom:2px;
}

.widget ul li a {
	color:#4d4d4d;
}

.widget ul li a:hover {
	color:#666666;
}

.widget ul li.hover {
	/* background-color:#E0A32E; */
}

.small-sidebar {
	width:146px;
}

#sidebar-left {
	float:left;
}

#sidebar-right {
	float:right;
}

#sidebar-right li {
	line-height: 12px;
}



#secondary .widget {
	margin-bottom:7px;
}

#secondary .widget ul li {

	border:none;
	padding-bottom:3px;
}



/* comment */



#commentform{
}
.comments{
	float: right;
	padding-right: 6px;
	padding-top: 6px;
	cursor:hand;
}
.comments a{
	font-weight: bolder;
	font-size: 12px;
	color: #666666;
}
.meta {
	height:24px;
	line-height:24px;
	padding:0 12px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000000;
}


.read-more{
	font-weight: normal;
	font-size: 12px;
	float: left;
	width: 100px;
	padding-top: 5px;
	cursor:hand;
	font-style: italic;
}


/* footer */
#footer {
	color:#FFFFFF;
	padding: 0 0 30px;
	margin: 20px 0 0;
}
#footer a{
	color: #FFFFFF;
}


#footer_nav{}
#footer_nav ul{
	color: #333;
	padding: 0;
	font-size: 11px;
	margin: 0 0 10px;
}
#footer_nav li{
	display: inline;
	margin: 0 6px 0 0;
}
#footer_nav li a{
	color: #666666;
}
#footer_nav li a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

/* newsletter */
#wpsb {
	line-height: 24px;
}
#wpsb input{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #000000;
	background-image: url(http://bucharestbusiness.ro/wp-content/themes/re_bb/images/bg_newsletter.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#drop-down-post{
	padding: 12px;
	border: 1px solid #111111;
	margin-bottom: 8px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
}
form.ddpl-form select { width: 294px; }
ul.thumbs {
	width: 640px;
}
ul.thumbs li {
	float: left;
	margin: 0 10px 10px 0;
	height: 200px;
	width: 310px;
}
ul.thumbs li a {
	display: block;
	position: relative;
}
ul.thumbs li a span {
	background: url(images/trans-50.png) 0 0 repeat;
	display: block;
	width: 270px;
	height: 260px;
	position: absolute;
	top: 0;
	left: 0;
	font: 800 18px 'Open Sans', Arial, sans-serif;
	padding: 20px 20px 0 20px;
	text-decoration: underline;
	color: #fff;
	height: 180px;
}
ul.thumbs li a:hover span {
	background: none;
	color: #fff;
	text-decoration: none;
}
#fbSEOComments {
	margin: 20px 0 0 0 !important;
}
body .ngg-gallery-thumbnail img {
	background: url(images/ajax-loader.gif) #000 center center no-repeat;
	border: none;
	padding: 1px;
	margin: 0;
}
body .ngg-gallery-thumbnail-box {
	margin: 0 4px 4px 0;
}
body .ngg-gallery-thumbnail img:hover { background: #fff; }
body .ngg-gallery-thumbnail {
	margin: 0;
	
}
body #lightbox-infoHeader { display: none; }
body .ngg-navigation {
	margin: 15px auto;
	text-align: center;
	padding: 0;
	float: left;
	width: 100%;
}
body .ngg-navigation a.page-numbers,
body .ngg-navigation a.next,
body .ngg-navigation a.prev,
body .ngg-navigation span.page-numbers,
body .ngg-navigation span.next,
body .ngg-navigation span.prev {
	margin: 0 10px 0 0;
}
body .ngg-navigation span {
	margin: 0 10px;
}
body .ngg-galleryoverview {
	width: 640px;
}
div#fbSEOComments {
	background: #eee;
}
