/*
Theme Name: Vertran
Theme URI:  http://thinkvertran.com/
Description: Vertran Enterprises
Version: 1.0
Author: Blue Awesome
Author URI: http://blueawesome.com
*/

/*

	COLOR KEY:
		gray:	#373737
		Blue	#1e9ee1

*/

body {
	font-family: Lucida Grande Unicode, Lucida Grande, sans-serif;
	font-size: 68.5%;
	background: #373737;
	color: #ffffff;
	line-height: 18px;
}

.wrapper {
	width: 990px;
	margin: 0 auto;
	position: relative;
	font-size: 1.2em;
}


/* ------------ General Styles ------------ */

p {
	margin-bottom: 20px;
}

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

a:hover {
	color: #1e9ee1;
}

a:visited {

}

strong {
	font-weight: bold;
}

h1 {

}

h2 {
	display: block;
	height:35px;
	width: 550px;
	font-size: 2.0em;
	margin-bottom: 15px;
	font-weight: normal;
	background: url(images/divider.png) repeat-x bottom;
}

h3 {

}

h4 {

}

ul {
	padding-left: 70px;
	list-style-image: url(images/check.png);
	padding-bottom: 10px;
}

ul li {
	padding-bottom: 5px;
}

/* ------------ Header ------------ */

#header {
}

#header h1 {
	display: block;
	width: 400px;
	height: 130px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
}

#header p {
	text-indent: -9999px;
}

/* ------------ Navigation ------------ */

ul#tabbar {
	list-style: none;
	position: absolute;
	top: 140px;
	right:20px;
	width:;
	font-size: 18px;
	color: #ffffff;
	z-index: 1000;
}

ul#tabbar li {
	display: inline;
	padding-bottom: 20px;
	padding-top: 10px;
}

ul#tabbar li:hover {
	background: url(images/tab_bg.jpg) repeat-x;
}

li.tabselected {
	background: url(images/tab_bg.jpg) repeat-x;
}

ul#tabbar li a {
	text-align: center;
	padding: 25px 15px 15px 15px;
	text-decoration: none;
	color: #ffffff;
}



/* ------------ Home Intro ------------ */

#home-intro {
	width: 990px;
	position: relative;
}

#home-intro-top {
	background: url(images/bar_top.png) no-repeat;
	height: 30px;
	position: relative;
	top: 0;
}

#home-intro-mid {
	background: url(images/intro_mid.jpg) repeat-y;
}

#home-intro-bot {
	background: url(images/intro_bot.png) no-repeat;
	height: 30px;
	margin-top: -10px;
}

#content-home {
	background: url(images/body_mid.jpg) repeat-y;
	height: 500px;
	margin-top: -100px;
	padding-bottom: 20px;
}

#content {
	background: url(images/body_mid.jpg) repeat-y;
	margin-top: -10px;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: auto;
}

#page-intro {
	width: 990px;
	position: relative;
}

#page-intro-top {
	background: url(images/bar_top.png) no-repeat;
	height: 30px;
	width: 990px;
}


/* ------------ Post ------------ */

.post {
	width: 610px;
	margin-left: 45px;
}

.post-top {

}

.post-mid {

}

.post-bot {

}

.post h2 {

}

/* ------------ Sidebar ------------ */

#sidebar {
	width: 250px;
	float: right;
	margin-right: 45px;
}

img.center {
	margin: 0 auto;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sb_top {
	width: 250px;
	height: 34px;
	background: url(images/sb_top.jpg) no-repeat;
}

.sb_mid {
	background: url(images/sb_mid.jpg) repeat-y;
	padding: 0 20px 10px 20px;
}

.sb_bot {
	width: 250px;
	height: 11px;
	background: url(images/sb_bot.jpg) no-repeat;
}

.widget {
	margin-bottom: 20px;
}

.widget h3 {
	text-align: center;
	padding-top: 2px;
}



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


#slider {
	width: 950px;
	height: 240px;
	margin: 0 auto;
	margin-top: -5px;
	background: #000000;
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sliderContent {
    width: 950px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 16px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 924px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
	font-size: 24px;
	font-weight: bold;
}

.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}


/* ------------ Footer ------------ */

#footer {
	background: url(images/intro_bot.png) no-repeat;
	height: 30px;
	margin-bottom: 50px;
	font-size: 12px;
	margin-top: -10px;
	position: relative;
	margin-bottom: 20px;
}

#footer p {
	padding-top: 11px;
	text-align: center;
	color: #094a6d;
}

#credit {
	width: 150px;
	height: 40px;
	background: url(images/blue_awesome.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	margin-bottom: 20px;
}

#credit a {
	display: block;
	width: 150px;
	height: 40px;
}

img.aligncenter {
	margin: 0 auto;
}

.center {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

.gallery {
	height: auto;
}

.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
	clear: left;
}

