/************************************************************
	colours
    229fc3  achtergrond
    c12f30  rood
    fbfbfd  wit

    
************************************************************/

/************************************************************
	base element declarations
************************************************************/

body
{
    color: #fff;
    font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size:14px;
    letter-spacing:1px;
    line-height:20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: myriad pro, cambria, helvetica;
    font-weight: bold;
    line-height: 1.4em;
}
h1
{
    font-size: 26px;
}
h2
{
    font-size: 24px;
}
h3, h4, h5, h6
{
    font-size: 18px;
}

/* links */

a,a:visited
{
    color: #FFFF74;
    text-decoration: none;
}
a:hover
{
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

a:visited
{
    /*color: #E2E367;*/
}

hr{
	border-top: 1px solid #3DC6EB;
	border-bottom: 1px solid #8FE7FF;
}

.oddRow{
	background-color: #29B8DF;
}

/************************************************************
	reusable utility classes
************************************************************/

.hp
{
    width: 100%;
}

.tc{ text-align: center;}
.tl{ text-align: left;}
.italic{ font-style: italic; }
.grey{ color: #ccc; }

.clearchildfloats
{
    overflow: hidden; /* child elements contain floated elements */
}

.contentblock
{
    padding: 10px 25px;
    background-color: #37B1D3;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border: solid #3DC6EB 1px;
    margin-bottom:15px;
    overflow: hidden; /* child elements contain floated elements */
}

.mt10{
	margin-top: 10px;
}

/* images */

img.left { 
    float: left; 
    margin: 0 15px 10px 0;
}
img.right { 
    float: right; 
    margin: 0 0 10px 15px;
}


/************************************************************
	page layout
************************************************************/


#container
{
}

#container #headerWrapper
{
    background-color: #FBFBFD;
    background-image: url(../images/bg/bg_headerWrapper.jpg);
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 147px;
    border-bottom:7px solid #D34353;
}

#container #header
{
    position: relative;
}

#container #mainWrapper
{
    background-position: bottom;
    background-color: #25A9D0;
    background-image: url('../images/bg/bg_mainWrapper.jpg');
    background-repeat: repeat-x;
    padding: 35px 0 80px;
   
}

#container #main
{
	
}



#container #main #content
{
 
}


#container #main #content img
{
 border: solid #fff 2px;
}

#container #main #sidebar
{
}

/************************************************************
	section: header
************************************************************/

#header #logo h1
{
    background-image: url(../images/logos/logo_muziekstad.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 109px;
    left: -30px;
    margin: 0;
    position: absolute;
    text-indent: -999px;
    top: 15px;
    width: 343px;
}

#header #logo .slogan{
	font-family:trebuchet MS;
	font-style:italic;
	position:absolute;
	letter-spacing:-1.3px;
}

#header #logo h2.slogan
{
	color:#D34353;
	font-size:28px;
	left:400px;
	top:35px;
}


#header #logo h3.slogan
{
	background-image:url(/skins/muziekstad/images/icons/arrow.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#039DDA;
	font-size:20px;
	left:340px;
	padding-left:20px;
	top:70px;
}

/* nav */

#header
{
}

#header div#nav_content
{
    position: absolute;
    top: 123px;
    left: 0px;
}

#header div#nav_content ul#menu
{
    list-style-type: none;
    list-style-type: none;
    margin:0;
    margin-right: 10px;
}

#header div#nav_content ul#menu li
{
    display: inline;
    margin: 0;
}

#header div#nav_content ul#menu li a
{
    margin-left:3px;
    float: left;
    /*background: url("../images/buttons/nav_left.png") no-repeat left top;*/
    background: url("../images/buttons/nav_left.png") no-repeat 0 -74px;
    padding:0 0 0 6px; /* linker plaatje is 6px breed */
    text-decoration:none;
}


#header div#nav_content ul#menu li a span
{
    float: left;
    /*background: url("../images/buttons/nav_right.png") no-repeat right top;*/
    background: url("../images/buttons/nav_right.png") no-repeat right -74px;
    display: block;
    padding:3px 14px 1px 5px;
    font-weight:bold;
    color: #FFFFFF;
}

#header div#nav_content ul#menu li a:hover span {
    /*color: black;*/
}

/* current / active */
#header div#nav_content ul#menu .selected {
    background-position:left top;
}

#header div#nav_content ul#menu .selected span {
    background-position:right top;
    /*color: black;*/
}

#header div#nav_content ul#menu li a:hover {
    background-position:left top;
}

#header div#nav_content ul#menu li a:hover span {
    background-position:right top;
}

/************************************************************
	section: main content
************************************************************/

#content div.teaser{
 font-style: italic;
 margin-bottom: 20px;
}

/************************************************************
	section: sidebar
************************************************************/

#sidebar form#searchForm dt{
	text-align: left;
}

#sidebar form#searchForm input[type="text"]{
	height: 18px;
	/*color: #D34353;*/
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin-right: 11px;
	text-align: center;
}

#sidebar form#searchForm dd{
	float: left;
}

#sidebar ul#sponsors
{
    margin-top:15px;
    list-style-type: none;
}


#sidebar ul#sponsors li
{
    margin: 0;
}

#sidebar ul#sponsors li a
{
    display: block;
    margin-bottom: 15px;
}

#sidebar ul#sponsors li a img
{
	width: 135px;
	height: auto;
}


/************************************************************
	section: footer
************************************************************/

#container #footer
{
	
}

#container #footer ul li
{
	margin-left: 15px;
}

#container #footerWrapper
{
    background: #BD262B url(../images/bg/bg_footer.jpg) repeat-x scroll center top;
    min-height:86px;
    _heigth: 86px;
}

#bottom
{
    background-color: #C12F30;
    background-image: url(../images/bg/bg_bottom.jpg);
    height: 70px;
}

#bottom p
{
    color: #525252;
    font-size: 11px;
    margin-top: 50px;
}



/************************************************************
	section: events
************************************************************/

div.event_preview h4{
 border-bottom:1px solid #3DC6EB;
 margin-bottom: 10px;
}

div.event_preview h4 a:hover{
	text-decoration: none;
}

div.event_preview span.details{
 position: relative;
 top: -10px;
 font-size: 12px;
}


div#event_pictures{
	overflow: hidden;
}

p.event_picture img{
	border: 4px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}


p.event_picture a{
	float: left;
	margin: 0 15px 15px 0;
}

p.event_picture a img{
	height: 225px;
}

table#schedule th{
	text-align: left;
	border-bottom: dotted white 1px;
}

table#schedule td, table#schedule th{
	padding: 5px;
}
