@charset "utf-8";
/*----------------------------------------------------------------------------- 
Default Screen Stylesheet

Theme Name: CodeRight
Theme URI: http://www.coderight.nl/
Description: Custom WordPress theme voor CodeRight.
Version: 1.0
Author: illutic WebDesign
Author URI: http://www.illutic.nl/
-----------------------------------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	direction: ltr;
}

body {
	background: #fff url(../images/bg.png) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em op 10px zetten */
	color: #000;
	margin: 0;
	padding: 0;
}

	/* zorgt ervoor dat alles goed afsluit */
	div:after, p:after, ul:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}


/* STANDAARD ELEMENTEN */
img, a img {
	border: 0;
	text-decoration: none;
}

h1 {
	color: #1ab7ea;
	width: 100%;
	display: block;
	clear: right;
	margin-bottom: 10px;
}

h2, h3, h4, h5, h6 {
	color: #002d62;
	width: 100%;
	display: block;
	clear: right;
	margin-bottom: 2px;
}

p {
	font-size: 1.1em;
	line-height: 1.6em;
	text-align: justify;
	margin-top: 0px;
}

a {
	color: #1ab7ea;
	text-decoration: none;
	font-weight: bold;
}
	a:hover {
		color: #000;
	}

ul {
	margin: 0px;
	padding: 0px;
}

/* CONTAINERS */
#container {
	width: 1000px;
	height: 100%;
	display: block;
	margin: 0px auto;
	background: none;
}

#pagecontainer {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0;
	display: block;
	float: left;
	background: #fff none;
}

/* SHADING COLUMNS */
.column {
	width: 105px;
	height: 861px;
	display: block;
}

	.left {
		position: absolute;
		top: 0;
		left: -105px;
		background: transparent url(../images/bg-links.png) top left no-repeat;
	}

	.right {
		position: absolute;
		top: 0;
		right: -105px;
		background: transparent url(../images/bg-rechts.png) top left no-repeat;
	}


/* HEADER */
#header {
	width: 100%;
	height: 119px;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	background: transparent url(../images/bg-header.png) top right no-repeat;
}
	
	#logo {
		width: 224px;
		height: 49px;
		margin: 39px 0 0 20px;
		display: block;
	}

/* NAVIGATION */
#nav {
	width: 100%;
	height: 44px;
	display: block;
	float: left;
	background: #fff url(../images/bg-nav.png) top left repeat-x;
}

	#nav ul {
		margin: 0;
		padding: 0;
		width: auto;
		display: block;
		float: right;
	}
		#nav ul li {
			list-style: none;
			width: auto;
			height: 44px;
			display: block;
			float: left;
		}
		#nav ul li.current a {
			color: #1ab7ea;
			text-decoration: underline;
		}
		#nav ul li.current a:hover {
			color: #fff;
		}
			#nav ul li a {
				padding: 15px 20px;
				display: block;
				color: #fff;
				font-size: 1.1em;
				font-weight: bold;
				text-decoration: none;
			}
			#nav ul li a:hover {
				color: #1ab7ea;
				text-decoration: underline;
			}

/* ------------------------------------------------------------------------------------------------- */

