/*
Theme Name: Jetliner Cabins
Theme URI: http://jetlinercabins.com/
Description: Custom theme designed for Jetlinercabins.com
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/

	JetlinerCabins v1.0
	 http://jetlinercabins.com
*/


body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom	: 0px;
	background-color: #56a9c2;
	background-image: url(images/bg_plain.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #544646;
}
p {
	margin: 0px 0px 1em 0px;	
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}
h4 {
	font-size: 18px;
	margin-bottom: 0px;
}

a {
	color: #2f4a8b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 850px;
	height: 178px;
	position: relative;
}
#header-buy {
	position: absolute;
	left: 55px;
	top: 15px;
	border: 1px solid white;
}
#footer {
	width: 820px;
	padding: 10px 15px 0px 15px;
	background-color: black;
	margin: 0px;
	color: #d0d0d0;
	font-size: 11px;
	text-align: center;
		
}
#footer p {
	padding: 0;
	margin: 0;
}
#footer-bottom {
	margin: 0px;
	height: 40px;
	width: 850px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#footer a {
	color: #d0d0d0;
}
#nav {
	height: 36px;
	width: 850px;
	overflow: hidden;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}
#content {
	width: 850px;
	background-color: #fff;
}
#main {
	background-image: url(images/content_bg.jpg);	
	background-repeat: no-repeat;
}
#quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #565050;
	font-size: 18px;
	padding: 32px;
	text-align: center;
}
#widecolumn {
	width: 802px;
	margin: 0px 24px 0px 24px;
	padding: 0 0 0 0;
}
#sidebar {
	
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
.section_header {
	
}
img {
	border: 0;
}
.clearall {
	clear: both;	
}

.subnavigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.subnavigation ul li {
	margin: 0px 2px 0px 2px;
	padding: 2px 10px 5px 10px;
	border: 1px solid #999;
	list-style: none;
	display: inline;
	background-color: #eee;
	}
	
		
.subnavigation ul li.selected {
	
	list-style: none;
	display: inline;
	background-color: #4a90b6;
	}
.subnavigation ul li.selected a {
	color: #fff;	
}

.subnavigation {
	padding: 5px;
	border-bottom: 1px solid #aaa;
	margin: 20px 0 20px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}
/* End Images */

.post ul {
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.post ul li {
	list-style-type: square;
	padding: 0;
	margin: 0;
}
.thumbnail {
	float: left;
	margin: 0 15px 0 0;
}