/* @override 
	http://www.midwestballoonrides.com/wp-content/themes/default/style.css
	http://www.midwestballoonrides.com/wp-content/themes/midwesttheme/style.css
*/

body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: #2c5c73;
	margin: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 927px;
	height: 289px;
	padding-top: 295px;
	padding-left: 65px;
	overflow: visible;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	height: 15px;
	list-style-type: none;
}
#menu li.page_item {
	border-right: 1px solid #000000;
	float: left;
}
#menu li.page_item.page-item-25 {
	border-right-style: none;
}
#menu li.page_item a {
	text-align: center;
	display: block;
	float: left;
	height: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
}
#menu li.page_item a:hover {
	color: #a91e22;
}
#menu li.pagenav {
	list-style-type: none;
	float: left;
}
#menu li.pagenav ul {
	margin: 0px;
}
#menu li.pagenav h2 {
	display: none;
}

.maincontent {
	background-image: url(images/content_background.png);
	background-repeat: repeat-y;
	overflow: visible;
}
.contenttable {
	margin-top: -252px;
	width: 663px;
	max-width: 663px !important;
	overflow: hidden;
	float: left;
}
.contenttable .entry {
	overflow: hidden;
	width: 540px;
	max-width: 540px;
}
.contenttable p {
	font-size: 13px;
	color: #303030;
}
.contenttable h2 {
	color: #a91e22;
	font-size: 22px;
}
.contenttable h2 a {
	color: #283694;
	text-decoration: none;
	font-size: 22px;
}
.contenttable h2 a:hover {
	color: #283694;
	text-decoration: underline;
}
.contenttable a {
	color: #f26522;
	text-decoration: none;
}
.contenttable a:hover {
	color: #283694;
	text-decoration: underline;
}
.contenttable small {
	font-size: 11px;
	font-style: italic;
}
#comment {
	width: 500px;
}

.sidebar {
	margin-top: -390px;
	margin-right: -30px;
	*margin-right: -5px;
	float: right;
}
.sidebar h2.widgettitle {
	color: #a91e22;
	font-size: 18px;
}
.sidebar ul.mainlevel {
	list-style-type: none;
	width: 212px;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: 21px !important;
	padding-left: 9px;
	padding-right: 9px;
	position: relative;
	bottom:  74px;
}
.sidebar ul.mainlevel ul {
	
}
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.sidebar a:hover {
	color: #303030;
}
.sidebar div.textwidget h2 {
	color: #a91e22;
	font-size: 18px;
}
.sidebar div.textwidget div div {
	margin-left: 15px;
}
.sidebar div.textwidget div div div a {
	font-size: 10px;
}
.sidebar_background {
	background-image: url(images/sidebar_background.png);
	background-repeat: repeat-y;
}
.sidebar_background ul {
	
}
#sidebar_header {
	background-image: url(images/sidebar_header.png);
	background-repeat: no-repeat;
	width: 326px;
	height: 213px;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	width: 992px;
	height: 192px;
}

