/*
Theme Name: Light Business
Theme URI: http://light-business.ro
Description: Template Light Business
Version: 1.0
Author: Marius Tudose
Author URI: http://marius.tudose.com
Tags: red, custom header, fixed width, two columns, widgets
*/
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
  
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	background: #fff;
	text-align: justify;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #202020;
}

h1, h2, h3 {
	color: #000;
}

h1 {
line-height: 3em;
text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

h2 {
line-height: 1.5em;
}

h3 {
line-height: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
	margin:1em;
	padding:0 2em;
	background:url(images/quote.gif) no-repeat left top;
	color:#666;
	font-style:italic;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {

}

/* Header */

#header {
	width: 1010px;
	height: 105px;
	margin: 0 auto;
	
	
}

/* Logo */

#logo {
	float: left;
	width: 271px;
	height: 57px;
	margin: 0px;
	padding: 28px 0px 0px 30px;
	
}
/* banner */

#banner {
width:990px;
height:246px;
border:1px solid #eee;
float:right;
}

/* Menu */
.droplinebar{
	float: right;
	width: 650px;
	height: 50px;
	background: url(images/img02.jpg) no-repeat right top;
	padding: 3px 20px 5px 20px;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: right;
width: 605px;

}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
margin-right: 3px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #110404;
	padding: 5px 20px 5px 20px;
}

.droplinebar ul li a:visited{

	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #110404;
	padding: 5px 20px 5px 20px;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: red;
padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;


}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
visibility: hidden;
padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #110404;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 15px;
padding-right: 8px;
margin: 0;
padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #110404;

}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */

}

/* End */



	
/* Search */

#search {
	height: 25px;
	padding: 0px 0px 5px 0px;
	float:right;
}

#search form {
	margin: 0;
	
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	margin-left:10px;
	float: left;
	width:235px;
	padding: 4px 7px;
	background:#fff;
	border:1px solid #ddd;
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#B71C1A;
}

#search-submit {
	width: 127px;
	height: 23px;
	margin-left: 10px;
	padding: 0px 0 4px 15px;
	border: none;
	background: url(images/cauta.jpg);
	color: #000;
}

/* Page */

#page {
	width: 1010px;
	margin: 0 auto;
	
}

#page-bgtop {
	background: #fff;
	padding: 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 680px;
	padding-top: 30px;
	margin-left:30px;
	
	
}
.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #232F01;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #FF0000;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}
/* Features front page */

#features { width:690px; float:left; }
#features h3 { padding:0; }
#features .block { width:310px; float:left; margin:0 20px 10px 0; }


/* Banner front page */

#latest { margin-top:10px; width:690px; height: 50px; float:left; border: 1px solid #e5e5e5;}


/* News section */

#news .block { width:310px; margin-right:20px; float:left;padding-top:15px;  }
#news h3 { padding:0; }
#news .block ul { padding:0; margin:0; }
#news .block ul li { list-style-type:none; padding:10px 0; border-bottom:1px dotted #e6e6e6; }
#news .block ul li p { padding:2px 0; } 
#news .blog a { font-weight:bold; }
#news .blog .meta { font-size:11px; color:#999; }
#news .blog .meta a { color:#999; font-weight:normal; }
#news .newsletter { width:340px; margin:0; }
#news .newsletter input.input { background:#eaeaea; border:1px solid #bebebe; padding: 5px; width:154px; margin:5px 0 15px; color:#777 ; border-top:1px solid #bebebe; border-left:1px solid #bebebe; border-bottom:1px solid #f3f3f3; border-right:1px solid #f3f3f3;}

/* Sidebar */

#sidebar {
	float: right;
	width: 275px;
	padding-top: 30px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	border: 1px solid #EBEBEB;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	background: url(images/img07.jpg) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 160%;
	font-weight: normal;
	
}

#sidebar h3 {
	font-size: 77%;
	
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FF0000;
}

#sidebar a:hover {
	text-decoration: underline;
}
#box {

background:#F7F7F7 none repeat scroll 0 0;
border:1px solid #E3E3E3;
padding:0 14px 0 13px;
margin-bottom:15px;
}

/* Submenu */

#submenu {
}

/* Footer */

#footer {
	
	height: 150px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url(images/img04.jpg) repeat-x;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}
#myslides{



}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 972px; /*Width of Carousel Viewer itself*/
height: 165px; /*Height should enough to fit largest content's height*/
margin: 0px 15px 15px 160px;

}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 17px ; /*margin around each panel*/
width:220px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#efefef;
height:140px;
border:1px solid #ddd;
}
.stepcarousel .panel p{
text-align: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/

}

.stepcarousel .panel h2{
text-align: left; /*leave this value alone*/
height:20px;
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 2px 5px ; /*margin around each panel*/
font-size:16px;
font-weight:bold;
text-align:center;
font-family:verdana, sans-serif;
}

.stepcarousel .panel img{
float: left; /*leave this value alone*/
background:#fff; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 10px 10px 10px; /*margin around each panel*/
padding:0px 0px;
}