/*
Theme Name: Sabastables
Author: Mark Ootes
Description: Op maat gemaakt thema voor Sabastables.
Version: 1.0
*/


/**
 * Table of Contents:
 *
 * 1.0 - Defaults
 * 2.0 - Header
 * 3.0 - Slider
 * 4.0 - More info
 * 5.0 - More info boxes
 * 6.0 - News
 * 7.0 - Footer
 * 8.0 - Main
 * 9.0 - Sidebar
 * 10.0 - Buttons
 * 11.0 - Search Results
 * 12.0 - Archive
 * 13.0 - Comments
 * 14.0 - Contact page
 * ----------------------------------------------------------------------------
 */



/**
 * 1.0 Defaults
 * ----------------------------------------------------------------------------
 */


body{
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
}
.container{
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
}

img, a{
	border:none;
}

a{
	color: #222;
}

/**
 * 2.0 Header
 * ----------------------------------------------------------------------------
 */

.mainheader{
	float:left;
	width: 100%;
}

.searchform{
	float:right;
	margin:30px 0 0;
}

	.searchform input{
		-webkit-appearance: none;
		border:1px solid #222;
		border-right:none;
		line-height: 25px;
		height:29px;
		width: 156px;
		float:left;
		margin: 0;
		outline: none;
			font-size: 12px;

		padding: 8px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}


	.searchform button{
		-webkit-appearance: none;
		border: none;
		height:29px;
		padding: 0;
		margin: 0;
		float:left;
		cursor: pointer;
		width: 34px;
		border-bottom: 1px solid #522967;
		text-indent: -999px;
		overflow: hidden;
		background: url("images/search_icon.png") no-repeat center center #222;
	}

.logo{
	display: block;
	width: 210px;
	height: 135px;
	background: url("images/pegasus-logo.jpg") no-repeat;
	background-size: contain;
	text-indent: -999px;
	overflow: hidden;
	float:left;
	margin:20px 0 10px;
}

.adres{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	float: right;
	margin: 50px 0 0;
	clear:right;
}


.mainmenu{
	width: 100%;
	background: #e5e5e5;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #aaa;
	text-align: center;
	font-size: 0;
}

	.mainmenu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	} 

		.mainmenu ul li{
			float:left;
		}

			.mainmenu ul li a{
				height:58px;
				display: block;
				line-height: 58px;
				color: #111;
				text-decoration: none;
				font-size: 16px;
				font-family: "proxima-nova",sans-serif;
				font-style: normal;
				font-weight: 700;
				padding: 0 15px;

				-webkit-transition: all .5s ease;
				-moz-transition: all .5s ease;
				-ms-transition: all .5s ease;
				-o-transition: all .5s ease;
				transition: all .5s ease;
			}

			.mainmenu ul li a:hover{
				background: #111;
				color: #fff;
			}



/**
 * 3.0 Slider
 * ----------------------------------------------------------------------------
 */


.slider{
	width: 100%;
	float:left;
	overflow: hidden;
	position:relative;
}

	#next, #prev{
		width: 70px;
		height: 70px;
		display: block;
		border-bottom: 3px solid #000;
		cursor:pointer;
		position:absolute;
		z-index: 999;
		top:50%;
		margin-top: -35px;
		text-indent: -9999px;
		overflow: hidden;

		-webkit-transition: all .1s ease;
		-moz-transition: all .1s ease;
		-ms-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;


	}


	#next:hover, #prev:hover{
		background-color: #444;
	}

	#next{
		right:0;
		background:url("images/slidenext_icon.png") no-repeat center center #111;
	}
	#prev{
		left:0;
		background:url("images/slideprev_icon.png") no-repeat center center #111;
	}

	.slider img{
		width: 100%;
		max-width: 1200px;
		box-shadow: 0px 0px 6px rgba(0,0,0,.3);
	}


	.sliderholder{
		float:left;
		width: 100%;
		background: url("images/slidepattern.png") #333;
	}

/**
 * 4.0 More info
 * ----------------------------------------------------------------------------
 */
.more-info{
	border-top: 1px solid #ccc;
	height: 135px;
	width: 100%;
	float: left;
	text-align: center;
}

	.more-info p{
		line-height: 135px;
		margin: 0;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 300;
		font-size: 22px;
		display: inline-block;
	}

	.more-info a.btn-readmore{
		display: inline-block;
		margin-left: 20px;
		top:-4px;
	}
	.more-info a.btn-readmore:active{
		top:-1px;
	}


