h2 {
	border-top: solid 5px #900;
	padding-top: .5em;
	font: bolder 200% 'AmericanTypewriter-Bold', 'Courier New', serif;
	}

input, select {
  background-color: #fff !important;
}

.required {
  color: #f00;
}

ul.media {
	overflow: hidden;
	float: right;
	margin: 0 0 6px;
	}
	ul.media li {
		float: left;
		}
#adspace-3 {
	position: relative;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1em;
	}
	#adspace-3 div {
		position: relative;
		width: 100%;
		height: 87px;
		background: #999;
		}
	#adspace-3 p {
		padding: 1em 0 3px;
		margin: 0;
		color: #999;
		}
#adspace-4 {
	width: 200px;
	height: 113px;
	background: #fff;
	margin: 10px 0 2em;
	text-align: center;
}
#mainpanel {
	width: 540px;
	float: left;
	}
	#mainpanel .topics {
		padding-bottom: 1em;
	}
#story {
	float: right;
	clear: right;
	width: 370px;
	}
	#story p {
		margin-top: 0;
	}
	#story br {
		display: block;
		margin-bottom: 12px;
	}
.story-photo {
	position: relative;
	width: 180px;
	padding: 5px;
	border: solid 1px #000;
	margin: 0 0 2em 1em;
	float: right;
	text-align: center;
	}
.story-photo img {
	position: relative;
	width: 180px;
	}
.story-photo p {
	font-size: smaller;
	background: #ddd;
	padding: 5px;
	margin: 0;
	text-align: left;
	}


.side_data {
    position: relative;
    left: -10px;
    width: 150px;
    padding: 10px;
    margin-bottom: 1em;
    background: #E9E6C5;
    font-size: 90%;
    }
    .side_data a {
        color: #900;
        }
    .side_data img {
        position: relative;
        }
    .side_data h4 {
        color: #999;
        }
    .side_data h4.org {
        color: #000;
        font-weight: bolder;
        padding: 5px 0;
        }
    .side_data ul {
        margin: 0;
        padding: 0 0 0 1em;
        list-style-type: square;
        font-weight: bolder;
        }


.country_data h4 {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}

.country_data img {
  margin-top: 5px;
}

.country_data h5 {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 10px;
}

.country_data h6 {
  font-size: 10px;
}

.country_data ul {
  font-weight: normal;
  margin: 0 0 5px 0;
  padding: 0;
  list-style-type: none;
}

.country_data ul li {
  border-bottom: 1px solid #999;
  padding: 3px 0;
}

#region-info {
	position: relative;
	width: 150px;
	padding: 0;
	font-size: 90%;	
	}
	#region-info caption{
		font-size: larger;
		font-weight: bolder;
		color: #001659;
	}
	#region-info img {
		padding: 2px;
		border: solid 1px #000;
		margin: 2px 0;
	}
	#region-info .source {
		font-size: 80%;
		color: #999;
	}
	#region-info tfoot td {
		border-top: solid 1px #999;
		padding-top: .5em;
	}	
	#region-info tfoot a {
		font-weight: bolder;
		color: #a00;
	}
#audio {
	position: relative;
	width: 200px;
	padding: 0 0 0 0;
	border-bottom: none;
	margin: 0 0 20px 555px;	
	}
	#audio h3 {
		padding: 0 0 5px 0;
		float: none;
		color: #001659;
		font-weight: bolder;
		font-size: 150%;
		}
	#audio object{
		position: relative;
		width: 199px;
		height: 1px !important;
		background: #999;
		clear: none;
		}
#related {
	width: 200px;
	margin: 20px 0 0 555px;
	}
	#related h3 {
		font-weight: bolder;
		padding-left: 10px;
		color: #001659;
		}
	#related ul {
		margin: 0;
		padding: 0;
		font-weight: bolder;
		}
	#related li {
		list-style-type: none;
		padding: .5em 0 .5em 20px;
		margin: 0;
		color: #000;
		background: url(/images/blue-arrow.gif) no-repeat 0 .8em;
		}
		#related li a {
			color: #900;
		}


/* Content
--------------------------------------------------------------------------*/

#content #generic  .submit {
	display: block;
	clear: both;
}

#content #generic {
	margin-bottom: 30px;
}

#content #generic label {
        display: block;
        margin: 0;
}

#content #generic input, #content #generic textarea {
	margin: 0 0 10px 0;
}

#content #generic p {
	margin: 0 0 10px 0;
}

#content #generic ul {
        padding: 0; 
        margin: 0 0 10px 20px;
        list-style-type: disc;
        }

#content #generic select, #content #generic input {
        margin: 0 !important;
        padding: 0 !important;
}

#content #generic dt {
	font-size: 14px;
	font-weight: bold;
}

#content #generic dd {
	margin: 0 0 15px 15px;;
	padding: 0;
}


