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

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



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

}

body {
	font: normal 12px Helvetica, Arial, sans-serif;
	color: #444;
	background-color: #fff;
}

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

a:link {
	color: #a5a5a5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	text-decoration: none;
}
a:active { text-decoration: none; }
a:visited { color: #a5a5a5;
	text-decoration: line-through;
}
a:hover { color: #0072bc;
	text-decoration: none;
}

a img { border: none; }

#menu {
    width: 190px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	padding-left: 15px;
	padding-top: 20px;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 10px 12px 0;
	list-style-type: none;
	line-height: 17px;
}

#menu ul li.section-title {
	color: #333;
}

#menu li.active a {
	text-decoration: none;
	color: #0072bc;
	font-weight: normal;
	font-style: normal;
}

#content {
    height: 100%;
    margin: 0 0 0 230px;
    top: 0;
	padding-top: 14px;
}

.container {
}

#content p { width: 550px; margin-bottom: 9px;
	line-height: 16px;
	color: #666;
}

p {
	margin: 0 0 9px;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 {
	color: #333;
	font-size: 40px;
	font-weight: normal;
	font-style: normal;
}
h4 { font-size: 10px; }

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

#once { clear: left; }