/* CSS Document */

body {
  margin: 0;
  background: #A9A9A9 url(/images/layout/body_bg.jpg);
}

body, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
}

img {
  border: 0;
}

p, h2, h3 {
  margin: 0 0 12px 0;
}

a {
  color: #CCCCCC;
}
a:hover {
  color: #FFFF66;
}


#wrapper_bg {
  background: url(/images/layout/wrapper_bg.jpg) top repeat-x;
}
#wrapper {
  margin: 0 auto;
  padding: 0 1px;
  width: 1000px;
  background: url(/images/layout/trans_bg.png);
}


/********** Ad accross top of page and Live on the Air box *********/
#top_ad {
  padding: 4px;
  height: 101px;
  /*background: #11255B url(/images/layout/on_the_air.jpg) top left no-repeat;*/
  background: #11255B url(/images/layout/listen_live_bg.jpg) top left no-repeat;
  clear: both;
}
#top_ad div.listen_live_icon_div {
	width: 70px;
	float: left;
}
#top_ad_link {
	width: 780px;
	float: right;
}
#top_ad p {
  margin: 0;
  padding: 38px 5px 0 5px;
  width: 202px;
  float: left;
  font-size: 11px;
  text-align: center;
  color: #000000;
}
#top_ad p span {
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}
#top_ad p span a {
  text-decoration: none;
}
#top_ad p span a:hover {
  color: #FFFFFF;
}
#top_ad img {
  display: block;
  float: right;
}
#top_ad .listen_live_icon {
  position: relative;
  top: 35px;
  left: 75px;
  float: left;
}


/********* Main Header - scrolling images, moo crew, logo *********/
#header {
  padding: 7px 0;
  height: 179px;
}
#header #logo {
  float: left;
}
#header form {
  margin: 0 6px;
  padding: 67px 7px 7px 7px;
  width: 163px;
  height: 103px;
  border: 1px solid #000000;
  float: left;
  /*background: url(/images/layout/workforce_bg.jpg);*/
  background: url(/images/layout/live_on_air_bg.jpg);
  display: inline;
}
#header form p {
  margin: 0;
  padding: 28px 0 0 0;
  width: 163px;
  float: left;
  font-size: 11px;
  text-align: center;
  color: #000000;
}
#header form p span {
  background: #000000;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  float: none;
}
#header form p span a {
  text-decoration: none;
}
#header form p span a:hover {
  color: #FFFFFF;
}
#header form img {
  display: block;
  /*float: right;*/
}
#header form label {
  padding-top: 4px;
  width: 36px;
  display: block;
  float: left;
  background: none;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}
#header form input {
  margin: 1px 0;
  padding: 1px 0;
  font-size: 12px;
  width: 125px;
  float: left;
  background: #CCCCCC;
  border: 1px solid #666666;
}
#header form .submit {
  margin: 5px 1px 10px 0;
  border: 0;
  float: left;
}
#header form span {
  margin-top: 4px;
  float: left;
  display: block;
  font-size: 11px;
  color: #FFFFFF;
}
#header form br {
  clear: both;
}
#header form p {
  margin: 0;
  font-size: 11px;
  text-align: center;
}
#header form a {
  color: #FFFFFF;
  text-decoration: none;
}
#header form a:hover {
  text-decoration: underline;
}
#header div {
  padding-left: 31px;
  width: 365px;
  height: 179px;
  float: left;
  /*background: #11255B url(/images/layout/featuring.jpg) top left no-repeat;*/
  background: #11255B url(/images/layout/followus.jpg) top left no-repeat;
  text-align: center;
}
#header div img.todays_country {
  margin: 0 0 4px 0;
}
#header div div.connect_wrapper {
	margin: 0;
	padding: 33px 0 0 24px;
	background: none;
}
#header div div.connect_wrapper a.connect_icon {
	margin-right: 10px;
	float: left;
}


