/******* Home *******/
#news{
	margin:1em 0 2em 0;
	overflow:hidden;
}

#news li{
	display:inline;
	margin:0.8em 2em 1.5em 0;
	float:left;
}

#news a{
	display:inline;
	text-transform:uppercase;
	padding:10px;
}

#news a h1{
	display:inline;
}

#archive>div{
	width:285px;
	float:left;
	margin:1em 0 0 2em;
}

#archive>div:first-child{
	margin-left:0;
}

#archive .section{
	padding: 0;
	font-size:1em;
}

#archive ul{
	margin: 0;
}

#archive li{
	border-bottom: thin dotted #AAAAAA;
	margin: 0;
}

#archive li:last-child{
	border-bottom: none;
}

#archive li:hover{
	background-color: #CCC;
	cursor:pointer;
}

#archive li:hover:first-child{
	border-top-right-radius: 1em;
	-moz-border-radius-topright:1em;
	-webkit-border-top-right-radius:1em;
	border-top-left-radius: 1em;
	-moz-border-radius-topleft:1em;
	-webkit-border-top-left-radius:1em;
}

#archive li:hover:last-child{
	border-bottom-right-radius: 1em;
	-moz-border-radius-bottomright:1em;
	-webkit-border-bottom-right-radius:1em;
	border-bottom-left-radius: 1em;
	-moz-border-radius-bottomleft:1em;
	-webkit-border-bottom-left-radius:1em;
}

#archive .section>h1{
	padding:10px;
}

#archive li a{
	border:none;
	display:block;
	color:#222222;
	padding:10px;
}

#archive li a small{
	color:#626262;
}

#question-form{
	width:62.5%;
	float:left;
}

.question-form-category{
	padding:10px;
}

.question-form-category{
	cursor:pointer;
}

.question-form-category:hover{
	background-color:#E2E2E2;
}

.question-form-category small{
	float:right;
	border-bottom:thin dotted #626262;
}

.question-form-category p{
	margin-top:15px;
	display:none;
}

#question-form-info{
	width:28%;
	float:right;
}

/******* ARCHIVE *******/

#calendar{
	float:left;
}

.calendar-month{
	position:relative;

}

.calendar-month.active{
	display:block;
}

.calendar-month table{
    border:1px solid #CCC;
    border-collapse: collapse;
  }
.calendar-month caption{
    font-weight:bold;
    margin-bottom:8px;
	text-align:center;
	position:relative;
}
  
.calendar-month caption span{
	padding-right:55px;
}
  
.calendar-month caption #calend-month-back{
	float:left;
}  

.calendar-month caption #calend-month-next{
	position:absolute;
	right:0;
}  


.calendar-month td,th{
    text-align:center;
    vertical-align:middle;
    width:36px;
    height:34px;
    border:1px solid #CCC;
    padding:0;
  }
  
.calendar-month td.active{
 	background-color:#FFFFFF;
}

.calendar-month th{
    height:inherit;
}
  
.calendar-month .empty{
    background-color:#EEE;
} 
  
#calendar-content{
	width:600px;
	float:right;
}
 
#calendar-content .date{
	text-align:right;
	width:100%;
	display:block;
	margin:15px 0 5px 0;
}

#calendar-content .date:first-child{
	margin:0 0 5px 0;
}

#calendar-content .question-content{
	background-color:#FFFFFF;
	color:#222;
	padding-bottom: 10px;
	display:block;
}

#calendar-content .question-content:hover{
	background-color:#CCC;
}


#calendar-content .question-content>small{
	margin-top:5px;
	color:#999;
}

/******* News *******/
#nieuws small{
	float:right;
	margin: 0 0 5px 0;
}

#nieuws #content .section{
	clear:both;
}
