/**
 * Gaudio CSS
 *
 * Author: Gravitywell Ltd (info@gravitywell.co.uk)
 * Media: Screen, Projector
 *
 **/


/* CSS RESET (Eric Meyers)
 * ----------------------- */

 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,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
 }
 /* remember to define focus styles! */
 :focus {
    outline: 0;
 }
 body {
    line-height: 1;
    color: black;
    background: white;
 }
 ol, ul {
    list-style: none;
 }
 table {
    border-collapse: separate;
    border-spacing: 0;
 }
 caption, th, td {
    text-align: left;
    font-weight: normal;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
    content: "";
 }
 blockquote, q {
    quotes: "" "";
 }



/* MAIN LAYOUT
 * ----------- */

body {
   background-color: #000;
   color: #fff;
   font-family: trebuchet ms, helvetica, arial, sans-serif;
   font-size: 14px;
   line-height: 120%;
}

a {
   outline: none;
   /*color: #858136;*/
   color: #808080;
   text-decoration: none;
}
a:hover, a:active {
   text-decoration: underline;
}

#wrapper {
    width: 950px;
    position: relative;
    margin: 0 auto;
}



/* HEADING
 * ------- */

#heading {
   height: 96px;
   background-color: #000;
   position: relative;
   color: #808080;
   font-size: 12px;
   overflow: hidden;
}

#heading a {
    color: #808080;
}

* html #heading {
   width: 960px;
}

#logo {
   display: block;
   position: absolute;
   width: 200px;
   height: 100px; 
   top: 0;
   left: 0;
   background: url("../images/logo.png") top left no-repeat;
}
#logo:hover {
   text-decoration: none;
}

#logo h1 {
   font-size: 10px;
   margin-left: -2000em;
}

#logo span {
   font-family: Georgia, 'Times New Roman', serif;
   font-size: 16px;
   text-transform: uppercase;
   top: 74px;
   left: 68px;
   position: absolute;
   width: 250px;
}

#headingCentre {
    width: 850px;
    padding-top: 20px;
    text-align: center;
    padding-left: 100px;
    font-size: 14px;
}

#headingCentre #heading-livezilla {
    /*display: block;
    margin: 0 auto;*/
    width: 100px;
}

#heading #headingRight {
   float: right;
   margin: 0 30px 0 0;
}

#headingRight img {
    width: 50px;
}

#mainMenu {
   height: 59px;
   background: transparent url("../images/menu-bg.png") top left no-repeat;
}

#mainMenu #social-header {
    float: left;
    padding-left: 10px;
}

#mainMenu #social-header img {
    height: 22px;
    margin-top: 1px;
    margin-bottom: -2px;
}

#mainMenu ul {
   width: 910px;
   height: 25px;
   overflow: hidden;
   padding: 0 20px;
   position: relative;
}
#mainMenu a:hover, #mainMenu a:active, #mainMenu a.active {
   text-decoration: none;
   color: #fff;
}
#mainMenu #menu li {
   float: left;
   text-align: center;
   font-size: 13px;
   height: 25px;
   line-height: 24px;
   vertical-align: middle;
   font-weight: bold;
   position: absolute;
   top: 0;
}

.one {
    width: 125px;
    left: 20px;
}

.two {
    width: 153px;
    left: 154px;
}

.three {
    left: 311px;
    width: 175px;
}

.four {
    left: 490px;
    width: 157px;
}

.five {
    left: 650px;
    width: 139px;
}

#mainMenu #menu li.six {
    margin-right: 0;
    left: 792px;
    width: 138px;
}

#mainMenu #menu li a {
   color: #fff;
}

#mainMenu #subMenu {
   width: 650px;
   margin-left: 150px;
   margin-top: 4px;
   text-align: center;
   position: relative;
}

#mainMenu #subMenu .contact-us {
   font-weight: bold;
}

#mainMenu #subMenu .contact-us a {
   color: #858136;
}

#mainMenu #subMenu ul {
    width: 650px;
    padding: 0;
}