/**
 * 5.0 More info boxes
 * ----------------------------------------------------------------------------
 */

.more-info-boxes{
	width: 100%;
	float: left;
	background: #eaeaea;
	border-top: 4px solid #d8d8d8;
	border-bottom: 4px solid #d8d8d8;
}

	.more-info-boxes .box{
		float:left;
		width: 280px;
		margin: 28px 0 28px 40px;
		background: #fff;
	}

	.more-info-boxes .box:first-child{
		margin-left: 0;
	}

		.more-info-boxes .box a {
			max-width: 100%;
			display: block;
		}

			.more-info-boxes .box a img {
				max-width: 100%;
			}


		.more-info-boxes .box h1{
			font-family: "proxima-nova",sans-serif;
			font-style: normal;
			font-weight: 700;
			margin: 15px 20px 20px;
		}

		.more-info-boxes .box p{
			margin: 0 20px 40px;
			font-family: "proxima-nova",sans-serif;
			font-style: normal;
			font-weight: 300;
			color: #949494;
			line-height: 1.8;
			font-size: 14px;
			min-height: 125px;
		}

		.more-info-boxes .box .btn-moreinfo{
			margin: 0 20px 14px;
		}


/**
 * 6.0 News
 * ----------------------------------------------------------------------------
 */

.news{
	width: 100%;
	float:left;
}

	.news .container{
		position:relative;
	}


	.news .controls{
		position:absolute;
		top:35px;
		right:20px;
		width: 50px;
		display: block;
	}

	.news .controls span{
		width: 25px;
		height:30px;
		cursor: pointer;
		text-indent: -9999px;
		overflow: hidden;
		display: block;
		cursor:pointer;
		float:left;
	}

		#news_next{
			background: url("images/newsslider_next_icon.png") no-repeat center center;
		}

		#news_prev{
			background: url("images/newsslider_prev_icon.png") no-repeat center center;
		}

		#news_next.disabled,
		#news_prev.disabled {
			opacity: 0.5;
		}

	.news h1.sectionheader{
		text-transform: uppercase;
		margin: 40px 0 30px;
		padding: 0 0 10px;
		border-bottom: 4px solid #eaeaea;
	}

	.news article{
		width: 100%;
		float:left;
	}

	.news article img{
		float:left;
		margin:0 40px 40px 0;
	}

	.articlecontent{
		float:left;
		width: 600px;
		margin-bottom: 30px;
	}

	.news article .articletitle,
	article .articletitle,
	.news article .articletitle h1
	{
		text-decoration: none;
		color: #000;
		font-size: 20px;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 700;
	}


		.news article .articletitle h1{
			margin: 0;
		}

	.news article p,
	.entry-content .search-item p {
		color: #777;
		line-height:1.8;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 300;
	}

	.news article p.postmeta{
		color: #000;
		margin: 10px 0;
		font-size: 14px;
	}

		.date{
			height: 20px;
			line-height: 20px;
			display: inline-block;
			padding-left: 25px;
			background: url("images/time_icon.png") no-repeat left center;
		}

		.messages{
			height: 20px;
			line-height: 20px;
			display: inline-block;
			color: #000;
			text-decoration: none;
			padding-left: 25px;
			margin-left: 10px;
			background: url("images/messages_icon.png") no-repeat left center;
		}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */
