body {
	margin: 0;
	padding: 0;
/*	background: #FFFFFF url(images/bodybg.jpg) repeat-x left top; */
/*	background: url(images/OnAirLogoBackground.jpg) repeat-y; */
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
/*	text-transform: uppercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #753333;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	color: #000000;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 600px;
	height: 210px;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/OnAirLogo.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
}

#header h1 {
	float: left;
	padding: 150px 0 0 420px;
	font-size: 36px;
	text-align: center;
	color: #FFFFFF;
}

#header p {
	float: left;
	padding: 160px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	color: #F51F47;
}

#header a {
	text-decoration: none;
	color: #F51F47;
}

/* Page */

#page {
	width: 720px;
	margin: 0 auto;
}

/* Content */

#content {
 	float: right;
	width: 580px;
	margin: 0;
	padding: 0;
	/* background: url(images/cntbg.jpg) repeat-y left top; */
/*	background: url(images/OnAirLogoBackground.jpg) repeat-y left top;  */
}

#content .bgtop {
	background: url(images/cnttop.jpg) no-repeat left top;
}

#content .bgbtm {
	background: url(images/cntbtm.jpg) no-repeat left bottom;
}

.post {
	padding: 30px 10px 0px 30px;
}

.title {
	margin: 0;
	padding: 0;
	font-size: 24px;
}

.title h2 {
	margin: 0;
	margin-left: 50px;
	color: #753333;
}

.title a {
	text-decoration: none;
	color: #753333;
}

.pagetitle {
}

.byline {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	color: #646464;
}

.meta {
	margin: 0;
	padding: 18px 0 30px 0;
	background: url(images/metabg.jpg) no-repeat center bottom;
	text-transform: uppercase;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #646464;
}

.meta .more {
}

.meta .comments {
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
}

.entry a {
	color: #753333;
/*	font-weight: bold; */
	font-size: 15px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 140px;
	margin-bottom: 10px;
/*	background: url(images/sbbg.jpg) repeat-y left top; */
	color: #753333;
/*	color: #EEEEEE; */
}

#sidebar .bgtop {
	background: url(images/sbtop.jpg) no-repeat left top;
}

#sidebar .bgbtm {
	background: url(images/sbbtm.jpg) no-repeat left bottom;
}

#sidebar ul {
	margin: 0 0 0 20px;
	padding: 30px 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 17px 16px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #E3E3E3;
	padding: 0 0 10px 0px;
}

#sidebar h2 {
	margin: 0;
	height: 40px;
	background: url(images/sbh2.jpg) no-repeat left 45%;
	padding: 10px 0px 0px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #753333;
}

#sidebar a {
	color: #753333;
}

#sidebar a:hover {
	text-decoration: none;
}


/* Bio */

#bio {
/*	text-transform: uppercase; */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #753333;
	margin: 0;
	letter-spacing: -2px;
	font-size: 24px;
}

/* Horizontal List */

#menu
{
padding:0;
margin:0;
color:#fff;
font-family: arial, helvetica, sans-serif;
white-space:nowrap;
list-style-type:none;
}

#menu li {display:inline;}

#menu li a
{
padding:0.2em 1em;
background:#E86565;
color:#000;
text-decoration:none;
float:left;
border:2px solid #000;
margin: 4px;
}

#menu li a:hover
{
background:#753333;
/*background:#08c; */
color:#fff;
}

/* Footer */

#footer {
	clear: both;
	height: 140px;
/*	background: url(images/ftrbg.jpg) repeat-x left bottom; */
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #D52442;
}

#footer p {
	padding-top: 80px;
	text-transform: uppercase;
}

#footer p a {
	color: #F51F47;
}

/* bullet lists */

ul.noBullet {
  list-style-type: none;
}

ul.simpleMenu {
  list-style-type: none;
  margin-left: 0px;
  padding-left 0px;
}
ul.simpleMenu li {
/*  background-color: #C0C0C0; */
/*  width: 8em; */
/*  border-style: outset; */
/*  border-width: 1px */
}


