/**
 * BasikArts
 * 
 * @version: 1.0 (06.04.2009)
 * @author: tha infamous Kemar
 *
 */

/* Reset
-------------------------------------------------------- */
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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* Global
-------------------------------------------------------- */
html {
    font: normal normal normal 13px/normal Helvetica, Arial, sans-serif;
    overflow-y: scroll;
}
body {
    background: #000217;
    color: #000217;
}

a:link     { color: #297bba; text-decoration: underline; }
a:visited  { color: #297bba; text-decoration: underline; }
a:hover    { color: #297bba; text-decoration: none; }
a:focus    { color: #297bba; text-decoration: none; }
a:active   { color: #297bba; text-decoration: none; }

.gold a { color: #ff6b08; }

h1 a:link, h1 a:visited { color: #000217; text-decoration: underline; }
h1 a:hover, h1 a:focus, h1 a:active { color: #000217; text-decoration: none; }

h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 26px; margin: 10px 0; color: #1a1c2f; }
h2 { font-size: 25px; margin: 11px 0; color: #ff6b08; }
h3 { font-size: 23px; margin: 12px 0; }
h4 { font-size: 22px; margin: 14px 0; }

h2 span { color: #000217; }

p {
    margin: 4px 0;
    line-height: 20px;
}
ul, ol {
    margin: 4px 0 12px 0;
    line-height: normal;
}
li {
    padding: 6px 0;
    border-bottom: 1px solid #ccccd1;
    position: relative;
    _height: 1%;
}
ol { counter-reset: i; }
ol li { counter-increment: i; |list-style: decimal inside; }
ol li:before { content: counter(i, decimal) ". "; font-weight: bold; }
label { cursor: pointer; }

/* Classes
-------------------------------------------------------- */
.clear { clear: both; }
.tar { text-align: right !important; }
.tac { text-align: center !important; }
.small { font-size: 11px !important; line-height: 16px !important; }
.none { display: none; }
.highlight { background-color: #FDCD20; }

a.link-highlight {
    display: inline-block;
    background: url(../img/arrow3.gif) no-repeat 100% 7px;
    padding: 0 30px 0 1px;
    font-weight: bold;
}
a.link-highlight:link, a.link-highlight:visited {
    color: #ff6b08;
    text-decoration: none;
}
a.link-highlight:hover, a.link-highlight:focus, a.link-highlight:active {
    color: #fff;
    background: #ff6b08 url(../img/arrow3.gif) no-repeat 99% -23px;
    text-decoration: none;
}

ul.price-list li { position: relative; _height: 1%; }
ul.price-list li span { position: absolute; right: 0; }

ul.filter a { display: block; height: 1%; }
.filter a:link, .filter a:visited { color: #000; text-decoration: none; }
.filter a:hover, .filter a:focus, .filter a:active { color: #297bba; }
.filter a.current:link, .filter a.current:visited, .filter a.current:hover, .filter a.current:focus, .filter a.current:active {
    color: #297bba;
    font-weight: bold;
    text-decoration: none;
    background: url(../img/arrow1.gif) no-repeat 0 5px;
    padding: 0 0 0 18px;
}

/* Buttons
-------------------------------------------------------- */
.btn {
    background: #186cb2;
    padding: 8px 14px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: normal;
}
a.btn:link, a.btn:visited { color: #fff; text-decoration: none; }
a.btn:hover, a.btn:focus, a.btn:active { text-decoration: underline; }

.download { padding-left: 30px; background: #186cb2 url(../img/icon_btn_dl.png) no-repeat 7px 5px !important; }
.plus { padding-left: 30px; background: #5cac2c url(../img/icon_btn_plus.png) no-repeat 7px 5px !important; }
.back { padding-left: 30px; background: #186cb2 url(../img/icon_btn_back.png) no-repeat 7px 5px !important; }
.ok { padding-left: 30px; background: #5cac2c url(../img/icon_btn_ok.png) no-repeat 7px 5px !important; }
.price { padding: 0 8px 1px 24px; font-size: 16px; background: #ff6b08 url(../img/arrow2.gif) no-repeat 6px 13px !important; }
.price span { font-size: 24px; }
.format { padding: 3px 8px; font-size: 11px; background: #c2c2c7; color: #000; text-transform: uppercase; }

.gold .download { padding-left: 30px; background: #FEA500 url(../img/icon_btn_dl.png) no-repeat 7px 5px !important; }

/* Header
-------------------------------------------------------- */
#header-container {
    background: #000217 url(../img/waves.png) repeat-x 0 160%;
    min-height: 260px;
    _height: 260px;
}
.gold #header-container {
    background: #000217 url(../img/waves_gold.png) repeat-x 0 160%;
}
#header {
    width: 940px;
    margin: 0 auto;
    padding: 0 0 146px 0;
    position: relative;
}
#header h1 { margin: 0; }
#header h1 a {
    display: block;
    width: 322px;
    height: 81px;
    padding: 17px 0 0 0;
    background: url(../img/logo_tr.png) no-repeat 0 100%;
    _background: url(../img/logo.png) no-repeat 0 100%;
    text-indent: -10000px;
    overflow: hidden;
}
.gold #header h1 a {
    background: url(../img/logo_tr_gold.png) no-repeat 0 100%;
}
#nav {
    position: absolute;
    top: 44px;
    right: -10px;
    max-width: 600px;
}
#nav li { display: inline; }
#nav li a:link,
#nav li a:visited {
    display: block;
    float: left;
    margin: 0 8px 6px 0;
    padding: 4px 10px 3px 10px;
    background: #1a1c2f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition-property: color, background-color;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#nav li a:hover, #nav li a:active, #nav li a:focus { background: #fff; color: #1a1c2f; }
/* .here link */
#nav li a.here:link, #nav li a.here:visited, #nav li a.here:hover { background: #fff; color: #1a1c2f; }

#nav span.external {
    background: url(../img/external.gif) no-repeat 100% 1px;
    padding-right: 16px;
}

/* Content
-------------------------------------------------------- */
#content-container {
    background: #fff;
    padding: 0 0 20px 0;
    border-top: 1px solid white;
}
#content {
    width: 940px;
    margin: 0 auto;
}

/* Catcher
-------------------------------------------------------- */
.catcher {
    |height: 1%;
    min-height: 100px;
    margin: 0 0 50px 0;
    overflow: hidden;/* seems so tix an Opera bug */
}
.catcher p {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
}
.catcher span {
    color: #297bba;
}
.catcher-hp { background: url(../img/pic_jacks.png) no-repeat 0 0; padding: 18px 0 30px 240px; }
.catcher-studio { background: url(../img/pic_speaker.png) no-repeat 22px 0; padding: 10px 0 38px 240px; }
.catcher-mix { background: url(../img/pic_disk_silver.jpg) no-repeat 42px 0; padding: 10px 0 38px 240px; }
.catcher-mastering { background: url(../img/pic_disk_gold.jpg) no-repeat 42px 0; padding: 10px 0 38px 240px; }
.catcher-audiotel { background: url(../img/pic_phone1.png) no-repeat 0 0; padding: 32px 0 50px 240px; }
.catcher-contact { background: url(../img/pic_postit_ok.png) no-repeat 0 0; padding: 70px 0 130px 240px; }

/* Cols-3
-------------------------------------------------------- */
.cols-3 {
    |height: 1%;
    border-top: 1px solid #ccccd1;
    padding-top: 20px;
    margin-bottom: 40px;
}
.cols-3-1, .cols-3-2, .cols-3-3 {
    width: 280px;
    float: left;
    margin: 0 19px 0 0;
    padding: 0 20px 0 0;
    border-right: 1px solid #ccccd1;
}
.cols-3-3 {
    width: 300px;
    _width: 296px;
    margin: 0;
    padding: 0;
    border-right: 0;
}
.cols-3 h2 { margin-top: 0; }
.cols-3 h3 { margin: 16px 0 0 0; font-size: 20px; }

.cols-3-hp { background: url(../img/pic_cable1.png) no-repeat 106% 0; |background: none; }
.cols-3-hp .cols-3-3 p { padding-right: 140px; }
.cols-3-hp h1 { margin: 0 0 4px 0; color: #7c7c7c; text-transform: uppercase; font-size: 14px; }

.cols-3-1 *, .cols-3-2 *, .cols-3-3 * {
    background: #fff\9/*MSIE ANIMATED FADE PROBLEMS*/
}
.cols-3-hp .cols-3-3 * {
    background: none\9/*MSIE ANIMATED FADE PROBLEMS*/
}

.jack { background: url(../img/pic_cable2.png) no-repeat 300px 100%; padding-bottom: 50px; }
.earphones { background: url(../img/pic_earphones.png) no-repeat 620px 100%; padding-bottom: 50px; }
.cols-3-mix-3 { background: url(../img/pic_mic.png) no-repeat 620px 100%; }

.cols-3-audiotel { background: url(../img/pic_phone2.png) no-repeat 620px 100%; }

/* Cols-2
-------------------------------------------------------- */
.cols-2 {
    |height: 1%;
    padding-top: 20px;
    margin-bottom: 40px;
}
.cols-2-1, .cols-2-2 {
    width: 220px;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}
.cols-2-2 {
    width: 700px;
    margin: 0;
    padding: 0;
    border-right: 0;
}

.cols-2 h1 { margin: 0 0 6px 0; font-size: 16px; }
.cols-2 ul, .cols-2 ol { margin: 0 0 30px 0; }

.contact {
    background: url(../img/pic_postit.png) no-repeat 0 0;
    height: 220px;
}
.partners {
    background: url(../img/pic_partners.gif) no-repeat 0 0;
    height: 215px;
}
.upload {
    background: url(../img/up.png) no-repeat 0 -30px;
    height: 220px;
}

/* Forms
-------------------------------------------------------- */
form fieldset {
    margin: 0 0 40px 0;
    border-top: 1px solid #CCCCD1;
}
.field-holder {
    margin: 0;
    padding: 10px 2px;
    border-bottom: 1px solid #CCCCD1;
    |height: 1%;
}
    .field-holder label, .field-holder .label {
        display: block;
        float: left;
        width: 200px;
        padding: 1px 30px 1px 0;
        margin: 0;
        text-align: right;
        position: relative;
        top: 2px;
        line-height: normal;
    }
    .field-holder label:hover,
    .field-holder .label:hover { color: #666; }
    .field-holder:hover { background: #fafafa; }
    .field-holder label span {
        color: red;
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: -2px;
    }
    .field-holder textarea { width: 400px; max-width: 450px; }

.inline-field { margin: 0 0 0 232px; }
    .inline-field span {
        display: inline-block;
        margin: 0 20px 2px 0;
        white-space: nowrap;
    }
    .inline-field label {
        width: auto;
        display: inline;
        padding: 1px;
        position: static;
        float: none;
    }
    .inline-field input { width: auto; }

.helper, .error { font-size: 12px; padding: 0 0 0 232px; margin: 4px 0 0 0; }
    .helper { font-style: italic; color: #666; }
    .error { font-weight: bold; color: #d31818; }

.form-submit { text-align: right; }

.errorfield, .errorfield:hover { background: #f6e7e7; color: #d31818; }
    .errorfield label, .errorfield .label { font-weight: bold; }

/* Blog
-------------------------------------------------------- */
.cols-blog {
    |height: 1%;
    padding-top: 20px;
    margin-bottom: 40px;
}
.cols-blog-1, .cols-blog-2 {
    width: 362px;
    float: left;
    margin: 0 40px 0 0;
    padding: 0;
}
.cols-blog-2 {
    width: 538px;
    margin: 0;
    padding: 0;
    border-right: 0;
}

.cols-blog-2 h1 {
    margin-top: 0;
}
.cols-blog-2 ul {
    list-style: square inside;
}
.cols-blog-2 li {
    border: 0;
}
.cols-blog-2 p, .cols-blog-2 ul, .cols-blog-2 ol, .cols-blog-2 div, .cols-blog-2 blockquote {
    margin: 10px 0;
    padding: 0;
}

#blog-search-form {
    |z-index: 10;
    position: relative;
    margin-bottom: 16px;
}
#q {
    width: 300px;
    font-size: 14px;
    border: 1px solid #ccccd1;
    line-height: normal;
    padding: 2px 0 4px 24px;
    background: url(../img/icons.png) no-repeat 3px 3px;
    margin: 0;
}
#q-s {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 25px;
    border: 0;
    padding: 6px 4px 4px 4px;
    text-transform: uppercase;
    font-size: 11px;
    font: 11px/11px Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    color: #000 !important;
    background: #e6e6e6;
    margin: 0;
    cursor: pointer;
}

#content #blog-search-form ul {
    z-index: 100;
    width: 326px;
    background: #e6e6e6;
    position: absolute;
    top: 22px;
    left: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 3px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 3px 8px;
}
#content #blog-search-form li {
    line-height: 15px;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}
#content #blog-search-form li a:link,
#content #blog-search-form li a:visited {
    display: block;
    border-bottom: 1px solid #cbcbcb !important;
    padding: 6px;
    color: #282928;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
#content #blog-search-form li:last-child a {
    border: none;
}
#content #blog-search-form li.selected a,
#content #blog-search-form li a:hover,
#content #blog-search-form li a:focus,
#content #blog-search-form li a:active {
    background: #282928;
    color: #fff;
}

.blog-nav {
    text-align: right;
    line-height: normal;
    margin-bottom: 10px;
}
.next-prev {
    text-align: right;
    line-height: normal;
    margin-bottom: 10px;
}
.prev {
    background: url(../img/icons.png) no-repeat 100% -278px;
    display: inline-block;
    padding: 4px 18px 4px 0;
}
.next {
    background: url(../img/icons.png) no-repeat 100% -208px;
    display: inline-block;
    padding: 4px 18px 4px 0;
}
.blog {
    background: url(../img/icons.png) no-repeat 100% -67px;
    display: inline-block;
    padding: 4px 18px 4px 0;
}
.archives {
    background: url(../img/icons.png) no-repeat 100% -138px;
    display: inline-block;
    padding: 4px 18px 4px 0;
}

.blog-best-of {
    text-align: right;
    margin-bottom: 10px;
}
.blog-best-of li {
    background: none !important;
    border: 0;
    padding: 4px 0;
}
.blog-best-of li a {
    background: url(../img/icons.png) no-repeat 100% -691px;
    padding-right: 18px;
}

#archives h2 {
    font-size: 18px;
    padding: 0;
    margin: 0 0 6px 0;
}
#archives ul li {
    border: 0;
    padding: 4px 0;
}

.posts-list li {
    list-style: none outside;
    border-bottom: 1px solid #cbcbcb !important;
}
.posts-list span a {
    font-weight: bold;
    color: #FF6B08;
    font-size: 18px;
    margin: 11px 0;
}
.posts-list span span {
    display: block;
    font-weight: bold;
    color: #7C7C7C;
    font-size: 13px;
    margin: 4px 0;
}

#post-metadata {
    margin: 6px 0 22px 0;
}

#comments {
    margin: 30px 0 5px 0;
}
#comment-form #comment-form-intro p {
    margin: 0;
}

#comment-form fieldset {
    margin-bottom: 0;
}
#comment-form .field-holder {
    padding: 10px 0;
    margin: 0;
}
#comment-form .field-holder label {
    width: 150px;
    padding-right: 24px;
}
#comment-form .field-holder textarea {
    width: 340px;
    max-width: 340px;
    max-height: 200px;
}
#comment-form .field-holder input[type=text] {
    width: 240px;
}
#comment-form .field-holder .help {
    padding: 0 10px;
    padding-left: 175px;
}
#comment-form .field-holder .help li {
    font-size: 11px;
    border: 0;
    margin: 0;
    padding: 1px 0;
}
#comment-form .field-holder .error {
    padding-left: 175px;
}

