/*
Website		: http://mikweb.nl
Description	: Custom Website for the MiK Kunsteducatie site.
Version		: 1.0
Author		: Endra Modja Indriyanto
*/

body {
	background: #fff;
	color: #0197DA;
	font-size: 12px;
	font-family: Verdana, sans-serif;
	padding: 20px 0 0;
	background:url(../images/bg.jpg) top center fixed;
}

a, a:visited, a:active {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color:#F00;
	text-decoration:underline;
}
form{
	margin-bottom:4px;
}
input, textarea, select {
	font: 120%;
	padding: 6px 10px;
	color:#FFF;
    background: #F00;
	border:none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin-bottom:10px;
}

#sidebar input, #sidebar select {
	background: red !important;
	
}
input[type=submit]{
	*padding:4px 6px;
	cursor:pointer;
}
.selMenu{
	width:210px;
	font: 120%;
	line-height:200%;
	padding: 6px 10px;
	color:#FFF;
    background: #F00;
	border:none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

#container{
	width:980px;
	padding-top:10px;
	background: url(../images/bg-header.png) no-repeat;
	/*border:solid 10px #FFF;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.5);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.5);*/
}
/* HEADER */
#header{
	width:960px;
	height:148px;
	margin-bottom:5px;
	top:0;
	left: -1px;
	background: url(../images/bg-logo.png) no-repeat;
}
#logo img{
	margin:15px 0 0 10px
}
#header #slogan{
	text-align:right;
	color:#FFF;
	margin-top:15px;
}

/* SUB NAVIGATION */
ul#sub_nav table {
	margin-top:0;
	margin-bottom:0;
	margin-left: 0;
	margin-right: auto;
	padding: 0;
}
ul#sub_nav{
	width:698px;
	margin-top:15px;
	margin-left:10px;
	list-style: none;
	-webkit-border-radius: 14px; 
	-moz-border-radius: 14px;
	z-index:9999999;
	font-size: 9px !important;
	/*background:#FFF;*/  /* delete this property to remove the white space */
}
ul#sub_nav li{
	float:left;
	margin:auto;
	padding:auto;
	background:#FFF;
	border-right:dotted 1px #0197DA;
	font-weight:bold;
	white-space: nowrap;
}
ul#sub_nav li a{
	display:block;
	color:#0197DA;
	padding:8px 5px 8px 5px;
	padding-bottom /*\**/: 9px\9;
}
ul#sub_nav li:hover{
	background:#F00;
	cursor:pointer;
	font-weight:bold;
}
ul#sub_nav li:hover a{
	color:#FFF;
	text-decoration:none;
}
ul#sub_nav li:hover ul{
	visibility:visible;
}
/* SUB NAVIGATION DROPDOWN */
ul#sub_nav.rounded_box_menu{
	width:698px;
	background:#FFF;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
}
ul#sub_nav li ul{
	visibility:hidden;
	position:absolute;
	list-style: none;
	background:#F00;
	-webkit-box-shadow: -3px 3px 3px rgba(0,0, 0, 0.3);
	-moz-box-shadow: -3px 3px 3px rgba(0,0, 0, 0.3);
	box-shadow: -3px 3px 3px rgba(0,0, 0, 0.3);
	padding:5px;
	width:154px;
	-webkit-border-radius: 14px; 
    -webkit-border-top-right-radius:0;
    -webkit-border-top-left-radius:0;
	-moz-border-radius: 14px;
    -moz-border-radius-topright:0;
    -moz-border-radius-topleft:0;
}
ul#sub_nav li ul li a{
	float:none;
	margin:0;
	padding:0 5px 0 5px;
	background:#F00;
}
ul#sub_nav li ul li{
	float:none;
	border:none;
}
ul#sub_nav li ul li a:hover{
	text-decoration:underline;
}
ul#sub_nav li.sub_nav_last ul{
	right:0;
	text-align:right;
}
/* ROUNDED CORNERS of first and last link */
ul#sub_nav li.sub_nav_first{
	height:30px;
	padding-left:0;
	padding-right:0;
	background:#FFF url(../images/icon-home.png) -2px 0 no-repeat;
	-webkit-border-radius: 14px; 
    -webkit-border-top-right-radius:0;
    -webkit-border-bottom-right-radius:0;
	-moz-border-radius: 14px;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:0;
}
ul#sub_nav li.sub_nav_first:hover{
	height:30px;
	background:#F00 url(../images/icon-home-hover.png) -2px 0 no-repeat;
}
ul#sub_nav li.sub_nav_first a{
	padding-left:0;
	padding-right:7px;
}
ul#sub_nav li.sub_nav_last{
	border-right:none;
	padding-right:7px;
	-webkit-border-radius: 14px; 
    -webkit-border-top-left-radius:0;
    -webkit-border-bottom-left-radius:0;
	-moz-border-radius: 14px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-bottomleft:0;
}
ul#sub_nav li.sub_nav_last:hover{
	-webkit-border-radius: 14px; 
    -webkit-border-top-left-radius:0;
	-webkit-border-bottom-right-radius:14px;
    -webkit-border-bottom-left-radius:0;
	-moz-border-radius: 14px;
    -moz-border-radius-topleft:0;
	-moz-border-radius-bottomright:14px;
    -moz-border-radius-bottomleft:0;
}

