/**
* CSS
* 
* @version 1.0
* @author Christopher Gideon
*/
 ....loading....
* {
margin:0 0 4px;
padding:0;
}
body {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,sans-serif;
font-size:11px;
text-decoration:none;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
color:#999999;
text-decoration:none;
}
a:active {
color:#999999;
text-decoration:underline;
}
a:visited {
color:#666666;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
a img {
border:medium none;
}
#menu {
background-color:#000000;
bottom:0;
height:100%;
left:0;
position:fixed;
top:0;
width:220px;
overflow: auto
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 20px;
padding:0 0 0px;
}
#menu ul li.section-title {
color:#FFFFFF;
font-weight:bolder;
text-decoration:none;
}
#content {
height:100%;
margin:0 0 0 215px;
top:0;
}
.container {
padding:5px;
}
#content p {
margin-bottom:20px;
width:900px;
}
p {
margin:0 0 10px;
}
h1 {
font-size:32px;
}
h2 {
font-size:24px;
}
h3 {
font-size:16px;
}
h4 {
font-size:12px;
}
#img-container {
margin:0;
padding:0;
}
#img-container p {
margin:0;
padding:0 0 0;
width:400px;
}
#once {
clear:left;
}
.container {
padding:30px;
}