/*
site          : undergroundsecrets movie gallery
by            : vicnskwan Web Design
last modified : 07 Nov 2009
version       : 1.0
verified      : IE6, IE7, Mozilla 3.5.4
*/

html, body {}

#wrapper { padding:30px 0; font:normal 13px arial; color:#000000; text-align:center; background:url('../img/bg_pattern1.jpg'); }
    #inner_wrapper { width:980px; border:1px solid #999999; overflow:hidden; background-color:#ffffff; }
    
/* header */
#header { width:980px; height:140px; overflow:hidden; }
    #header #marquee { width:980px; height:140px; }
    
/* menubar */
#menubar { width:980px; height:25px; background-color:#0055a4; border-bottom:5px solid #02213d; }
    
    #menubar #menubar_left { width:830px; height:25px; text-align:left; overflow:hidden; }
    #menubar #menubar_right { width:150px; height:25px; text-align:right; overflow:hidden; }

    #menubar_left ul { height:25px;  }
    #menubar_left li { height:25px; text-align:center; }
    #menubar_left li#home { width:70px; }
    #menubar_left li#wrap { width:130px; }
    #menubar_left li#article { width:130px; }
    #menubar_left li#contact { width:100px; }
    #menubar_left li#blog { width:60px; }
    #menubar_left li#toc { width:100px; } 

    #menubar_left li a { width:100%; height:100%; display:block; padding-top:4px; text-decoration:none; font:normal 15px arial; color:#ffffff; }
    #menubar_left li a:hover { background:url('../img/bg_menu_hover.jpg') repeat-x; text-decoration:none; }
    #menubar_left li a:visited {text-decoration:none; }

    #menubar_left li a.current { background:#02213d; }
    #menubar_left li a.current:hover { background:#02213d; }
    #menubar_left li a.current:visited { background:#02213d; }
    
    #menubar_right #inner_menubar_right { padding:4px 10px 0 0px; }
    
/* main */
#main { width:980px; }
    #main #ads1 { width:980px; }
        #ads1 #inner_ads1 { padding:10px 0; text-align:center; }

    #main #top_content { width:980px; }
        #top_content #inner_top_content { padding-bottom:10px; }
        #top_content #sidebar { width:225px; text-align:center; }
        #top_content #sidebar #inner_sidebar { padding:0 5px; }
        #top_content #sidebar #ads2 { width:215px; overflow:hidden; text-align:center; }
        #top_content #sidebar #inner_ads2 { margin-bottom:10px; }
        
        #top_content #movie_player { width:530px; text-align:center; }
        #top_content #movie_player h1 { font:bold 18px arial; color:#000000; margin-bottom:5px; }
        #top_content #jquery_widget { width:530px; }
        #top_content #jquery_widget #inner_jquery_widget { margin-top:5px; overflow:hidden; }
        
    #main #mid_content { width:980px; }
        #mid_content #inner_mid_content { padding:0 10px 10px 10px; }
        
#footer { width:980px; overflow:hidden; }
    #footer #inner_footer { width:980px; padding:0 10px 10px 10px; background-color:#ffff99; overflow:hidden; }
    #footer #ads3 { width:980px; text-align:center }
    #footer #inner_ads3 { padding:15px 0 }
    #footer #cols_3 { width:320px }
    #footer #cols_3 h1 { font:bold 14px arial; color:#000000; margin-bottom:5px; }
    #footer #cols_3 a { text-decoration:none; color:#02213d;}
    #footer #cols_3 a { color:#02213d;}
    #footer #cols_3 a { color:#02213d;}
    #footer #reserved {}
    #footer #ads4 { width:980px; text-align:left; overflow:hidden;  }
    #footer #inner_ads4 { width:960px; margin-top:50px; margin-bottom:10px; overflow:hidden; }

    #footer #disclaimer { width:980px; text-align:left; overflow:hidden; }
    #footer #disclaimer #inner_disclaimer { width:950px; padding-bottom:10px; font-size:11px }
    #footer #disclaimer h2 { font-weight:bold; text-decoration:underline; }
    #footer #disclaimer p {}







/* misc */
.left{ float:left } .right{ float:right; }
.mid{ margin-left:auto; margin-right:auto; }
.fix { clear:both; }

