/*

	Stylesheet for Ambos Advocaten

	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	Author:     Yoni De Beule <yoni@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; }

/*
	General
*/

body {
	font: 300 12px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #000;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

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

/* Headings */

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

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

h2 {
	font-size: 22px;
	padding: 0 0 12px 0;
	color: #872434;
}

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

h4 {
	font-size: 12px;
}

/* Links */

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

a:link {
	color: #003e74;
	border-color: #abbfd1;
}

a:visited {
	color: #2e2573;
	border-color: #bab7d1;
}

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

a:active {
	color: #00070d;
	border-color: #00070d;
}

/* .content defaults */

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

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

.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 {
	padding: 0 10px; 
	padding: 12px 0;
	text-indent: -0.8em;
}

.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;
}

/*
	Sticky footer
*/

html, body, #topWrapper {
	height: 100%;
}

body > #topWrapper {
	height: auto;
	min-height: 100%;
}

#content {
	padding-bottom: 120px; /* Footer height plus spacing */
}

#bottomWrapper {
	position: relative;
	margin-top: -96px; /* Footer height */
	height: 96px;
	clear: both;
}

/*
	Page structure and layout
*/

	/* General */

	small {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636px;
	}

	blockquote, q {
		font-family: Georgia, Times, serif;
		font-size: 13px;
		text-indent: -0.3em;
		font-style: italic;
		color: #666;
	}

	.silverBox {
		padding: 20px 24px 12px 24px;
		background: #f4f4f4;
	}

	p.silverBox {
		padding: 20px 24px;
		margin: 0 0 12px 0;
		background: #f4f4f4;
	}

	.item {
		padding-bottom: 24px;
	}

	.indexMainCol .item {
		width: 624px;
	}

	.col-3 .item {
		width: 264px;
	}

	/* Header */

	#topWrapper {
		background: #fff url(../images/header_background.gif) repeat-x;
	}

	#header {
		width: 960px;
		padding-left: 36px;
		background: url(../images/header_image.jpg) no-repeat;
	}

	#extraBar {
		background: url(../images/white_backgound.png);
		height: 48px;
		float: right;
		padding-right: 12px;
		margin-top: 18px;
	}

	#searchBar {
		float: left;
		padding: 12px 0 0 12px;
	}

	#language {
		float: left;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		padding: 12px 0 0 12px;
	}

	#language ul {
		float: left;
	}

	#language li {
		float: left;
		padding-left: 4px;
	}

	#language li a {
		display: block;
		padding: 2px 4px;
		border: 0;
		background: #fff;
		color: #666;
		float: left;
	}

		#language li a:link,
		#language li a:visited {
			background: #fff;
			color: #666;
		}

		#language li a:hover,
		#language li a:active {
			background: #f4f4f4;
			color: #333;
		}

	#language li.selected a {
		background: #ccc;
		color: #fff;
	}

		#language li.selected a:link,
		#language li.selected a:visited {
			background: #ccc;
			color: #fff;
		}

		#language li.selected a:hover,
		#language li.selected a:active {
			background: #bbb;
			color: #fff;
		}

	/* Logo */

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

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

	/* Navigation */

	#navigation {
		clear: both;
		padding: 72px 0 24px 0;
		width: 960px;
	}

	#navigation ul {
		float: right;
	}

	#navigation li {
		float: left;
	}

	#navigation li a {
		display: block;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		line-height: 48px;
		height: 48px;
		border: 0;
		padding: 0 24px;
		background: url(../images/navigation_background.png) repeat-x;
		color: #666;
		float: left;
	}

		#navigation li a:link,
		#navigation li a:visited {
			background-position: 0 0;
			color: #666;
		}

		#navigation li a:hover,
		#navigation li a:active {
			background-position: 0 -96px;
			color: #fff;
		}

	#navigation li.selected a {
		background-position: 0 -48px;
		color: #666;
	}

		#navigation li.selected a:link,
		#navigation li.selected a:visited {
			background-position: 0 -48px;
			color: #666;
		}

		#navigation li.selected a:hover,
		#navigation li.selected a:active {
			background-position: 0 -96px;
			color: #fff;
		}

	/* Content */

	#content {
		padding-left: 36px;
		padding-top: 24px;
		width: 960px;
	}

	body#home #content {
		padding-left: 60px;
		padding-top: 24px;
		width: 936px;
	}

	p.date {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		color: #999;
	}

	.newsarticle {
		padding-bottom: 24px;
	}

	#sidebarAdresses h3 {
		padding-top: 12px;
	}

	#relatedNews {
		padding-top: 36px;
	}

	#subNavigation {
		margin-top: -96px;
		width: 288px;
		padding-right: 24px;
		float: left;
		min-height: 300px;
	}

	#subNavigation ul {
		background: url(../images/white_backgound.png);
		padding: 12px;
	}

	#subNavigation li {
		padding-bottom: 4px;
	}

	#subNavigation li a {
		display: block;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		font-size: 11px;
		line-height: 1.636;
		padding: 4px 12px;
		border: 0;
		background: #fafafa;
		color: #333;
	}

		#subNavigation li a:link,
		#subNavigation li a:visited {
			background: #fafafa;
			color: #333;
		}

		#subNavigation li a:hover,
		#subNavigation li a:active {
			background: #933a48 url(../images/subnavigation_background_hover.gif) repeat-x;
			color: #fff;
		}

	#subNavigation li.selected a {
		background: #195182 url(../images/subnavigation_background_active.gif) repeat-x;
		color: #fff;
	}

		#subNavigation li.selected a:link,
		#subNavigation li.selected a:visited {
			background: #195182 url(../images/subnavigation_background_active.gif) repeat-x;
			color: #fff;
		}

		#subNavigation li.selected a:hover,
		#subNavigation li.selected a:active {
			background: #933a48 url(../images/subnavigation_background_hover.gif) repeat-x;
			color: #fff;
		}

	.contactMainCol label,
	.contactMainCol textarea {
		width: 336px;
	}

	.col-7 p {
		clear: both;
	}

	/* Footer */

	#bottomWrapper {
		background: #f4f4f4;
	}

	#footer ul {
		width: 960px;
		padding: 12px 0 0 36px;
		text-align: center;
	}

	#footer li {
		display: inline;
		padding: 0 12px;
	}

