body{
    color: white;
    font-size: 12px;
    font-family: Arial;
}

a{
    color: #C68716;
}


#logo, #navigation, #footer {
    text-align: center;
}

#navigation ul{
    list-style: none;
}

#navigation li{
    display: inline;
}

body{
    background-color: white;
}

#leftcol, #rightcol{
    margin-top: 119px;
}
#footer{
    color: #444444;
    margin-top: 10px;
}
#footer a{
    text-decoration: none;
    color: #444444;
}

#accordion{
    width: 180px;
    height: 235px;
    float: left;
}

#container-content-main{
    width: 660px;
    background: url('/site_media/images/stage.png') no-repeat;
}

#content-main{
    padding-top: 20px;
    height: 280px;
}

input, textarea{
    background: url('/site_media/images/input_bg.png') repeat-x;
    width: 250px;
    margin: 3px;
    border: 0;
}
input{
    height: 20px;
}

#agree-button input{
    background: none;
    width: 15px;
}

label{
    color: #c68716;
    margin-right: 20px;
}

.flatblock{
    text-align: center;
    color: #c6c6c6;
    margin: 10px;
    font-size: 11px;
}

.errorlist{
    color: red;
    float: right;
    display: inline;
    margin-top: -20px;
    margin-right: 30px;
}
#head{
    text-align: center;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

#agree .errorlist{
    float: none;
}

#agree-button{
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
}
#agree-button input{
    padding: 0;
    margin: 0;
}

#submitform{
    margin-right: 30px;
    width: 100px;
    height: 30px;
    float: right;
    margin-top: -10px;
    text-align: center;
    background: url('/site_media/images/slice.png') no-repeat bottom;    
}

#submitform a{
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

#accordion div.category {
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    background: url('/site_media/images/reelslice.png') no-repeat bottom;
}
#accordion div.category a{
    text-decoration: none;
}

#videodesc h3{
    color: #c6c6c6;
    font-weight: bold;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    background: url('/site_media/images/descslice.png') no-repeat bottom;
}

#videodesc{
    width: 180px;
    margin-top: 5px;
}

#videodesc p{
    padding: 5px;
}

.videothumbs{
    padding: 0 5px 0 5px;
    text-align: center;
    margin-bottom: 10px;
}

.content-padded{
    padding: 5px;
}

/**** STYLE FOR FILE UPLOAD FIELDS ****/

input.hide{
    position:absolute;
    left:400px;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
}

input.red{
    background-color:#cc0000;
    font-weight:bold;
    color:#444444;
    z-index:1;
    width:75px;
    height:20px;
    font-size:10px;
}
/* END FILE UPLOAD */