#content #generic input, #content #generic select {
        margin-bottom: 10px !important;
}

#content #generic label input {
        margin-bottom: 0px !important;
}

#content #generic label.pad {
        margin-bottom: 10px !important;
}

#content #generic ul.bullet {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
}

/* non-form fieldsets
--------------------------------------------------------------------------*/

.non-form {
  border: 1px solid #001f7a;
  width: 40%;
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px;
}

.non-form legend {
  font-size: 16px;
  font-weight: bold;

}

.non-form h4 {
  font-size: 14px;
  font-weight: bold;

}

.non-form h5 {
  font-weight: bold;

}

/* Archive news layouts
--------------------------------------------------------------------------*/

#archive_date_form {
	margin-bottom: 20px;
}

#archive_date_form select, #archive_date_form input {
        margin: 0 !important;
	padding: 0 !important;
}


#archive_day {
        position: relative;
        padding: 0 0 2px 0;
        margin: 0 20px 0 0;
        width: 753px;
        }
        #archive_day h2 {
                border-bottom: solid 1px #999;
                margin-bottom: .7em;
                font-size: 190%;
                line-height: 1;
                }
        #archive_day h3 {
                font: bolder 160% 'AmericanTypewriter-Bold', 'Courier New', serif;
        }
        #archive_day img.topstory {
                position: relative;
                width: 100%;
                padding: 0 0 1px 0;
                border-bottom: solid 5px #a00;
                margin: 0 0 .5em 0;
        }
        #archive_day a {
        color: #a00;
        }
#archive_day a#news-feed {
        position: absolute;
        top: 23px;
        left: 390px;
        }
#archive_day a#mobile-version {
        position: absolute;
        top: 18px;
        left: 368px;
        padding-right: 0;
        height: 17px;
        }
#archive_day #audio {
        position: relative;
        width: 300px;
        border-bottom: solid 1px #999;
	float: right;
	padding: 0;
	margin: 0;
        }
        #archive_day #audio object {
                position: relative;
                display: block;
                width: 100%;
                height: 50px;
                padding: 0;
                margin: 0 0 3px 0;
                background: #999;
                clear: left;
                }
        #archive_day #audio h3 {
                color: #a00;
                font-size: 1.5em;
                font-family: sans-serif;
                }
        #archive_day #audio h5 {
		display: inline;
                padding: 0 8px 5px 0;
                float: left;
                color: #001659;
                font-weight: bolder;
                }
#archive_day #othernews {
        position: relative;
        overflow: hidden;
        margin-top: 2em;
	width: 400px;
        }
        #archive_day #othernews .story {
                overflow: hidden;
                position: relative;
                width: 100%;
                padding: 0 0 1.5em 0;
                }
        #archive_day #othernews a.interview {
                display: block;
                padding-left: 20px;
                color: #999;
                font-size: 90%;
                text-transform: uppercase;
                background: url(/images/sound_low.gif) no-repeat 0 0;
                }
        #archive_day #othernews a {
                color: #a00;
                }
        #archive_day #othernews img {
                width: 60px;
                padding: 0 10px 10px 0;
                float: left;
        }
        #archive_day #othernews p {
                margin: 0;
                padding: 0;
        }
        #archive_day #othernews .topics {
                clear: left;
                color: #000;
		padding: 0;
		margin: 0;
        }
                #archive_day #othernews .topics a {
                        color: #999;
                }



#search_results {
        position: relative;
        padding: 0 0 2px 0;
        margin: 0 20px 0 0;
        width: 753px;
	clear: both;
        }
        #search_results h2 {
                border-bottom: solid 1px #999;
                margin-bottom: .7em;
                font-size: 190%;
                line-height: 1;
                }
        #search_results h3 {
                font: bolder 160% 'AmericanTypewriter-Bold', 'Courier New', serif;
        }
        #search_results img.topstory {
                position: relative;
                width: 100%;
                padding: 0 0 1px 0;
                border-bottom: solid 5px #a00;
                margin: 0 0 .5em 0;
        }
        #search_results a {
        color: #a00;
        }
#search_results #items {
        position: relative;
        overflow: hidden;
        margin-top: 2em;
	width: 100%;
        }
        #search_results #items .story {
                overflow: hidden;
                position: relative;
                width: 100%;
                padding: 0 0 1.5em 0;
                }
        #search_results #items a.interview {
                display: block;
                padding-left: 20px;
                color: #999;
                font-size: 90%;
                text-transform: uppercase;
                background: url(/images/sound_low.gif) no-repeat 0 0;
                }
        #search_results #items a {
                color: #a00;
                }
        #search_results #items img {
                width: 60px;
                padding: 0 10px 10px 0;
                float: left;
        }
        #search_results #items p {
                margin: 0;
                padding: 0;
        }
        #search_results #items .topics {
                clear: left;
                color: #000;
                padding: 0;
                margin: 0;
        }
                #search_results #items .topics a {
                        color: #999;
                }

