/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-variant: small-caps;
	font-family: arial, sans-serif;
	background-image:url (http://zachstarrweiss.com/files/icongrid-02.png);
}

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

a:link { 
	font-family: arial;
	text-decoration: none; 
	font-size:11px;
	font-variant: small-caps;
	letter-spacing: 3 px;
	color: #FFF;
}
a:active {
	font-family:   arial;
	font-size:11px;
	letter-spacing:3 px;
	font-variant: small-caps;
	text-decoration: none; 
}
a:visited { 
	font-family:  arial;
	font-size:11px;
	letter-spacing: 3 px;
	font-variant: small-caps;
	text-decoration: none;
	color: #FFF; 
}
a:hover { 
	font-family: arial;
	font-size:11px;
	font-variant: small-caps;
	text-decoration: line-through;
	letter-spacing: 3 px;
}

a img { border: none; }

#menu {

    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 20px;
	left: 20px;
    position: fixed;
    height: 100%;
	/*background-color: #CFF;*/ 
	background-image: url(http://zachstarrweiss.com/files/menufadergray-05.png);
	background-repeat:no-repeat;
	/*opacity: .9;
	border-top-color: red;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: red;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: red;
	border-left-style: dotted;
	border-left-width: 1px;	
	border-right-color: red;
	border-right-style: dotted;
	border-right-width: 1px;*/
}

#menu ul {
	color: white;
	list-style: none;
	/*list-style-image:url (http://zachstarrweiss.com/files/bulletpointast1-01.png);*/
	margin: 5px 5px 12px 5px;
	margin-bottom: 0px;
}

#menu ul li.section-title {
	/*margin-left:0px;*/
	/*list-style-image: url (http://zachstarrweiss.com/files/bulletpointast1-01.png);*/
	list-style: none;
	font-family: courier new, arial, helvetica, courier new;
	font-style: normal;
	font-size: medium;
	font-variant:small-caps;
	line-height: 15pt;
	letter-spacing: 3px;
	color: white;
	/*color: #CCFEFF;*/
	/*background-color: #CFF;*/
	border-bottom-color: white;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	/*text-decoration: underline;*/
	/*font-weight: bold;*/
	
 }

	

#content {
    height: 100%;
    margin: 0 0 0 215px;
    margin-top: 20px;
	padding-left: 30px;
}

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


#content p { 
	background-color: #666;

	/**
		padding: 20px;
	border-top-color: red;
	border-top-style: dotted;
	border-top-width: 1px;
	border-bottom-color: red;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-right-color: red;
	border-right-style: dotted;
	border-right-width: 1px;
	border-left-color: red;
	border-left-style: dotted;
	border-left-width: 1px;*/
	width: 215px; 
	margin-bottom: 9px; 
	line-height: 12pt;
	margin-left: 5px;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 10pt;
	color: #CCC;


}

p {
    text-align: left;
	margin: 0px 0 9px 0;
	font-family: arial, helvetica;
	color: white;
	font-size: 8pt;
	font-variant:small-caps;
}

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	{
	width: 215px;
	margin: 0; 
	padding: 10px;
	}

#once { clear: left; }