body, html
{
	background-color: #EEE;
    height: 100%;
    margin: 0;
}

#main
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid #CCC;
	margin-top: 0px;
	background-color: white;
}

#outermain
{
    overflow: auto;
    padding-bottom: 120px;
    padding-top: 20px;
}

#links
{
    width: 1002px;
    margin: 20px auto 0;
}

h1
{
	font-family: 'Droid Sans Mono', monospace;
	font-size: 52pt;
	margin-top: .5ex;
	margin-bottom: .75ex;
	font-weight: normal;

	text-align: center;
}

h2, h2:link, h2:visited, h2:active
{
    font-family: 'Droid Sans Mono', monospace;
    font-size: 40pt;
    font-weight: normal;
    color:black;

    text-align: center;
}

#work:hover h2
{
    color: #A31515;
}

#code:hover h2
{
    color: #00F;
}

#play:hover h2
{
    color: #008000;
}

h3
{
	background-color: #333;
	color: white;
	
	font-family: 'Cantarell', sans-serif;
	font-size: 20pt;
	
	display: block;
	width: 100%;
	text-align: center;
}

.bracket
{
	font-size: 220%;
	font-weight: inherit;
}

.subdiv
{
    width: 320px;
    height: 300px;
    float: left;

    background-color: white;

    border: 1px solid #CCC;
}

.subdiv:first-child
{
    margin-right: 18px;
}

.subdiv:last-child
{
    margin-left: 18px;
}

p
{
	font-family:  'Cantarell', sans-serif;
	font-size:  16pt;
	
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.black
{
    color: black !important;
}

a
{
    text-decoration: none;
}

#footer
{
    margin-top: -100px;
    height: 100px;
    width: 100%;
    background-color: #111;
}

#footer-content
{
    width: 75%;
    margin: 0 auto;
}

#footer-content p:first-child
{
    margin-top: 0;
    padding-top: .5em;
}

#footer p
{
    font-family: 'Cantarell', sans-serif;
    font-size: 12pt;
    color: white;
    margin-top: .5em;
    margin-bottom: .5em;
}

.clear
{
    clear: both;
}

.spacer
{
    min-height: 120px;
}

#footer a, #footer a:link, #footer a:visited
{
    text-decoration: underline;
    color: white;
}

#footer a:active
{
    color: blue;
}

#wrap
{
    min-height: 100%;
}
