 /* ======================== 
   The Music Outpost CSS v0.4
   ======================== */
   
* { margin: 0; padding: 0; }
img, img a, a, input, textarea { border: none; outline: none; }
ul { list-style: none; }
html, body { width: 100%; height: 100%; z-index: 0; }

body {
    /*background: transparent url(../images/outpost_logo_bg_watermark_02.png) 82% 150px no-repeat;*/
    font: normal 12px/16px 'Arial', sans-serif;
    color: #080c0a;
}

h1, h2, h3, h4 {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Arial', sans-serif;
    color: #080c0a;
}
h1 {
    font-size: 24px;
    line-height: 30px;
}
h2 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 22px;
}
h3 { font-size: 14px; }

a {
    font-weight: bold;
    text-decoration: none;
    /*color: #1da2ec;*/
    color: #8fc9a6;
}

a:hover {
    text-decoration: underline;
    color: #43596c;
}

p {
    margin: 12px 2px;
    font: normal 12px/18px 'Arial', sans-serif;
    letter-spacing: 0;
    color: #080c0a;
}

hr {
    height: 1px;
    border: 0;
    border-bottom: 1px solid #080c0a;
}

td {
    padding: 0.1em;
    vertical-align: top;
}

/*#beta_tab {
    padding: 5px 10px;
    width: auto;
    background-color: red;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    position: absolute;
    top: 0;
    right: 280px;
    z-index: 100;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px; 
}

#beta_tab a {
    color: white;
    text-decoration: none;
}

#beta_tab p {
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: bold;
    color: white;
    display: none;
}*/

#wrapper {
    width: 100%;
    height: 100%;
    z-index: 10;
}

#background_logo {
    width: 98%;
    height: 98%;
    background: transparent url(../images/outpost_logo_bg_watermark_02.png) bottom right no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#beta_header {
    padding: 0.3em 0;
    width: 100%;
    background-color: #e52014;
    z-index: 100;
    display: none;
}
#beta_header .center {
    margin: 0 auto;
    width: 980px;
    position: relative;
}
#beta_header a {
    color: white;
    text-decoration: underline;
}
#beta_header p {
    margin: 0;
    padding: 0;
    color: white;
}

#beta_header .close {
   padding: 0 4px;
   color: white;
   border: 2px solid white;
   cursor: pointer;
   position: absolute;
   top: 0;
   right: 0;
}

#header_wrapper {
/*  background-color: #272727;*/
    background-color: #080c0a;
}

#header_main {
    margin: 0 auto;
    width: 980px;
    height: 125px;
    position: relative;
}

#header_main h1, #header_main h1 a, #header_main h2, #header_main h3 {
    color: #3fc5ff;
    position: absolute;
    left: -9999px;
    float: left;
}
#header_main h1 a:hover { text-decoration: none; }

#navbar_wrapper {/* background-color: #999; */}

#navbar_main {
    margin: 0 auto;
    padding: 0 5px;
    width: 980px;
}

#navbar_main li {
    margin: 5px 7px 5px 0;
    padding: 0;
    display: inline-block;
}

#navbar_main li a {
    padding: 8px 16px 7px 16px;
    /*background-color: #e1e1e1;*/
    background-color: #add9bf;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #080c0a;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#navbar_main li a:hover {
    /*background-color: #1DA2EC;*/
    background-color: #43596c;
    color: white;
}

#content_wrapper {
    margin: 0 auto;
    padding: 15px 5px 30px 5px;
    width: 980px;
    clear: both;
}

#infospace {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #ececec;
    position: relative;
}

#homepage_infospace {
    width: 100%;
    height: 32px;
}

#homepage_infospace p { width: 100%; }

#homepage_infospace .quotes {}

#infospace p { 
    margin: 0;
    font-size: 15px;
    color: #080c0a;
    display: none;
}

#left_three_column {
    margin: 0 0 30px 0;
    width: 390px;
    float: left;
}

#center_three_column {
    width: 410px;
    float: left;
}

#right_three_column {
    width: 180px;
    float: right;
}