/* Groups Styles
--------------------------------------------------------------------------*/

#all_groups img {
	margin: 0 10px 10px 0;
}

#single_group img {
	float: right;
	margin: 0 0 15px 5px;
	border: 1px solid #000;
}

#single_group table {
	margin-top: 10px;
	width: 450px
}

/* Interview Styles
--------------------------------------------------------------------------*/

table.interview {
	width: 750px;
	margin-bottom: 15px;
	clear: right;
}

table.interview th {
	vertical-align: top;
	background-color: #d1d8ef;
}

table.interview td {
	vertical-align: top;
}

table.interview th.agency {
	width: 132px;
}
table.interview th.date {
	width: 309px;
}
table.interview th.spoke {
	width: 309px;
}

table.interview td.date {
	font-weight: bold;
	height: 20px;
}
table.interview td.spoke {
	font-weight: bold;
	height: 20px;
}

#interview_date_search {
	float: right;
}

form.interview_search {
	margin-bottom: 15px;
}

form.interview_search label {
	font-weight: bold;
}

#interview_search_again {
	margin-top: 20px;
}

table#admin_interviews {
  width: 580px;
}

table#admin_interviews td {
  border-bottom: 1px solid #aaa;
  padding: 3px;
  margin: 0;
}

table#admin_interviews td a {
  display: block;

}

table#admin_interviews td a:hover {
  background-color: #d1d8ef;
  text-decoration: none;
}

/* STMDb Styles
--------------------------------------------------------------------------*/

#stmdb_simple {
	float:right;
	padding:3px 7px 0px 7px;
	margin:0px 7px 7px 7px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #666;
	border-left: 1px solid #BAB7B8;
	border-bottom: 1px solid #676665;
}


#stmdb_simple form {
	margin: 3px 0;
}

#stmdb_advanced_form label {
	padding-top: 15px;
}

#stmdb_search_results ol {
	padding: 0;
	margin: 0 0 0 20px;
}

#stmdb_search_results ol li {
	margin: 0 0 15px 0;
}

#stmdb_search_results ol li a {
	font-weight: bold;
}

#stmdb_trip h4 {
	font-weight: bold;
}

/* Radio Styles
--------------------------------------------------------------------------*/

#radio form {
	margin-bottom: 20px;
}

#station_table {
	width: 754px;
	margin-bottom: 20px;
}

#generic #radio input, #generic #radio select {
	margin-bottom: 10px !important;
}


/* Radio Styles
--------------------------------------------------------------------------*/

#generic #guestbook_form input, #generic #guestbook_form select {
        margin-bottom: 10px !important;
}

#generic #guestbook_form label input {
        margin-bottom: 0px !important;
}

#generic #guestbook_form label.pad {
	margin-bottom: 10px !important;
}

#generic #guestbook_form {
	margin-top: 20px;
}

/* Radio Download Styles
--------------------------------------------------------------------------*/

#rd_create_account {
	float: right;
        border: 1px solid #ccc;
	padding: 20px 30px;
	margin-right: 20px;
	text-align: center;
}

#rd_create_account h3 {
	font-size: 20px;
}

#rd_create_account p {
	padding: 0;
	margin: 0;
}

#rd_urbana {
	float: right;
	width: 275px;
}

.rd_urbana_day {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        padding: 10px;
}

.rd_urbana_day li {
	float: left;
	margin-right: 19px;
}

.rd_urbana_day ul {
	padding-bottom: 10px;
}

#rd_today {
	margin-bottom: 20px;
}

.rd_day {
        border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
}

.rd_day table {
	width: 735px;
}

.rd_day table th {
	font: bold 14px 'AmericanTypewriter-Bold', 'Courier New', serif;
}

.rd_day table td {
	vertical-align: top;
}

.rd_day table td.one {
	width: 150px;
}

.rd_day table td.two {
        width: 280px;
}

.rd_day table td.three {
        width: 150px;
}

.rd_day table td.four {
        width: 150px;
}

.rd_day li a.speaker {
	float: none;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}

.rd_day li a.speaker_small {
        float: none;
        color: #000;
        font-weight: bold;
        font-size: 12px;
}

.rd_day li a.word {
        float: none;
        color: #000;
        font-weight: bold;
        font-size: 12px;
}

.rd_day li {
	margin-right: 16px;
	margin-bottom: 10px;
	display: block;
}

.rd_day ul {
}

ul#popular_tags {
	list-style: none !important;
}

ul#popular_tags li {
	background: url(/images/region-arrow.gif) no-repeat left center;
	padding: 0 0 0 12px;
	margin: 0;
}

/* Join MNN Styles
--------------------------------------------------------------------------*/

