/*
Theme Name: Diergeneeskundige Studenten Raad
Theme URL: http://www.diergeneeskundigestudentenraad.be
Description: Theme of the website of DSR
Version: 1.0
Author: Charlotte Verkooijen
Author URL: http://www.charlottewebdesign.nl
*/

* {	margin: 0;
	padding: 0;
	font-family: calibri, arial, sans-serif; 
}

html, body { 
	height: 100%;
	width: 100%;
	overflow: hidden;
	}
	
#background { position: absolute; z-index: 1; width: 100%; height: 100%; }
#scroller { position: absolute; width: 100%; height: 100%; top: 0; overflow: auto; z-index: 2; } 

#container { 
	width: 1000px; 
	margin: 0 auto; 
	clear: both; 
	} 

#header { 
	width: 1000px;
	height: 150px;
	background: transparent;
	padding-top: 2px; 
	}

#menu-li-wrap {
	width: 142px;
	padding: 0;
	margin-top: 10px;
	float: left; 
	}
#menu-li-top { 
	width: 142px;
	height: 13px;
	background: url('im/menu_links_top.gif') bottom no-repeat;
	padding: 0;
	}
#menu-li { 
	min-height: 100px;
	background: url('im/menu_links_bg.jpg') repeat;
	padding: 0 6px; 
	}
#menu-li-bottom { 
	width: 142px;
	height: 14px;
	background: url('im/menu_links_bottom.gif') top no-repeat;
	padding: 0; 
	}

#content-wrap {
	width: 690px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding: 0;
	}
#content-top { 
	width: 690px;
	height: 13px;
	background: url('im/content_top.gif') bottom no-repeat;
	padding: 0;
	}
#content { 
	background: url('im/content_bg.jpg') repeat; 
	padding: 0 10px;
	}
#content-bottom { 
	width: 690px;
	height: 16px;
	background: url('im/content_bottom.gif') top no-repeat;
	padding: 0;
	}
h1 { font-size: 28px; color: #a4001d; font-family: calisto, 'times new roman', serif; padding-bottom: 10px; }
h2 { font-size: 20px; color: #317e20; padding: 10px 0 5px 0; }
h3.links { font-size: 18px; color: #317e20; font-family: calisto, 'times new roman', serif; padding-bottom: 5px; margin-right: -10px; }
h3.rechts { font-size: 18px; color: #a4001d; font-family: calisto, 'times new roman', serif; padding-bottom: 5px; margin-right: -10px; }
p { font-size: 16px; color: #333; line-height: 1.3em; padding: 7px 0; }
#content ul { margin: 0 0 0 20px; } 
#content ol { margin: 0 0 0 20px; } 

img { border: 0; } 

a:link {		color: #a4001d; text-decoration: underline; }
a:visited {	color: #a4001d; text-decoration: underline; }
a:hover {	color: #a4001d; text-decoration: none; }
a:active {	color: #a4001d; text-decoration: underline; }

#menu-re-wrap { 
	width: 142px;
	margin-top: 10px;
	margin-left: 9px;
	float: left;
	background: transparent;
	}
#menu-re-top { 
	width: 142px;
	height: 13px;
	background: url('im/menu_rechts_top.gif') bottom no-repeat;
	padding: 0;
	}
#menu-re { 
	width: 130px; 
	min-height: 100px;
	background: url('im/menu_rechts_bg.jpg') repeat;
	padding: 0 6px;
	}
#menu-re-bottom {
	width: 142px;
	height: 14px;
	background: url('im/menu_rechts_bottom.gif') top no-repeat;
	padding: 0;
	}
#menu-li p, #menu-re p { 	padding: 0 0 5px 0; } 
#menu-li ul, #menu-re ul {	padding: 0 0 5px 0; list-style: none; line-height: 1.3em; } 

#menu-li a:link {		color: #333; text-decoration: none; }
#menu-li a:visited {		color: #333; text-decoration: none; }
#menu-li a:hover {		color: #317e20; text-decoration: none; }
#menu-li a:active {		color: #333; text-decoration: none; }

#menu-re a:link {		color: #333; text-decoration: none; }
#menu-re a:visited {		color: #333; text-decoration: none; }
#menu-re a:hover {		color: #a4001d; text-decoration: none; }
#menu-re a:active {		color: #333; text-decoration: none; }

#menu-li h3 a, #menu-re h3 a { font-family: calisto, 'times new roman', serif; } 

/* wordpress */

div.post { width: 100%; }
div.text { width: 100%; }
span.more { font-size: 12px; color: #333; }
div.info { font-size: 12px; color: #666; }
div.divider { width: 100%; height: 1px; background: #a4001d; margin-top: 5px; }

/* einde wordpress */
	
#footer { 
	width: 1000px;
	height: 20px;
	bottom: -20px;
	background: transparent;
	clear: both;
	text-align: center;
	}
p.footer { font-size: 13px; color: #ccc; } 
a.footer:link {		color: #ccc; text-decoration: underline; }
a.footer:visited {	color: #fff; text-decoration: underline; }
a.footer:hover {		color: #ccc; text-decoration: none; }
a.footer:active {	color: #ccc; text-decoration: underline; }