/*Annelies Bosch photogallery*/


#wrap {
	width: 800px;
	margin: 10px auto 0 auto; /* auto centers the div */
	}
	
/*box around About and Search etc */

#content {
	text-align: left;
	}


img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: none;
}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */

.albumthumb {
	float: left;
	margin: 5px 10px 0 0;
	width: 100px;
	cursor: pointer;
}

.imagethumb {
	float: left;
	margin: 10px 10px 20px 0px;
	height: 100px;
	width: 100px;
	cursor: pointer;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 10px 0 0 0;
	font-size: 0.9em;
	text-align: right;
}

.pagelist li {
	display: inline;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
    _position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
	border-bottom: 1px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;
	background: #fff;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3 {
	font-weight: normal;
	color: #999;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #036; }