/*
Theme Name: Turbine Theme
Theme URI: http://luckythemes.com/turbine-theme/
Description: Turbine Style Wordpress Theme. The theme is released under GPL.
Version: 1.5
Author: http://themerama.com
Tags: widget ready, valid html, valid css, 3 columns
*/
html,body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6E6E71;
	margin: 0;
	padding: 0;
	background: #C8CAC0;
	text-align: center;
}
img{border: 0;}
.clear{clear: both;}

div#wrapper{float:left;width:100%; text-align: left;}
div#footer{clear:left; width:100%; background: #5B5B5D url(images/footer_bg.gif) repeat-x;}

#container{background: white url(images/side_bg.gif) repeat-y right;}
#container .lbg{background: url(images/side_bg.gif) repeat-y;}
#menu{background: #5DC0EA url(images/menu_bg.gif) repeat-x; height: 55px; margin-left:-229px; padding: 0 0 0 229px; min-width: 750px;}
.header{background: #5B5B5D url(images/header_bg.gif) repeat-x; margin-left:-229px; padding: 0 0 0 229px; width: 100%; text-align: left}
.himg{background: url(images/header_img.jpg) no-repeat right; height: 255px;}

.header h1{
	padding: 110px 0 0 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	text-transform: lowercase;
}
.header h4{
	padding: 0 0 0 50px;
	font-family: Arial, Helvetica, Georgia, Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #8ACCFF;
	margin: 0;
}
.header a:link, .header a:visited, .header a:active, .header a:hover{
	color: white;
	text-decoration: none;
}
.header a:hover{ color: #8ACCFF;}


#menu ul{
	padding: 0;
	margin: 17px 0 0 0;
	float: left;
	width: 300px;
	height: 22px;
	overflow: hidden;
}
#menu ul li{
	list-style: none;
	padding: 5px 20px 5px 0;
	margin: 0 0 0 20px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	float: left;
	border-right: 2px dotted #C8CAC0;
}


#menu a:link, #menu a:visited, #menu a:active, #menu a:hover{
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#menu a:hover{text-decoration: underline;}

.search{
	float: right;
	width: 350px;
	margin-top: 17px;
}
.search_form{
	margin: 0;
	padding: 0 0 0 40px;
}
.search_form input{
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
}

.left{float:left;width:229px;margin-left:-100%; text-align: left; color: #6E6E71;}

.left .padding{
	margin: 10px;
}
.left h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #248CE5;
	font-weight: normal;
}
.left ul li{
	list-style: none;
	padding: 0 12px;
	margin: 5px 0 5px 10px;
	background: url(images/lul_bullet.gif) no-repeat 3px 5px;
}
.left ul{
	padding: 0;
	margin: 8px 5px;
	font-size: 12px;
}
.left a:link, .left a:visited, .left a:active, .left a:hover{
	color: #6E6E71;
	text-decoration: none;
}
.left a:hover{ text-decoration: underline;}


.right{float:left; width:229px;margin-left:-229px; text-align: left; color: #6E6E71;}

.right .padding{
	margin: 10px;
}
.right h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #248CE5;
	font-weight: normal;
}
.right ul li{
	list-style: none;
	padding: 0 12px;
	margin: 5px 0 5px 10px;
	background: url(images/lul_bullet.gif) no-repeat 3px center;
}
.right ul{
	padding: 0;
	margin: 8px 5px;
	font-size: 12px;
}
.right a:link, .right a:visited, .right a:active, .right a:hover{
	color: #6E6E71;
	text-decoration: none;
}
.right a:hover{ text-decoration: underline;}


.content{margin: 0 229px; background: white; min-width: 300px;}
.content .padding{
	padding: 5px 10px;
}
.content .title{
	padding: 5px;
	border-bottom: 1px dotted #6C6B6E;
}
.content h1{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}
.content h1 a:link, .content h1 a:visited, .content h1 a:active, .content h1 a:hover{
	color: black;
	text-decoration: none;
}
.content h1 a:hover{ text-decoration: underline;}

.content h4{
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #6C6D6E;
	margin: 0;
}

.content a:link, .content a:visited, .content a:active, .content a:hover{
	color: #248CE5;
	text-decoration: underline;
}
.content a:hover{text-decoration: none;}

.content p{padding: 0; margin: 5px;}


.tags{
	font-size: 11px;
	margin: 0 5px;
	padding: 5px 0;
	color: #0068FF;
}
.tags a:link, .tags a:visited, .tags a:active, .tags a:hover{
	color: #6D6D6E;
	text-decoration: underline;
}
.tags a:hover{text-decoration: none;}


.permalink{
	font-size: 11px;
	margin: 0 5px;
	padding: 5px 0;
	color: #0068FF;
	text-align: right;
}
.permalink a:link, .permalink a:visited, .permalink a:active, .permalink a:hover{
	color: #0068FF;
	text-decoration: underline;
}
.permalink a:hover{text-decoration: none;}

#footer{
	font-family: Tahoma, Arial, Helvetica, Georgia, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #D4D4D4;
}
#footer .fimg{
	background: url(images/footer_img.jpg) no-repeat;
	height: 63px;
}
#footer p{
	padding: 20px 0 0 0 ;
	margin: 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover{
	font-weight: bold;
	color: #D4D4D4;
	text-decoration: underline;
}
#footer a:hover{text-decoration: none;}

#footer a.sec:link, #footer a.sec:visited, #footer a.sec:active, #footer a.sec:hover{
	color: #A2A2A2;
	font-weight: bold;
	text-decoration: underline;
}
#footer a.sec:hover{text-decoration: none;}

h2 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
}

h3 {
	font-family: Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

p, li, .feedback {
	font: 100% Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 99%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0 auto;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: black;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: black;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: white;
	color: #248CE5;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
p img {
padding: 0;
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
