/*  
Theme Name: Flash News + Bachev
Modified by: Ivan Bachev
Theme URI: http://www.woothemes.com/
Description: Flash News by WooThemes
Version: 1.3.1
Author: WooThemes
Author URI: http://www.hungrydogmedia.com/
*/

/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #eae9e1 url(images/bgr.gif) repeat-x top;
	color: #333333;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
a{
	color: #e75925;
	text-decoration: none;
}
a:hover{
	text-decoration: underline
}

p{
	line-height: 18px;
	padding: 0 0 10px;
}



select{
	padding: 0
}
li{
	list-style: none
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	width: 946px;
	margin-top:25px !important;
}
#top, #footer{
	clear: both;
	height: 28px;
	margin: 0 auto;
	padding: 20px 0 5px;
	width: 910px;
}
#page-bot{
	background: url(images/page-bot.gif) no-repeat top;
	height: 45px;
	overflow: hidden;
}
/*========= NAVIGATION LISTS =========*/

/*- Nav1 -*/
#nav1{
	float: left;
}
#nav1 li{
	float: left;
	height: 27px;
}
#nav1 li a{
	color: #878787;
	display: block;
	height: 27px;
	text-align: center;
}
#nav1 li.active a, #nav1 li a:hover, #nav1 li.current_page_item a{
	color: #f7941e;
	text-decoration: none;
	height:27px;
}
#nav1  { list-style: none; margin: 0px; padding: 0px;}
#nav1 li { padding: 0px; margin: 0px; display: inline; line-height: 14px; }

#nav1 li a { padding: 0px 0px 0px 9px; background: url(./images/menuleft.gif) no-repeat left top; float: left;}
#nav1 li a span { padding: 4px 9px 9px 0px; display: block; background: url(./images/menuright.gif) no-repeat right top; float: right; }
#nav1 li a span { float: none; }
#nav1 li a:hover span { }
#nav1 li a:hover , li.current_page_item a{ background-position: 0% -27px; text-decoration: none;}
#nav1 li a:hover span , li.current_page_item a span{ background-position: 100% -27px; }




/*- Nav2 / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	margin: 0;
	float:left;
	list-style: none;
	z-index: 999999 !important;
}
#nav {
	padding: 0 0 0 10px;
	width: 500px;
}
#nav a {
	display: block;
	z-index: 999999 !important;
}
#nav li {
	float: left;
	line-height:33px;	
}

#nav li a{
/*text-transform: lowercase;*/
font-size:13px;
font-weight: bold;
}

#nav li ul li a{
text-transform: none !important;
font-size:12px !important;
font-weight: normal !important;
}

#nav li a:hover {
background: none;
z-index: 999999 !important;
}
#nav li ul {
	position: absolute;
	width: 18em;
	left: -999em;
	z-index: 999999 !important;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index: 999999 !important;	
}

#nav li ul li {
	background: url(images/topmenu-bgr.gif) repeat-x top;
	width:18em;
	border:1px solid #e5e4de;	
}
#nav li ul ul {
margin: -34px 0 0 18em;
z-index: 999999 !important;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
z-index: 999999 !important;
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
z-index: 999999 !important;
left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
z-index: 999999 !important;
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
z-index: 999999 !important;
left: auto;
} 

/*=== Top Menu ===*/
#topmenu{
	background: url(images/topmenu-bgr.gif) repeat-x top;
	height: 33px;
	margin: 0 0 20px;
	_margin-bottom: -20px;
}
#topmenu li{
	background: url(images/topmenu-sep.gif) no-repeat left;
	float: left;
	line-height: 33px;
}
#topmenu li a{
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 6px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #f7941e;
	text-decoration: none;
}

/*=== Header ===*/
#header{
	background: url(images/header-bgr.gif) no-repeat top;
	height: 128px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 63px 23px 0 0;
	text-align: right;
	width: 223px;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/
#header h1{
 	margin-top:23px;
	background: url(images/logo.gif) no-repeat;
	float: left;
	text-indent: -9999px
}
#header h1 a{
	display: block;
	height: 105px;
	width: 512px;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- RSS -*/
#rss{
	height: 45px;
	margin: 0;
	width: 44px;
	position: relative;
	left:885px;
	top:-50px;
	display: inline;
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
	width: 223px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 180px;
}
#search .btn{
	margin: 5px 0 0;
	padding: 0;
	width: auto;
}

