/*
Theme Name: Red 1 Express
Theme URI: http://www.red1x.com/
Description: 
Version: 1.6
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/
Tags: red, airline, widgets

*/



body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CC0000;
	margin-top: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
h1{
	font-size: 40px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px !important;
	margin-left: 0px;
}
h2{
	margin-top: 30px !important;
	margin-bottom: 10px !important;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FF3300;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 130px;
	clear: both;
}
#content {
	clear: both;
	background-color: #B90000;
	min-height: 300px;
}
.post{
	padding: 20px;
	line-height: 18px;
}
#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding: 5px;
}
#menu {
	clear: both;
	background-color: #EE362D;
	margin-top: 0px;
	margin-bottom: 10px;
	overflow: hidden;
}
#logo {
	float: left;
	width: 200px;
}
#logo a, #logo a img{
	text-decoration:none;
	border: 0 none;
	background-color: #CC0000;
}
#topright {
	float: right;
	width: 400px;
	margin-top: 50px;
	text-align: right;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#menu ul li a {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-transform: lowercase;
}
#menu ul li a:hover {
	background-color: #FFFFFF;
	color: #CC0000;
}