/*
Theme Name: KawonICT
Theme URI: http://www.kawonict.nl/
Description: Thema voor KawonICT gemaakt door : Design&Drukwerk
Author: Design&Drukwerk
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/

/*
Website: http://www.ermagan.nl/
CSS: Marc Ermagan
E-mail: marc.ermagan@hotmail.com
*/

/* Start Standaard CSS */

* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	background: url(images/background.jpg) top center no-repeat #ccd7e6 fixed;
	margin: 0 auto;
	padding: 0;
	line-height: 22px;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #444444;
}

img {
	border: 0;
}

a {
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #444444;
}

a:hover {
	color: #000000;
	border-bottom: 1px dotted #000000;
}

div.Wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	box-shadow: 0 0 20px #c0c0c0;
}

/* Header */

div.Header {
	width: 910px;
	height: 100px;
	padding: 0;
	margin: 0 auto;
}
	
	.Logo {
		padding: 26px 0;
		float: left;
	}
	
	div.Menu {
		float: right;
		width: auto;
		height: 35px;
		padding: 33px 0;
	}
	
		div.Menu ul {
			list-style: none;
			padding: 0;
			width: auto;
			height: 35px;
			line-height: 35px;
		}
		
			div.Menu ul li {
				float: left;
				margin: 0 10px;
				position: relative;
			}
			
				div.Menu ul li a {
					padding: 10px 15px;
					text-decoration: none;
					color: #464646;
					font-size: 13px;
					border-bottom: none !important;
				}
				
					div.Menu ul li a:hover {
						background: #00b0ef;
						color: #FFF;
					}
					
						div.Menu ul li ul {
							display: none;
							font-size: 12px;
							height: auto;
							margin: 0;
							position: absolute;
							width: 200px;
							z-index: 99999999999;
						}
						
							div.Menu ul li:hover ul {
								display: block;
								width: 200px;
							}
						
								div.Menu ul li ul li {
									height: auto;
									width: 200px;
									margin: 0;
									display: block;
								}
						
									div.Menu ul li ul li a {
										padding: 5px 15px;
										text-decoration: none;
										color: #464646;
										font-size: 13px;
										background: #FFF;
										display: inline-block;
									}
						
										div.Menu ul li ul li a:hover {
											background: #00b0ef;
											color: #FFF;
										}

/* End Menu */

/* Content */

div.Slider {
	width: 1000px;
	height: 200px;
	background:#f6f6f6;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 100;
}

	div.ContentWrapper {
		width: 910px;
		height: auto;
		margin: 0 auto;
		padding: 0;
		padding: 57px 0;
	}
	
		div.ContentWrapper ul {
			list-style-image: url(images/list-style.png);
			padding-left: 15px;
			margin-bottom: 25px;
		}
		
		div.ContentWrapper p {
			margin-bottom: 25px;
		}
	
		div.Content {
			width: 585px;
			height: auto;
			padding: 0;
			margin: 0 auto;
			float: left;
		}
		
		div.Sidebar {
			width: 325px;
			height: auto;
			padding: 0;
			margin: 0 auto;
			float: left;
		}

/* Footer */

div.Footer {
	background: url(images/footer.png) center center;
	width: 1000px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
}

div.SubFooter {
	background: #007ba8;
	width: 1000px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #00b0ef;
}

	div.SubFooter a {
		color: #00b0ef;
		border-bottom: 1px dotted #00b0ef;
	}
	
		div.SubFooter a:hover {
			color: #e1f7ff;
			border-bottom: 1px dotted #e1f7ff;
		}
		
/* SearchForm */

.SearchForm {
    float: left;
    height: 30px;
    margin: 5px 0;
    position: relative;
    width: 210px;
}

	.SearchForm input[type="text"] {
		background-color: #FFFFFF;
		border: 1px solid #333333;
		color: #333333;
		font-size: 12px;
		height: 26px;
		left: 0;
		line-height: 26px;
		padding: 0 10px;
		position: absolute;
		top: 0;
		width: 155px;
	}

	.SearchForm input[type="image"] {
		position: absolute;
		right: 0;
		top: 0;
	}
	
/* Misc. */

.FloatLeft {
	float: left;	
}

.FloatRight {
	float: right;	
}

.ClearBoth {
    clear: both;
}

div.SpacerTop {
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #e8e8e8;
	background: #fafafa;
}

div.SpacerBottom {
	width: 910px;
	padding: 8px 45px;
	height: 24px;
	margin: 0 auto;
	border-top: 1px solid #e8e8e8;
	background: #fafafa;
}

.post {
	padding: 10px 0;
	border-bottom: 1px solid #E8E8E8;
}

h1 {
	color: #00b0ef;
	font-size: 34px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
}

h2, h3, h4, h5, h6 {
	color: #00b0ef;
	font-size: 14px;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
}

.aligncenter {
	text-align: center;
	margin: 20px;
	border: 4px solid #fff;
	box-shadow: 0px 3px 3px #dadada;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
}

.alignnone {
	margin: 20px;
}

blockquote {
	padding-left: 20px;
	font-style: italic;
	border-left: 1px dotted #555555;
}

.easingsliderlite-slides-container, .easingsliderlite-viewport {
	width: 100%;
	height: 230px;
	padding-top: 0px !important;
}

/* FORMS */

.wpcf7-form label {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 180px;
}

.wpcf7-form input[type="text"] {
    border: 1px solid #BFBFBF;
    box-shadow: 0 0 7px #CACACA inset;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    height: 10px;
    padding: 10px;
    width: 200px;
}

.wpcf7-form textarea {
    border: 1px solid #BFBFBF;
    box-shadow: 0 0 7px #CACACA inset;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    height: 130px;
    padding: 10px;
    width: 380px;
	min-width: 380px;
	max-width: 400px;
	min-height: 130px;
	max-height: 150px;
}

.wpcf7-form input[type="submit"] {
    background: #00b0ef;
    border: 1px solid #032E59;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    padding: 8px 15px;
    text-align: center;
    width: 100px;
}

.wpcf7-form input[type="submit"]:hover {
    background: #007BA8;
}

div.wpcf7-response-output {
    margin: 0 !important;
}

span.wpcf7-not-valid-tip {
	font-size: 11px !important;
	left: 110% !important;
	padding: 5px !important;
	top: -60% !important;
}

.easingsliderlite-pagination outside bottom-center {
	bottom: -29px;
}

.easingsliderlite, .easingsliderlite div, .easingsliderlite a, .easingsliderlite img {
	border-bottom: none !important;
}

.latest-twitter-tweet {
	font-style: normal !important; 	
	border-bottom: 1px dotted #444444 !important;
	padding-bottom: 15px !important;
}

.sidebox {
	padding-left: 50px;
}

.twtr-hd a, .twtr-ft a {
	border-bottom: none;
}