/* MAIN NAVIGATION */
#main_nav{
	width:710px;
	margin-top:14px;
	margin-left:10px;
	z-index:9000;
}
#main_nav div{
	position:relative;
	float:left;
	width:134px;
	margin:0 7px 0 0;
	padding:6px 0 6px 0;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	line-height:1.4em;
	font-family: Verdana !important;
}
#main_nav div a{
	color: #FFF;
}
#main_nav div a:hover{
	text-decoration:none;
}
#main_nav div ul{
	visibility:hidden;
	position:absolute;
	top:36px;
	left:0;
	width:94px;
	list-style:none;
	padding:5px 20px 5px 20px;
	-webkit-border-radius: 14px; 
	-moz-border-radius: 14px;
}
#main_nav div ul li{
	margin:0;
	padding:0;
	text-align:left;
	font-size:11px;
	line-height:normal;
	*line-height:125%;
}
#main_nav div ul li a{
	color:#FFF;
}
#main_nav div ul li a:hover{
	color:#FFF;
	text-decoration:underline;
}
#main_nav div:hover{
	cursor:pointer;
}
#main_nav div:hover ul{
	visibility:visible;
}
	#main_nav .btn_color1{
		background:url(../images/bg-main-menu.png) left 0 no-repeat;
	}
	#main_nav .btn_color1:hover{
		background:url(../images/bg-main-menu.png) left -38px no-repeat;
	}	
	#main_nav .btn_color1 ul{
		background:#EE4C9B;
	}
	#main_nav .btn_color2{
		background:url(../images/bg-main-menu.png) -134px 0 no-repeat;
	}
	#main_nav .btn_color2:hover{
		background:url(../images/bg-main-menu.png) -134px -38px no-repeat;
	}	
	#main_nav .btn_color2 ul{
		background:#F58220;
	}
	#main_nav .btn_color3{
		background:url(../images/bg-main-menu.png) -268px 0 no-repeat;
	}
	#main_nav .btn_color3:hover{
		background:url(../images/bg-main-menu.png) -268px -38px no-repeat;
	}	
	#main_nav .btn_color3 ul{
		background:#00AF9F;
	}
	#main_nav .btn_color4{
		background:url(../images/bg-main-menu.png) -402px 0 no-repeat;
	}
	#main_nav .btn_color4:hover{
		background:url(../images/bg-main-menu.png) -402px -38px no-repeat;
	}	
	#main_nav .btn_color4 ul{
		background:#5161AC;
	}	
	#main_nav .btn_color5{
		background:url(../images/bg-main-menu.png) -536px 0 no-repeat;
	}
	#main_nav .btn_color5:hover{
		background:url(../images/bg-main-menu.png) -536px -38px no-repeat;
	}
	#main_nav .btn_color5:hover #slogan h3{
		padding-right:150px;
	}	
	#main_nav .btn_color5 ul{
		background:#EB2D2E;
	}		
		
