/*
    TAKO CSS
*/

/*
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: georgia, times, 'times new roman', serif
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* our styles */

#debug { background: #000; color: #fff; position: fixed; top: 5px; left: 5px; padding: 4px;}

a.read_more {
    background: #fff;;
    color: #fff;
    display: inline-block;
    font-family: 'Oxygen';
    font-size: 11px;
    font-weight: 300;
    padding: 4px 6px;
    text-transform: uppercase;
    text-decoration: none;
}
a.read_more:hover {
    background: #808080;
}
a.view_all {
    color: #fff;0;
    display: inline-block;
    font-family: 'Oxygen';
    font-size: 11px;
    font-weight: 300;
    padding: 4px 0 4px 6px;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}
a.view_all span {
    background: #fff;;
    color: #fff;
    padding: 4px 6px;
    margin: 0 0 0 4px;
}
a.view_all:hover {
    color: #808080;
}
a.view_all:hover span {
    background: #808080;
}

/* TAKO - Player */

.aic-player {
    font-family: 'Oxygen';
    font-weight: 300;
    font-size: 12px;
}
.aic-player-playlist {
}
.aic-player-playlist_scroll {
    overflow-y: scroll;
}
.aic-player-playlist-item {
    line-height: 24px;
    padding: 0 7px;
}
.aic-player-playlist-item a {
    color: #808080;
    display: block;
    text-decoration: none;
}
.aic-player-playlist-item a:hover {
    color: #fff;
    display: block;
    text-decoration: none;
}
.aic-player-playlist-item span {
    float: right;
}
.aic-player-top {
    height: 49px;
    width: 100%;
}
.aic-player-play {
    float: left;
    display: block;
    height: 49px;
    width: 49px;
    overflow: hidden;
    border-right: 1px solid #ebe4cb;
    position: relative;
}
.aic-player-play a.play,
.aic-player-play a.play_sidebar {
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 49px;
    width: 49px;
    text-indent: -6218em;
    margin-right: 1px;
    position: absolute;
}
.aic-player-play a.play:hover,
.aic-player-play a.play_sidebar:hover {
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) -98px -98px no-repeat;
}
.aic-player-play a.pause {
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) -49px -49px no-repeat;
    display: none;
    float: left;
    height: 49px;
    width: 49px;
    text-indent: -6218em;
    position: absolute;
}
.aic-player-play a.pause:hover {
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) -147px -147px no-repeat;
}
.aic-player-meta {
    float: right;
    display: block;
    width: 270px;
}
.aic-player-current-track {
    background: #fff;;
    color: #e1e1e1;
    display: block;
    line-height: 18px;
    margin-left: 50px;
    padding: 3px 10px 3px 10px;
}
.aic-player-current-track-duration {
    background: #fff;;
    color: #e1e1e1;
    display: block;
    margin: 1px 0 0 0;
    line-height: 18px;
    margin-left: 50px;
    padding: 3px 10px 3px 10px;
}
.aic-warning {
    padding: 5px;
}

.sidebar-playlist {
    margin: 15px 0 15px 0;
    border-bottom: 1px dashed #808080;
    border-top: 1px dashed #808080;
    padding: 10px 0;
}

.sidebar-playlist-item {
    line-height: 24px;
    font-size: 12px;
}
.sidebar-playlist-item a {
    color: #808080;
    display: block;
    text-decoration: none;
}
.sidebar-playlist-item a:hover {
    /*color: #000;*/
    background: #e3d8b5;
    background: #eee;
    display: block;
    text-decoration: none;
}
.sidebar-playlist-item span {
    float: right;
}

/* ------------------------ */

body {
    background: #ebe4cb;
    background: #fff;;
    font-family: Verdana;
    padding: 0;
}
body.page-template-page-player-php {
    overflow: hidden;
    min-width: 320px;
}

.clear:after { clear: both; }
.clear:before, .clear:after { display: table; content: ""; }


.column_left {
    float: left;
    width: 59%;
    width: 58%;
}
.column_right {
    float: right;
    width: 42%;
}
.column_full {

}