.mainfooter{
	padding-top: 50px;
	width: 100%;
	float:left;
	background: #232323;
}

	.mainfooter h1{
		color: #fff;
		text-transform: uppercase;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 700;
	}


	.mainfooter h2{
		color: #646464;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		border-bottom: 1px solid #646464;
		padding-bottom: 5px;
		margin: 15px 0 0;
	}

	.about{
		width: 260px;
		float:left;
		margin-right: 60px;
	}

		.about p{
			color: #696969;
			line-height: 2;
			font-size: 14px;
		}

	.contact{
		width: 290px;
		float:left;
		margin-right: 20px;
	}

		.contact p{
			color: #eee;
			line-height: 2;
			font-size: 14px;
		}

		.socialicons{
			border-top: 1px solid #646464;
		}

			.socialicons p{
				font-size: 18px;
				font-family: "proxima-nova",sans-serif;
				font-style: normal;
				font-weight: 300;
				color: #696969;
				height: 60px;
				line-height: 60px;
				width: 50px;
				float:left;
				margin: 0;
			}

				.socialicons a{
					width: 22px;
					height: 22px;
					text-indent: -999px;
					overflow: hidden;
					padding:19px 10px;
					float:left;
				}
					.facebook_icon{
						background: url("images/facebook_footer_icon.png") no-repeat center center; 
					}

					.twitter_icon{
						background: url("images/twitter_footer_icon.png") no-repeat center center;
					}

					.rss_icon{
						background: url("images/rss_footer_icon.png") no-repeat center center;
					}

	.photos{
		width: 290px;
		float:left;
	}

		.photolist{
			padding: 0;
			margin: 20px 0 0;
			list-style: none;
		}

			.photolist li{
				float:left;
				margin: 8px;
			}

	.logos{
		margin-top: 20px;
		width:920px;
		float:left;
		border-top: 1px solid #3c3c3c;
		border-bottom: 1px solid #3c3c3c;
		padding:10px 0;
	}

		.logos a{
			margin:0 20px 0 0;
		}

		.logos .lbilink{
			float:right;
			margin: 0;
		}

	.copyright{
		width:920px;
		float:left;
		margin-bottom: 20px;
	}

	.copyright p{
		width: 50%;
		float:right;
		color: #696969;
		font-size: 12px;
		text-align: right;
	}

	.copyright p:first-child{
		float:left;
		text-align: left;
	}

	.copyright p a{
		color: #696969;
		text-decoration: none;
	}


/**
 * 8.0 Main
 * ----------------------------------------------------------------------------
 */

.main{
	width: 100%;
	float:left;
}

/* content */

.entry-content{
	width: 610px;
	margin:10px 0 30px;
	float:left;
	color: #666;
}

	.entry-content h1{
		color: #000;
		font-size: 28px;
		margin: 20px 0 10px;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 700;
		border-bottom: solid 4px #DDD;
		padding: 0 0 10px 0;
	}

	.entry-content h2{
		font-size: 18px;
		font-family: "proxima-nova",sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #555;
	}

	.entry-content p{
		font-size: 14px;
		line-height: 1.8;
		color: #666;
	}

	.entry-content ul{
		font-size: 14px;
		line-height: 1.8;
		color: #666;
	}


	/* Default WISIWYG Editor Styles */
	.entry-content img {}
	.alignleft, img.alignleft {
		float:left;
		padding:10px 10px 10px 0;
	}
	.alignright, img.alignright {
		float:right;
		padding:10px 0px 10px 10px;
	}
	.aligncenter, img.aligncenter {}
	.alignnone, img.alignnone {}

	.wp-caption {}
	.wp-caption img {}
	.wp-caption p.wp-caption-text {}

	.wp-smiley {}

	blockquote.left {}
	blockquote.right {}

	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}

	.size-full {}
	.size-large {}


/**
 * 9.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.sidebar{
	width: 280px;
	float:left;
	margin:0 0 20px 30px;
	padding-top: 18px;
}

	.sidebarwidget{
		display: block;
		margin: 30px 0 20px;
	}

		.sidebarwidget img{
			width: 64px;
		}

		.sidebarwidget h2{
			margin: 0;
			font-size: 20px;
			font-family: "proxima-nova",sans-serif;
			font-style: normal;
			font-weight: 700;
			padding-bottom: 6px;
			border-bottom: 4px solid #ddd;
		}

		.sidebarwidget ul{
			padding: 0;
			margin: 0;
			overflow: hidden;
			list-style: none;
		}

			.sidebarwidget ul li a{
				text-decoration: none;
				margin: 10px 0;
				display: block;
				padding: 10px 0;
				clear:both;
			}
			
			.sidebarwidget .staticmap{
				margin: 10px 0;
				display: block;
			}


			.sidebarwidget ul li img{
				float:left;
				margin: 0 10px 10px 0;
			}

			.sidebarwidget ul li h3{
				font-size: 13px;
				color: #333;
				margin: 0 0 0 60px;
				line-height: 1.2;
			}

			.sidebarwidget ul li time{
				color: #666;
				font-size: 12px;
				font-style: italic;
				margin: 8px 0 0 60px;
				display: block;
				text-align: right;
			}



/**
 * 10.0 Buttons
 * ----------------------------------------------------------------------------
 */

