/**
 * pythonforios.com Default Stylesheet
 *
 * Copyright (c) 2012 Jonathan Hosmer
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Version: 1.0
 */

@font-face {
    font-family: 'VenusRising-Regular';
    src: url('/fonts/venus_rising.ttf') format('truetype');
}

body {
    background-color: #1C1C1C;
    color: #1E1E1E;
    font-size: 100.01%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    opacity: 0.99;
    text-align: center;
}

a {
    color: #4D639f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
