@charset "utf-8";

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 
	font-size:100.01%;
	color: #fff;
	}
body {
	background-color: #000;
	font-size: 0.9em;
    }
h1 {
	text-align: center;
    }
h2,h3 {
    font-family: georgia,"times new roman",times,serif;
    font-size: 1.8em;
    }
h2 {
	margin-top: 2em;
	border-top: 1px solid #fff;
    }
em {
	color: #f60;
	font-style: normal;
    }
.sourcecode {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1em;
    background-color: #222;
    border: 1px solid #333;
    }
.sourcecode h3 {
	text-align: right;
	font-size: 1.2em;
    }
.sourcecode pre {
    border: 1px dashed #999;
    padding: 1em;
    }
}