* {
    margin: 0;
    padding: 0;
}

a {
    color: #eaff00;
}

body {
    background: #000000 none repeat scroll 0 0;
    color: #ff3cca;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 72.5%;
    line-height: 1.5em;
}

div#header {
    background: #1c091c url('/css/tail-top.gif') top left repeat-x scroll;
    height: 188px;
    position: relative;
}

div#header-inner,
div#inner,
div#footer {
    width: 950px;
    margin: 0 auto;
}

div#header-inner {
    height: 100%;
    position: relative;
}

div#outer {
    background: #1c081c url('/css/outer.png') top left repeat-x scroll;
    min-height: 600px;
}

div#inner {
    background: url('/css/background.jpg') top center no-repeat scroll;
    min-height: 750px;
}

div#footer {
    background: black;
    min-height: 70px;
}

div#navMenu {
    width: 950px;
    margin: 0 auto;
    list-style-type: none;
    position: absolute;
    bottom: 11px;
    color: #fee001;
    font-size: 14px;
    height: 26px;
}

div#navMenu a {
    color: #fee001;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}

div#navMenu span.seperator {
    background: url('/css/links.gif') center center no-repeat scroll;
    width: 14px;
    height: 6px;
    display: inline-block;
}

div#navMenu a:hover {
    background: url('/css/menu-hover.png') top left repeat scroll;
}

img#logo {
    position: absolute;
    top: 15px;
    left: 10px;
}

div#slogan {
    height: 69px;
    width: 182px;
    background: url('/css/slogan.png') top left no-repeat scroll;
    position: absolute;
    top: 60px;
    left: 350px;
}

a#events-large,
a#classes-large,
a#dj-large
{
    width: 219px;
    height: 352px;
    display: inline-block;
    margin: 30px 20px 0 0;
}

a#events-large { background: url('/css/events-large.png') top left no-repeat scroll; }
a#classes-large { background: url('/css/classes-large.png') top left no-repeat scroll; }
a#dj-large { background: url('/css/dj-large.png') top left no-repeat scroll; }

a#events-small,
a#classes-small,
a#dj-small
{
    height: 102px;
    width: 219px;
    display: inline-block;
    margin: 30px 20px 0 0;
}

a#events-small { background: url('/css/events-small.png') top left no-repeat scroll; }
a#classes-small { background: url('/css/classes-small.png') top left no-repeat scroll; }
a#dj-small { background: url('/css/dj-small.png') top left no-repeat scroll; }

div#footer {
    text-align: right;
    padding-top: 20px;
    color: #953688;
    clear: both;
}

label {
    display: inline-block;
    width: 80px;
}

label::after {
    content: ' : ';
}

input[type='text'],
select,
textarea {
    width: 300px;
    padding: 3px;
}

div.submit {
    padding-left: 80px;
}

select { width: 312px; }

form div + div {
    margin-top: 5px;
}

h1 {
    margin-bottom: 30px;
}

input[type='button'] + input[type='submit'] {
    margin-left: 20px;
}

.error {
    color: red !important;
    font-weight: bold !important;
    border: 1px solid red !important;
}

div#banner {
    width: 725px;
}


div#bodyContent {
    padding-top: 30px;
    width: 690px;
    position: relative;
    padding-bottom: 50px;
}

div#side {
    float: right;
    width: 200px;
    margin-top: 34px;
}

div#side div {
    margin-bottom: 30px;
}

a img {
    border: none;
}

div#currentClass {
    padding: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    min-width: 133px;
    background: url('/css/couple.png') top right no-repeat scroll;
}

table#mapTable
{
    width: 100%;
}

table#mapTables td
{
    padding: 5px;
}

div#map_copa,
div#map_studio {
    width: 335px;
    height: 335px;
    color: black;
}

div#map_copa a,
div#map_copa strong,
div#map_studio a,
div#map_studio strong {
    font-weight: bold;
    color: black;
}

div.box {
    height: 105px;
    width: 453px;
    padding: 10px 10px 10px 170px;
    background: url('/css/horizontal-box.png') top left no-repeat scroll;
    position: relative;
    margin: 10px auto;
}

body div#bodyContent div.box h2 {
    margin: 0 0 10px 0;
}

div.box h2 a {
    color: white;
}

div.box img {
    position: absolute;
    top: 10px;
    left: 10px;
}