.comment-item {
    margin: 20px 0 !important;
}

.comment-preview {
    margin: 0 0 10px 0 !important;
    padding: 5px 10px !important;
    background: #fdfd9f;
}
.comment-preview h3 {
    font-size: 14px;
}

.success-message {
    color: #198325;
    padding: 5px 10px !important;
    background: #e9eee1;
    font-weight: bold;
}


/* JS
-------------------------------------------------------- */
.toggle {
    background: url(../img/arrow.gif) no-repeat 0 3px;
    padding-left: 16px;
}
.toggle-down {
    background: url(../img/arrow.gif) no-repeat 0 -114px;
    padding-left: 16px;
}
#faq h2 {
    font-size: 16px;
}
#faq h2:hover {
    color: black;
}

#sub_nav {
    min-height: 28px;
    _height: 28px;
    margin: 0;
    padding: 0;
}
#sub_nav li { display: inline; }
#sub_nav li a:link,
#sub_nav li a:visited {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 7px 3px 7px;
    color: #b9b9b9;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background: #7e7e7e;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#sub_nav li a:hover, #sub_nav li a:active, #sub_nav li a:focus { color: #fff; background: #7e7e7e; }
/* .here link */
#sub_nav li a.here:link, #sub_nav li a.here:visited, #sub_nav li a.here:hover { color: #fff; background: #000217; }

