/*
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;}
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 {
line-height: 30px;
margin-bottom:7px;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
}

h2 {
line-height: 20px;
margin-bottom:7px;
font-size: 16px;
font-weight: bold;
color: #f00
}

h3 {
line-height: 20px;
margin-bottom:7px;
font-size: 14px;
font-weight:bold;
color: #444;

}
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;
}

#slider1 {
    width: 990px; /* important to be same as image width */
    height: 246px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 990px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Verdana, Helvetica, sans-serif;
    padding: 25px 15px;
    width: 990px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
	font-weight:bold; 
}
.slider1Image span a {	
		color: #FFF;
}
.left {
	top: 0;
    left: 0;
	width: 250px !important;
	height: 246px;
}
.right {
	right: 0;
	bottom: 0;
	width: 250px !important;
	height: 225px;
}
ul { list-style-type: none;}

/* 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:#aaa;
}

#input{
background:#fff;
	border:1px solid #ddd;
		font: normal 100% Verdana, Arial, Helvetica, sans-serif;
	color:#aaa;
	}
#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;
	
	
}
#pic {
	float:left;
	padding: 0 30px 0 10px;

}
.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; height:280px; float:left; }
#features h3 { padding:0; }
#features .block { width:330px; height:130px; float:left; }


/* Banner front page */

#latest { width:629px; height: 50px; float:left; border: 1px solid #e5e5e5; margin-bottom:35px;
background: #ffffff; /* old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* firefox */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* webkit */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* ie */
}
#latest p
{
padding: 14px 10px 0 30px;
}
#latest img
{
margin:-50px 0 0 0;
padding: 0px 10px 0 450px;
}

/* News section */

#news .block { width:275px; 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; padding-left:15px;  padding-right:15px;}
#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 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:20px 14px 0 13px;
margin-bottom:15px;

}

/* Submenu */

#submenu {
}

/* Footer */

#footer {
	
	height: 80px;
	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{



}
.carouselcontainer
{
margin-top: 40px;
}

.carouselcontainer h3
{
margin-top: 10px;
padding-left: 35px;
}

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

}

.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:180px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
background:#efefef;
height:180px;
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;
}
.smoothgallery{
	width: 680px !important; /*override default size*/
	height: 450px !important;
	border:none; !important; 
} 
.smoothgallery p, .smoothgallery h3{
	display:none;	/*show only images if jscript is off*/
}/* EVAL FORM */div#curtain{background:url('images/curtainbg.png');height:1000px;width:100%;position:absolute;top:0;z-index:999;display:none;}div#evalcontainer {text-align:left;position:absolute;overflow:hidden;width:800px;height:470px;left:50%;top:30px;margin-left:-400px;border:3px solid orange;background:#F6F3F1;z-index:1000;display:none;font-size:80%;}div#evalcontainer h2{margin:0 0 10px 0;padding:5px 15px;background:#FFEE82;border-bottom:1px solid #C6B865;}div#evalcontainer h3{position:relative;top:-12px;left:50px;margin:0;padding:0;background:#F6F3F1;width:200px;text-align:center;}div#evalcontainer p{margin:0 10px 10px 10px;}div#evalcontainer label{width:120px;float:left;text-align:right;margin-right:10px;}div#evalcontainer input[type=text]{width:150px;border:1px solid #ccc;background:#FFFBF4;}div#evalcontainer select, div#evalcontainer textarea{border:1px solid #ccc;background:#FFFBF4;}div#evalcontainer input[type=text]:focus{background:#fff;}div#evalContact {border:1px solid #ccc;;float:left;width:380px;margin:20px 0 43px 12px;}div#evalSite {border:1px solid #ccc;;clear:left;float;left;width:380px;margin:12px 0 0 12px;}div#evalUte {border:1px solid #ccc;float:right;width:380px;margin:20px 12px 0 0;}#evalZip{width:67px !important;}#evalNotes{height:100px;margin:0 0 0 12px;}#evalSubmit {padding:0 20px;text-shadow:0 0 2px #000;color:#fff;background:url('images/evalsubmitbg.png');border:1px solid #382213;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;font-family:'arial black';font-size:18px;margin:10px 12px 15px 0;float:right;}#evalClose {float:right;margin:3px 3px 0 0;border:none !important;}#evalClose img{border:none !important;}/* END EVAL FORM */
