@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);

body, h1, h2, div{
	font-family:  Quicksand;
	font-size: 14px;
}
a, img{ border: 0; }

body{
	background-color: black;
	background-image: url("/images/background.jpg");
	background-position: center 0;
	background-repeat: repeat-y;
}
#header{
	position: relative;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	padding-left: 20px;
	color: white;
	font-size: 52px;
	font-family:  Quicksand;
	font-weight: 300;
	white-space: nowrap;
}
#header a{
	font-style: italic;
	text-decoration: none;
	color: white;
}
#header span{ font-size: 26px; }

#footer{
	position: absolute;
	right: 20px;
	bottom: 0;
	padding: 4px;
	color: white;
	opacity: 0.8;
	font-size: 11px;
}
#footer a{ color: white; text-decoration: none;}
#main{
	position: relative;
	width: 700px;
	height: 600px;
	margin-left: auto; margin-right: auto;
	margin-top: 10px;
	border: 2px blue;
}

img#backdrop, img#oldbackdrop{
	position: absolute; left: 3px; top:3px;
}

#content{
	height: 600px;
	width: 700px;
	border: 3px solid white;
	box-shadow: 30px 30px 80px 20px black;
}

#menu{
	position: absolute;
	top: 0px;
	right: -112px;
	width: 220px;
	margin-top: 3px;
	padding-right: 1px;
}
#menu .item{
	height: 65px;
	margin-top: 20px;
	margin-left: 15px;
	background-color: #ddd;
	border: 2px solid white;
	box-shadow: rgba(0,0,0,0.90) 30px 30px 80px 20px;
	cursor: pointer;
}
#menu .item h2{
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 10px 20px 0 20px;
	font-size: 22px;
}
#menu .item span{
	font-size: 13px;
	padding: 20px;
}
#menu .item:hover{
	border: 2px solid #ddd;
}
#menu .active h2, #menu .active span{
	padding-left: 30px;
}
#menu .active{
	background-color: white !important;
	background-image: none !important;
	margin-left: 0;
	right: -10px !important;
}

.page{
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
	width: 460px;
}
.page h3{
	margin-top: 5px;
	margin-bottom: 5px;
}

.witSchaduw{
	background-color: white;
	opacity: 0.9;
	padding: 10px 20px;
	border: 1px solid #888;
	box-shadow: 0 0 50px 2px #fff;
}
.beneden{
	top: auto;
	bottom: 20px;
}
#page_contact{
	width: 280px;
	height: 140px;
	top: 80px;
	left: 80px;
}

#borduurvoorbeelden{ margin-top: 10px; }
#borduurvoorbeelden div{ clear: both; }
#borduurvoorbeelden div img{ float: left; margin: 0 20px 10px 0px;}

#page_fotos div.tekst{
	background-color: white;
	padding: 10px 10px;
	margin-bottom: 20px;
	margin-right: -80px;
	background-color: white;
	padding: 10px 20px;
}
#page_fotos div.fotoset{
		width: 430px;
		padding-top: 20px;
}

#page_fotos img{
	width: 128px;
	height: 128px;
	border: 1px solid white;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
	box-shadow: 0 0 50px 2px black;
}
#pictures .add {
	cursor: pointer;
}

/**
 * admin
 */
#admin{
	position: fixed;
	bottom: 1px;
	right: 1px;
}
#admin.collapsed{
	width: 0;
	height: 0;
	border-bottom: 20px solid white;
	border-left: 20px solid transparent;
	background-color: none;
	cursor: pointer;
}
#admin.collapsed *{ display: none; }
#admin form{
	background-color: black;
	padding: 4px 2px 2px 4px;
	border: 1px solid black;
	border-top-left-radius: 2px;
}
#admin input{
	border: 1px solid black;
	padding: 2px;
	width: 160px;
}
#admin input.submit{
	width: 50px;
}
#admin span{
	background-color: white;
	padding: 10px;
}
#admin .error{
	color: red;
	border-left: 2px solid red;

	padding: 2px 4px;
	font-size: 11px;
	width: 160px;
}
.page_edit{
	padding: 10px 0;
	border-bottom: 2px solid black;
}
.page_edit input, textarea{
	border: 1px solid #bbb;
	margin-bottom: 2px;
}
.page_edit label{
	clear: left;
	float: left;
	width: 120px;
}
.page_edit textarea{
	width: 520px;
	height: 200px;
}

.aloha-editable-active{
	box-shadow: 0 0 50px 2px #00f;
}


#pictures {
	position: absolute;
	bottom: 20px;
	left: 20px;

	width: 460px;

	/*background-color: rgba(255, 255, 255, 0.5);*/
	background-color: rgba(1, 1, 1, 0.4);
	padding-left: 10px;
	padding-bottom: 10px;
}
#pictures p {
	color: white;
	margin-right: 10px;
}
#pictures p img {
	float: right;
}
#pictures .picture {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;

	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.8);

	cursor: pointer;
}
#pictures .picture img.thumbnail {
	width: 80px;
	height: 80px;
}
#pictures .picture:hover {
	border: 1px solid rgba(255, 255, 255, 0.6);
}

#pictures .picture img.delete {
	position: absolute;
	top: 2px;
	right: 2px;
}
