/**
* CSS
* 
* @author Tyler Ball
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

a { 
	text-decoration: none;
	color: #c14a4a;
	}
	
a:visited { 
	text-decoration: none; color: #666;
	color: #7c2f2f;
	}
	
a:hover { text-decoration: none; }

#menu a:hover { text-decoration: underline; }

a img { border: none; }

h1 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	font-size: 36px;
	text-shadow: 2px 2px 1px #ddd;
	}

.scale {position:absolute;}
	
#topcontainer{
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	}

#menu {
    width: 190px;
    overflow: auto;
    top: 0;
    position: fixed;
    height: 100%;
    z-index: 5;
	}
	
#transmenu {
	width: 190px;
    top: 0;
    position: fixed;
    height: 100%;
	background-color: #000;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	z-index: 4;
	}
	
.section-1 #transmenu {
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	height: 100%;
	}
	
.section-1 #menu {
	color: white;
	}
	
.section-1 #menu a {
	color: #ff9390;
	}
	
.section-1 #menu h1 a {
	color: white;
	text-shadow: 2px 2px 1px #aaa;
	}
	
.section-1 #menu h1 a:visted {
	color: #white;
	}
	
.section-1 #menu h1 a {
	text-decoration: none;
	}
	
.section-1 #menu li a:visited {
	color: #ff6161;
	}

#menu h1 a {
	color: #fff;
	}
	
#menu h1 a:hover {
	text-decoration: none;
	}
	
#menu h1 a:visited {
	color:white;
	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 20px 0 0 195px;
    top: 0;
    z-index: 6;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { margin-bottom: 9px; }

.whitecorner {
	font-size: 32px;
	position:absolute;
	top: 400px;
	right:200px;
	font-weight:bold;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -3px;
	z-index: 7;
	}
	
.whitecorner a { color: white; }
.whitecorner a:hover { color: #ddd; }

p {
    margin: 0 0 9px 0;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }