/* GENERAL */
html,body
{
    margin:0;
    padding:0;
    height:100%;
}
body
{
    background-color:#f2f2f2;
    /*background-color:#ff0000;*/
}
/*a{
    position:relative;
    z-index:1;
}*/
.clear_both
{
    clear:both;
    border:none;
    background:none;
    font-size:0;
    height:0;
    visibility:hidden;
}
.clear_both_30
{
    clear:both;
    border:none;
    background:none;
    font-size:0;
    height:30px;
    visibility:hidden;
}
.clear_both_34
{
    clear:both;
    border:none;
    background:none;
    font-size:0;
    height:34px;
    visibility:hidden;
}
.clear_both_48
{
    clear:both;
    border:none;
    background:none;
    font-size:0;
    height:48px;
    visibility:hidden;
}
.mceTemp{
    margin:0;
    padding:0;
}


/* MAIN CONTAINER */
#main_container{
    margin:0;
    padding:0;
    position:relative;
}


/* CONTENT */
#container{
    margin:0;
    padding:0;
    width:984px;
    margin:0 auto;
}
#header{
    margin:0;
    padding:40px 0 0 53px;
    height:160px;
    background-image:url(images/header_3.png);
    background-repeat:no-repeat;
}
#left_shadow,#right_shadow{
    width:26px;
    height:100%;
    background-color:#ff0000;
    border:1px solid #ff0000;
    float:left;
}
#content_container{
    margin:0;
    padding:0;
    background-image:url(images/content_background_repeat_3.png);
    background-repeat:repeat-y;
}
#test{
    margin:0;
    padding:0;
    background-image:url(images/content_background_repeat_3.png);
    background-repeat:no-repeat;
    /*background-repeat:repeat-y;*/
}
#content{
    margin:0;
    padding:0 0 0 53px;
    background-image:url(images/content_background_small_6.png);
    background-repeat:no-repeat;
    /*background-position:24px 0px;*/
    /*height: expression( this.scrollHeight < 900 ? "900px" : "auto !important" );*/   /* sets max-height for IE */
    min-height:900px;
    height:auto !important;
    height:900px;
}
#bottom{
    margin:0;
    padding:0;
    height:200px;
    background-image:url(images/bottom_2.png);
    background-repeat:no-repeat;
}


/* LINKS */
#container_links{
    display:none;
}
#container_links ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
#container_links ul a{
    font-size:15px;
    color:#000000;
    text-decoration:none;
}
#container_links ul a:hover{
    text-decoration:underline;
}
#close{
    width:expression(document.body.clientWidth);
    height:expression(document.body.clientHeight);
    background-color:transparent;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    /*display:block;*/
}
#artists_links,#we_like,#gallery_links{
    width:310px;
    height:475px;
    padding:25px 40px 0 40px;
    background-repeat:no-repeat;
    background-position:top left;
    position:absolute;
    left:50%;
}
#artists_links{
    top:210px;
    margin-left:-460px;
    background-image:url(images/links_background_1.png);
}
#gallery_links{
    top:500px;
    margin-left:-230px;
    background-image:url(images/links_background_2.png);
}
#we_like{
    top:200px;
    margin-left:60px;
    background-image:url(images/links_background_3.png);
}
#artists_links h1,#we_like h1,#gallery_links h1{
    margin:0 0 15px 0;
    padding:0;
    font-family:Impact;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
}


/* HEADER & MENU */
#title{
    width:70px;
    margin:0;
    padding:0;
    font-family:Impact;
    font-size:28px;
    font-weight:normal;
    color:#000000;
    text-decoration:none;
    display:block;
}
#menu{
    margin:0;
    padding:0;
    list-style-type:none;
}
#menu li
{
    margin:0 10px 0 0;
    padding:0;
    display:inline;
    float:left;
}
#menu a{
    margin:0;
    padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
    color:#000000;
    text-decoration:underline;
    /*position:relative;
    z-index:1;*/
}
#menu a:hover{
    margin:0;
    padding:0;
    text-decoration:none;
}
#menu .current_page_item a{
    padding-left:11px !important;
    background-image:url(images/menu_line.jpg);
    background-repeat:no-repeat;
    background-position:center left;
    text-decoration:none;
    /*position:relative;
    z-index:1;*/
}
#button_links{
    margin:0;
    padding:0;
    cursor:pointer;
}


/* TITLES */
.simple_title{
    margin:0;
    padding:0;
    font-family:Impact;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
}
.simple_title a{
    color:#000000;
    text-decoration:none;
    /*position:relative;
    z-index:1;*/
}
.big_title{
    width:850px;
    margin:0 0 60px 0;
    padding:0;
    font-family:Impact;
    font-size:100px;
    font-weight:normal;
    line-height:100px;
    text-transform:uppercase;
}
.big_title a{
    color:#000000;
    text-decoration:none;
    /*position:relative;
    z-index:1;*/
}


