/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #fff;
	color: #231f20;
	font: 0.625em/1em 'helvetica neue', helvetica, arial, sans-serif;
}

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

a { font-style: normal !important; outline: none; }
a:link { color: black; text-decoration: none; }
a:active { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}



/* alles van positie menu en content */


#menu {
height: 270px;
width: 193px;
left: 20px;
overflow: auto;
padding: 80px 0 20px 20px;
position: fixed;
top: 50%;
margin-top: -135px;  /*helft van de hoogte */
z-index: 9999;
line-height: 12px;
background: url(http://www.milkandcookies.be/background.gif) no-repeat;
text-decoration: none;
}


#wrapper {
height: 600px;
position: fixed;
top: 50%;
margin-top: -300px;
margin-left: 250px;
}

#content {
z-index: 1;
position: relative;

}



#menu ul {
	font-style: italic;
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li { text-transform: lowercase; }
#menu ul li.section-title { text-transform: uppercase; }


#content img {
	border: none;
	cursor: move;
}

#content p {
	cursor: move;
	margin-bottom:20px;
	width: 300px;
}

#once { clear: left; }

/* alleen in case van */

#img-container { width: 7500px; cursor: move;}
#img-container #text { float: left; width: 250px; }
#img-container #text p { width: 200px; }
#img-container .picture_holder { float: left;}
#img-container .picture { /* padding-top: 10px; */ }
#img-container .captioning .title { margin-top: 0px; font-weight: bold; }
#img-container .captioning .caption { }

span.milk {
	text-decoration: underline;
}