#mainMenu #subMenu li {
   display: inline;
   font-size: 13px;
   font-weight: bold;
   margin: 0 10px;
}
#subMenu li a { color: #808080; }




/** CONTENT **/
#content {
   margin: 15px 0;
   text-align: center;
}


h1,h2,h3,h4,h5,h6 { font-weight: bold; margin: 0 0 15px 0;}
h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

strong { font-weight: bold; }

p { margin: 0 0 15px 0; }


.splitInTwo {
   width: 950px;
   float: left;
}
.splitInTwo div {
   width: 430px;
   padding: 0 20px;
   float: left;
   font-size: 11px;
   line-height: 120%;
   color: #898989;
}
.splitInTwo h1, .splitInTwo h2, .splitInTwo h3, .splitInTwo h4, .splitInTwo h5 {
   font-size: 11px;
   margin: 0 0 2px 0;
}


.clear {clear: both;}


.row {
   width: 950px;
   float: left;
   margin: 0px 0;
}
.row .imageItem {
   float: left;
   width: 400px;
}
.row .item {
   float: left;
   text-align: left;
   font-size: 14px;
   margin: 20px 0 0 20px;
   width: 500px;
}


.extraData {
   margin: 50px 0 0 0;
   color: #858136;
}


/** HOME PAGE **/

p.home-heading-text {
    font-size: 12px;
}

.bottomProducts {
   width: 160px;
   float: left;
}


.homepageAwards {
   font-size: 11px;
   line-height: 110%;
   float: left;
   margin: 10px 7px 30px 7px;
}
.homepageAwards p {
   margin: 3px 0 0 0;
}

.homepageAwards .award {
   width: 135px;
   overflow: hidden;
   float: left;
   cursor: pointer;
   margin: 0 10px;
}

.homepageAwards .award h1 {
    color: #858136;
    font-size: 13px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.homepageAwards .award h1:hover {
    text-decoration: underline;
}

.homepageAwards .award p a {
    color: #858136;
}

#awardCarContainer {
   margin: 0;
}
#awardCarousel {
   position: relative;
   float: left;
}

#awardCarousel a {
    color: #fff;
}

#awardCarousel li {
   padding: 0 12px;
   width: 120px;
   height: 160px;
   float: left;
}
#awardCarousel li span {
   display: block;
   width: 120px;
   font-size: 11px;
}

#awards-share {
    height: 23px;
    width: 311px;
    background-color: #bbb;
    background-image: url('/themes/gaudio/images/awards-share.png');
    padding-top: 2px; padding-left: 15px;
    margin-left: 32px;
    margin-top: 5px;
}

#awards-share .addthis_toolbox {
    float: left;
    margin-right: 15px;
    width: 174px;
}

.addthis_button_facebook_like {
    width: 49px;
    height: 20px;
    overflow: hidden;
}

.addthis_button_facebook_like span.fb_edge_comment_widget.fb_iframe_widget {
    display: none;
}

#awards-share span {
    padding-top: 2px;
}

#awards-share span.share {
    float: left;
    font-style: italic;
    color: #333;
}

#awards-share span.contact {
    float: right;
    width: 80px;
    height: 30px;
    padding-left: 5px;
    text-align: left;
}

#awards-share span.contact a {
    color: #858136;
    font-style: italic;
    text-decoration: underline;
}

.multiCat {
   float: left;
   width: 270px;
   margin-right: 10px;
   margin-left: 10px;
   margin-bottom: 15px;
   padding: 10px;
   border: 1px solid #666;
}
.multiCat span {
   display: block;
   width: 270px;
   margin: 0 0 5px 0;
   font-size: 16px;
   font-weight:bold;
}

.btnPrev {
   height: 160px;
   background: url("../images/larrow.png") 0 65px no-repeat;
   width: 40px;
   float: left;
   cursor: pointer;
}
.btnNext {
   height: 160px;
   background: url("../images/rarrow.png") 10px 65px no-repeat;
   width: 40px;
   float: left;
   cursor: pointer;
}
.btnNext.noBg, .btnPrev.noBg {
   background-image: none;
}