#right_three_column ul { margin: 13px 0 20px 4px; }

#right_three_column li { margin: 4px 0; }

#right_three_column a { font-size: 1.2em; }

#left_two_column {
    margin: 0 0 30px 0;
    width: 790px;
    float: left;
}

#right_two_column {
    width: 180px;
    float: right;
}

#homepage_copy {
    margin: 0 0 20px 2px;
    width: 630px;
    float: left;
}

/*#homepage_copy h2.logo_header {
    padding-left: 30px;
    background: transparent url(../images/outpost_header_logo.png) left center no-repeat;
}*/

#homepage_recent_additions {
    margin-bottom: 20px;
    width: 310px;
    max-height: 400px;
    float: right;
    overflow: auto;
}

#homepage_recent_additions .news_entry {
    padding: 0 1em 0 0;
}

.news_entry h4 { font-size: 1.2em; }

.news_entry p { margin: 10px 0; }

#homepage_info_box {
    margin-bottom: 35px;
    padding: 13px 0 15px 0;
    background-color: #e1e1e1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px; 
}

#homepage_info_box h3, #right_column h3 { margin: 0 0 12px 15px; }

#homepage_info_box p, #right_column p { margin: 10px 8px 0 15px; }

#random_selections_wrapper {
    padding: 10px 0;
    clear: both;
}

#homepage_slideshow_container {
    margin: 15px 0 20px 0;
    height: 150px;
    position: relative;
    overflow: hidden;
}

#homepage_slideshow {}

#homepage_slideshow .homepage_slide_container {
    width: 450px;
    height: 150px;
    position: relative;
}

#homepage_slideshow .homepage_slide_container img {
    margin-right: 15px;
    width: 150px;
    height: 150px;
    background-color: #ececec;
    float: left;
}

#homepage_slideshow .homepage_player_wrapper .copyright {
    font-size: 0.75em;
    color: #a1a1a1;
    position: absolute;
    bottom: 0;
    right: 0;
}

#homepage_slideshow_container .jcarousel-container-horizontal {
    width: 980px;
}

#homepage_slideshow_container .jcarousel-clip-horizontal {
    width: 920px;
    height: 150px;
    left: 30px;
}

#homepage_slideshow_container .jcarousel-item {
    margin: 0 10px 0 0;
    width: 450px;
    height: 150px;
}

#homepage_slideshow_container .jcarousel-item-vertical { margin-bottom: 10px; }

#homepage_slideshow_container .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#homepage_slideshow_container .jcarousel-next-horizontal {
    padding: 65px 0 0 0;
    width: 40px;
    height: 150px;
    background: transparent url(../images/slideshow_next_bg.png) repeat-y;
    text-align: right;
    font: bold 40px/18px 'Arial', sans-serif;
    color: #080c0a;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

#homepage_slideshow_container .jcarousel-prev-horizontal {
    padding: 65px 0 0 0;
    width: 40px;
    height: 150px;
    background: transparent url(../images/slideshow_prev_bg.png) repeat-y;
    text-align: left;
    font: bold 40px/18px 'Arial', sans-serif;
    color: #080c0a;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

/*.news_entry { border-bottom: 1px dotted #ececec; }*/

.news_entry_sep {
    width: 100%;
    height: 27px;
    background: transparent url(../images/outpost_news_sep_logo.png) center center no-repeat;
/*  border-top: 1px dotted #f5f5f5;
    border-bottom: 1px dotted #f5f5f5;*/
    clear: both;
}

.categories_info_box { background-color: #1da2ec; }

#homepage_nav_container {
    margin: 0 0 30px 0;
    width: 380px;
    float: left;
}

#find-tos {
    padding: 1em;
    background-color: #ececec;
}

#find-tos h2,
#find-tos p {
    color: #3c3c3c;
}

#find-tos .accept {
    padding: 0.5em 0.7em;
    background-color: #910909;
    font-size: 1.2em;
    line-height: 1.2em;
    color: white;
    display: inline-block;
    border-radius: 5px;
}

