/* $Id: local_sample.css,v 1.1.2.2 2008/12/15 21:02:34 jwolf Exp $ */

/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom css and css overrides in this file and  */ 
/* rename it local.css.  By restricting your css changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.               */

/* Steps to activate local.css:                       */
/* 1. Add your custom css to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Uncomment (remove leading semicolon from ) the  */ 
/*    following line in your theme's .info file:      */
/*    ;stylesheets[all][] = local.css                 */
/* 4. Clear cached data at admin/settings/performance */

div#logo {
	position: relative; 
	display: block !important; 
	z-index: 10 !important;
	padding-top: 1px !important;
	height: 60px !important;
}

div#logonaam {
	position: relative !important;
	display: block !important;
	left: 125px;
	margin-top: -50px;
	float: left !important;
	margin-left: 10px;
}

div#preface {
	position: relative;
	z-index: 4 !important;
}

div#block-views-calendar-block_1 h3 {
	margin-bottom: 0px; 
}

div#block-views-calendar-block_1 ul {
	margin-bottom: 10px;
}


