/*
Theme Name: VA2009
Theme URI: visionairlines.com
Description: Child Theme for Thematic
Author: Seth Chaffee
Author URI: visionairlines.com
Template: thematic
Version: 0.1

*/
 
@import url("../thematic/style.css");
@import url("menu.css");
@import url("headerfooter.css");
@import url("pages.css");

.aside,  .aside ul, .aside ol, .aside dd, .aside pre {
	padding:0px;
	margin-bottom:0px;
}

p, ul, ol, dd, pre {
margin-bottom:0;
}

p {
padding-bottom:8px;
}

body {
    font: 15px Georgia,serif;
    line-height:22px;
	background-color:#dcba8d;
	background-image:URL(images/header_1px.jpg);
	background-repeat:repeat-x;
	
}

*, ul,p{
	/*margin: 0;*/
}

body, html, #wrapper {
	height: 100%;
	font: 14px Arial;
}

#main {
	height: auto;
}

/* BreadCrumb Styling */
#page-top {
	/*position:relative;
	top:44px;
	z-index:1;*/
	/*background-color: #FFFFFF;*/
}

input, textarea {
	background-color:#FFFFFF;
	border: 1px solid #545454
}

#container{
	width: 875px;
	margin:0px;
}

#content{
	width: 875px;
	margin:0px;
}

#main{
	width: 875px;
}

.menu{
	width: 875px;
}

a:link, a:visited{
	color:#545454;
}

.hentry {
	padding:0 0 0 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

.red {
 	color:#b70505;
 	font-weight: bold;
	font-size:14px
}

.selected {
 	color:#b70505;
	font-weight: bold;
}

.entry-content h1, .entry-content h2 {
padding:0px;
}

a{
text-decoration:none;
}