.featuredAwardsContainer {
   width: 895px;
   overflow: hidden;
   position: relative;
   padding-left: 55px;
}
.featuredAwards {
   overflow: hidden;
   margin: 0;
}
.btnPrevH {
   height: 238px;
   background: url("../images/larrow.png") 25px 105px no-repeat;
   width: 40px;
   position: absolute;
   left: 0px;
   top: 0;
   cursor: pointer;
}
.btnNextH {
   height: 238px;
   background: url("../images/rarrow.png") 0px 105px no-repeat;
   width: 40px;
   position: absolute;
   right: 0px;
   top: 0;
   cursor: pointer;
}
.featuredAwards h6 {
   display: block;
   text-align: center;
   width: 840px;
   padding:0;
   margin: 10px 0 10px 0px;
   font-weight: normal;
}


/** FOOTER **/
#footer {
   width: 950px;
   margin: 30px 0 50px 0;
   text-align: center;
   font-size: 10px;
   color: #898989;
}

#footer ul {
   width: 900px;
   display: table; /* Fixes whitespace */
   text-align: center;
}

#footer li {
   padding: 0 5px;
   display: inline;
   border-right: 1px solid #898989;
}
#footer li.first {
    border-right: none;
}
#footer li.first img {
    height: 26px;
    margin-bottom: -2px;
}
#footer li.last {
   border-right: none;
}

#footer a {
   color: #898989;
}

#footer #mib-logo {
    float: right;
    width: 50px;
    margin-top: -20px;
}

#plusone-footer {
    display: inline;
    width: 38px;
    height: 24px;
}


/** NEWS **/
#blog {
    padding: 0 10px;
}

#sidebar {
    float: right;
    width: 160px;
    padding-top: 30px;
    text-align: left;
}

#sidebar h1 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0.5em;
}

#blog-archive {
    font-size: 14px;
}

#blog-archive li {
    margin: 2px 0;
}

#blog-share {
    margin-right: -20px;
    margin-bottom: 3em;
}

#blog-share li {
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
}

#blog-share li img {
    float: left;
    margin-right: 10px;
}

#main-panel {
    width: 750px;
    padding-right: 20px;
}

#main-panel .post {
    text-align: left;
    border-top: 1px solid white;
    overflow: hidden;
}

#main-panel .post:first-child {
    border-top: 0;
}

#main-panel .post .post-content {
    margin-left: 370px;
    padding: 30px 0;
}

#main-panel .post h1 {
    color: #fff;
    font-size: 18px;
}

#main-panel .post p {
    font-size: 15px;
}

#main-panel .post a {
    color: #858136;
}

#main-panel .post .blog-list-image {
    float: left;
    margin: 30px 20px 10px 0;
    width: 350px;
}

#main-panel .post .blog-list-image img {
    display: block;
    margin: 0 auto;
}

#main-panel .post .read-more {
    text-align: left;
}

#main-panel .post .read-more-link {
    color: #858136;
}

#blog #left-bar {
    width: 170px;
    padding: 20px 10px 0 0;
    float: left;
    border-right: 1px solid #fff;
    text-align: left;
}

#blog #left-bar h2 {
    color: #808080;
    font-size: 15px;
    margin-bottom: 0.5em;
}

#blog #left-bar h2.gold {
    color: #858136;
}

#blog #left-bar h3 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0.5em;
}

#left-bar .sidebar-post-image {
    margin-bottom: 2em;
}

.single-post .post-content {
    margin-left: 0;
}

.single-post #main-panel .post {
    border-bottom: 0;
    padding-top: 20px;
}

.single-post #main-panel {
    width: 550px;
    margin-left: 180px;
    padding: 0 20px;
    border-left: 1px solid #fff;
}

.single-post #main-panel .post img {
    display: block;
    margin: 10px auto;
    float: none;
    clear: both;
}

.single-post #main-panel .post h1 {
    text-align: center;
    padding-top: 0;
}

.single-post .addthis_toolbox {
    float: right;
}

ul li li {
    margin: 0 0 0 20px;
}