/* TEXTS */
.line{
    width:800px;
    height:3px;
    margin:20px 0 0 0;
    background-image:url(images/line_strong_title.jpg);
    background-repeat:repeat-x;
    background-position:top;
    display:block;
}
#content strong{
    width:800px;
    margin:20px 0 0 0;
    padding:35px 0 0 0;
    font-family:Impact;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
    background-image:url(images/line_strong_title.jpg);
    background-repeat:repeat-x;
    background-position:top;
    display:block;
}
#content strong span{
    margin:0;
    padding:0;
    font-family:Impact;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
}
#content p{
    width:750px;
    margin:0;
    padding:15px 0 0 0;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
}
#content span,#content_upcoming span{
    margin:0;
    padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
}
#content p a{
    color:#000000;
    /*position:relative;
    z-index:1;*/
}
#content p a:hover{
    text-decoration:none;
}


/* LINKS */
.top{
    width:800px;
    margin:35px 0 0 0;
    padding:35px 0 0 0;
    color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
    background-image:url(images/line_strong_title.jpg);
    background-repeat:repeat-x;
    background-position:top;
    display:block;
}
.top_no_border{
    width:800px;
    margin:35px 0 0 0;
    padding:0;
    color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
}
.top a,.top_no_border a{
    margin:0;
    padding:0;
    color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
    text-decoration:underline;
    /*position:relative;
    z-index:1;*/
}
.top a:hover,.top_no_border a:hover{
    text-decoration:none;
}


/* ELEMENTS */
.separation{
    clear:both;
    margin:28px 0 28px 0;
    padding:0;
    width:800px;
    height:3px;
    float:left;
    text-align:left;
    background-image:url(images/line_strong_title.jpg);
    background-repeat:repeat-x;
    background-position:top;
}
.separation_small{
    clear:both;
    margin:0 0 28px 0;
    padding:0;
    width:800px;
    height:3px;
    float:left;
    text-align:left;
    background-image:url(images/line_strong_title.jpg);
    background-repeat:repeat-x;
    background-position:top;
}
.googleMap{
    margin:0 0 25px 0;
    padding:0;
    border:1px solid #9a9a9a;
}
.googleMap_real{
    width:600px;
    height:350px;
    margin:0 0 25px 0;
    padding:0;
    border:1px solid #9a9a9a;
    /*display:block;*/
}
#digital_club_logo{
    width:127px;
    height:80px;
    margin:0 0 35px 0;
    padding:0;
    background-image:url(images/digital_club_logo.jpg);
    border:none;
}


/* INFO */
.big_title_info{
    margin:0 0 80px 0;
    padding:0;
    font-family:Impact;
    font-size:100px;
    font-weight:normal;
    text-transform:uppercase;
}


/* NEWS */
.simple_title_info{
    margin:0 0 13px 0;
    padding:0;
    font-family:Impact;
    font-size:18px;
    font-weight:normal;
    text-transform:uppercase;
}
.left_column_news{
    margin:15px 0 0 0;
    width:115px;
    background-image:url(images/news_line.jpg);
    background-repeat:no-repeat;
    background-position:top right;
    float:left;
}
.right_column_news{
    margin:15px 0 0 0;
    width:550px;
    float:left;
}
.right_column_news p,#credits{
    width:600px !important;
    margin:0 !important;
    padding:0 !important;
}
.right_column_news a{
    color:#000000;
    font-size:15px;
    /*position:relative;
    z-index:1;*/
}
.link_news{
    color:#000000;
}


/* ARTISTS */
.link_artists{
    margin:0;
    padding:0 0 0 15px;
    color:#000000;
    background-image:url(images/artists_line.jpg);
    background-repeat:no-repeat;
    background-position:center left;
    text-decoration:none;
}


/* EVENTS */
#custom_fields{
    margin:0;
    padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
}
#custom_fields i{
    margin:0;
    padding:0;
}
.big_title_events{
    width:850px;
    margin:0 0 65px 0;
    padding:30px 0 0 0;
    font-family:Impact;
    font-size:100px;
    font-weight:normal;
    line-height:100px;
    text-transform:uppercase;
}
#content_upcoming{
    margin:0;
    padding:20px 0 0 53px;
    background-image:url(images/content_background_small_5.jpg);
    background-repeat:no-repeat;
    background-position:24px 0px;
    /*height: expression( this.scrollHeight < 900 ? "900px" : "auto !important" );*/   /* sets max-height for IE */
    min-height:900px;
    height:auto !important;
    height:900px;
}
.title_column{
    width:230px;
    float:left;
}