/*=== Columns ===*/
#columns{
	margin: 0 auto;
	width: 900px;
}
#columns h2{
	color: #f7941e;
	font: 20px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 0 0 0px 0;
	/* text-transform: uppercase; */
}
#columns h2 a{
	color: #f7941e;
}
#columns h3, #columns h4, #columns h5{
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
	/*text-transform: uppercase;*/
}
#columns h3, #columns h5{
	background: url(images/ico-star.gif) no-repeat left;
	height: 16px;
	margin: 0 0 10px;
	padding: 0 0 0 18px;
}

.entry h3{
	background-image: none !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 40px 0 !important;
}


#centercol h3 {
	margin: 0 0 15px;
}

/*--- Center Column ---*/
#centercol{
	float: left;
	padding: 10px 0 20px 15px;
	width: 500px;
}
#centercol p, .box p{
/*
	line-height: 22px;
	padding: 0 0 10px;
*/
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	width: 348px;
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 269px;
}
.col2{
	float: left;
	margin: 0 0 0 0;
	padding: 0 5px 0 15px;
	width: 205px;
}
.col3{
	border-left: 1px solid #f2f1e9;
	float: left;
	margin: 0 0 0 10px !important;
	width: 150px;
	padding: 0 0 0 10px !important;
	display: inline;
}
.col4{
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
.col5{
	float: left;
	margin: 0 0 0 15px;
	padding:0;
	width: 495px;
}

.featureditem {
	/* height:220px; */
	margin-left:10px;
	_margin:0;
	padding:0;
	background: #f8f8f4 !important;
	overflow:visible;
}



/*- SideTabs -*/
.idTabs{
	font-size: 12px;
}
.idTabs li{
}
.idTabs li a{
	display: block;
	margin: 0 5px 0 0;
	text-align: left;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	color: #f7941e;
	text-decoration: none
}

/*=== Post ===*/
#featcarousel {
	list-style: none !important;
	float:left;
	display:inline;
}

.date-comments{
	/*border-bottom: 1px solid #cacaca;*/
	color: #777777;
	font-size: 11px;
	/*
	height: 25px;
	line-height: 25px;
	*/
	height: 15px;
	line-height: 15px;	
	margin: 0 0 10px;
}
#centercol .date-comments p{
	line-height: 15px;	
}
.continue-tags{
	background: url(images/grad.gif) repeat-x top;
	clear: both;
	height: 29px;
	line-height: 29px;
	margin: 2px 0 15px;
	padding: 4px 10px;
}
/*
.more-link{
	background: url(images/grad.gif) repeat-x top;
	clear: both;
	height: 29px;
	line-height: 29px;
	margin: 2px 0 15px;
	padding: 4px 10px;
}
*/

.featuredpost .continue-tags {
margin: 2px 0 0 0;
padding: 4px 10px 0 10px;

}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.tags{
	background: url(images/ico-tags.gif) no-repeat left;
	padding: 1px 0 0 20px;
}
a.more{
	background: url(images/ico-arrow.gif) no-repeat left;
	color: #777777;
	font-size: 11px;
	padding: 1px 0 0 20px;
}

/*=== Styling Boxes ===*/
/*- Box -*/
.box{
	background: url(images/box-bgr.gif) repeat-y;
	margin: 0 0 20px;
	width: 900px;
}
.boxbottom { margin:0; }
.box .top,
.box .bot{
	background: url(images/box-top.gif) no-repeat top;
	clear: both;
	height: 20px;
	overflow: hidden;
}
.box .bot{
	background: url(images/box-bot.gif) no-repeat top;
}
.box .spacer{
	height: 1%;
	padding: 0 10px;
}
/*- Box2 -*/
.box2{
	background: url(images/box2-bgr.gif) repeat-y;
	margin: 0 0 15px;
	width: 348px;
}
.box2 .top,
.box2 .bot{
	background: url(images/box2-top.gif) no-repeat top;
	clear: both;
	height: 18px;
	overflow: hidden;
}
.box2 .bot{
	background: url(images/box2-bot.gif) no-repeat top;
	height: 10px;
}
.box2 #nav1{
	float: none;
	padding: 0 0 0 20px;
}	
.box2 .spacer{
	height: 1%;
	padding: 0 10px;
}
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box2 .flickr_badge_image img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
	float:left;
}


.post{
	border-bottom: 1px solid #CACACA;
	padding: 20px 0;
}


.post h2{
	
}
.post img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	/*margin: 0 9px 5px 7px;*/

	padding: 6px;
	float:left;
}



