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

/** Eric meyer's reset
******************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/** Body
******************************************/
body
{
	font: 62.5% "Georgia", Verdana, Arial, serif;	
	background: #ffffff;
	color: black;
}

/** Hide
******************************************/
#content #webmenu, .breadcrumb, #sidebar .flash, #alfabet, .submenu, #printfriend, #lang a,#photomenu, #photodetail .form, #photodetail h5
{
	display: none;
}

/** Containers
******************************************/
#container

{
	width: 790px;
}

#content
{
	width: 650px;
}

#sidebar
{
	width: 650px;
}

/** Titels + text
******************************************/
h1
{
	font-size: 3em;
	margin: 25px 0 0 30px;	
	text-transform: uppercase;
}

div#lang h2
{
	font-size: 2.6em;
	margin-left: 30px;	
	border-bottom: 1px black solid;
	padding: 0 0 5px 0;
	text-transform: uppercase;
}


h3
{
	font-size: 2.4em;
	text-transform: uppercase;
	margin: 45px 0 0 30px;
}

h5
{
	font-size: 2em;
	font-weight: bold;
	margin: 15px 0 0 30px;
}

#content .text
{
	font-size: 2.1em;
	width: 700px;
	margin: 6px 0 0 30px;
}

#content .text p
{
	line-height: 1.4em;
	text-align: justify;
}

#content .text ul
{
	margin: 15px 35px;
}

#content .text a
{
	color: black;
}

/** Disclaimer
******************************************/
#sidebar .disclaimer
{
	padding: 30px;
}

#sidebar .disclaimer h4
{
	font-size: 2em;
	text-transform: uppercase;
	padding: 0
}

#sidebar .disclaimer p
{
	font-size: 1.5em;
	margin-top: 7px;
}

/** Diseases
******************************************/
#diseases
{
	margin: 0 0 0 35px;
}

.lastupdate
{
	font-size: 1.5em;
	color: white;
	margin: 0 0 0 30px;
	color: #bebed9;
}

div#content div#diseases ul .letter
{
	font-size: 1.5em;
	border-bottom: 1px black solid;
}

/** Faq
*********************/
.faq li strong
{
	font-weight: bold;
}


/** Publications
******************************************/
div#content #publications
{	
	margin: 0 0 7px 30px;
	border: 1px silver solid;
	padding: 10px;
}
div#content #publications h6
{
	font-size: 2.2em;
}

div#content #publications p
{
	font-size: 2em;
}

div#content #publications a
{
	color: black;
}

div#content .subjects
{
	list-style-type: none;
	font-size: 2em;
	margin: 0 0 0 30px;
	border: 1px silver solid;
	border-top:none;
	padding: 10px;
	height: 82px;
}

div#content .subjects li strong
{
	font-weight: bold;
	font-size: 2em;
}

div#content .subjects li img
{
	background: red url(../images/default.jpg) no-repeat;
	float: left;
	margin: 0 15px 0 0;
	width: 58px;
	height: 81px;
	text-indent:-9999px;
}


/** Footer
******************************************/
#footer
{
	font-size: 2.2em;
	width: 934px;
	height: 21px;
	padding: 15px 0 15px 30px;
	border-top: 1px black solid;
}

#footer a
{
	text-decoration: underline;
	color: black;
}	

/** Photo
******************************************/
#photodetail p
{
	font-size: 1.9em;
	margin: 0 0 0 30px;
}

#photo
{
	margin: 0 0 35px 33px;
}

#photo img
{
	padding: 3px;
	margin: 10px 0 0 0;
	border: 1px silver solid;
}

.information
{
	margin: 20px 0 0 30px;
	font-size: 2em;
}

.information h5
{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

/** Clearfix
******************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
