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

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

body {
	font-size: 13px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

}

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

/* logo */
h1.logo {
	font-size: 31px;
	font-weight: normal;
	font-style: normal;
}

h1.logo a {
	color: #000;
}

h1.logo a:hover {
	color: #00d5ff;
	text-decoration: line-through;
}

/*contact details*/
h2.contact {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-left: 64px;
	margin-bottom: -10px;
}

h2.contact a {
	color: #000;
	text-decoration: none;
}

h2.contact a:hover {
	color: #00d5ff;
	text-decoration: line-through;
}

p.copyright {
	margin-top: 41px;
	margin-left: 64px;
}

#menu {
    width: 250px;
    overflow: auto;
    top: 50px;
    bottom: 0;
	left: 50px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	
	list-style: none;
	margin: 23px 0 12px;
	border-top: 1px solid #ccc;
}

#menu ul li {
	margin-left: 64px;
	border-top: 1px solid #ccc;
	margin-bottom: 5px;
}

#menu ul li a {
	color:#000;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #00d5ff;
	text-decoration: line-through;
}
#menu ul li.a: {
		color: #00d5ff;
	
}

/* Work/Info/Other */
#menu ul li.section-title {margin-left: 0;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	border: none;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; margin: 0;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

div#content p {
	margin-top: 92px;
}

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

#once { clear: left; }