/*
Theme Name: Theater de Kik
Theme URI: http://www.theaterdekik.nl	
Description: Theater de Kik website in Wordpress
Version: 1.0
Author: Rick Lamers
Author URI: http://www.richdesigns.nl
Tags: sleek,rood,zwart,blauw,rita,rick,henk,dide

*/



/* Begin Typography & Colors */
body {
	font-size: 14px; /* Resets 1em to 10px */
	font-family: Century Gothic, Arial;
	color: #333;
	background-image: url(images/BG_image.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0px;
	}
	
html { overflow-y:scroll;}

#header {
	background: url('images/headerimage.png') no-repeat bottom center;
	width: 924px; height:115px;
	}


#content {
	font-size: 14px;
	}


#footer {
	width:500px;
	text-align:center;
	height: 50px;
	margin-top: 250px;
	position:absolute;
	background-color:#eee;
	}
	
#footer p { 
font-size:12px;

}

#footer a { 
color:#000;
} 

#footer a:hover { 
color:#666;
} 

hr{display:none;}


/* Begin Structure */

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 923px;
	}


.clear {
	clear: both;
}


	


a img {
	border: none;
	}


#content_menu { 
width: 220px;
float:left;
padding: 0px;
margin:0px;

}

#content_menu li {list-style:none; height: 40px; padding-left: 5px;}
#content_menu .current_page_item a {color:#fff;}

#content_menu a { 
font-family: Century Gothic, Arial;
font-size: 24px;
text-decoration:none;
}

#content_menu a:hover { 
color:#fff;
}

#nav { 
padding: 5px;
} 

.column { 
width:500px;
float:left;
padding-left:10px;
} 

.column p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.column h2 {
	font-size:24px;
	background-color:#666;
	color:#FFF;
	font-family:Century Gothic, Arial;
	font-weight:normal;
} 

.contentright {
float:left;
width:130px;
text-align:center;
font-family:Century Gothic, Arial;
font-size:16px;
color:#000;
padding-top: 150px;
margin-left:30px;
}

#inside_right {
}

a { color:#000; }


.voorstelling-post {
	background-color:#eee;
	height: 170px;
	width: 480px;
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 10px;

} 
.voorstelling-image {
	float:left;
	
}
.voorstelling-info {
	float:left;
	padding-left: 20px;
}

.voorstelling-post a { color:#F00; text-decoration:none;} 
.voorstelling-post a:hover { color:#F00; text-decoration:underline;} 

td
{
vertical-align:top;
}

table { 
border: #eee solid 0px;
border-collapse:collapse;
background-color: #eee;
}


