@charset "utf-8";
@import url('style-reset.css');

/*   
Template Name: Elite Business
Author: Dieter Schneider
Author URI: http://www.csstemplateheaven.com/
*/

/*-----------------------------------------------*/
/*--------------- SITE STRUCTURE ---------------*/
/*---------------------------------------------*/

body {font-size: 90%; font-family: Lucida Grande, Helvetica, sans-serif; color: #3c3c3c; background: #f2f6f8 url(images/vert-tile.png) repeat-y center}

#header { background: #f2f6f8 url(images/header.jpg) no-repeat top center}

#header_index {width:960px; margin: auto; position: relative;}

#header2_content {width:960px; margin: auto; position: relative; height: 100px;    }

#header_content {width:960px; margin: auto; position: relative; height: 125px;}

#container {margin: auto; width: 910px; padding: 25px; font-size: .875em;}

#logo { width: 910px; padding: 25px;  }

#left {float: left; width: 570px; margin-bottom: 40px;}

#left2 {float: left; width: 860px; margin-bottom: 40px;}

#right {float: right; width: 300px; margin-bottom: 40px;}

#footer {clear:both; padding: 25px; width: 910px; margin: auto; font-size: .7em; background:url(images/seperator.png) repeat-x top; position: relative}

.left_box {width: 270px; float: left;}

.right_box {width: 270px; float: right;}

.seperator {background:url(images/seperator.png) repeat-x; height:2px; margin: 20px 0; clear: both}

.comments {margin: 0px 0 20px}

.comments ul li {background:#fefedc; border: 1px dotted grey; padding: 10px 20px; margin:15px 0}

 table
{border-collapse:collapse;
width:100%;
table-layout: auto;
     
}
 
td
{height:5px;
vertical-align:top;
padding:3px;
}

/*-----------------------------------------------*/
/*---------------   TYPOGRAPHY, IMG   ----------*/
/*---------------------------------------------*/

a {color: #156e9b; text-decoration: none}
a:hover {color:#babc2c; } 
p {padding: 15px 0; line-height: 1.5em}

strong {font-weight: 700}

.left_box h3, .right_box h3 {background:url(http://vadar.org/images/icon1.png) no-repeat; height: 38px; padding-top: 10px; padding-left: 54px; font-size: 1.4em; font-weight: normal; color: #1c4254}

.right_box h3 {background:url(http://vadar.org/images/icon2.png) no-repeat}

.left_box p, .right_box p {font-size: .9em; line-height: normal;}

.main_heading span{font-size: 1em;}

h1.main_heading {font-size: 2em; font-weight: normal}

h2 {font-size: 2em;}

h2#comments_heading {margin: 20px 0 0}

h3 {font-weight: bold}

h4 {font-weight: bold}

#right h3 {font-size: 1.2em; font-weight: 700; margin-bottom: 15px;}

 

.align_left {float: left; margin-right: 10px}

.blog_photo, .blog_photo_single {padding: 10px; background: #e5ecf0; border-top: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; margin-top: 5px}

.blog_photo_single {border-bottom: 1px solid #e2e2e2; margin-bottom: 15px}

.blog_post {padding: 10px; background: #e5ecf0; border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; margin-bottom: 30px}

.blog_post2 {padding: 5px; background: #e5ecf0; border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; margin-bottom: 30px}

.blog_post_meta {color: #999; background:#f2f6f8; padding: 5px}

.blog_post p {padding-top: 5px}

.read_more {text-align:right; margin-right: 15px; font-weight: 700; font-style:italic}



/*-----------------------------------------------*/
/*---------------   NAVIGATION   ---------------*/
/*---------------------------------------------*/

/* vertical menu ---------------*/

#v_navcontainer {border: 1px solid #c5d4dc; margin: 0px 0 30px; padding: 10px; background: #e5ecf0;}

#v_navcontainer ul {list-style-type: none;}

#v_navcontainer a {
     display: block;
	 color:#156e9b;
     padding: 8px 0;
	 background: url(images/menu_seperator_horiz.png) repeat-x bottom
}

#v_navcontainer a:hover {
     color: #000;
}

/* horizontal menu ---------------*/

#nav{
	float:left;
	list-style-type: none;
	margin: 5px 5px 5px 20px;
	margin-bottom: 35px;
	background: url(images/menu_seperator.png) left center no-repeat
}
#nav li{
	float:left;
	background: url(images/menu_seperator.png) right center no-repeat 
}
#nav li a:link, #nav li a:active, #nav li a:visited{
	display:inline;
	
	padding:0px 10px;
	text-decoration: none;
	line-height: 15px;
	outline: none;
	text-align:left;
	font-size: 13px;
	color: #000000;
}
#nav li a:hover, #nav li.selected a,
#nav li.current_page_item a {
	color:#babc2c;
}
span.nav_text{
	font-size:11px; 
	padding:0px 5px;
	color:#000000;
}



/*-----------------------------------------------*/
/*---------------      FORMS     ---------------*/
/*---------------------------------------------*/

#form_container {border: 1px solid #c5d4dc; margin: 0 0 30px; padding: 10px; background: #e5ecf0;}

/* comment form */

form {margin-top: 20px}

textarea {width: 100%}

#commentform p {padding: 5px 0}

.input_bg {background: #fff; border: 1px solid #c5d4dc; color: #000;
    -moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.input_bg:hover {border: 1px solid #6fadce}

.input_bg:focus {border: 1px solid #6fadce; background: #ffffdb}

fieldset {padding: 10px 20px;}

legend {margin-left: 2px; padding: 2px 0px; font-weight: bold;}

#submit {background: #000; color: #FFF; font-weight:700; border: 1px solid #003d53; padding: 5px; cursor: pointer;}



/*-----------------------------------------------*/
/*---------------      Slider     --------------*/
/*---------------------------------------------*/



#slider1 {
    width: 960px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	clear: both;
}

#slider1Content {
    width: 960px; /* 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-size: .9em;
    padding: 10px 20px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 930px !important;
	height: 50px;
}

#slider1 h2 {font-size: 1.6em; padding:  5px  }

/*-----------------------------------------------*/
/*---------------      Panes      --------------*/
/*---------------------------------------------*/ 

h2.latest_products_heading {font-size: 1em; font-weight: bold; color: #333; margin-bottom: 3px}

.product_text {font-size: .8em; line-height: normal; padding: 0}

/* hover divs (pane list) */

.pane-list {
	margin-bottom: 30px;
	list-style: none;
}

.pane-list li {
	background: #e5ecf0;
	cursor: pointer;
	height: 50px;
	padding: 4px;
	margin-bottom: 1px
}

.pane-list li:hover {
	background: #c9dce6;
}

.pane-list img {border: 2px solid white; float: left; margin-right: 8px}

.pane-list a {color:#333}


	
	
/**************************** Portfolio Gallery *****************************/

#gallery {
	width: 800px;
	margin: auto;
	overflow: auto;
	padding-bottom: 50px;
	position:static;
}
#gallery1 {
	width: 800px;
	margin: auto;
	overflow: auto;
	padding-bottom: 50px;
	position:static;
}

.float_left_thumb {
	float: left;
	height: 150px;
	width: 150px;
	margin: 50px;
	background: #e5ecf0;
	padding: 0px;
	border: 1px solid #c5d4dc;
	text-align: center;
}
 

.float_left_thumb img {border: 5px solid white}

.float_left_thumb h2 {text-align: center; padding: 8px; font-size: 1em; font-weight: 700}

.float_left_thumb p {font-size: .9em; text-align: center; padding: 0 0px}

.center {margin: auto;}

#no_gallery_found {width: 870; padding: 50px; margin: auto; background: red; border: 10px solid white}