/************* Styles that apply to all content boxes ****************/
.content {
  margin-bottom: 7px;
  font-size: 12px;
  color: #E8E8E8;
  background: #11255B;
}
.content h2 {
  color: #FFCC33;
  font-size: 16px;
  text-align: center;
}
.content h3 {
  color: #FFCC33; /*#E164AF;*/
  font-size: 12px;
}
.content ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
.content ul li {
  margin: 5px 0;
  padding: 0;
}
.content ul.bullets li {
  margin: 0;
  padding: 0 0 3px 14px;
  line-height: 14px;
  background: url(/images/layout/bullet.jpg) 0 3px no-repeat;
  font-size: 11px;
}


/******** Left Column - Search form, appearances, obituaries *********/
#left_col {
  float: left;
  width: 300px;
  display: inline;
}
#search_form {
  margin: 0;
  padding: 3px 4px 0 4px;
  height: 21px;
  background: url(/images/layout/search_bg.jpg);
}
#search_form label {
  margin-top: 2px;
  font-size: 14px;
  float: left;
  color: #000000;
}
#search_form select {
  margin: 0 2px;
  float: left;
  font-size: 9px;
  z-index: 1;
}
#search_form input {
  float: left;
}
#search_form input.s_term {
  margin-right: 2px;
  padding: 1px 2px;
  width: 95px;
  font-size: 9px;
}
#search_form input.submit {
  margin-top: 2px;
}
#appearances, #cmt_news, #fun_stuff, #live_election_results {
  padding: 7px;
  width: 286px;
}
#cmt_news li, #fun_stuff li {
  font-size: 12px;
}
#appearances table {
  border: 1px solid #333333;
  border-collapse: collapse;
  background: #333333;
}
#appearances table th, td {
  margin: 0;
  padding: 3px;
  border: 0;
  font-size: 11px;
  line-height: 11px;
}
#appearances th {
  background: #666666;
  text-align: left;
  color: #FFFFFF;
}
#appearances td {
  border-bottom: 1px solid #666666;
}
#follow {
	padding-bottom: 10px;
	width: 145px;
	height: 117px;
	float: left;
}
#listen_now {
	padding-bottom: 10px;
	margin-left: 10px;
	width: 145px;
	height: 117px;
	float: left;
}


/************* Middle Column - Main content ***************/
#mid_col {
  margin: 0 9px;
  width: 522px;
  float: left;
  display: inline;
}
#content {
  padding: 7px;
  width: 508px;
}


/*************** Vertical ad on right *******************/
#vertical_ad {
  float: right;
  clear: right;
}
.small_logo {
  margin: 7px 0;
}

#james_otto_homepage {
  clear: right;
  float: right;
}


.yellow_bar {
  clear: both;
  width: 1000px;
  height: 20px;
  background: url(/images/layout/yellow_bar2.jpg);
  border-bottom: 3px solid #000000;
}


/**************** Tile ads at bottom *******************/
#bottom_ads {
  margin: 7px 0;
  float: left;
}
#bottom_ads img {
  margin-left: 3px;
  display: block;
  float: left;
  border: 1px solid #000000;
}
#bottom_ads img:hover {
  border: 1px solid #000066;
}
#bottom_ads img.left {
  margin-left: 0;
  margin-right: 1px;
}


/******************* 4 boxes at bottom *****************/
#bottom_boxes {
  margin-bottom: 7px;
  width: 1000px;
  background: url(/images/layout/bottom_boxes_bg.jpg) repeat-y;
  float: left;
}
#bottom_boxes div {
  padding: 5px 7px 5px 5px;
  width: 238px;
  float: left;
}
#bottom_boxes div.right {
  padding-right: 5px;
}
#bottom_boxes div.content {
  background: none;
}
#homepage_poll {
  margin: 0;
  padding: 0;
}
#homepage_poll h4 {
  margin: 0 0 10px 0;
  font-size: 12px;
}
#homepage_poll img {
  margin: 5px 0 0 5px;
}
#homepage_poll table {
  border-collapse: collapse;
}
#homepage_poll table td {
  padding: 4px;
  font-size: 12px;
}
#homepage_poll table td img {
  margin: 0;
}


#footer {
  width: 996px;
  padding: 2px;
  background: #444444;
  float: left;
}
#footer p {
  margin: 0;
  font-size: 11px;
  color: #CCCCCC;
}
#footer p.left {
  float: left;
}
#footer p.right {
  float: right;
  text-align: right;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  color: #CCCCCC;
  text-decoration: underline;
}

