/*  ------------------------------------------------------------------------
	                               PhotoAday
    ------------------------------------------------------------------------
    
    I have no idea why this header is here, I am just copying Oz.
    
    web                 : http://pad.thedigitialmovement.com
    filename            : /_css/screen.css

    version             : 2006-01-20
    
    author              : Blaise DiPersia
    url                 : http://thedigitalmovement.com
    
    ------------------------------------------------------------------------  */

* {margin: 0; padding: 0;}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}
	
#flashcontent {
	height: 100%;
	}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
    color: #BBB;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana sans-serif;
    font-weight: bold;
    font-size: small; /* variable: global text size */
	}

a {
	color: #000;
	font-size: 1em;
    text-decoration: underline;
    }

a:hover {
	color: #000;
	font-size: 1em;
    text-decoration: none;
    }

h2 {
    }

h3 {
    }

h4 a {
	display: none;
	}