/*   
Theme Name: Aviation (child)
Theme URI: 
Description:
Author: Kyle Duarte
Author URI: http://kduarte.com/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


body {
	background: #fff url(img/header_bkgd.png) top center repeat-x;
}

#branding {
	padding-top: 30px;
	padding-bottom: 85px;
	background: url(img/airplane.png) top right no-repeat;
}
#blog-title a {
	color: #fff;
	text-shadow: 1px 1px 3px #4060a0;
}
#blog-title a:hover {
	color: #f6f6f6;
	text-shadow: 1px 1px 3px #666;
}

/* NAV */

#menu-item-89, #menu-item-92 {
	margin-left: 25px;
}
#menu-item-87 a, #menu-item-88 a {
	border-right: 1px solid #ccc;
}

/* CONTENT */

#content_wrapper {
	padding: 20px 0 40px;
}
#loungeaccess {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	margin-bottom: 20px;
	clear: both;
}
.linediv {
	border-top: 1px #666 solid;
	padding-top: 10px;
	margin-top: 10px;
}
select.status {
	width:8em;
}
a.info {
	color:#000;
	border-bottom:dashed 1px #000;
	cursor: help;
}
.sectionheader {
	background: #97c1d8 url(http://flyertools.kduarte.com/wp-content/themes/aviation/img/section-header.png) top center repeat-x;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	text-shadow: #ccc 1px 1px 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.section {
	padding-top: 20px;
	text-align: center;
}
.marginBottom0 {
	margin-bottom: 0;
}
