/*   
	Theme Name: EVACI 2011 - Titles
	Theme URI: http://www.evaci2011.be
	Description: EVACI 2011 Theme
	Author: Sam Vanfleteren
	Version: 1.0
*/

h1, h2, h3, h4 {
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	background-color: transparent;
}

h1 {
	font-size: 16px;
	color: #34a8dc;
	margin-top: 10px;
}

	h2{
		font-size: 13px;
		margin-bottom: 10px;
	}
	
		h3 {
			font-size: 12px;
			margin-bottom: 10px;
		}
	
.title, .title-hoverview {
	background-color: #34a8dc;
	
	width: 100%;
	height: 14px;
	
	margin-bottom: 20px;
}

.title-hoverview {
	width: 100%;
	margin-bottom: 10px;
}

	.title-text {
		background-color: #FFF;
		
		position: absolute;
		margin-top: -14px;
		margin-left: 14px;
		padding-left: 10px;
		padding-right: 5px;

		<!-- margin-top: -3px; -->
	}
	
.big_type {
	font-size:16px;
	font-weight: bold;
}