﻿/*
Theme Name: main.css
Theme URI: http://www.rarecreativegroup.com
Author: Rare Creative Group
Author URI: http://www.rarecreativegroup.com/
Version: 1.0 - Chris Bellingham & Adrian Johnson
Update 1

*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


/* =Structure
-------------------------------------------------------------- */

body, html {
    margin: 0;
    padding: 0;
}

#content {
    position: relative;
    z-index:900
}

#header {
    margin: 0;
    height: 44px;
    background: url(headerbg.png) repeat-x;
}

#footer {
    clear: both;
    margin: 20px 0 0 0;
    height: 44px;
    background: url(headerbg.png) repeat-x;
}

.padder {
    margin: 10px;
}

.clear { clear:both; }


/* =Header
-------------------------------------------------------------- */

#header-left {
    float: left;
    width: 100px;
}

#header-left img {
    margin: 11px 0 0 10px;
}

#header-center {
    margin: 5px 0 0 0;
    text-align: center;
    float: left;
    color: #FFFFFF;
    min-width: 180px;
}

#header-center p {
    color: #ffffff;
}

#header-right {
    float: right;
    width: 40px;
}

#header-right img {
    margin: 11px 5px 0 0;
}

#menucontainer {
    width: 100%;
    border-bottom: 2px solid #FFFFFF;
}

#menucontainer ul {
    margin: 0;
    padding: 0;
}

#menucontainer ul#music, #menucontainer ul#groups, #menucontainer ul#settings, #menucontainer ul#routing, #menucontainer ul#inputs-groups {
    margin: 0 0 0 20px;
}

#menucontainer .menuitem {
    width: 100%;
    border-top: 2px solid #FFFFFF;
    height: 44px;
    background: #DDDDDD;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menucontainer .submenuitem, #menucontainer .divider {
    width: 100%;
    border-top: 2px solid #FFFFFF;
    height: 44px;
    background: #EEEEEE;
    list-style-type: none;
    margin: 0;
    padding: 0;
}



/* =Content
-------------------------------------------------------------- */

.controlelement {
    width: 300px;
    height: 44px;
    float: left;
    background: #d7d7d7;
    background-size: 50%;
    margin: 0 0 10px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #252525;
    font-size: large;
    line-height: 44px;
        position: relative;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; /* future proofing */
        -khtml-border-radius: 10px; /* for old Konqueror browsers */
}


.minus, .plus, .tick, .cross, .mute, .muted, .leftbutton, .rightbutton {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
}

.plus {
    float: right;
    background-image: url(<?assets_path?>/plus.png);
}

.minus {
    float:left;
    background-image: url(<?assets_path?>/minus.png);
}

.tick{
    float:right;
    background-image: url(<?assets_path?>/tick.png);
}

.cross{
    float: right;
    background-image: url(<?assets_path?>/cross.png);
}

.mute{
    float: right;
    background-image: url(<?assets_path?>/mute.png);
}

.muted{
    float: right;
    background-image: url(<?assets_path?>/muted.png);
}

.rightbutton{
    float: right;
    background-image:url(<?assets_path?>/right.png);
}

.leftbutton{
    float: left;
    background-image:url(<?assets_path?>/left.png);
}

.controlsection {
    width: 300px;
    height: auto;
    float: left;
    margin: 0 10px 0 0;
    float: left;
}

.controllabel {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 44px;
    width: 212px;
    height: 44px;
    background: none;
    text-align: center;
}

.helpelement {
    display: none;
}

.label, .unidirbar {
    width: 110px;
    height: 100%;
    /*display: block;*/
    float: left;
    background-image: url(<?assets_path?>/background.png);
    /*background-size: 52% 44px;*/
    background-repeat: repeat-x;
}

.clearbck, .barcontainer {
    background: transparent;
    width: 212px;
    height: 100%;
    /*display: block;*/
    z-index: 99;
    float: left;
    position: relative;
}

