@charset "utf-8";
/** 
 * Theme Name: Pakkerij Concert
 * Theme URI: www.mauritskorse.nl
 * Description: First theme for Pakkerij Concert website.
 * Version: 1.0
 * Author: Maurits Korse
 * Author URI: http://mauritskorse.nl
 * Tags: Pakkerij Concert
 */


* {
	font-family: Verdana, Tahoma, Arial;
	padding: 0;
	margin: 0; 
	border: 0;
}
body{
	height: 100%;
	width: 100%;
	font-size: 9pt;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: -10px -5px;
}
#viewport{
	position: relative;
	text-align: center;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: auto;
}
.header{
	height: 140px;
	background-image: url(images/title.png);
	background-position: 100px top;
	background-repeat: no-repeat;
}
.logo{
	overflow: hidden;
	background-image: url(images/logo.png);
	position: absolute;
	top: -30px;
	right: 0;
	height: 228px;
	width: 190px;
}
.menu{
	margin: 100px 0 0 110px	;
	padding: 0;
	left: 0;
	position: absolute;
}
.menu li{
	display: inline;
	margin: 0 7px;
	padding: 0;
	font-size: 11pt;
	font-family: arial rounded;
}
.menu img{
	height: 19px;
	position: relative;
	margin:  0 0 -2px 0;
}
.menu a:hover{
	border-bottom: 2px solid #D1D0FF;
}

.highlights{
	margin: auto;
	width: 900px;
}
.highlight{
	width: 295px;
	height: 295px;
	float: left;
}
.highlight.green{
	background-image: url(images/square_green.png);
	background-repeat: no-repeat;
}
.highlight.blue{
	background-image: url(images/square_blue.png);
	background-repeat: no-repeat;
}
.highlight.red{
	background-image: url(images/square_red.png);
	background-repeat: no-repeat;
}

.main{
	clear: both;
	width: 850px;
	margin: auto;
	padding: 25px 0;
	text-align: left;
}
.left-column{
	float: left; 
	width: 450px;
}
.extra-column{
	float: left; 
	width: 350px;
}
.extra-column p{
	margin: 2px 0 20px 15px;
}
.hr{
	background-image: url(images/hr.png);
	background-position: center middle;
	border: 0;
	width: 875px;
	height: 26px;
	display: block;
	margin: auto;
}
.footer{
	width: 850px;
	clear: both;
	margin: auto;
}
.footer, .footer *{
	font-size: 7.5pt;
	text-align: left;
	color: #c0c0c0;
}
.footer div{
	margin: 5px 10px;
}
.footer img{
	margin: -8px 5px 0 10px;
}
.news-intro h3{
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 9pt;
	float: left;
	font-weight: medium;
}
.news-intro span{
	color: #8B8B8B;
	font-family: Trebuchet MS;
	font-size: 9pt;
	margin-left: 5px;
	text-overflow:ellipsis;
	overflow:hidden;
	width:20px;
}
.news-intro{
	margin-left: 15px;
	clear: both;
}
.story p,  .story ul, .story ol{
	width: 400px;
	color: #999999; 
	line-height: 13pt; 
	font-size: 8pt; 
	margin: 10px 0 20px 10px;
}
.story li
{
	width: 400px;
	color: #999999; 
	line-height: 13pt; 
	font-size: 8pt; 
	margin: 0 0 5px 10px;
	padding: 0 0 0 5px;

}
img.alignright{
	float: right;
	margin-right: -100px;
}

h3{
	font-size: 9pt;
	font-weight: thin;
	text-decoration: underline;
	color: #999999;
	margin: 15px 0 0 0;

}
div.form p{
	width: 500px;
	margin-left: 20px;
}
div.form p{
	padding: 0;
	margin: 0;
}
div.form span.field-title {
	display: block;
	color: #999999;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 8pt;
}
div.form p span, div.form p i{
	margin-left: 10px;
}

div.form span.compulsory{
	font-weight: bold;
}

input, textarea, select{
	border: 1px solid #bbbbbb;
	color: #3333ff;
	font-size: 10pt;
	border-radius: 4px;
	padding: 1px;
}
input, textarea{
	width: 250px;
}

input[type=submit],input[type=checkbox]{
	width: auto;
	padding: 3px;
	font-size: 11pt;
	margin: 10px 0 0 10px;
}

textarea{
	height: 75px;
}
.wpcf7-not-valid-tip-no-ajax{
	color: #ff0000;
}
.wpcf7-response-output{
	color: #ff0000;
	font-weight: bold;
}
a{
	color: #4444DD;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
