@font-face {
    font-family:"ClementePDam-Bold";
    src:url("ClementePDam-Bold.eot?") format("eot"),url("ClementePDam-Bold.woff") format("woff"),url("ClementePDam-Bold.ttf") format("truetype"),url("ClementePDam-Bold.svg#ClementePDam-Bold") format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: 'bemioregular';
    src: url('bemio-webfont.eot');
    src: url('bemio-webfont.eot?#iefix') format('embedded-opentype'),
         url('bemio-webfont.woff') format('woff'),
         url('bemio-webfont.ttf') format('truetype'),
         url('bemio-webfont.svg#bemioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0px;
}

a {
    color: #00978E;
}

input[type="submit"] {
    background:url(../images/btn-submit.png) no-repeat;
    width:78px;
    height:24px;
    border:none;
    float:left;
    margin:15px 0 0;
    cursor:pointer;
}

label {
    font-family: 'Helvetica';
    font-size: 14px;
    color: #33728e;
}

.label {
    font-family: 'Helvetica';
    font-size: 14px;
    color: #33728e;
}

div.parent {
    width: 100%;
    height: 100%;
    min-height: 1024px;
    margin: 0 auto;
}

div.topWrapper {
    width: 100%;
    position: absolute;
    z-index: 5;
    left: 0px;
    right: 0px;
    top: 0px;
    min-width: 1024px;
}

div.main-thumb-view {
    position: relative;
    width: 740px;
    top: 246px;
    margin: 0 auto;
    padding-bottom:  100px;
}

div.main-venue-view {
    /*position: relative;*/
    /*width: 740px;
    top: 260px;*/
    /*margin: 0 auto;*/
    padding-bottom:  100px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 175px;
    max-height: 335px;
    float: left;
}

div.main-detail-view {
    /*display: none;*/
    position: relative;
    width: 740px;
    top: 260px;
    height: 400px;
    margin: 0 auto;
    padding-bottom:  100px;
}

div.main-map-view {
    /* display: none; */
    position: relative;
    width: 710px;
    top: 260px;
    height: 435px;
    margin: 0 auto;
    padding-bottom:  50px;
}

div.detail-image {
    width: 306px;
    height: 320px;
    /*background-color: #FFF;*/
    float: left;
    margin-bottom: 20px;
    margin-left: 17px;
    margin-top: 60px;
}

div.detail-image img {
    max-width:100%;
    max-height:100%;
    margin:auto;
    display:block;
}

div.detail-thumbs {
    height: 75px;
    float: left;
    top: 392px;
    left: 7px;
    position: absolute;
    margin-left: 10px;
}

div.thumbImg {
    width: 75px;
    height: 75px;
    display: inline-table;
    margin-right: 2px;
}

div#subWrapper {
    position: relative;
    width: 740px;
    margin: 0 auto;
    top: 162px;
}

div#subWrapper2 {
    position: relative;
    width: 22px;
    margin: 0 auto;
    top: -30px;
    height: 550px;
}

div#subWrapper .blocks {
    margin-left: 10px;
    /*background-color: #00977f;
    width: 161px;
    height: 68px;
    position: absolute;
    font-family: 'bemioregular';
    font-size: 26px;
    line-height: 24px;
    text-align: right;
    padding-top: 10px;*/
}

div.detail-copy {
    width: 330px;
    height: 445px;
    background-color: #FFF;
    color: #0B608E;
    float: right;
    margin-right: 10px;
    font-family: 'Helvetica';
    font-size: 14px;
    position: absolute;
    right: 30px;
    margin-top: 20px;
}

div#header {
    position: relative;
    display: block;
    height: 175px;
    padding-top: 10px;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #62bee0;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#94d6e0), to(#62bee0));
    background: -moz-radial-gradient(circle, #94d6e0, #62bee0);
    background: -ms-radial-gradient(circle, #94d6e0, #62bee0);
}

div#header img {
   display:block;
   margin:auto;
}

div#navWrapper {
    width: 100%;
    background: #8cc63f;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#d9e021), to(#8cc63f));
    background: -moz-radial-gradient(circle, #d9e021, #8cc63f);
    background: -ms-radial-gradient(circle, #d9e021, #8cc63f);
    z-index: 50;
    min-height: 37px;
}

div#navWrapper.fixed {
    position: fixed;
    top: 0px;
}

div.footer {
	display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
    background: #62bee0;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#94d6e0), to(#62bee0));
    background: -moz-radial-gradient(circle,#94d6e0,#62bee0);
    background: -ms-radial-gradient(circle,#94d6e0,#62bee0);
}

div.headingGrad {
    font-family: 'bemioregular';
    font-size: 24px;
    color: #fff;
    height: 34px;
    background-color: #00384a;
    /*background: -webkit-gradient(linear, left top, right top, from(#62bee0), to(#fff));*/
    /*padding-top: 5px;*/
    padding-left: 11px;
    padding-bottom: 2px;
    margin-left: 10px;
    margin-bottom: 10px;
}

ul.nav {
    list-style: none;
    width: 788px;
    /*display: table;*/
    /*table-layout: fixed;*/
    margin: 0 auto;
    padding-top: 8px;
    padding-left: 110px;
}
li.nav {
    font-family: 'bemioregular';
    font-size: 24px;
    color: #009880;
    padding-left: 20px;
    display: table-cell;
}

li.nav a {
    color: #009880;
    text-decoration: none;
    z-index: 50;
}

li.nav.selected {
    color: #00384a;
}

li.nav.selected a {
    color: #00384a;
    text-decoration: none;
}

div.thumbBox {
    width: 162px;
    height: 124px;
    display: inline-table;
    margin: 10px;
}

div.thumbBoxVenue {
    width: 160px;
    height: 108px;
    /*display: inline-table;*/
    margin-bottom: 1px;
    background-color: #bee5df;
    font-family: 'Helvetica';
    font-size: 14px;
    /*font-style: italic;*/
    color: #00978e;
    padding-left: 10px;
    padding-right: 10px;
}

div.thumbBoxVenue a {
    color: #00978e!important;
}

div.thumbBox img, div.thumbBoxVenue img {
    width: 162px;
    height: 124px;
}

div.thumbImg img {
    width: 75px;
    height: 75px;
}

span.name {
    font-family: 'Helvetica';
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #00978e;
}

span#artistName, #eventTitle {
    color: #00384a;
    font-family: 'Helvetica';
    font-size: 19px;
    line-height: 22px;
    font-weight: 600;
}

span.infoWin, .infoWin a {
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #F47E20;
}
