/**
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; color: #666;
	font-family: Courier New, Courier New, Courier, monospace;
	background: #FFF;
	font-style: none;
	font-weight: none;
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #999999; }
a:hover { 
	text-decoration: none; 
	color: #000; 
	background: #ff6ac7; 
	background-image: url(http://caseymcgonagle.com/files/gimgs/rainbowgradients.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a img { border: none; }

#menu {
    width: 260px;
    text-align:right;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 300px;
	background-color: #000;
	-moz-transform: matrix(1, 0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
	-o-transform:matrix(1, 0.1, 0, 1, 0, 0);
}

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

/* this controls the indentation of section titles */
#menu ul li.section-title {
	list-style: none;
	margin: 0px 0px 0px 0px;
}

/* this controls the indentation of items within sections */
#menu ul li a{ 
	list-style: none;
	margin: 0px 0px 0px 6px;
}

#content {
    height: 100%;
    margin: 0px 0px 0 260px;
    top: 0;
}

.container {
    padding: 50px 20px 55px 30px;
}

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

#footer {
	position: fixed; 
	-moz-transform: matrix(1, 0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0.1, 0, 1, 0, 0);
	-o-transform:matrix(1, 0.1, 0, 1, 0, 0);
}



p {
    margin: 9 9 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 16px; color: #999999;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 12px; color: #fff; background: #999999; }
h6 { font-size: 10px; color: #fff;}
h7 { font-size: 10px; color: #d8d8d8; line-height: 40px;}
h8 { font-size: 14px; }

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

#once { clear: left; }