/* CONTACT template */
#contact-text {
    font-weight: bold;
    text-align: left;
}

.form-leftcol, .form-rightcol {
    width: 445px;
    position: relative;
}

.form-leftcol input, .form-rightcol input, .form-rightcol textarea {
    display: inline;
    vertical-align: middle;
    width: 260px; height: 25px;
    font-size: 14px;
    margin: 0; padding: 0 8px;
}

.form-rightcol textarea {
    height: 45px;
    padding: 8px;
}

input, textarea {
    border: 2px solid black;
}

input:focus, textarea:focus {
    border: 2px solid #058CF5;
}

.form-leftcol dt, .form-rightcol dt {
    display: inline-block;
    width: 165px;
    margin: 4px 0; padding: 0;
    color: #808080;
    clear: left;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
}

.form-leftcol dd, .form-rightcol dd {
    display: inline-block;
    width: 260px;
    margin: 4px 0; padding: 0;
}

#biglabel {
    margin-bottom: 0px;
}

#biglabel span {
    height: 33px;
}

.form-leftcol dt label .form-rightcol dt label {
    display: inline;
    float: left;
    width: 165px;
    vertical-align: middle;
    margin-top: 6px;
}

.form-leftcol span.wrap-label {
    margin-top: 0;
}

.contact.row {
    padding: 0 20px;
    width: 910px;
    margin: 1em 0;
}

.contact.row form {
    margin-bottom: 15px;
}

hr.fancy {
    height: 12px;
    width: 950px;
    background-image: url('/themes/gaudio/images/hr-rule.png');
    border: 0;
    float: left;
}

.ie7 hr.fancy {
    display: list-item;
    list-style: url('/themes/gaudio/images/hr-rule.png') inside;
    filter: alpha(opacity=0);
    margin-left: -10px;
    width: 0;
}

hr.plain {
    height: 12px;
    width: 950px;
    background-image: url('/themes/gaudio/images/hr-plain.png');
    border: 0;
    float: left;
}

.ie7 hr.plain {
    display: list-item;
    list-style: url('/themes/gaudio/images/hr-plain.png') inside;
    filter: alpha(opacity=0);
    margin-left: -10px;
    width: 0;
}

#submit {
    background-color: transparent;
    background-image: url('/themes/gaudio/images/submit-bg.png');
    border: 0;
    color: white;
    font-weight: bold;
    height: 26px;
    margin-top: 1em;
    width: 70px;
}

.form-leftcol {
    float: left;
    margin-right: 10px;
}

.form-rightcol {
    float: right;
    margin-left: 10px;
}





/* WHITE Template */

#body_white { background-color: #fff; }
#body_white #wrapper #content,
#body_white #wrapper #content h1,
#body_white #wrapper #content h2,
#body_white #wrapper #content h3,
#body_white #wrapper #content h4,
#body_white #wrapper #content p,
#body_white #wrapper #content li {
    color: #000;
}

/* Reorder form */

#reorder-form {
    width: 450px;
    padding-right: 50px;
    float: right;
    text-align: left;
}

#reorder-form label {
    display: block;
    clear: both;
    margin-bottom: 10px;
}

#reorder-form form label p {
    float: left;
    width: 140px;
}

#reorder-form form span {
    font-style: italic;
}

#reorder-form #ref {
    width: 150px;
}

#reorder-form form textarea {
    height: 75px;
    width: 284px;
    padding: 8px;
}

#reorder-form form input {
    width: 284px;
    height: 25px;
    padding: 0 8px;
}

#reorder-form form .under-field {
    display: block;
    text-align: right;
    padding-right: 10px;
}

#reorder-form form .under-field, #reorder-form form .post-field {
    font-size: 12px;
}

#reorder-form form #submit {
    width: 70px; float: left;
    margin-right: 20px;
}

#reorder-congrats {
    width: 400px;
    margin-top: 130px;
}

.errorMsg {
    padding: 10px 50px;
    color: #ff0000;
}

.error-ul {
    color: #ff0000;
}

#reorder-form .errors {
    list-style-type: disc;
    margin-left: 1em;
}













