/************************************************
 *
 *  File     :  css/main.css
 *  Medium   :  Screen
 *  Version  :  0.1
 *  Website  :  Rochemont Reps
 *  Author   :  pud.ca (c) 2010
 *
 ************************************************/

/* Global */

    * { margin: 0; padding: 0; }
    
    body,html { height: 100%; }
    
    body {
        background: #010101 url(../img/bg_body1920bw.jpg) no-repeat 50% 0;
        font: 10px "Helvetica Neue", helvetica, arial, sans-serif;
        cursor: default;
        color: #aaa;
        overflow: hidden;
        }
    
    body#splash {
        padding-top: 240px;
        height: auto;
        }
    
    body#scrollable {
        overflow: auto;
        }

    /* image replacement */
        h1#logo, #copyright, h1#logoalt {
            display: block;
            overflow: hidden;
            text-indent: -1000em;
            }
        
        h2 {
            background: url(../img/bg_sidebar.gif) repeat-y 100% 0;
            font-weight: normal;
            font-size: 10px;
            text-transform: uppercase;
            color: #fff;
            padding: 5px;
            -moz-border-radius: 0 12px 0 0;
            -webkit-border-top-right-radius: 12px;   
            font-style: italic;         
            }

    /* clearfix */
        .clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            overflow: hidden;
            }
   
    /* headings */
        #splash h1#logo,
        h1#logoalt {
            background: url(../img/bg_h1-splash.png);
            margin: 0 auto;
            height: 109px;
            width: 260px;
            }
        
        #sidebar h1#logo {
            background: url(../img/bg_h1.png);
            cursor: pointer;
            height: 29px;
            }

    /* anchors */
        a {
            color: #fff;
            text-decoration: none;
            }
        
        p a:hover {
            color: #f78f1e;
            border-bottom: 1px dotted #fff;
            }
        
        a img {
            border: 0;
            }
        
        a:focus {
            outline: 0;
            }
            
/* // Global */

/* Page setup */
    /* splash page */
        #splash-blurb {
            padding: 1em 0;
            text-align: center;
            text-transform: uppercase;
            font-style: italic;
            line-height: 1.5em;
            font-size: 13px;
            }
        
        #splash-blurb a {
            font-style: normal;
            margin: 5px;
            }
    
    /* sidebar */
        #sidebar {
            width: 110px;
            position: absolute;
            left: 0;
            top: 80px;
            z-index: 1000;
            opacity: .4;
            }
        
        #sidebar .item {
            margin-bottom: 30px;
            }
        
        #sidebar .item.first {
            -moz-border-radius: 0 12px 0 0;
            -webkit-border-top-right-radius: 12px;
            background: url(../img/bg_sidebar.gif) repeat-y 100% 0;
            padding: 5px;
            width: 100px;
            }
        
        #sidebar ul {
            list-style: none;
            background: #fff url(../img/bg_sidebar-nav.gif) repeat-y 100% 0;
            -moz-border-radius: 0 0 12px 0;
            -webkit-border-bottom-right-radius: 12px;
            }
        
        #sidebar ul li a {
            display: block;
            color: #777;
            padding: 4px;
            text-transform: uppercase;
            font-style: italic;
            }
        
        #sidebar ul li:last-child a {
            -moz-border-radius: 0 0 10px 0;
            -webkit-border-bottom-right-radius: 10px;
            }            
        
        #sidebar ul li a:hover,
        #sidebar ul li a.current {
            border: 0;
            background: #464646;
            color: #f78f1e;
            }
    
    /* content */
        #content {
            width: 400px;
            margin: 0 auto;
            text-align: center;
            padding: 100px 0;
            text-transform: uppercase;
            text-align: center;
            font-size: 12px;
            }
        
        #content p.info {
            padding: 1em 0;
            }
        
        #content p.info span {
            display: block;
            }
        
        #content h4 {
            color: #f78f1e;
            margin: 1em 0 -.5em 0;
            font-weight: normal;
            font-style: italic;
            }
    
    /* gallery */
        #container {
            height: 100%;
            position: relative;
    		display: table;
    	 	margin: 0 auto;
    	 	vertical-align: middle;    
            }
            
    	#gallery {
    		display: table-cell;
    		vertical-align: middle;
    	    }
    	
    	#slideshow img {
    	    position: absolute;
    	    }
        
        #fader { 
            height: 100%;
            list-style: none; 
            }
        
        #fader li {
            display: block;
            position: absolute;
            top: 50%;
            left: 0;
            margin: -350px auto 0 auto;
            width: 100%;
            text-align: center;
            }
        
        #fader li img {
            display: inline;
            }
    
    /* gallery nav */
        #fader-nav {
            padding: 30px;
            list-style: none;
            position: absolute;
            left: 50%;
            top: 0;
            text-align: center;
            float: left;
            z-index: 1000;
            opacity: .4;
            }
        
        #fader-nav li {
            float: left;
            border: 2px solid #f78f1e;
            width: 10px;
            height: 10px;
            margin: 5px;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            cursor: pointer;
            }
        
        #fader-nav li:hover {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;            
            }
        
        #fader-nav li#button_selected {
            border: 2px solid #fff;
            }
    
    /* copyright msg */
        #copyright {
            position: absolute;
            bottom: 10px;
            left: 50%;
            margin-left: -116.5px;
            width: 233px;
            height: 57px;
            background: url(../img/bg_copyright.png);
            z-index: 1000;
            }