.centerlabel {
    width: 212px;
    height: 100%;
    display: block;
    float: left;
    background-image: url(<?assets_path?>/background.png);
    background-size: 5% 44px;
    background-repeat: no-repeat;
    background-position: center;
}

.bidirbar {
    width: 8px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    background-image: url(<?assets_path?>/background.png);
    background-repeat: repeat-x;
}

.blanklabel {
    width: 212px;
    height: 100%;
    display: block;
    float: left;
}

.controlcolumn {
    width: 310px;
    height: 44px;
    float: left;
    background: transparent;
    margin: 0 0 50px 0;
}

.fullwidthcolumn {
    width: 300px;
    height: 44px;
    float: left;
    background: transparent;
    margin: 0 0 20px 10px;
}


/* =Main Styles
-------------------------------------------------------------- */

input[type=text] {
    width: 280px;
    height: 44px;
    float: left;
    background: #fff;
    border: 1px solid #d7d7d7;
    background-size: 50%;
    margin: 0 0 10px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #272c30;
    font-size: large;
    line-height: 44px;
}

input[type=number] {
    width: 44px;
    height: 44px;
    float: left;
    background: #fff;
    border: 1px solid #EEEEEE;
    background-size: 50%;
    margin: 0 10px 10px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #272c30;
    font-size: large;
    line-height: 44px;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #787f84;
    font-size: x-large;
    margin: 10px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #272c30;
    font-size: large;
    margin: 10px;
    clear: left;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #272c30;
    font-size: small;
    margin: 10px;
}

ol {
    list-style-type: decimal;
    margin: 0 0 20px 0;
}

ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #272c30;
    font-size: small;
    margin: 10px 0 10px 30px;
}

strong {
    font-weight: bold;
}

.controlelement p {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #272c30;
    font-size: large;
    margin: 12px;
}

#editor {
    margin: 10px;
}

#editor h2 {
    margin: 30px 0 10px 0;
}

a {
    color: #787f84;
    text-decoration: none;
}

.menuitem p, .submenuitem p {
    font-family: Arial, Helvetica, sans-serif;
    color: #787f84;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    margin: 15px 0 0 10px;
}

.menuitem a, .submenuitem a {
    color: #787f84;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
}

#contacts-op-save {
    width: 134px;
    height: 44px;
    display: block;
    float: left;
    background-image: url(<?assets_path?>/start.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
}


.refresh-btn, .upload-btn, .generic-btn {
    width: 134px;
    height: 44px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
}


.refresh-btn {
    float: left;
    background-image: url(<?assets_path?>/refresh.png);
}

.upload-btn {
    float: right;
    background-image: url(<?assets_path?>/upload.png);
}

.generic-btn {
    background-image:url(<?assets_path?>/button-bg.png);
    background-color: #ffffff;
    display: inline-block;
    font-family:sans-serif;
    font-size:16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
    padding-top: 14px;
}

#enter-pin {
    width: 134px;
    height: 44px;
    display: block;
    float: left;
    background-image: url(<?assets_path?>/reset.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
}

input[type=password] {
    width: 44px;
    height: 44px;
    float: left;
    background: #fff;
    border: 1px solid #EEEEEE;
    margin: 0 10px 10px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #363c42;
    font-size: large;
    line-height: 44px;
}

.alertscreen  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9999;
    background-color: rgba( 0,0,0,0.5);
    text-align: center;
    vertical-align: center;
}

.alertscreen h1 {
    position: relative;
    top: 25%;
    color: #787f84;
}

.alertscreen p {
    position: relative;
    top: 30%;
    color: rgba(200,200,200,1);
}

.loading .alertscreen div {
    position: relative;
    top: 40%;
}
/* automatically hide alerts until one is asserted*/
.alert, .loading, .inactivity {
    display: none;
}
/*
#musicmute {
    width: 44px;
    height: 44px;
    display: block;
    float: right;
    background-image: url(muted.png);
    background-size: 100%;
    background-repeat: no-repeat;
    border: 0;
}
*/
#menucontainer, #music, #groups, #routing, #inputs-groups, #settings {
display: none;
}

