/*  
Theme Name: Transport
Theme URI: http://www.easternwest.com
Description: Another kickass theme from easternwest.
Version: 1.0
Author: easternwest
Author URI: http://www.easternwest.com
*/
.clear { clear: both; }
.fix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.fix { display: inline-block; }
* html .fix { height: 1%; }
.fix { display: block; }


body {
	background: #2e3136 url(images/bg.jpg) repeat-y fixed;
	font: 80%/170% Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #d2d8db;
}
a {
	color: #00ade5;
	text-decoration: none;
}
a:visited {
	color: #00ade5;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
p {
	margin: 0px 0px 15px;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
#wrapper {
	width: 830px;
	margin: 0px auto;
	position: relative;
}

/* ------------------------------------- header area  */
#header {
	height: 120px;
}
/* site title */
h1 {
	position: absolute;
	top: 40px;
	left: 0px;
	color: #00ade5;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #00ade5;
	text-decoration: none;
}
h1 a:hover {
	color: #d2d8db;
	text-decoration: none;
}
.description {
	position: absolute;
	top: 77px;
	left: 0px;
	color: #4e545b;
	font: 12px Arial, Helvetica, sans-serif;
}
/* search form */
#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(images/tparent2.png);
	height: 37px;
	width: 250px;
}
#searchform #s{
	background: url(images/tparent2.png);
	height: 17px;
	width: 180px;
	margin: 6px 5px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #4e545b;
	border: none;
}
#searchform #searchsubmit { 
	background: url(images/search-btn.png) no-repeat left top;
	height: 25px;
	width: 25px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}

/* ------------------------------------- main content area  */
#left-col {
	width: 545px;
	float: left;
	margin-top: 0px;
	border-top: 0px solid #000000;
}
/* main menu */
#nav {
	height: 26px;
}
#nav ul{
	list-style: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
}
#nav ul li{
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: left;
}
#nav ul li a{
	padding: 5px 7px 6px 7px;
	text-decoration: none;
	color: #000000;
	display: block;
}
#nav li a:visited{
	text-decoration: none;
	color: #000000;
}
#nav li a:hover, #nav .current_page_item a, #nav .current_page_item a:visited{
	text-decoration: none;
	background: #000;
	color: #ffffff;
}
/* sub menu */
#subnav {
	background: #000000;
}
#subnav ul {
	margin: 0px;
	padding: 3px 0px 18px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}
#subnav li {
	border-right: 0px solid #D8D8D8;
	padding: 0px 7px;
	margin: 0px;
	float: left;
}
#subnav li a, #subnav li a:visited, #subnav .page_item {
	text-decoration: none;
	color: #333333;
}
#subnav .current_page_item a, #subnav .current_page_item a:visited {
	color: #000;
}
#subnav li a:hover {
	text-decoration: none;
	color: #000;
}

/* content */
#content {
	padding: 0px 15px 10px 15px;
	width: 650px;
	background: url(images/contentbg.png) top left repeat-y;
	clear: both;
	overflow: hidden;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.png) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #8a959e;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #8a959e;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 550px;
}
.postdata {
	font-size: 90%;
	color: #8a959e;
}
.postdata a, .postdata a:visited {
	color: #8a959e;
	text-decoration: none;
}
.postdata a:hover {
	color: #00ade5;
	text-decoration: none;
}
.postdata .category{
	padding-left: 0px;
	float: left;
}
.postdata .comments{
	padding-left: 0px;
	float: right;
}
.mini-add-comment {
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}


/* next & previous page navigation */
.page-nav {
	clear: both;
	height: 21px;
}
.page-nav a, .page-nav a:visited {
	color: #ffffff;
	text-decoration: none;
}
.page-nav a:hover {
	color: #666666;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
	background: url(images/navigation-right.gif) no-repeat right center;
}


/* ------------------------------------- comment area  */
h3#comments {
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-color:#d2d8db;
	clear: both;
}
h3#respond {
	padding-left: 0px;
	font: normal 140%/120% Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px;
	clear: both;
}
/* commentform */
#commentform {
	margin-top: 10px;
}
#commentform label {
	font-weight: bold;
	background:url(images/tparent2.png);
	color:#d2d8db;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #d2d8db;
	background:url(images/tparent2.png);
	font-size: 90%;
}
#commentform input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	background:url(images/tparent2.png);
}

#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 480px;
	height: 140px;
	background:url(images/tparent2.png);
	border: solid 0px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: bold 13px/100% Arial, Helvetica, sans-serif;
	color: #55595f;
	line-height: 20px;
	background: url(images/submit-btn.png) no-repeat top left;
	border: none;
	width: 135px;
	height: 25px;
	padding-bottom: 6px;
	margin-left: 355px;
}
#commentform #submit:hover {
	background: url(images/submit-btno.png) no-repeat bottom left;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: url(images/tparent2.png);
	color:#d2d8db;
	border: solid 0px #3b9acc;
}

/* post title */
h2 {
	color: #00ade5;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 20px "Lucida Grande", Arial, sans-serif;
	border-bottom: solid 1px #5f676d;
}
h2 a, h2 a:visited {
	color: #00ade5;
	text-decoration: none;
}
h2 a:hover {
	color: #fff;
	text-decoration: none;
}
h3 {
	color: #00ade5;
	margin: 5px 0px 5px;
	font: bold 110%/110% "Lucida Grande", Arial, sans-serif;
}

/* comment list */
.commentlist {
    color:#687079;
	margin: 10px 0px;
	padding-left: 0px;
	line-height: 130%;
}

.commentlist a{
    color:#687079;
}

.commentlist a:hover{
    color:#687079;
}

.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: url('images/tparent2.png');
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #687079;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #687079;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
.commentlist small a, .commentlist small a:visited{
	color: #687079;
}

/* ------------------------------------- footer area  */
#footer {
	height: 50px;
	padding: 10px 0px 0px 10px;
	font-size: 110%;
	color: #d2d8db;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #00ade5;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------------------------------- sidebar area  */
/* sidebar */

#sidebar-left {
	float: left;
	margin-right: 10px;
	padding: 5px;
}
#sidebar-left {
		background: url(images/tparent2.png);
	width: 250px;
	background: ;
	color: #c0c0c0;
	line-height: 160%;	
}

#sidebar-left p  {
	margin: 0px 0px 0spx;
}

#sidebar-left h3 {
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	color: #26466D;
	text-transform: uppercase;
		padding-left: 20px;
				padding-top:5px;
				padding-bottom:5px;
						border-bottom: 0px solid #4c5157;

}

#sidebar-left h3 img  {
	vertical-align: middle;
}

#sidebar-left a, #sidebar-left a:visited  {
	color: #00ade5;
	text-decoration:none;
		padding-left: 20px;
}

#sidebar-left a:hover, #sidebar-left a:focus, #sidebar-left a:active  {
	text-decoration:underline;
	color: #00ade5;
		padding-left: 20px;
}

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

#sidebar-left ul li a{
	color: #00ade5;
    line-height: 24px;
	padding-left: 20px ;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;
	font-size:12px;
	border-bottom: 0px solid #5f676d;
	
}
#sidebar-left ul li a:hover{
	padding-left: 20px ;
	display: block;
	color: #d2d8db;
	text-decoration: none;
}
#sidebar-left ul li ul li {
	padding-left: 20px ;
	display: block;
}


/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.left, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

img.right, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.hidden {
	clear: both;
	visibility: hidden;
}