/* CONTENT */
#main{
	border-left:solid 10px #FFF;
	border-right:solid 10px #FFF;
	background:#0197DA url(../images/bg-footer.png) bottom center no-repeat;
}
#content{
	margin-bottom:20px;
}
#content div.rounded_box{
	width:620px;
	background:#FFF;
	margin-bottom:1px;
	padding:20px 20px 10px 20px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
}
#content div h5{
	text-transform:uppercase;
	margin-bottom:10px;
}
#content div.post{
	position:relative;
	margin-bottom:10px;
}
#content div.post img, #content div.news img{
	float:left;
	width:140px;
	height:90px;
	margin-right:10px;
	border:solid 1px #0197DA;
	margin-top:0;
	margin-bottom:5px;
}
#content div.post h6, #content div.news h6{
	width:540px;
	*width:380px;
	margin-bottom:3px;
	text-transform:uppercase;
	line-height:normal;
}
#content div.post p, #content div.news p{
	margin-bottom:5px;
}
#content div.post span#date{
	position:absolute;
	top:1px;
	right:1px;
	color:#F00;
}
#content div.post em{
	color:#0197DA;
	margin:0;
}
#content div p.welcome, #content div em.welcome{
	margin-left:0;
}
#content div span.clear{
	margin-top:20px;
}
#content div.news, #content div.downloads, #content div.inschrijven, #content div.newsletter, #content div.zoeken, #content div.cursus, #content div.home{
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	min-height:360px;
}
#content div.news img{
	width:300px;
	height:auto;
}
#content div.news h6{
	width:619px;
	*width:300px;
}

/* SIDEBAR */
#sidebar{
	left:30px;
}
#sidebar div{
	width:210px;
	background:#FFF;
	margin-bottom:1px;
	padding:20px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px;
}
#sidebar div h6{
	font-size:13px;
	text-transform:uppercase;
	line-height:120%;
}
#sidebar em{
	color:#0197DA;
	margin:0;
}
#sidebar div p{
	margin-top:10px;
	margin-bottom:5px;
}
#sidebar div ul li{
	list-style-type:disc;
	margin-left:14px;
}
#sidebar div#search_box p{
	margin-bottom:2px;
}
#sidebar img{
	width:208px;
	border:solid 1px #0197DA
}

/* PROEFLES */
img#proefles {
	width:52px !important;
	height:21px !important;
	vertical-align:middle !important;
	border:none !important;
}

/* FOOTER */
#footer{
	width:980px;
	height:98px;
	left:-10px;
	background:url(../images/bg-footer.png) bottom center no-repeat;
}
#footer p{
	text-align:center;
	margin:84px 0 0 20px;
	*margin-top:80px ;
	margin-top /*\**/: 80px \9;
	line-height:160%;
	font-size:10px;
}
#footer #social_icons{
	position:absolute;
	width:340px;
	top:0;
	left:30px;
}
#footer #social_icons img{
	float:left;
	margin:38px 0 0 5px;
}
#footer #social_icons img:hover{
	border-bottom:solid 2px #F00;
	cursor:pointer;
}
#footer #social_icons img.footlogo{
	float:left;
	margin:10px 20px 0 0;
}
#footer #social_icons img.footlogo:hover{
	border-bottom:none;
	cursor:normal;
}
#foot_address{
	width:980px; height:50px; background:url(../images/rounded-box-frame-bottom.png) center top no-repeat; text-align:center; font-size:10px;
}

.contact-box div#address{
	width:50%;
	height:140px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}

.list-line a, div.downloads table td{
	display:block;
	border-bottom:dotted 1px #0197DA;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	line-height:normal;
}

 div.downloads table td h3{
	font-weight:normal;
	font-size: 11px;
	line-height:normal;
}

 #content, div.home,  div.cursus,  div.zoeken, div.newsletter, div.inschrijven, div.inschrijven table td {
	line-height:150%;
}

 div.inschrijven input,  div.reactie input, div.newsletter input ,  div.inschrijven textarea,  div.reactie textarea, div.newsletter textarea, div.inschrijven select, div.reactie select, div.newsletter select{
	font: 120%;
	padding: 2px 2px;
	padding-left:10px;
	color:#FFF;
	border:none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin-bottom:5px;
}

  div.reactie textarea {
	font: 120%;
	padding: 2px 2px;
	padding-left:10px;
	color:#FFF !important;
	background-color: #FF0000 !important;
	border:none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin-bottom:5px;
}


div.newsletter input[type=text]{
	*padding:4px;
}

#lp {
	width:200px; 
	float:left;
}

.rteCursus {
	width:400px; 
	float:right;
	
}
