@import "reset.css";

* {
    line-height: 1.4em;
}

html, body {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    background-image: url('/assets/concert.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    background-attachment:fixed;
    color: #000000;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, "LiGothic Medium", "MS Gothic", Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;#1A1A1A
    margin: 0;
    padding: 0;

}

strong, em, b, i {
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, "LiGothic Medium", "MS Gothic", Arial, sans-serif;
}

.cn strong, strong .cn {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    color: #ED1E79;
}

a:link {}
a:visited {}
a:hover {
    color: #3F1859;
}
a:active {}


a.bar {
    display: block;
    height: 40px;
    width: 300px;
    text-align: center;
    padding-top: 10px;
    color: white;
    float: left;
    background-position: left bottom;
    font-size: 16px;
    font-weight: bold;
}

a:hover.bar
{
    background-position: left top;
}


.smallfont {
    font-size: 11px;
}

.color {
    color: #ED1E79;
}

img {
    border: none;
}

hr {
    border: none;
    border-bottom: 1px solid #888888;
    height: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    clear: both;
}

div.hr {
    border: none;
    border-bottom: 1px solid #888888;
    height: 0px;
    margin-top: 18px;
    margin-bottom: 18px;
    clear: both;
}


h1, h2, h3 {
    font-family: locatormedium, helvetica, arial, "ms gothic", sans-serif;
    font-weight: normal;
}

.space {
    margin-bottom: 3em;
}

h1 span.cn, h2 span.cn {
    font-family: mstiffhei, helvetica, arial, "ms gothic", sans-serif;
}

h2 span.cn {
    font-family: dfliheimedium, helvetica, arial, "ms gothic", sans-serif;
    font-size: 17px;
}

h1 {
    font-family: locatorblack, helvetica, arial, "ms gothic", sans-serif;
    font-size: 31px;
    height: 40px;
    color: #ED1E79;
    text-transform: uppercase;
}

h2 {
    font-size: 17px;
    height: 20px;
    color: #FFC514;
    text-transform: uppercase;
}

h1, h2, h3 { margin-bottom: 9px; }
p { margin-bottom: 14px; }



#menu {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    font-family: locatormedium, helvetica, arial, "ms gothic", sans-serif;
    text-transform: uppercase;
    z-index: 2;
    list-style: none;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    float: right;

}

#menu li {
    float: left;
    padding: 5px;
    position: relative;
}

#menu a {
    display: block;
    padding: 5px;
    color: #FFFFFF;
    background: #000000;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu a:hover {
    color: #FFFFFF;
    background: #ED1E79;
}

/*--- DROPDOWN ---*/
#menu ul {
    z-index: 2;
    font-size: 12px;
    color: #FFFFFF;
    background: #000000;
    text-transform: none;
    /*background: rgba(255,255,255,0);*/
    list-style: none;
    position: absolute;
    left: -9999px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#menu ul li {
    padding-top: 5px;
    float: none;
}

#menu ul a {
    white-space: nowrap;
}

#menu li:hover ul {
    left: 0;
}

/* keeps top level selected*/
#menu li:hover a{
    color: #000000;
    background: #FFFFFF;
}

#menu li:hover ul {
    margin-top: 5px;
    margin-left: 5px;
    color: #FFFFFF;
    background: #000000;
}

#menu li:hover ul a {
    text-decoration: none;
    color: #FFFFFF;
    background: #000000;
}

#menu li:hover ul li a:hover {
    color: #000000;
    background: #FFFFFF;
}

#menu .select {
    color: #FFFFFF;
    background: #ED1E79;
}



ul.sections {
    display: block;
    border-top: 1px dashed #1A1A1A;
    border-bottom: 1px dashed #1A1A1A;
    font-size: 11px;
}

ul.sections li {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sections li + li {
    display: block;
    border-top: 1px dashed #1A1A1A;
}

#follow a:hover img {
    opacity:1;
}

#follow a img {
    opacity: 0.75;
}

#follow img {
    opacity: 0.2;
}

#background {
    position: fixed;
    overflow-x :auto;
    overflow-y :auto;
    width: 100%;
    height: 100%;
    background-image: url('/_inc/dots.gif');
    background-position: center top;
}

#header, #content, #footer {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

#header, #footer  {
    width: 980px;
}

#content {
    padding: 40px;
    width: 900px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#content {
    color: #FFFFFF;
    background-image: url('/_inc/50white.png');
    /*background-color: #000000;*/
}

#footer {
    color: #FFFFFF;
    font-size: 11px;
    height: 3em;
}

#footer a {
    color: #FFFFFF;
}

#bar {
    background-color: #1A1A1A;
    height: 9px;
}

.column {
    display: block;
    float: left;
    margin-right: 18px;
}
.end, .six { margin-right: 0; }
.end  + *, .six  + *, .clear { clear: both; }

.one { width: 135px; }
.onehalf { width: 211.5px; }
.two { width: 288px; }
.three { width: 441px; }
.four { width: 594px; }
.five { width: 747px; }
.six { width: 900px; }

.border {
    border: 1px solid #1A1A1A;
    padding: 18px;
}

.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#application label {
    display: block;
    width: 8em;
    float: left;
    margin-right: 10px;
}

#application .checkbox {
    float: left;
    margin-right: 10px;
}

#application .mark {
    clear: both;
    float: left;
    font-size: 20pt;
}

#language {
    width: 80px;
    float: right;
}

#language a {
    font-weight: bold;
    background-image: none;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 18px;
    text-align: center;
    width: 40px;
    font-size: 10px;
    padding-top: 2px;
}

#language a.selected {
    color: #FFFFFF;
    background-image: url('/assets/language-select.gif');
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.profile {
    display: block;
    background-color: #1A1A1A;
    width: 135px;
    height: 180px;
    position: relative;
}

.profile .number {
    font-size: 20px;
    color: white;
    padding: 5px;
    text-align: right;
}

.profile .caption {
    display: block;
    width: 100%;
    color: white;
    bottom: 18px;
    position: absolute;
}

.profile .caption span {
    background-color: black;
    padding: 2px;
    line-height: 2em;
}

a.profile:hover .caption span {
    background-color: #ED1E79;
    color: white;
}