.column_left h2,
.column_right h2,
.column_full h2 {
    background: #fff;;
    color: #fff;
    font-family: 'Oxygen';
    font-weight: 300;
    padding: 4px 6px;
    text-transform: uppercase;
}

.fancybox_hidden {
    display: none;
}

.features_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.features_slideshow {
    height: auto;
    margin: 20px 0 10px 0;
}

.feature img, img.feature_trans { width: 100%; }

.feature { display: none }

footer {
    background: #000;
    color: #fff;
    margin: 0;
}
.footer_inner {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px 10px 60px;
    position: relative;
}
.footer_links {
    display: block;
    font-size: 12px;
    line-height: 26px;
    color: #808080;
    margin: 0 239px 0 140px;
    text-align: center;
}
.footer_links a { color: #808080; text-decoration: none; padding: 0 2px; }
.footer_links a:hover { color: #fff; }
.footer_social { float: right; }
.footer_social a { background: url(http://tako.artmedialine.com/assets/img/footer_icons.png) top left no-repeat; display: block; float: left; height: 26px; text-indent: -6218em; }
.header_social { clear: both; width: 255px; margin: 0 auto; }
.header_social a { background: url(http://tako.artmedialine.com/assets/img/header_icons.png) top left no-repeat; display: block; float: left; height: 26px; text-indent: -6218em; }

a.social_facebook { width: 28px; background-position: 0 0; }
a.social_twitter { width: 37px; background-position: -28px 0; }
a.social_instagram { width: 34px; background-position: -65px 0; }
a.social_youtube { width: 39px; background-position: -98px 0; }
a.social_spotify { width: 32px; background-position: -136px 0; }
a.social_soundcloud { width: 48px; background-position: -168px 0; }
a.social_itunes { width: 25px; background-position: -215px 0; }
a.social_reverbnation { width: 28px; background-position: -140px 0; }

a.social_facebook:hover { width: 28px; background-position: 0 -26px; }
a.social_twitter:hover { width: 37px; background-position: -28px -26px; }
a.social_instagram:hover { width: 34px; background-position: -65px -26px; }
a.social_youtube:hover { width: 39px; background-position: -98px -26px; }
a.social_spotify:hover { width: 32px; background-position: -136px -26px; }
a.social_soundcloud:hover { width: 48px; background-position: -168px -26px; }
a.social_itunes:hover { width: 25px; background-position: -215px -26px; }
a.social_reverbnation:hover { width: 28px; background-position: -240px -26px; }

.footer_velvet_hammer {
    text-indent: -6218em;
    float: left;
}
.footer_velvet_hammer a {
    display: block;
    background: url(http://tako.artmedialine.com/pic/TAKO78A_150.jpg) top left no-repeat;
    height: 42px;
    width: 150px;
}

.h2_padded { margin: 0 0 10px 0; }

header { margin-bottom: 10px; margin-top: 5px; position: relative; }

header h1 a {
    background: url(http://tako.artmedialine.com/pic/TAKO78A_150.jpg) top center no-repeat;
    background-size: contain;
    display: block;
    height: 90px;
    text-indent: -6218em;
    max-width: 960px;
    margin: 28px 0 5px 0;
    width: 100%;
}
.header_top_bar_outer {
    background: url(http://tako.artmedialine.com/myband3_files/pub-spaceF960_logo.png) top center no-repeat;
    color: #fff;
}

.header_like_and_tweet {
    position: absolute;
    bottom: 0;
    right: 0;
}
.header_like { float: left; margin-right: 10px; }
.header_tweet { float: left; }

.header_inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.header_top_bar_outer { font-family: 'Oxygen'; font-weight: 300; color: #fff; font-size: 24px; line-height: 2; text-transform: uppercase; }
.header_top_bar_left { float: left; }
.header_top_bar_left a {
    color: #fff; text-decoration: none;
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) 0 0 no-repeat;
    display: block;
    float: left;
    height: 67px;
    padding-left: 49px;
    line-height: 67px;
}
.header_top_bar_left a:hover {
    background: url(http://tako.artmedialine.com/assets/img/player/sprites.png) -98px -98px no-repeat;
}
.header_top_bar_right { float: right; line-height: 49px; }

.instagram_foursome { width: 100%; overflow: hidden; margin-top: 10px; }
.instagram_foursome_1 { float: left; width: 50%; }
.instagram_foursome_2 { float: right; width: 50%; }
.instagram_foursome_3 { float: left; width: 50%; }
.instagram_foursome_4 { float: right; width: 50%; }
.instagram_foursome_1 .instagram_inner { margin: 0 1px 1px 0; }
.instagram_foursome_2 .instagram_inner { margin: 0 0 1px 1px; }
.instagram_foursome_3 .instagram_inner { margin: 1px 1px 1px 0; }
.instagram_foursome_4 .instagram_inner { margin: 1px 0 1px 1px; }
.instagram_inner img { vertical-align: top; width: 100%; }

.main_inner { max-width: 960px; margin: 0 auto; padding: 10px; }
.menu-main-menu-container { color: #000; font-family: "Times New Roman", Times; font-size: 26px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 22px; }
.menu-main-menu-container { float: left; width: 100%; overflow: hidden; position: relative; }
.menu-main-menu-container ul { clear: left; float: left; list-style: none; margin: 0; padding: 0; position: relative; left: 50%; text-align: center; }
.menu-main-menu-container ul li { display: block; float: left; list-style: none; margin: 0; padding: 0; position: relative; right: 50%; }
.menu-main-menu-container ul li { background: url(http://tako.artmedialine.com/assets/img/menu_line.png) right center no-repeat; padding: 0 10px 0 5px; }
.menu-main-menu-container ul li.last { background: none; padding: 0 0 0 5px; }
.menu-main-menu-container ul li a { display:block; margin: 0 0 0 1px; padding: 3px 10px; color: #000; text-decoration: none; }
.menu-main-menu-container ul li a:hover { color: #808080; }

.mpu_container { margin: 0 0 10px 0; }

.news_content p a {
    color: #404040;
}

.news_detail_image img { width: 100%; }

.news_detail h2 {
    font-size: 24px;
    background: none;
    color: #000;
    margin: 5px 0;
    padding: 0;
}
.news_detail p {
    font-size: 24px;
    margin: 0 0 1em 0;
}

.news_detail p a {
    color: #404040;
}

.news_detail p a:hover {
    color: #000;
}

.news_item {
    margin: 10px 0 0 0;
    border-bottom: 1px dashed #808080;
    padding: 0 0 10px 0;
}
.column_left .news_item {
    width: 98%;
}
.column_right .news_item {
    padding: 0;
    border: none;
}
.news_item h3 {
    font-family: 'Oxygen';
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    clear: right;
}
.news_item h3 a {
    color: #000;
    text-decoration: none;
}
.news_item h3 a:hover {
    color: #404040;
}
.news_item h4 {
    font-family: 'Oxygen';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
    color: #808080;
}

.news_item .news_image {
    float: left;
    margin-right: 10px;
}

.news_meta {
    clear: left;
    padding: 12px 0;
}
.news_social {
    margin: 0 0 10px 0;
}

.news_like { float: left;  margin-right: 10px; }
.news_tweet { float: left; }
.news_gplus { float: left; }

p {
    color: #000;
	background: #f9f6ef;
    font-size: 14px;
    line-height: 1.25;
}

#page { }

.paging { margin-top: 10px; text-align: center; }
.paging .page-numbers { background: #000; color: #fff; display: inline-block; font-family: 'Oxygen'; font-size: 11px; font-weight: 300; padding: 4px 6px; text-decoration: none; }
.paging span.page-numbers { background: #808080; color: #fff; }

/* fanbridge signup form */

.sign_up_form {
    background: #000;
    margin: 10px 0;
    font-family: 'Oxygen';
}
.sign_up_form p {
    color: #808080;
    text-transform: uppercase;
    font-size: 11px;
    padding: 15px 10px 10px;
}
.sign_up_form table td {
    padding: 0;
}
.sign_up_form table td.fanb_l {
    font-size: 11px;
    width: 80px;
    color: #fff;
    text-transform: uppercase;
    text-align: right;
}
.sign_up_form table td.fanb_r {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 5px;
}
.sign_up_form table select {
    font-family: 'Oxygen';
}

.sign_up_form .fanb_r input.fanb_text_field{
    width: 80%;
    line-height: 1.5;
    border: 0;
    margin-left: 2px;
}
.sign_up_form .fanb_r input.fanb_zip_field{
    width: 50%;
    border: 0;
    margin-left: 2px;
}
.sign_up_form .fanb_r select {
    text-transform: uppercase;
    font-family: 'Oxygen';
}

.sign_up_form .fanb_submit {
    padding: 10px 0;
}
.sign_up_form .fanb_submit a {
    color: #808080;
}
.sign_up_form .fanb_submit a:hover {
    color: #fff;
}
.sign_up_form .fanb_submit input {
    float: right;
    margin-right: 20px;
    background: #fff;
    color: #000;
    border: 0;
    font-family: 'Oxygen';
    text-transform: uppercase;
    cursor: pointer;
}
.sign_up_form .fanb_submit input:hover {
    background: #ebe4cb;
    background: #808080;
}

.tour_dates_container {
    margin: 15px 0 0 0;
    border-top: 1px dashed #808080;
}

.youtube {
    margin: 10px 0 0 0;
}
.youtube_header {
    margin: 0 0 10px 0;
}
.youtube_image img{
    width: 100%;
}

/* media queries */
@media only screen and (max-width : 599px) {
    .column_left { float: none; width: 100%; }
    .column_left .news_item { width: 100%; }
    .column_right { float: none; margin: 20px 0 0 0; width: 100%; }
    .footer_links { width: 100%; text-align: center; margin: 15px 0 0 7px; }
    .footer_social { width: 272px; float: none;  margin: 0 auto;}
    .footer_velvet_hammer { float: none; width: 130px; margin: 0 auto; padding: 0 0 10px 10px; }
    .mpu_container { display: none; }
}

/* reduce tour dates box for smaller browsers */
@media only screen and (max-width : 599px) { #bit-events td a, .bit-venue, .bit-date, .bit-location, .bit-tickets { font-size: 12px !important; } .column_right td.bit-tickets { display: block; } }
@media only screen and (min-width : 600px) and (max-width : 679px) { #bit-events td a, .bit-venue, .bit-date, .bit-location, .bit-tickets { font-size: 9px !important; } .column_right td.bit-tickets { display: none; } }
@media only screen and (min-width : 680px) and (max-width : 729px) { #bit-events td a, .bit-venue, .bit-date, .bit-location, .bit-tickets { font-size: 10px !important; } .column_right td.bit-tickets { display: none; } }
@media only screen and (min-width : 730px) and (max-width : 929px) { #bit-events td a, .bit-venue, .bit-date, .bit-location, .bit-tickets { font-size: 10px !important; } .column_right td.bit-tickets { display: none; } }
@media only screen and (min-width : 930px) {
    #bit-events td a, .bit-venue, .bit-date, .bit-location, .bit-tickets { font-size: 11px !important; }
    .column_right td.bit-tickets { display: block; }
    .column_full .bit-venue, .column_full .bit-date, .column_full .bit-location, .column_full .bit-tickets { font-size: 14px; }
}

/* hide like and tweet for smaller browsers */
@media only screen and (max-width : 966px) {
    .header_like_and_tweet { display: none; }
}

/* tako h1 resize */
@media only screen and (max-width : 599px) {
    header h1 a { height: 40px; }
    .menu-main-menu-container { font-size: 18px; }
}
@media only screen and (min-width : 600px) and (max-width : 679px) {
    header h1 a { height: 50px; }
    .menu-main-menu-container { font-size: 22px; }
}
@media only screen and (min-width : 680px) and (max-width : 729px) {
    header h1 a { height: 70px; }
    .menu-main-menu-container { font-size: 24px; }
}
@media only screen and (min-width : 730px) and (max-width : 929px) {
    header h1 a { height: 70px; }
    .menu-main-menu-container { font-size: 24px; }
}
@media only screen and (min-width : 930px) {
    header h1 a { height: 90px; }
    .menu-main-menu-container { font-size: 26px; }
}