/* GLOBAL */

html, body 
{
    margin: 0;
    padding: 0;
}

body 
{
    margin: 0 0 50px 0;
    color: #000;
    background: #FFF;
    font: normal 1em monospace;
}

#extraInfo
{
	color: #444;
	width: 800px;
	margin: 0 auto 0 50px;
	padding: 0;
}

#extraInfo a
{
	color: #444;
	text-decoration: none;	
}

#header
{
	margin: 35px 0 auto 50px;
}

#header #title
{
	font-weight: bold;
	font-size: 120%;
}

#header a
{
	color: #000;
	text-decoration: none;
}

#header #date
{
	color: #888;
}

#header #source a
{
	color: #888;
	text-decoration: none;
}

/* PLAY  and ART */

#experiment
{
	border: 1px solid #CCC;
	width: 800px;
	height: 420px;
	margin: 10px 0 auto 50px;
}

#picture
{
	margin: 10px 0 auto 50px;
}

#picture img
{
	border: 1px solid #CCC;
}

#nav-exp
{
	width: 800px;
	margin: 10px 0px auto 50px;
}

#nav-exp ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav-exp li
{
    display: inline;
    padding: 7px;
    font-weight: bold;
    color: #CCC;
}

#nav-exp li a
{
    text-decoration: none;
    color: #888;
    font-weight: normal;
    letter-spacing: -1px;
}

#nav-exp li a:hover
{
    color: #5982B5;
}

#nav-exp li#current
{
    color: #000;
}

#nav-pic
{
	margin: 20px 0px auto 50px;
}

#nav-pic ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#nav-pic li
{
    display: inline;
    padding-right: 14px;
    font-weight: bold;
    color: #CCC;
}

#nav-pic li a
{
    text-decoration: none;
    color: #888;
    font-weight: normal;
    letter-spacing: -1px;
}

#nav-pic li a:hover
{
    color: #5982B5;
}

#nav-pic li#current
{
    color: #000;
}

#columnwrapper
{
	margin: 100px 0 auto 50px;
	width: 500px;
	
}

h1
{
	font-size: 120%;
	margin: 30px 0 0 0;
}

p
{
	text-align: justify;
}

.comment
{
	margin: 20px 0;
	padding: 10px 15px;
	font-size: 90%;
	background: #F9F9F9;	
	border-left: 1px solid #CCC;
}

.comment .name
{
	font-weight: bold;
	text-transform: capitalize;
}

#formwrapper
{   
	margin: 0 0 30px 0;
}

input,textarea,select
{
   width: 190px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	
	border: 1px solid;
	border-color: #E3E3E3 #AFAFAF #AFAFAF #E3E3E3;
	background: #F9F9F9;
	
	font: normal 100% monospace;
}

input.button
{
	width: auto;
}


/* FRONT PAGE */

#homeHeader
{
	margin: 35px 0 auto 50px;
	width: 800px;
}

#homeDiv
{
	width: 800px;
	padding: 40px 0 50px 0;
	margin: 10px 0 0 50px;
}

#homeDivWrapper
{
	width: 400px;
}

#homeDivWrapper a
{
	outline: none;
	-moz-outline: none;
}

#fancyPlayLink
{
	font-size: 80%;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 7px;
}

#fancyBlogLink
{
	font-size: 80%;
	font-weight: bold;
	margin-top: 50px;
	letter-spacing: -3px;
	line-height: 7px;
}

#fancyArtLink
{
	font-size: 80%;
	font-weight: bold;
	margin-top: 50px;
	letter-spacing: -3px;
	line-height: 7px;
}

.divLink
{
	color: #000;
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* ERCS */

#content {
	margin: 30px 0 auto 50px;
	width: 500px;
}

#content img {
	border: 1px solid #000000;
}

#content .noborder {
	border: none;
}

#content a {
	text-decoration: none;
	color: #888888;
}

#content table
{
	width: 500px;
}

/* WIKIPEDIA */

.three
{
	color: #FFA200;
	font-weight: bold;
}

.two
{
	color: #00AEFF;
	font-weight: bold;
}

.one
{
	color: #CCCCCC;
	font-weight: bold;
}

/* ALI */

.mugshot
{
	border-spacing: none;
	border-spacing: 0;
}

.fill
{
	width: 100%;
	padding-left: 20px
}

.simpletable
{
	border-spacing: none;
	border-spacing: 0;
	margin-top: -10px;
}

.simpletable td
{
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.simpletable td:first-child
{
	font-style: italic;
	font-size: 90%;
	padding-right: 15px;
}

hr
{
	border: none;
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 0
}

.simpleul
{
	margin: 0 0 20px 30px;
	padding: 0;
}