.btn-moreinfo{
	background: #939393;
	display: inline-block;
	position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #939393;
    font-weight: 700;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px #686868;
    -moz-box-shadow: 0px 4px 0px #686868;
    box-shadow: 0px 4px 0px #686868;
    width: 140px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
	text-align: center;

	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.btn-moreinfo:active{
	-webkit-box-shadow: 0px 1px 0px #686868;
    -moz-box-shadow: 0px 1px 0px #686868;
    box-shadow: 0px 1px 0px #686868;
    position: relative;
    top: 3px;
}


#submit,
.btn-readmore{
	background: #222;
	display: inline-block;
	position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #222;
    font-weight: 700;
    display: block;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 0px #000;
    -moz-box-shadow: 0px 4px 0px #000;
    box-shadow: 0px 4px 0px #000;
    width: 140px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    font-size: 16px;
	text-align: center;

	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 700;

	-webkit-appearance:none;
	cursor:pointer;
	
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;

	margin-bottom: 4px;
}

#submit:active,
.btn-readmore:active{
	-webkit-box-shadow: 0px 1px 0px #000;
    -moz-box-shadow: 0px 1px 0px #000;
    box-shadow: 0px 1px 0px #000;
    position: relative;
    top: 3px;
}

/**
 * 11.0 Search results
 * ----------------------------------------------------------------------------
 */

.search-results h1 span {
	color: #111;
}

.search-item:after {
 	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.search-item {
 	clear: both;
 	border-bottom: solid 4px #ddd;
 	padding-bottom: 1em;
 	display: inline-block;
 	width: 100%;
 }

html[xmlns] .search-item {
	display: block;
}

* html .search-item {
	height: 1%;
}

 .search-item .btn-readmore {
 	float: right;
 }

.search-item h2 {
	margin: 1em 0 0 0;
	color: #444;
}

.search-item p {
	margin: 0.5em 0;
}

.entry-content .searchform {
	float: none;
	width: 334px;
}

.entry-content .searchform input {
	width: 300px;
}

/**
 * 12.0 Archive
 * ----------------------------------------------------------------------------
 */

 .archive-content img {
 	clear: both;
 	float: left;
 	margin-right: 1em;
 	max-width: 120px;
 }

/**
 * 13.0 Comments
 * ----------------------------------------------------------------------------
 */

.comment {
	display: block;
	clear: both;
	width: 520px;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comment.odd {
	background-color: #EEE;
}

.comment.not_approved{

}

.comment.not_approved .comment-content{
	font-style: italic;
}




#comments h2 {
	margin-top: 40px;
}

.comment p {
	margin: 0;
}

.comment img {
 	float: left;
 	margin-right: 1em;
 }

 .comment-meta {
	text-align: right;
 }

 .comment-meta strong {
 	color: #111;
 }

/**
 * 14.0 Contact page
 * ----------------------------------------------------------------------------
 */

table, td, tr {
	vertical-align: top;
}

form ul {
	padding: 0;
	list-style-type: none;
}

form li {
	margin: 8px 0;
}

label {
 	width: 120px;
 	background-color: #ddd;
 	float: left;
 	padding: 0 1.2em;
 	line-height: 48px;
 	height: 48px;
 	display: block;
 	font-weight: bold;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

input,
textarea {
 	width: 400px; 
 	border: solid 3px #ddd;
 	height: 48px;
 	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1em;
	color: #888;
	font-family: arial, sans-serif;
	outline: none;
	-webkit-appearance:none;
	border-radius: 0px;
 }

 form small {
 	width: 300px;
 	float: right;
 	color: #666;
 }

 div.error {
 	display: block;
 	background-color: rgb(180,9,9);
 	background-color: rgba(180,9,9,0.8);
 	color: #fff;
 	padding: 0 1em;
 	position: absolute;
 	margin-top: 6px;
 	height: 36px;
 	margin-left: 260px;
 	clear: left;
 	width: inherit;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 
 div.succes p,
 div.error p {
 	color: #fff;
 	margin: 0;
 	line-height: 36px;
 	text-align: center;
 }

 div.succes {
 	display: inline-block;
 	background-color: rgb(9,120,9);
 	color: #fff;
 	padding: 0 1em;
 	height: 36px;
 	width: 520px;
 	clear: left;
 	margin-top: 20px;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 }

textarea,
.comment-form-comment label,
.textarea {
	height: 160px;
	resize:none;
	margin-top: 0;
}


#contactform{
	padding-top: 50px;
}