/*
	Column system
*/

.col { width: 72px; padding-right: 24px; float: left; }
.col-2 { width: 168px; }
.col-3 { width: 264px; }
.col-4 { width: 360px; }
.col-5 { width: 456px; }
.col-6 { width: 552px; }
.col-7 { width: 648px; }
.col-8 { width: 744px; }
.col-9 { width: 840px; }
.lastCol { padding-right: 0; }
.paddingLeftCol { padding-left: 84px; }
.indexMainCol { width: 624px; padding-right: 48px;}
.subMainCol { width: 432px; padding-right: 48px;}
.contactMainCol { width: 336px; padding-right: 48px;}
img.goLeft { float:left; margin-left:-84px; padding-right:12px; width:72px; height: auto; }

/*
	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 styles */

legend {
	display: none;
}

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text,
textarea {
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: Arial, sans-serif;
	padding: 3px 1px;
	margin: 0;
	color: #666;
}

input:focus, 
textarea:focus {
	border-color: #bbb; 
	background: #fff;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	input[type="submit"]:focus,
	textarea:focus { 
		outline: 2px solid #abb9ca;
		-moz-outline-radius: 3px;
		fborder-color: #7f95af;
	}
} 

input.input-submit {
	color: #fff;
	background: #ccc;
	padding: 3px 4px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0;
	margin: 0;
	text-align: center;
	height: 22px;
}

input.input-submit:hover {
	background: #bbb;
	cursor: pointer;
}

input.input-submit:active {
	background: #003e74;
	cursor: pointer;
}

.form-error {
	padding: 4px;
	margin: 3px 0;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #8a1f11;
	display: block;
}

/* 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 !important; }
.border { border: 1px solid #C7C7C7; }

.clear { clear: both;}

.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.serifSpecial { font-family: "Hoefler Text", "Palatino Linotype", "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sc { font-variant: small-caps; }
.lc { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* Image classes */

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

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

a.resizeAlignLeft,
a.resizeAlignRight,
a.noBorder {
	border: 0;
}

a.resizeAlignLeft img {
	float: left;
	width: 72px;
	height: auto;
	padding: 0 24px 12px 0;
}

a.resizeAlignRight img {
	float: right;
	width: 72px;
	height: auto;
	padding: 0 0 12px 12px;
}

/*
	Clearfix
*/

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