/* @override http://krichmar.com/ndxz-studio/site/krichmar/style.css */

/* @override 
	http://krichmar.com/ndxz-studio/site/eatock/style.css
	http://www.krichmar.com/ndxz-studio/site/eatock/style.css
*/

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

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

body.section-1 {
	margin-left: 210px;
	background-color: #000000;
	background-image: url(http://krichmar.com/files/1_background.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-attachment: fixed;
}
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;
	padding: 1px 3px 1px 3px;
	vertical-align: 2px;
	margin-left: 0;
	letter-spacing: 1px;
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #e82931;
}
a:active { text-decoration: none;
}
a:visited { text-decoration: line-through;
	padding: 1px 3px 1px 3px;
	vertical-align: 2px;
	margin-left: 0;
	letter-spacing: 1px;
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #2a292a;
}
a:hover { text-decoration: none;
background-color: #fffff0;
	padding: 1px 3px 1px 3px;
	vertical-align: 2px;
	margin-left: 0;
	letter-spacing: 1px;
	font: 10px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

a img { border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: rgba(255,255,255,0.35);
	padding-left: 13px;
}

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

#menu ul li.section-title {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #f31f0b 0 0 0;
	text-align: left;
	padding: 1px 3px;
	vertical-align: 4px;
	margin-bottom: 0;
}

/* My Comment */

#menu li.active a { text-decoration: none;
	background-color: #e82931;
	padding: 1px 3px 2px 3px;
	color: #fffff0;
}

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

.container {
    padding: 5px 5px 25px 5px;
	background-color: rgba(255,255,255,0);
	
}

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

p {
    margin: 0 0 9px 0;
}

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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left;}

div.containter { overflow: clip; }
div#content { margin-left: 233px; }