/*- box3 -*/
.box3{
	background: url(images/box3-bgr.gif) repeat-y;
	margin: 0 0 15px;
	width: 440px;
}
.box3 .top,
.box3 .bot{
	background: url(images/box3-top.gif) no-repeat top;
	clear: both;
	height: 18px;
	overflow: hidden;
}
.box3 .bot{
	background: url(images/box3-bot.gif) no-repeat top;
	height: 10px;
}
.box3 #nav1{
	float: none;
	padding: 0 0 0 20px;
}	
.box3 .spacer{
	height: 1%;
	padding: 0 10px;
}
.box3 .spacer.white{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	clear: both;
	margin: 0 10px;
	padding: 15px 15px 10px 15px;
}
.box3 .flickr_badge_image img{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 9px 5px 7px;
	padding: 8px;
	float:left;
}



/*- Font Selection -*/
#fonts{
	background: transparent url(images/ico-fonts.png) no-repeat left;
	float: right;
	text-align: right;
	width: 45px;
}
#fonts a{
	color: #878787;
}
#fonts a:hover, #fonts a.active{
	color: #f7941e;
	text-decoration: none;
}

/*- Ads -*/
.ads{
	height: 125px;
	margin: 0 0 10px 4px;
}
.ads img{
	float: left;
	margin: 0 10px 10px 0;
}
.ads img.last{
	margin: 0;
	float:right;
}
/*=== Styling Lists ===*/
/*- Headline List -*/
.headlines{
	margin: 0 0 10px;
}
.headlines em{
	font-size: 11px;
	font-style: normal;
}
.headlines dl{
	border-bottom: 1px solid #cacaca;
	height: 30px;
	line-height: 30px;
}
.headlines dt{
	float: left;
	width: 420px;
}
.headlines dt a{
	color: #f7941e;
	font-weight: bold;
}
.headlines dd{
	float: right;
	font-size: 11px;
	text-align: right;
}
/*- List1 -*/
.list1{
	padding: 0 0 0 5px;
}
.list1 li{
	background: url(images/ico-star.gif) no-repeat left 1px;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.list1 li a{
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #f1f1ed;
	margin: 0 0 5px;
	padding: 12px 10px;
}
/*- List3 -*/
.list3{
	padding: 0 0 0 5px;
}
.list3 li{
	background: url(images/ico-list.gif) no-repeat left;
	border-bottom: 1px solid #f1f1ed;
	line-height: 25px;
	padding: 0 0 0 25px;
}
/*=== Footer ===*/
#footer{
	font-size: 11px;
	padding: 10px 0 10px;
	line-height:22px;	
}
#footer, #footer a{
	color: #acacac;
}
#footer img {
	vertical-align:middle;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}

.fixDelimiter{
	background:#fff;
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	margin: 10px 0; 
	overflow: hidden;
}

.fixDelimiter_half{
	background:#fff;
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	margin: 5px 0; 
	overflow: hidden;
}


.fl{
	float: left;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

/*========= VIDEO =========*/

.video{
	float: left;
	height: 220px;
	margin: 0 0px 0 5px;
	width: 270px;
	display: inline;
}

/*========= COMMENTS =========*/

h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
	border-top:1px solid #cacaca;
	padding-top:13px;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt{
	padding: 10px 10px 0 10px !important;
	background:#F8F8F4;
	border:1px solid #F2F1E9;	
}
input#submit { border:0px; }

/*========= THREADED COMMENTS =========*/

ol.commentlist p{
	padding:0px !important;
}

ol.commentlist .comment-meta{
	font-size:0.8em;
}
ol.commentlist li .avatar { 	
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}

ol.commentlist li{
	border:1px solid #eee;		
	margin:10px 0 10px;
	padding:15px 10px 10px;
}

ol.commentlist li .even{

	background:#ffffff;
}

.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}

ol.commentlist li .reply {
	padding:0 0 5px 0;
}

#respond p{
	margin-bottom:10px;
	line-height: 20px;
}

/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:5px;
	font-weight:bold;
	color:#C0C0C0;
}
.singleh2 {
	font-size:1.8em !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entry p{
	text-align:left;
	font-size:12px;
	line-height:20px !important;
	}
	
/*Block Quotes*/

blockquote { 
	background: #fef4e8 url(images/quoteLeft.gif) no-repeat 20px 15px;
	font-style:italic;
	margin: 20px 0;
	padding: 15px 20px 10px 20px;
}

blockquote.alt { 
	background: #f8f8f4 url(images/quoteLeft.gif) no-repeat 20px 15px;
	font-style:italic;
	font-weight:bold;
	margin: 20px 0;
	padding: 15px 20px 10px 20px;
}
	
blockquote p{
	margin-top: 5px;
	text-indent: 35px;
	background: transparent url(images/quoteRight.gif) no-repeat 100% 95%;
	
} 


.single blockquote{background: none !important; text-indent: 0 !important; margin: 0; padding: 0;}
.single blockquote p{background: none !important; text-indent: 0 !important;}
	
.entry img { 
	padding: 6px;
	background:#fff;
	border: solid 1px #e6e6e6; 
	}
	
.alignright {float: right !important; margin-left: 10px !important;}	
	
/*	
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
	
	*/

/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	background:#EEE;
	padding:10px;
	width:455px;
	margin-bottom:25px;
}
#archivebox h2 {
	font-size:1.5em;
	color:#000;
}
#archivebox h2 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#000;
	font-weight:bold;
}
.arclist{
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	margin: 10px 0 15px;
	padding: 10px 0 10px;
	width: 230px;
}
.arclist h2{
	font-size:1.5em !important;
	padding: 0 0 10px 0 !important;
}