#category_items .row {
    width: 30%;
    float: left;
}

#category_items h4 {
    margin: 0 5px 5px 0;
    width: 200px;
    font-size: 16px;
    line-height: 20px;
    display: inline;
    float: left;
}

#category_tabs {
    position: relative;
}

#category_tabs ul {
    width: 100%;
    height: 30px;
}

#category_tabs li {
    margin: 0 5px 0 0;
    padding: 0;
    height: 30px;
    float: left;
}

#category_tabs li a {
    padding: 10px 15px 0 15px;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    background-color: #43596C;
    border-top: 1px solid #43596C;
    border-left: 1px solid #43596C;
    border-right: 1px solid #43596C;
    color: white;
    display: block;
}

#category_tabs #instructions_tab a {
    padding: 10px 13px 0 13px;
}

#category_tabs li.selected a,
#category_tabs li a:hover {
    background-color: #E5E8EA;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #080C0A;
}

#category_tabs li a span {
    margin: -3px 4px 0 -8px;
    width: 18px;
    height: 18px;
    display: block;
    float: left;
}

#category_tabs #moods_tab a span {
    background: transparent url(../images/mood-icon.png) 0 0 no-repeat;
}
#category_tabs #moods_tab a:hover span {
    background: transparent url(../images/mood-icon.png) 0 -18px no-repeat;
}

#category_tabs #film_genres_tab a span {
    background: transparent url(../images/film-genre-icon.png) 0 0 no-repeat;
}
#category_tabs #film_genres_tab a:hover span {
    background: transparent url(../images/film-genre-icon.png) 0 -18px no-repeat;
}

#category_tabs #music_genres_tab a span {
    background: transparent url(../images/music-genre-icon.png) 0 0 no-repeat;
}
#category_tabs #music_genres_tab a:hover span {
    background: transparent url(../images/music-genre-icon.png) 0 -18px no-repeat;
}

#category_tabs #instruments_tab a span {
    background: transparent url(../images/instrument-icon.png) 0 0 no-repeat;
}
#category_tabs #instruments_tab a:hover span {
    background: transparent url(../images/instrument-icon.png) 0 -18px no-repeat;
}

#category_tabs #tempo_tab a span {
    background: transparent url(../images/tempo-icon.png) 0 0 no-repeat;
}
#category_tabs #tempo_tab a:hover span {
    background: transparent url(../images/tempo-icon.png) 0 -18px no-repeat;
}

#category_tabs #info_pane {
    margin-right: 40px;
    padding: 20px;
    width: 700px;
    background-color: #E5E8EA;
    border: 1px solid #ccc;
}

#category_tabs .info_pane {
    display: none;
}

/*#category_tabs #moods.selected { border: 1px solid #2a7b67; }
#category_tabs #film_genres.selected { border: 1px solid #73a467; }
#category_tabs #music_genres.selected { border: 1px solid #acd25a; }
#category_tabs #instruments.selected { border: 1px solid #34355a; }
#category_tabs #tempo.selected { border: 1px solid #bddea9; }*/

#category_tabs .row {
    margin: 0 15px 0 0;
    width: 215px;
    display: inline-block;
    vertical-align: top;
}

#category_tabs h4 {
    padding: 0 6px 7px 0;
    font-size: 13px;
    line-height: 17px;
    display: block;
}

#category_tabs h4 a {
    color: #080c0a;
    cursor: pointer;
}

#category_tabs h4 a:hover {
    color: #1DA2EC;
}

#category_tabs h4 a { color: #080c0a; }
#category_tabs h4 a:active { color: #8fc9a6; }
#category_tabs h4 a:hover { text-decoration: none; color: #8fc9a6; }
#category_tabs h4 span { color: #8fc9a6; }

#search_terms {
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px dotted #ececec;
}

#search_terms h4,
#search_terms h4 a {
    margin: 0 5px 8px 0;
    width: 220px;
    font-size: 14px;
    line-height: 18px;
    color: #080c0a;
    display: block;
    cursor: pointer;
}