/* Footer
-------------------------------------------------------- */
#footer-container {
    color: #fff;
    background: #000217;
    border: 1px solid #000217;
    font-size: 11px;
    |height: 1%;
}
#footer {
    width: 940px;
    margin: 10px auto;
    padding: 10px 0 20px 0;
}
#footer p {
    margin: 8px 0;
    line-height: normal;
    clear: both;
}

#footer a:link, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover, #footer a:focus, #footer a:active { color: #fff; text-decoration: underline; }

ul#footer-links { height: 25px; }
ul#footer-links li { margin: 0; padding: 0; border: 0; float: left; }
a#basikstore, a#basikarts, a#basikblog, a#basikpartners {
    display: block;
    width: 110px;
    height: 25px;
    margin-right: 20px;
    background: url(../img/logo_footer.gif) no-repeat 0 0;
    text-indent: -10000px;
    overflow: hidden;
    border-bottom: 2px solid #000217;
}
.gold a#basikstore, .gold a#basikarts, .gold a#basikblog, .gold a#basikpartners {
    background: url(../img/logo_footer_gold.gif) no-repeat 0 0;
}
a#basikarts {}
a#basikstore, .gold a#basikstore { width: 121px; background-position: -121px 0; }
a#basikblog, .gold a#basikblog { background-position: -254px 0; }
a#basikpartners, .gold a#basikpartners { width: 126px; background-position: -378px 0; }

a#basikstore:hover, a#basikarts:hover, a#basikblog:hover, a#basikpartners:hover,
a#basikstore:focus, a#basikarts:focus, a#basikblog:focus, a#basikpartners:focus,
a#basikstore:active, a#basikarts:active, a#basikblog:active, a#basikpartners:active {
    border-bottom: 2px solid #fff;
}


