/*
Theme Name: ctf
Theme URI: http://www.cafetheaterfestival.nl/
Description: The default CTF theme
Version: 1.1
Author: Ivar Hoekstra
Author URI: http://www.ivarhoekstra.com/
Tags: ctf

	css version 1.2

*/

/* CSS Document for cafetheaterfestival.nl */

/* General */
html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, Geneva, Verdana, Courier, sans-serif; 
	color: #0f4e5e;
	margin:0px; 
	background-color:#0d485a;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
	
td {
	font-family: Arial, Helvetica, Geneva, Verdana, Courier, sans-serif;
}

img {
	border:none;
}

a:link {
	text-decoration:none;
	color:#9b3f3f;
	font-size:12px;
}

a:visited {
	text-decoration:none;
	color:#9b3f3f;
	font-size:12px;
}

a:hover {
	text-decoration:none;
	color: #0f4e5e;
	font-weight:bold;
}

h1 {
	font-size:30px;
	font-weight:bold;
	color:#0f4e5e;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
}

.h1_img {
	padding-left:30px;
	background-image:url(images/swirl_h1.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.h1_in_voort_single {
	padding-left:30px;
}

.h1_small_m_p {
	margin-bottom:5px;
}
	
h2 {
	font-size:16px;
	font-weight: bold;
	color:#0f4e5e;
	padding-left:20px;
	background-image:url(images/swirl_16px.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding-bottom:5px;
	margin-bottom:0px;
}

.h2_a:link {
    margin:0px;
	margin-bottom:5px;
	padding:0px;
	color:#9b3f3f;
	font-size:16px;
}

.h2_a:visited {
    margin:0px;
	margin-bottom:5px;
	padding:0px;
	color:#9b3f3f;
	font-size:16px;
}


h3 {
	padding-left:30px;
	font-size:16px;
	font-weight: bold;
	font-style:oblique;
	color:#0f4e5e;
}

.fl_left {
	float:left;
}



/* main layout div's */
#centre_div {
	text-align:center;
	position:relative;
	background-image:url(images/bg_mask.png);
	height:inherit;
}

#main_container {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	position:relative;
	text-align:left;
	width:835px;
	height:675px;
	font-size:12px;
}

#header {
	margin:0px;
	width:831px;
	height:141px;
	background-image:url(images/bg_header.png);
	float:left;
}

#content_top {
	width:831px;
	height:27px;
	background-image:url(images/bg_content_top.png);
	float:left;
}

#content_mid {
	width:831px;
	background-image:url(images/bg_content_mid.png);
	float:left;
}

#content_bottom {
	width:831px;
	height:30px;
	background-image:url(images/bg_content_bottom.png);
	float:left;
}

#footer_txt {
	margin-right:50px;
	text-align:right;
	font-size:9px;
	color:#CCC;
	float:right;
}
 
#main_content_box {
	width:610px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}

/* specific layout elements */
 	/*news col home page */
#content_col {
	width:350px;
	float:left;
	margin-bottom: -2000px; 
	padding-bottom: 2010px;
}

#news_col_holder {
	width:200px;
	height:100%;
	float:right;
	margin-right:25px;
}

.news_col_vline {
	width:150px;
	height:100%;
	margin-right:75px;
	float:right;
	border-right:#999 dotted 2px;
}

.in_top {
	margin-top:10px; 
	margin-right:131px;
}
	
.in_bottom {
	height:17px; 
	margin-right:131px;
}

	/*cafe_list */
.cafe_list_route_wrapper{
	width:550px;
	padding:10px;
	border:#999 dotted 2px;
	margin-bottom:0px;
}

.cafe_list_route_connector {
	width:100px;
	height:25px;
	border-right:#999 dotted 2px;
	margin-top:0px;
	padding-top:10px;
}

.cafe_list_route_connector h2 {
	margin-top:0px;
}
	

#news_col_content {
	width:170px;
	padding:15px;
	border:#999 2px dotted;
	float:right;
}

	/*programma */
.prog_routebox {
	margin-left:25px;
	width:90px;
	height:15px;
	padding:5px;
	border:#CCC dotted 2px;
	border-bottom:none;
	background-color:#9dd3d4;
	margin-top:15px;
	float:left;
}

.route_box_map {
	margin-top:15px;
	width:65px;
	height:27px;
	float:left;
}

.prog_route_wrapper {
	width:550px;
	padding:10px;
	border:#999 dotted 2px;
	margin-bottom:0px;
	float:left;
}

.prog_route_wrapper h2:hover {
	color:#9b3f3f;
}

.prog_routebox h2 {
	margin-top:0px;
}

#voorst_tl_info_wrapper {
	width:300px;
	padding:10px;
	padding-bottom:15px;
	border:#999 dotted 2px;
	margin-top:30px;
	margin-bottom:0px;
	float:left;
}

#voorst_tl_info_wrapper h2 {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
	color:#9b3f3f;
}

#voorst_tl_info_wrapper h2:hover {
	color:#0f4e5e;
}

.voort_time_label {
	width:125px;
	display:inline-block;
}

.fl_lft_back {
	width:500px;
	margin-top:15px;
	float:left;
}


/* > Images related stuff */
img.alignleft {
	margin: 0 10px 6px 0;
	display: inline;
	float:left;
}

img.alignright {
	margin: 0 0 6px 10px;
	display: inline;
	float:right;
}

img.aligncenter {
	margin: 0 10px 6px 10px;
	display: inline;
	float:none;
}

.voorst_img {
	width:250px;
    padding-bottom:15px;
    background-image:url(images/shadow_voorst_img.png);
	background-repeat:no-repeat;
    background-position:bottom;
	height:auto;
}

.gallery_sqs {
	margin-bottom:3px;
	margin-right:3px;
	float:left;
}
/* < */


/* menu */
#menu_box {
	width:245px;
	height:inherit;
	float:left;
	margin-left:-65px;
}

#menu_right_fill {
	float:right;
	margin-top:20px;
}

#menu_top {
	float:left;
	margin-top:20px;
}

.menu_item {
	float:left;
}

#social_media_links_box {
	height:16px;
	width:200px;
	text-align:right;
	padding-right:40px;
	float:right;
	margin-top:125px;
}


/* content elements */
#nav {
	float:right;
	width:830px;
	margin-right:15px;
	text-align: center;
	margin-top:12px;
}

#main_content_single_page {
	margin-right:25px;
	float:left;
}

.index_foto {
	border:none;
	margin:9px;
}

.l_foto {
	border:none;
	margin:10px;
}

.inloggen {
	float:right;
	margin-top:15px; 
	margin-left:15px; 
	margin-bottom:15px;
	font-weight:bold;
}

.a_inloggen:link {
	text-decoration:none;
	color:#666666;
	font-size:12px;
}

.a_inloggen:visited {
	text-decoration:none;
	color:#666666;
	font-size:12px;
}

.a_inloggen:hover {
	text-decoration:none;
	color:#000000;
}

.org_label {
	width:150px;
	display:inline-block;
}

.tweets {
	float:inherit;
}

.tweets a:link {
	color:#008DB0;
}

.tweets a:visited {
	color:#008DB0;
}

.tweets a:hover {
	font-weight:normal;
	color:#005E74
}

.tweet_source {
	font-style:italic;
	color:#668488;
}

.tweet_source a:link {
	color:#668488;
}

.tweet_source a:visited {
	color:#668488;
}

.tweet_source a:hover {
	font-weight:normal;
	color:#005E74
}