/* PAGINA INHOUD */
#page {
	padding: 20px 20px 0;
	width: auto;
	height: 300px;
	display: block;
	float: left;
}
	#page a {
		text-decoration: underline;
	}
	
	.box {
		width: 740px;
		display: block;
		float: left;
	}
	
	#whatsnew {
		width: 740px;
		height: 100%;
		display: block;
		float: left;
		background: url(../images/shadow-bottom-large.png) left bottom no-repeat;
	}
		#whatsnew ul {
			width: 100%;
			height: auto;
			display: block;
			float: left;
			font-size: 1.1em;
			list-style: none;
			padding: 0 0 18px 0;
			background: url(../images/shadow-top-large.png) left top no-repeat;
		}
			#whatsnew ul li {
				text-align: right;
				padding: 5px 10px;
				margin: 0 10px;
				background: #fff;
			}
			#whatsnew ul li.header {
				font-size: 1.4em;
				font-weight: bold;
				text-align: left;
				color: #002d62;
				background: transparent url(../images/beeldmerk-klein.png) 10px 14px no-repeat;
				padding: 14px 34px 6px;
				border-bottom: 1px solid #dbdbdb;				
			}
			#whatsnew ul li.odd {
				background: #efefef;
			}
			#whatsnew ul li.rss {
			}
			#whatsnew ul li.rss a {
				float: right;
				margin: 2px 5px;
				padding: 0 18px;
				background: url(../images/feed-icon-14x14.png) center right no-repeat;
			}
				#whatsnew ul li a {
					text-align: left;
					display: block;
					float: left;
					color: #002d62;
				}
				
				#whatsnew ul li a:hover {
					color: #1ab7ea;
				}
	
	.kolom {
	}
	
	.smal {
		width: 245px;
		height: 100%;
		display: block;
	}
	
	.breed {
		width: 490px;
		height: 100%;
		display: block;
	}
	
	.links {
		float: left;
	}
	
	.rechts {
		float: right;
	}
	
	.lowerBox {
		width: 490px;
		height: 100%;
		display: block;
		float: left;
		background: url(../images/shadow-bottom-medium.png) left bottom no-repeat;
	}
	
	.upperBox {
		width: 490px;
		height: 100%;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/shadow-top-medium.png) left top no-repeat;
	}
	
	ul.items {
		width: auto;
		margin: 20px;
		padding: 0;
		display: block;
		float: left;
		list-style: none;
	}
		ul.items li {
			padding: 10px 5px 0;
			display: block;
			float: left;
		}
			ul.items li img {
				padding: 0 10px 0 0;
				display: block;
				float: left;
			}
			ul.items li .item {
				width: 380px;
				height: auto;
				padding: 0;
				margin: 0;
				display: block;
				float: right;
			}
				ul.items li .item .header {
					color: #002d62;
					font-size: 1.2em;
					font-weight: bold;
				}
				ul.items li .item p {
					width: auto;
					display: block;
					float: left;
				}
				
	.quoteBox {
		width: 245px;
		height: auto;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-bottom.png) left bottom no-repeat;
	}
	
	.quoteBoxUpper {
		width: 245px;
		height: 100%;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-top.png) left top no-repeat;
	}
	
	.quoteBoxColored {
		width: 245px;
		height: auto;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-bottom-colored.png) left bottom no-repeat;
	}
	
	.quoteBoxUpperColored {
		width: 245px;
		height: 100%;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-top-colored.png) left top no-repeat;
	}
	
	.quoteBoxColoredTwo {
		width: 245px;
		height: auto;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-bottom-colored-2.png) left bottom no-repeat;
	}
	
	.quoteBoxUpperColoredTwo {
		width: 245px;
		height: 100%;
		display: block;
		float: left;
		padding: 0;
		background: url(../images/quote-top-colored-2.png) left top no-repeat;
	}
		.quote {
			margin: 20px 20px 15px 20px;
			color: #002d62;
			text-align: justify;
			font-size: 1.1em;
			line-height: 1.5em;
		}
		.quotee {
			margin: 5px 70px 5px 20px;
			color: #002d62;
			font-weight: bold;
		}
		
		.quoteBoxUpperColored .quote,
		.quoteBoxUpperColoredTwo .quote {
			color: #fff;
		}

/* ------------------------------------------------------------------------------------------------- */

/* FOOTER */
#footer {
	width: 100%;
	height: 112px;
	display: block;
	float: left;
	background: #fff url(../images/bg-footer.png) repeat-x 0px 25px;
}
	#gegevens {
		width: 560px;
		height: 62px;
		margin: 20px 20px 0;
		padding: 0px;
		display: block;
		float: left;
		color: #fff;
		line-height: 1.4em;
	}
		#gegevens ul {
			width: 100%;
			height: auto;
			padding: 11px 0 0 0;
			margin: 0;
			display: block;
			float: left;
		}
			#gegevens ul li {
				width: auto;
				padding: 0 65px 0 0;
				display: block;
				float: left;
			}
				#gegevens ul li span {
					color: #1ab7ea;
				}
	
	#beeldmerk {
		width: 102px;
		height: 102px;
		display: block;
		margin: 0 20px 0 0;
		padding: 0px;
		float: right;
	}
	
	#copyright {
		width: 600px;
		height: auto;
		display: block;
		float: left;
		color: #002d62;
		margin: 13px 20px;
	}
	
/* ------------------------------------------------------------------------------------------------- */

/* CONTACT FORM */
form { width: 800px; height: auto; display: block; padding: 0; }

	form input, form textarea, form select {
		border: 1px solid #000;
		padding: 3px 2px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 200px;
	}
	form textarea {
		width: 300px;
		height: 125px;
		 background: url(../images/form_bg.png) center center no-repeat;
	}
	form select {
		padding: 1px;
		width: 207px;
	}
	form select option {
		padding: 2px;
		vertical-align: middle;
	}
	
	form input:hover, form textarea:hover, form select:hover,
	form input:focus, form textarea:focus, form select:focus {
		border: 1px solid #1ab7ea;
	}

	form label {
		width: 125px;
		margin: 0 15px 0 0;
		display: block;
		float: left;
		text-align: right;
		font-weight: bold;
	}
	
	.jsValidation, .msgSuccess, .msgFail {
		background-color: #ff0000;
		color: #fff;
		font-weight: bold;
		padding: 2px 3px;
		margin: 0 0 0 10px;
		display: inline-block;
		z-index: 10;
	}
	.msgSuccess {
		background-color: #002d62;
		bordeR: 2px solid #1ab7ea;
		padding: 4px;
	}
	
	
	form input.submit {
		margin-left: 140px;
		border: 2px solid #1ab7ea;
		color: #fff;
		font-weight: bold;
		background-color: #002d62;
		text-transform: lowercase;
		padding: 2px 5px;
		width: 75px;
	}
	
	
	
	
	
	
	
	
	
		