#search_terms h4 a { color: #080c0a; }
#search_terms h4 a:active { color: #8fc9a6; }
#search_terms h4 a:hover {  text-decoration: none; }
#search_terms h4 span { color: #8fc9a6; }

a.back_to_search {
    margin-left: 1px;
    font-size: 1em !important;
}

#find_music_button {
    padding: 6px 8px 5px 8px;
    font-size: 1.1em;
    background-color: #8fc9a6;
    color: white;
    -moz-border-radius: 6px;
    -webkit-border-radius: 4px;
}

#single_artist_info {
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #080c0a;
}

#single_artist_entries { padding: 0 0 20px 0; }

#single_artist_entries h2 { margin: 0 0 10px 0; }

.single_artist_entry h4, .homepage_addition h4 {
    font-size: 15px;
    line-height: 15px;
    display: inline;
}

.single_artist_entry .profile_time, 
.homepage_addition .profile_time, 
.news_entry .news_date {
    font-size: 0.8em;
    font-weight: normal;
    color: #9e9e9e;
}
.single_artist_entry a.entry_category { text-decoration: underline; }
.single_artist_entry a.entry_category:hover { text-decoration: none; }
.single_artist_entry p, .homepage_addition p { margin: 6px 0 6px 2px; }

.single_artist_entry .entry_thumb {
    margin: 0 10px 40px 0;
    float: left;
}

.scroll-pane {
    height: 500px;
    overflow: auto;
    outline: none;
}

.single_artist_entry {
    margin: 5px 10px 5px 0;
    padding: 10px 10px 5px 2px; 
    background-color: white; /* #f1f1f1 */
    border-bottom: 1px dotted #ececec;
    text-align: top;
}

.single_artist_entry:first-child { margin-top: 0; }

.single_entry_hover { /*background-color: #f9f9f9;*/ /* #f3f3f3 */ }

.single_artist_highlight {
    background-color: #f1f1f1;
/*  border: 1px solid #1da2ec;*/
}

#riyl h4 {
    margin: 0 5px 5px 0;
    width: 200px;
    font-size: 12px;
    line-height: 1em;
    display: inline;
    float: left;
}

.riyl-artist {
    /* fixme */
}

#ajax_load_spinner { 
    margin-top: 20px;
    height: 32px;
    background: transparent url(../images/ajax-loader.gif) top center no-repeat; 
    display: none;
}

#entry_player_box { margin: 0 25px 30px 15px; }

#entry_player_box.fixed_follow {
    width: 396px;
    position: fixed;
    top: 0;
}

#entry_player_box h4 {
    margin-bottom: 2px;
    font-size: 1.1em;
}

#entry_player_box ul { margin: 10px 0; }

#entry_player_box li { margin: 2px 0; }

#entry_player_box p { margin: 0 0 15px 0px; }

#entry_player_box .copyright {
    margin: 1em 0;
    color: #a1a1a1;
}

.entry_pagination { font-size: 1.2em; }

.recent_additions_player {
    margin: 5px 0;
    display: none;
}

#artist_info_wrapper {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ececec;
}

#artist_info_wrapper img {
    margin-right: 20px;
    height: 200px;
    width: 300px;
    float: left;
}

#artist_bio {
    padding-right: 100px;
    height: 200px;
    width: 560px;
    float: left;
    overflow: auto;
}

#artist_bio p { margin: 5px 0 20px 0; }

#license_form {}

#license_form p {
    padding: 4px;
    background-color: #f8f8f8;
/*  border-bottom:1px solid #e1e1e1;*/
}

#license_form em { color: red; }

#license_form label {
    padding-top: 6px;
    width: 200px;
    font-size: 1.1em;
    font-weight: bold; 
    vertical-align: top;
    display: inline-block;
    /*color: #1da2ec;*/
}

#license_form input {
    padding: 5px 6px;
    width: 200px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#license_form textarea {
    padding: 7px 6px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#license_form input[type='submit'] {
    width: auto;
    background-color: #1da2ec;
    border: 1px solid #1da2ec;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

