@charset "UTF-8";
/* CSS Document */

/* Style Reset -- YUI */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
abbr,acronym { border: 0; }

/* The Good Stuff */
body {
    /* background: #111; */
background:url(../img/bg.png);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    color: #999;
}

#notice {
    width: 500px;
    margin: 30px auto 0 auto;
    background: #000;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    padding: 10px 200px;
}

    #notice h3 {
        font-size: 2em;
        margin: 0 0 5px 0;
    }

    #notice p {
        font-size: 1.2em;
    }
    
    #notice p.code {
        font-family: "Monaco", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
        font-size: 12px;
        color: #FF005A;
        margin-bottom: 3px;
    }

#wrapper {
    width: 900px;
    margin: 50px auto 0 auto;
}

#wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#wrapper h1 {
    font-size: 3em;
    font-weight: bold;
    color: #EEE;
    margin: 0 0 15px 0;
    display: block;
    width: 260px;
    padding: 0 10px;
    text-align: right;
    background-color: #0C7BCE;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#wrapper .left {
    float: left;
    width: 270px;
    text-align: right;
}

    #wrapper .left h2 {
        font-size: 1.5em;
        text-transform: uppercase;
        color: #CCC;
        margin: 0 0 3px 0;
        text-shadow: 0 1px 0 #000;
    }
    
    #wrapper .left h2 span.web {
        color: #555;
    }
    
    #wrapper .left h2 span.amp {
        font-size: 120%;
        font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
        font-style: italic;
    }
    
    #wrapper .left h3 {
        font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
        color: #666;
    }
    
        #wrapper .left h3 a {
            color: #666;
            border-bottom: 1px dotted #666;
            text-decoration: none;
        }
        
        #wrapper .left h3 a:hover {
            color: #999;
            border-bottom: 1px solid #999;
        }

#wrapper .right {
    float: right;
    width: 600px;
}

    #wrapper .right ul {
        margin-top: -1em;
    }

    #wrapper .right ul li {
        font-size: 2em;
        line-height: 2em;
    }
    
    #wrapper .right ul li a {
        text-decoration: none;
        color: #555;
        padding: 2px 4px;
    }
    
        #wrapper .right ul li a:hover {
            color: #777;
        }
    
    #wrapper .right ul li:hover a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #444;
        color: #111;
    }
    
        #wrapper .right ul li:hover a:hover {
            background: #555;
            color: #222;
        }
    
	/* Live */
    #wrapper .right ul li:hover.live { color: #FECB00; }
    #wrapper .right ul li:hover.live a { background-color: #FECB00; }
    #wrapper .right ul li:hover.live a:hover { background-color: #fef500; }

    /* University */ 
    #wrapper .right ul li:hover.uni { color: #0153BA; }
    #wrapper .right ul li:hover.uni a { background-color: #0153BA; }
    #wrapper .right ul li:hover.uni a:hover { background-color: #0267e6; }
	
	/* Photo */
    #wrapper .right ul li:hover.photo { color: #93CE0C;; }
	#wrapper .right ul li:hover.photo a { background-color: #93CE0C; }
    #wrapper .right ul li:hover.photo a:hover { background-color: #C1F54B; }

	/* Video */
    #wrapper .right ul li:hover.video { color: #80ceff;; }
	#wrapper .right ul li:hover.video a { background-color: #80ceff; }
    #wrapper .right ul li:hover.video a:hover { background-color: #b7e3ff; }
	
	/* studiVZ */ 
    #wrapper .right ul li:hover.studi { color: #ee0000; }
    #wrapper .right ul li:hover.studi span { color: #ee0000; }
    #wrapper .right ul li:hover.studi a { background-color: #FFF; color: #0a50b4; }

    /* Music */
    #wrapper .right ul li:hover.music { color: #FF005A; }
    #wrapper .right ul li:hover.music a { background-color: #FF005A; }
    #wrapper .right ul li:hover.music a:hover { background-color: #FF669C; }

    /* Twitter */ 
    #wrapper .right ul li:hover.twitter { color: #2fcbff; }
    #wrapper .right ul li:hover.twitter a { background-color: #2fcbff; }
    #wrapper .right ul li:hover.twitter a:hover { background-color: #87dffd; }

    /* Games */ 
    #wrapper .right ul li:hover.game { color: #d4a85a; }
    #wrapper .right ul li:hover.game a { background-color: #d4a85a; }
    #wrapper .right ul li:hover.game a:hover { background-color: #fcdf99; }