#join_form fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  width: 330px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

#join_form fieldset.wide {
  width: 712px;
}

#join_form fieldset#personal {
  margin-right: 10px;
}

#join_form label {
  clear: both;
  font-size: 14px;
  padding-bottom: 3px;
}


#join_form fieldset input {
  width: 300px;
}

#join_form fieldset legend {
  font-size: 16px;
  font-weight: bold;
}

/* IDOP Styles
--------------------------------------------------------------------------*/
#staff_list td {
  padding-bottom: 20px;
}

/* IDOP Styles
--------------------------------------------------------------------------*/

h2#idop_head {
  display: block;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  border: 0;
  text-indent: -10000px;
}

h2#idop_head a {
  display: block;
  width: 750px;
  height: 111px;
  background-image: url('/images/idop/idop_logo.jpg');
}

#idop_order fieldset {
  border: 1px solid #b9b5a9 !important;
  padding: 10px;
  margin-bottom: 30px;
}

#idop_order fieldset legend {
  margin: 0 0 0 20px;
  font-size: 20px;
}

#idop_order fieldset img {
  float: right;
  padding: 10px;
}

#idop_order fieldset table td {
  border-bottom: 1px solid #b9b5a9;
  padding-bottom: 10px;
}

#idop_order fieldset ul {
  margin-bottom: 20px;
}

#idop_order fieldset h4 {
  font-size: 16px;
  font-weight: bold;
}

#idop_home .lead {
  font-size: 18px;
  color: #737cbd;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}

#idop_home p {
  font-size: 16px;
  line-height: 28px
}

#idop_home ul {
  padding-bottom: 160px;
}

#idop_home ul li {
  border: 4px solid #737cbd;
  display: block;
  float: left;
  width: 200px;
  height: 100px;
  padding-top: 50px;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

#idop_home ul li a {
  color: #737cbd;
}

#idop_home ul li.id_left {
  margin: 0 0 0 80px;
}

#idop_home ul li.id_right {
  float: right;
  margin: 0 80px 0 0;
}


#idop_download label {
  font-weight: bold;
  margin: 0 0 3px 0;
  padding: 0;

}

#idop_download div.radio {
  margin-bottom: 10px;
}

#idop_download div.radio label {
  display: inline;
  margin: 0;
  padding: 0;
}

#idop_download div.radio input {
  margin: 0 1em 0 0;
}

#idop_download input {
  margin-bottom: 10px;
}

#idop_download input.submit {
  display: block;
}

/******************************************
* Giveaway form stuff
******************************************/
#giveaway_form {
  margin-top: 20px;
}

#giveaway_features li {
  margin-bottom: 20px;
}

.giveaway_image {
  float: right;
  margin: 0 0 10px 20px;
  border: 1px solid #ccc;
}


#admin_giveaway {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#admin_giveaway th, #admin_giveaway td {
  border: 1px solid #ccc;
  padding: 3px;
  vertical-align: top;
}

/******************************************
*  Email Sub Form
******************************************/
#list_sub_options label {
  float: left !important;
  clear: none;
  margin-right: 20px !important;
  padding: 10px;
  background-color: #dfe6ff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/******************************************
*  Video Stuff
******************************************/
#video_container h4 {
  font-size: 14px;
  font-weight: bold;
}

#video_container #video_desc {
  background-color: #dfe6ff;
  width: 444px;
  padding: 5px;
  margin-top: -3px;
  border-bottom-right-radius:  5px;
  border-bottom-left-radius:  5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#video_container .video_list_container h4 {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#video_container #video_desc p {
  font-size: 10px;
  margin: 10px 0 0 0;
  padding: 0;
}

#video_container .video_list_container {
  float: right;
  width: 280px;
}

#video_container .video_list {
  height: 360px;
  overflow: auto;
}

#video_container .video_list_container ul li {
  border: 0px solid #f00;
  clear: left;
  height: 53px;
  margin-bottom: 10px;
  background-color: #dfdfdf;
  padding: 3px;
}
#video_container .video_list_container ul li a {
  display:block;
}

#video_container .video_list_container ul li img {
  margin-right: 5px;
  float: left;
}

/******************************************
*  RSS page
******************************************/
#rss_help {
  width: 250px;
  float: right;
  background-color: #d1daef;
  margin: 0 0 10px 20px;
  padding: 10px;
}

/******************************************
* Featured Links Archive
******************************************/

#archive_links ul {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
}

#archive_links ul li {
  list-style-type: none;
  display: block;
  padding: 5px 0;
  border-top: solid 1px #ccc;
}

#archive_links ul li a {
  padding: 5px 0 5px 18px;
  font-size: 12px;
  color: #666;
  background: transparent url('/images/region-arrow.gif') no-repeat 4px center;
}

#archive_links span {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}