.arclist ul li{
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*=== Page Navigation (Next / Previous Posts) ===*/
#navigation {
}
#navigation a {
	color: #c0c0c0;
	font-size: 1.2em;
	font-weight: bold;
}
.alignleft{
	display:inline;
	float:left;
	margin-right:20px;
}
.alignright{
	display:inline;
	float:right;
}

/*- Widget -*/
.widget { margin-bottom:15px; }
.widget ul{ padding: 0 0 0 5px; }
.widget ul li{
background: url(images/ico-list.gif) 0 8px no-repeat;
border-bottom: 1px solid #f1f1ed;
line-height: 25px;
padding: 0 0 0 25px;
}

/*Contact Form*/
form{margin-top: 10px; padding-top: 20px; border-top:1px solid #F1F1ED;}
form .contactleft{ float: left; width:100px; text-align:right; margin-right:10px; margin-top: 10px; line-height:20px;}
form .contactright{margin: 0; color:#878787;font-size:11px; float: left; width:360px; margin-top: 10px;}
form div{}
form textarea{width: 100%; height: 100px; margin-bottom: 10px;}
form #contactsubmit{background:#ff7700; border: none; color:#fff; font-weight:bold; padding:4px; cursor:pointer; margin-left:110px;}


input,select,textarea{
	border-top: #7c7c7c  1px solid;
	border-right: #c3c3c3  1px solid;
	border-bottom:#dddddd  1px solid;
	border-left:#c3c3c3  1px solid;
	font-size: 11px;
	padding:4px;
	-moz-border-radius: 0px; -webkit-border-radius: 0px;
	font: 12px Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
}
input[type="text"], textarea {
	background: #fff url(images/bg_input.png) repeat-x top left;
}

label{font-weight:bold;}



.clearer{clear:both; height:1px; display:block;}
/**/
.accent{color:#e75925;}


/*Downloads*/
/*.download-box{margin: 20px 0; padding-top:20px; border-top:1px solid #F1F1ED;}*/
.download-box select{padding: 2px; line-height:16px; width: 160px; }
.download-list{
	padding: 0 0 0 5px;
	margin: 20px 0;
}
.download-list li{
	background: url(images/ico-star.gif) no-repeat left 1px;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
}
.download-list li a{
}



.flashvideo{background:#fff; border:1px solid #deded9; padding:15px; display: block; margin: 15px 0; -moz-border-radius: 5px;-webkit-border-radius: 5px;}
.flashvideo object {width: 100%; height:390px; display: block;}
.object{}



/*social*/
#social{height:32px; margin-right:0; padding-left:2px; background: url(images/bg_social.png) no-repeat; float:right;}
#social a{display:block; float:left; line-height:32px; padding: 0 4px 0 0;}


/*5ways*/
#fiveWays{width:298px; height:355px; background: url(images/bg_5ways.jpg) no-repeat; text-align: center;}
#fiveWays .overlay{position:absolute; margin-top: 238px; margin-left:45px; text-align: center;}
#fiveWays .overlay .wrapFields{}
#fiveWays .overlay input{margin-top:5px; background: transparent; border: none; font-weight:bold;}

/*Services Titles*/#title_1096 a{background: url(images/title_spotlightCapital.png) no-repeat; height:30px; width:100%; text-indent:-99999px; display:block;}#title_1778 a{background: url(images/title_spotlightExit.png) no-repeat; height:30px; width:100%; text-indent:-99999px; display:block;}#title_1116 a{background: url(images/title_theCouch.png) no-repeat; height:30px; width:100%; text-indent:-99999px; display:block;}#title_1783 a{background: url(images/title_dueDeligence.png) no-repeat; height:30px; width:100%; text-indent:-99999px; display:block;}

* {outline: 0;}