#license_form .errorlist {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

.license_song_h3 { font-size: 20px; }

.license_button {
    /*margin-top: 22px;*/
    padding: 0.6em 0.8em;
    font-size: 1.1em;
    background-color: #ADD9BF;
    color: #080C0A;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 4px;
}

.license_button:hover {
    background-color: #43596c;
    color: white;
}

.add_to_favorites {
    margin: 0 10px;
}

.favorite_added { color: gray; }

#view_favorites_list {
	margin: 1em 0;
	padding: 1.5em;
	background-color: #ececec;
	border-radius: 5px;
}

#view_favorites_button {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    /*color: #1da2ec;*/
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 4px;
}

.single_favorite {
    margin: 0 5px 0 0;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.single_favorite h4 a {
    font-size: 14px;
    color: black;
}

.single_favorite .remove_favorite {
    position: absolute;
    top: 12px;
    right: 0;
}

.single_favorite .remove_favorite a {
    font-size: 16px;
    color: red; 
}

#send_favorites {}

#send_favorites input,
#send_favorites textarea {
    padding: 5px 6px;
    width: 120px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#send_favorites textarea {
    padding: 1em;
    width: 40%;
    height: 5em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#send_favorites textarea.default { 
    color: #ccc;
}

#send_favorites textarea.focused {
    color: #1c1c1c;
}

#send_favorites label {
    display: none;
}

#send_favorites label.error {
    margin: 0.75em 0;
    vertical-align: top;
    color: red;
    display: block;
}

#send_favorites input[type='submit'] {
    padding: 0.5em 0.8em;
    width: auto;
    background-color: #add9bf;
    border: 1px solid #add9bf;
    font-size: 1em;
    font-weight: bold;
    color: black;
    cursor: pointer;
}

#send_favorites .loader {
    position: relative;
    top: 3px;
    left: 7px;
    display: none;
}

#footer_main {
    margin: 0 auto;
    padding: 10px 0;
    width: 980px;
    height: 30px;
    border-top: 1px solid #e1e1e1;
    clear: both;
}

#footer_search_main { float: left; }

#footer_search_main form {/*margin-bottom: 6px;*/}

#footer_search_main input {
    padding: 7px 10px;
    width: 220px;
    font: normal 11px/11px 'Arial', sans-serif;
    border: 1px solid #e1e1e1;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer_search_main input#footer_search_button {
    margin-top: 1px;
    padding: 7px 8px;
    width: auto;
    background-color: #e1e1e1;
    border: 1px solid #e1e1e1;
    color: #080c0a;
    cursor: pointer;
}

#footer_search_main a { margin: 0px 4px; }

#footer_main p {
    margin: 0;
    font: normal 11px/11px 'Arial', sans-serif;
}

#footer_main a { /*font-weight: normal;*/ }

.footer_nav_links {
    padding: 7px 7px 7px 15px;
    float: left;
}

.footer_nav_links a { text-decoration: underline; }

.footer_nav_links a:hover { text-decoration: none; }

#footer_copyright {
    padding-top: 7px;
    float: right;
}



/* beta feedback */

#feedback_form {}

#feedback_form p { margin: 1em 0; }
#feedback_form em { color: red; }
#feedback_form h3 {
    margin: 0.5em 0;
    color: #1da2ec;
}
#feedback_form label {
    width: 180px;
    display: inline-block;
}
#feedback_form input {
    padding: 0.5em;
    width: 200px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#feedback_form textarea {
    padding: 1em;
    width: 400px;
    height: 80px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
#feedback_form input[type='submit'] {
    width: auto;
    background-color: #1da2ec;
    border: 1px solid #1da2ec;
    font-weight: bold;
    color: white;
    cursor: pointer;
}
#feedback_form .errorlist {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
}

/*
#navbar_main li.highlight { background-color: #1DA2EC; }
#navbar_main li.highlight a { color: white; }
*/

.tutorial_image {
    width: 600px;
    margin: 14px 0;
}
