/***********************************
*** Medicines for Mankind - http://www.medicinesformankind.eu
*** Design en development by Megaluna - http://www.megaluna.be
*** Medium: Screen
***********************************/

/** Container
******************************************/
#container
{
	background: #092650 url(../images/achtergrondcontainer2.jpg) repeat-y;
	width: 790px;
}

/** Content
******************************************/
#content
{
	width: 790px;
}

/** sidebare niet tonen
******************************************/
#sidebar
{
	display: none;
}	


/** Menu
******************************************/
#content #webmenu
{
	background-color: #fa9926;
	list-style-type: none;
	width: 760px;
	height: 25px;
	padding: 8px 0 0 30px;
	margin-top: 1px;
}

/** Footer
******************************************/
#footer
{
	background: transparent url(../images/footer2.jpg) no-repeat;
}

.album
{
	height: 70px;
	margin: 50px 0 0 33px;
}

/** Album
******************************************/
.album .information
{
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	width: 680px;
}

/** Downloaden van fotos: winkelmandje
******************************************/
#download
{
	background: #d7dce7 url("../images/chart.gif") 10px 7px no-repeat;
	font-size: 1.3em;
	color: #092650;
	width: 255px;
	height: 40px;
	border: 1px #eb8e39 solid;
	padding: 10px 0 0 35px;
	margin: 0 0 0 400px;
}

#download a
{
	color: #de791c;
}

#pictures .chart
{
	background: #d7dce7 url("../images/chart.gif") 12px 2px no-repeat;
	font-size: 1.1em;
	text-align: center;
	width: 128px;
	padding: 4px 0;
}

#pictures .chart a
{
	color: #00264d;
	text-decoration: none;
}

/** Overzicht van foto's binnen een album
******************************************/
#pictures
{
	list-style-type: none;
	margin: 30px 0 0 45px;
	width: 700px;
}

#pictures li
{
	float: left;
	height: 190px;
	padding: 5px;
}

#pictures li img
{
	background-color: white;
	padding: 4px;
}

#pictures li p
{
	color: #fe8624;
	font-size: 1.3em;
	width: 160px;
}

/** Foto detail
******************************************/
#photodetail
{
	width: 370px;
	float: left;
	margin: 0 0 0 25px;
}

h5
{
	margin: 30px 0 3px 45px;
	padding: 0;
}	

#photo p
{
	font-size: 1.3em;
	color: white;
}

#photodetail h5
{
	margin: 0;
	padding: 0;
}

#photodetail .lastupdate
{
	color: #8d96b5;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px #8d96b5 solid;
}

/** MID formaat van afbeeldingen
********************/
#photo
{
	padding: 0 0 0 45px;
	float: left;
}

#photo img
{
	background-color: white;
	padding: 3px;
}

/** Menu dat hoort bij een photo detail
********************/
#photomenu
{
	background-color: #d8dce8;
	list-style-type: none;
	height: 30px;
	margin: 0 0 10px 0;
}

#photomenu li
{
	float: left;
	margin: 0 0 0 15px;
}

#photodetail p
{
	font-size: 1.3em;
	color: white;
}	

#photodetail a
{
	color: white;
}	

/** Input
********************/
.form
{
	list-style-type: none;
	margin: 15px 0 0 0;
}

.form li
{
	margin: 0 0 10px 0;
}

.form li a
{
	color: white;
}

.form li input, .form li textarea
{
	border: 1px #fe8624 solid;	
	width: 250px;
}

.form li .exception
{
	border: 1px #fe8624 solid;	
	width: 15px;
}

.form li .button
{
	border: none;
	background-color: #d8dce8;	
	color: #fe8624;
}

#photodisclaimer
{
	padding: 2px 0 5px 20px;
}


