/* @override http://www.secondroom.be/new/ndxz-studio/site/secondRoom/style.css */

/*
* CSS by Bart Boudewijns - Duall
*/

body {
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 140%;
	font-family: Verdana, sans-serif;
	background-color: #ded400;
	border-color: #fcff89;
}

#SECONDroom {
	display:block;
	width:  200px;
	height: 40px;
	background: url(img/sr.png) 0px 0px no-repeat;
}

body.section-1 {
	
}

body.section-2 {
	
}

body.section-3 {
	
}

a:link {
	text-decoration: none;
	color: #000;
}

a:active {
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	border: none;
}

#menu {
	width: 200px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 10px;
	position: fixed;
	height: 100%;
	padding: 10px;
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-top: 5px;
	border-top: 1px solid #ccc;
	background-color: #fff;
}

#menu ul li.section-title {
	
}

ul.menu {
	padding: 0;
}

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

.container {
	padding: 40px 15px 20px 28px;
}

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

p {
	margin: 0 0 14px 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;
}