/*  ------------------------------------------------------------------------
		                            PhotoAday
    ------------------------------------------------------------------------  */


* {margin: 0; padding: 0;}

body {
    background-color: #333;
    color: white;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-weight: bold;
    font-size: small; /* variable: global text size */
    margin: .5em .5em .5em .5em;
    }

a {
    color: #AAA;
    text-decoration: none;
    }

a:link {
    color: #FFF;
    }

a:hover {
    text-decoration: underline;
    }
h1 {
	margin: 0 0 .2em 0;
	}

h2 {
    color: #FFF;
    letter-spacing: -.5px;
    font-size: 1em;
    margin: 0 0 0 0;
    }

h2 a {
    text-decoration: none;
    }
 h2 a:hover {
 	color: #09F;
    text-decoration: none;
    }

h3 {}
h4 {}

p, ul, dl {
    font-size: 0.85em;
    }

dt {}
dd {}


#blaise {
    width: 50%;
    float: left;
    }
    
#drew {
    width: 49%;
    float: right;
    clear: right;
    text-align:right;
    }