div.stars {
    width: 81px;
    height: 15px;
    background: url('/css/stars.png') 0 0 no-repeat scroll;
    margin-top: 10px;
}

div.stars5 { background-position: 0 0; }
div.stars4 { background-position: 0 -15px; }
div.stars3 { background-position: 0 -30px; }
div.stars2 { background-position: 0 -45px; }
div.stars1 { background-position: 0 -60px; }

div#bigbox {
    background-color: #430b3c;
    border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #a12192;
    padding: 30px 10px;
    text-align: center;
    margin-top: 20px;
}

div#bigbox div.holder {
    display: inline-block;
}

div#bigbox img {
    border: 1px solid #a12192;
    margin: 10px;
    display: inline-block;
}

div#bigbox img:hover {
    border: 1px solid #ff34e7;
}

a.video {
    width: 320px;
    height: 240px;
    display: block;
}

div#bodyContent > img,
div#popupContent > img
{
    margin-left: -10px;
}

div#bodyContent > *,
div#bodyContent p,
div#popupContent > *,
div#popupContent p
{
    margin-top: 10px;
    margin-bottom: 10px;
}

ol, ul
{
    margin-left: 20px;
    color: white;
}

li
{
    margin-bottom: 10px;
}

strong {
    color: #eaff00;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

table#classes {
    margin: 0 auto;
    margin-bottom: 20px;
}

table#classes td {
    padding: 0.5ex;
}

table#classes th {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0.5ex;
    border: none;
}

div#colorbox {
    border: 3px solid white;
    background: black;
}

div#popupContent {
    margin: 20px;
}

div#popupContent fieldset {
    border: 1px solid #111;
    padding: 10px;
}

div#bodyContent fieldset {
    border: 1px solid white;
    padding: 10px;
}

legend {
    padding: 0 10px;
    color: white;
    font-weight: bold;
}

label.required::before {
    content: ' * ';
    color: white;
}

table.admin
{
    width: 100%;
    color: white;
}

table.admin th,
table.admin td
{
    padding: 3px;
}

table.admin tbody tr:hover
{
    color: #ff3cca;
}

table.admin thead th {
    background: black;
    color: white;
    font-weight: bold;
    text-align: left;
}

a.select,
a.delete,
input#create,
a.moveup,
a.movedown {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    text-indent: -100000px;
    border: none;
    cursor: pointer;
}

a.select { background: url('/css/right-blue.gif') top left no-repeat scroll; }
a.delete { background: url('/css/button_cancel_small.png') top left no-repeat scroll; }
a.moveup { background: url('/css/arrow-up-big.png') top left no-repeat scroll; }
a.movedown { background: url('/css/arrow-down-big.png') top left no-repeat scroll; }
input#create { background: url('/css/add.png') top left no-repeat scroll; }

input#create {
    position: absolute;
    top: 0;
    right: 0;
}

body div#inner div#bodyContent h1:first-child
{
    margin-bottom: 30px;
}

div#side div#twtr-widget-1 div {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

div#bigbox div.holder h3 {
    margin: 10px 0 5px 0;
}

table#courses
{
    width: 100%;
    margin: 40px 0 0 0;
}

table#courses th
{
    background: black;
    color: white;
    text-align: left;
}

form#form.formCourses fieldset
{
    padding: 30px 10px 30px 20px;
}

ul#courses {
    list-style-type: none;
    margin-top: 30px;
    line-height: 1em;
}

ul#courses label {
    width: auto;
    color: #ff3cca;
}

ul#courses label::after {
    content: '';
}

ul#courses input {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

ul#other_classes
{
    float: right;
    width: 100px;
    line-height: 1em;
    font-size: 14px;
}

form#form.formCourses input#submit
{
    float: right;
    margin-top: 20px;
}

div#buttons
{
    text-align: center;
}

div#buttons a {
    display: inline-block;
}
 div#buttons a + a {
    margin-top: 20px;
}

table caption
{
    font-weight: bold;
    margin-bottom: 5px;
}

.green {
    color: #6be234;
    font-weight: bold;
}

.formCourses label
{
    width: 120px;
}

#colorbox h1,
#colorbox h2,
#colorbox h3,
#colorbox h4,
#colorbox h5,
#colorbox h6
{
    color: black;
}

#colorbox p
{
    color: black;
    font-size: 12px;
}
