/*

	Stylesheet for Labybel
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     Stijn De Lathouwer stijn@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*
	General
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	background: #000 url('../images/body.jpg') repeat-x;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 17px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 12px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 12px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}


a:hover {
	color: #e97417;
	border-color: #e97417;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #F5F5F5;
	margin: 0 0 12px 0;
	padding: 10px;
}

.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

.content blockquote {
	padding: 0 10px; 
	padding: 12px 0;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

.content td, 
.content th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 11px; 
	padding: 4px;
}

.content th {
	font-weight: 700;
}

/*
	Page structure and layout
*/

#container {
	width: 935px;
	margin: 0 auto;
	padding: 50px 10px 0 10px;
	position: relative;
	/* background: url('../images/tempGrid.jpg') repeat-y; */
}

	/* General */

	/* Header */

	/* Logo */

	#header {
		height: 94px;
	}

	#header h1 {
		float: left;
		width: 222px;
		height: 53px;
		background: url(../images/logo.gif) no-repeat;
		text-indent: -9999px;
		float: left;
	}

	#header h1 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Language */
	
	#language {
		position: absolute;
		right: 10px;
		top: 5px;
	}
	
	#language li {
		float: left;
		font-size: 11px;
		margin: 0 0 0 10px;
	}

	#language li a {
		border: 0;
		color: #fff;
	}
	
	#language li a:hover {
		border: 0;
		color: #E97417;
	}

	#language li.selected a {
		color: #a8a7a7;
	}

	/* Navigation */

	#navigation {
		float: left;
		/*margin: 0 0 0 135px;*/
		margin: 0 0 0 96px;
		display: inline;
		width: 611px;
		padding: 3px;
		position: relative;
	}
	
	#navigation ul ul {
		position: absolute;
		left: 2px;
		top: 29px;
		background: #000;
		width: 604px;
		padding: 5px;
	}

	#navigation li {
		float: left;
		padding: 4px 8px;
		margin: 0 16px 0 0;
	}

	#navigation li.selected {
		background: #000;
	}

	#navigation li.selected a {
		color: #a8a7a7;
	}
	
	#navigation li a {
		border: 0;
		text-transform: uppercase;
	}
	
	#navigation ul ul li a {
		color: #a8a7a7;
	}
	#navigation ul ul li {
		padding: 1px 8px;
	}

	#navigation ul ul li.selected {
		background: #e97417;
	}
	
	#navigation ul ul li.selected a {
		color: #fff;
	}

	#navigation li a:hover {
		color: #E97417;
	}
	
	

	/* Content */

	#content {
		overflow: hidden;
	}

	#homeProject img, #galleryOverview img, #galleryOverviewSmall img {
		border: 1px solid #9a9898;
	}
	
	#homeProject a:hover img, #galleryOverview a:hover img, #galleryOverviewSmall a:hover img {
		border: 1px solid #E97417;
	}

	#homeProject a.bigImage {
		border: 0;
	}
	
	#galleryOverview a.smallImage, #galleryOverviewSmall a.smallImage {
		border: 0;
		width: 275px;
		overflow: hidden;
	}
	
	#homeProject a.bigImage:hover img, #galleryOverview a.smallImage:hover img, #galleryOverviewSmall a.smallImage:hover img {
		border: 1px solid #E97417;
	}
	
	#homeProject .projectInfo:hover, #homeProject .projectInfo:hover a, 
	#galleryOverview .projectInfo:hover, #galleryOverview .projectInfo:hover a
	#galleryOverviewSmall .projectInfo:hover, #galleryOverviewSmall .projectInfo:hover a  {
		color: #E97417;
		cursor: pointer;
	}
	
	#homeProject .projectInfo:hover h3 a, #galleryOverview .projectInfo:hover h3 a, #galleryOverviewSmall .projectInfo:hover h3 a {
		border-bottom: 1px solid #E97417;
		color: #E97417;
	}
	
	#homeProject .projectInfo:hover p a, #galleryOverview .projectInfo:hover p a, #galleryOverviewSmall .projectInfo:hover p a {
		border-bottom: 0;
		color: #E97417;
	}
	
	#homeProject h3, #galleryOverview h3, #galleryOverviewSmall h3  {
		padding: 0 0 2px 0;
	}
	
	#homeProject h3 a, #galleryOverview h3 a, #galleryOverviewSmall h3 span {
		border-bottom:1px solid #FFFFFF;
		font-size: 11px;
		padding: 0 0 2px 0;
		text-transform: uppercase;
	}
	
	#homeProject h3 a:hover, #galleryOverview h3 a:hover, #galleryOverviewSmall h3 a:hover {
		color: #E97417;
	}
	
	#homeProject p a, #galleryOverview p a, #galleryOverviewSmall p a {
		border-bottom: 0;
	}
	
	#galleryOverview {
		width: 987px;
		clear: left;
		float: left;
	}

	#galleryOverview li {
		float: left;
		width: 277px;
		margin: 0 52px 75px 0;
		display: inline;
		overflow: hidden;
		/* min-height: 244px; */
		height: 268px;
	}
	
	#galleryOverview a.galleryThumb {
		border: 0;
		float: left;
	}
	
	#galleryAndNewsletter {
		width: 277px;
		float: left;
	}
	
	#newsletterSubscribe {
		padding: 15px;
		clear: left;
		float: left;
		width: 245px;
		margin: 0 0 25px 0;
		background: #000;
	}
	
	#newsletterSubscribe input.input-text {
		width: 140px;
		float: left;
		margin: 1px 10px 0 0;
		display: inline;
	}
	
	#newsletterSubscribeBigForm {
		clear: left;
		padding: 10px 6px;
		margin: 15px 0 0 0;
		background: #242424;
	}
	
	#newsletterSubscribeBigForm p {
		float: left;
		padding: 0;
		white-space: nowrap;
	}
	
	#newsletterSubscribeBigForm label {
		float: left;
		padding: 0;
		white-space: nowrap;
		line-height: 1.2em;
		margin: 5px 10px 0 0;
	}
	
	#newsletterSubscribeBigForm input.input-text {
		width: 140px;
		float: left;
		margin: 1px 10px 0 0;
		display: inline;
	}
	
	#galleryOverviewSmall {
		width: 277px;
		float: left;
	}

	#galleryOverviewSmall li {
		float: left;
		width: 277px;
		margin: 0 0 40px 0;
		display: inline;
		overflow: hidden;
	}
	
	#mainText {
		float: left;
		margin: 0 52px 0 0;
		width: 606px;
	}
	
	#mainText h1 {
		color: #E97417;
	}
	
	#mainText h2 {
		color: #E97417;
		font-size: 20px;
	}
	
	#mainText h3 {
		color: #E97417;
		font-size: 18px;
	}
	
	#mainText h4 {
		color: #E97417;
		font-size: 16px;
	}
	
	#mainText h5 {
		color: #E97417;
		font-size: 14px;
	}
	
	#mainText h6 {
		color: #E97417;
		font-size: 12px;
	}

	#mainText ul {
		list-style-type: disc;
		list-style-position: inside;
	}

	#mainText ol {
		list-style-type: decimal;
		list-style-position: inside;
	}

	#mainText a {
		color: #E97417;
		border-bottom: 1px solid #E97417;
	}
	
	#mainText a:hover {
		color: #FF7D16;
		border-bottom: 1px solid #FF7D16;
	}
	
	#mainText li li {
		padding: 0 0 0 20px;
	}

	/* Footer */
	
	#footer {
		background: #242424;
		margin: 20px 0 0 0;
	}

	#footer ul {
		clear: left;
		float: left;
		padding: 6px;
		width: 923px;
	}
	
	#footer ul.contactDetails {
		border-bottom: 1px solid #666;
	}
	
	#footer li {
		float: left;
		font-size: 11px;
		color: #a8a7a7;
		margin: 0 29px 0 0;
	}
	
	#footer a {
		color: #a8a7a7;
		border: 0;
	}
	
	#footer a:hover {
		color: #E97417;
	}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Form style */

input, textarea, select, button { 
	font-family: Arial, sans-serif;
}

input.input-submit {

}

label {
	display: block;
}

input.input-text {
	width: 250px;
	border: 1px solid #9A9898;
	padding: 2px;
}

textarea {
	width: 250px;
	border: 1px solid #9A9898;
	padding: 2px;
}

input:focus,
textarea:focus {

}


button::-moz-focus-inner{padding:0;border:none}

button.standardButton {
	border: 0;
	position: relative;
	background: url('../images/button_right.gif') no-repeat right 0;
	color: #E9A320;
	float: left;
	height: 21px;
	overflow: hidden;
	padding: 0 4px 0 0;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

button.standardButton span {
	background: url('../images/button_left.gif') no-repeat;
	float:left;
	height: 19px;
	text-align: center;
	padding: 4px 7px 0 12px;
	line-height: 1em;
}



button.standardButton:hover {
	color: #FFFDB5;
	background: url('../images/button_right.gif') no-repeat right -21px;
}


button.standardButton:hover span {
	background: url('../images/button_left.gif') no-repeat 0 -21px;
}


.form-error {
	display: block;
	color: #f00;
}


.form-success {
	display: block;
	background: #D3E6B5;
	padding: 5px 10px;
	color: #32412F;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}