/* 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;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.6em;
    color: #999;
    text-align: center;
}

#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: 500px;
    margin: 50px auto 0 auto;
    text-align: left;
}

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

#wrapper h1 {
    font-size: 3em;
    font-weight: bold;
    color: #EEE;
    /*margin: 0 0 10px 0;*/
    display: block;
    width: 240px;
    /*padding: 0 5px 0 5px;*/
    text-align: left;
    /*background-color: #FF005A;*/
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#wrapper .info {
    float: left;
    width: 500px;
    margin: 0 0 10px 0;
    /*padding: 0 0 15px 0;*/
    /*border-bottom: 1px solid #555;*/
    /*text-align: right;*/
}

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

    #wrapper .nav ul li {
        font-size: 1em;
        line-height: 2em;
        display: inline;
    }
    
    #wrapper .nav ul li a {
        text-decoration: none;
        color: #999;
        padding: 2px 4px;
        margin: 0 5px 0 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px dotted #555;
        float: left;
    }
    
        #wrapper .nav ul li a:hover {
            color: #777;
        }
    
    #wrapper .nav ul li:hover a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #444;
        color: #111;
    }
    
        #wrapper .nav ul li:hover a:hover {
            background: #555;
            color: #222;
        }
        
    /* About */
    #wrapper .nav ul li:hover.about { color: #93CE0C; }
    #wrapper .nav ul li:hover.about span { color: #93CE0C; }
    #wrapper .nav ul li:hover.about a { background-color: #999; border: 1px dotted #999; }

#wrapper .content {
    float: left;
    width: 500px;
}

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

    #wrapper .content ul li {
        font-size: 1.5em;
        line-height: 2em;
    }
    
    #wrapper .content ul li a {
        text-decoration: none;
        color: #555;
        padding: 2px 4px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px dotted #555;
    }
    
        #wrapper .content ul li a:hover {
            color: #777;
        }
    
    #wrapper .content ul li:hover a {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        background: #444;
        color: #111;
    }
    
        #wrapper .content ul li:hover a:hover {
            background: #555;
            color: #222;
        }
    
#wrapper .box {
	width: 500px;
	float: left;
	margin: 0 0 20px 0;
}

	#wrapper .box h2 {
		font-size: 1.5em;
		color: #CCC;
	}
	
	#wrapper .box h3 {
		font-size: 1em;
		color: #999;
		margin: 0 0 10px 0;
	}
    
	#wrapper .box h3 a {
    color: #666;
    border-bottom: 1px dotted #666;
    text-decoration: none;
	}
	
#wrapper .footer {
	width: 500px;
	float: left;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px dotted #555;
	color: #555;
}
