/**
 * Stylesheet for <Moedig.be>
 *
 * @media	screen, projection
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/**
 * = Global reset
 * ----------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * = Layout
 * ----------------------------------------------------------
 */

body {
	background: #060606 url(../images/bodybg.png) repeat-x;
	color: #a5a5a5;
	font-family: Arial, sans-serif;
	font-size: 12px; /* I work in pixels */
	line-height: 1.5;
}

#container-wrapper {
	width: 960px;
}

#header {
	background: url('../images/boxing-top-45.jpg') no-repeat 67px 0;
	min-height: 234px;
	height: auto !important;
	height: 234px;
	padding-top: 62px;
	position: relative;
}

#container {
	background: transparent url('../images/boxing-bottom-30.jpg') no-repeat 67px 234px;
}

/**
 * = Logo
 * ----------------------------------------------------------
 */

#header h1 {
	background: url('../images/moedig-logo.gif') no-repeat 0 0;
	width: 249px;
	height: 67px;
	text-indent: -9000px;
	margin-bottom: 35px;
}

#header h1 a {
	display: block;
	width: 249px;
	height: 67px;
}

/**
 * = Language
 * ----------------------------------------------------------
 */

#language {
	position: absolute;
	top: 5px;
	right: 70px;
}

#language ul {
	padding: 0;
}

#language ul li {
	margin: 0 0 8px;
	background: none;
}

#language ul li a {
	display: block;
	background: black;
	padding: 4px;
	border: 1px solid #252525;
	font-size: 11px;
}

#language ul li.selected a {
	color: white;
	text-decoration: none !important;
}

/**
 * = Eyecatcher
 * ----------------------------------------------------------
 */

#eyecatcher {
	background: url('../images/opacitybg-80percentblack.png') repeat;
	font-size: 14px;
	margin: 0 0 20px 77px;
	width: 670px;
	padding: 30px 0 20px 20px;
	position: relative;
}
.fr #eyecatcher {
	width: 725px; 
	/*
		hax to fix width issue with wider french text
	*/
}

#eyecatcher ul {
	width: 348px;
	padding-bottom: 20px;
}

#eyecatcher ul li {
	float: left;
}

#description p {
	width: 390px;
	padding: 0 0 30px;
	clear: left;
}

#description a {
	position: relative;
}

#description h2 {
	background: url('../images/opacitybg-12percentwhite.png') repeat;
	padding: 0 2px;
	margin-bottom: 25px;
	float: left;
}

#description ul {
	padding: 0;
}

#description ul li {
	margin: 0 4px 4px 0;
	float: left;
	padding: 0;
	background: none;
}

#description ul li a:link,
#description ul li a:visited {
	color: white;
	background: url('../images/buttons.png') no-repeat scroll 0 -37px;
	width: 160px;
	padding: 0 0 0 10px;
	height: 33px;
	display: block;
	text-decoration: none;
	font-weight: 700;
	line-height: 33px;
	float: left;
}

#description ul li a:hover,
#description ul li a:active {
	background: url('../images/buttons.png') no-repeat scroll 0 0;
}

#call-to-action {
	background: black;
	width: 317px;
	padding: 20px;
	position: absolute;
	right: 90px;
	top: 250px;
	font-size: 12px;
	z-index: 100;
}

#call-to-action h2 {
	font-size: 18px;
	line-height: 1;
}

#call-to-action img {
	position: absolute;
	right: -12px;
	bottom: -12px;
}

/**
 * = Typography
 * ----------------------------------------------------------
 */

h1, h2, h4, h5, h6 {
	color: white;
	line-height: 1.1;
}

h2 {
	font-size: 22px;
	padding: 0 0 10px; /* Padding bottom, consistently everywhere */
	line-height: 1.4;
}

h3 {
	color: #f90000;
	font-size: 16px;
	padding: 0 0 8px;
}

h4 {
	font-weight: 700;
	padding: 0 0 5px;
}

strong {
	font-weight: 700;
	color: white;
}

em {
	font-style: italic;
}

p {
	padding: 0 0 12px; /* Your paragraphs NEED spacing between them */
}

ul {
	padding: 0 0 12px 12px;
}

ul li {
	background: url('../images/bulletwhite.gif') no-repeat scroll 0 7px;
	padding: 0 0 0 12px;
}

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

ol li {
	clear: both;
	margin: 0 0 0 10px;
}

ol.longlist li {
	margin: 0 0 12px 10px;
}


a:link {
	color: #f90000;
	text-decoration: none; /* Pondering whether the links will be clear enough without underlines */
}

a:visited {
	color: #bb0505;
	text-decoration: none;
}

a:hover, a:active {
	color: white;
	text-decoration: underline;
}

table {
	width: 100%;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
}

td, th {
	padding: 2px 5px;
	border-left: 1px solid #252525;
	border-top: 1px solid #252525;
}

th {
	background: black;
	text-align: left;
	color: white;
}

table.noborder {
	width: auto;
	border: none;
}

table.noborder td,
table.noborder th {
	border: none;
	padding: 0 10px 0 0;
}


/**
 * = Pagination
 * ----------------------------------------------------------
 */

.pagination {
	width: 490px;
}

.pagination ul {
	padding: 0;
	float: right;
	z-index: 2;
	overflow: hidden;
}

.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;
	background: none;
}

.pagination li div.holder {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #505050;
}

.pagination li.currentpage div.holder {
	font-weight: 700;
	color: #FFF; /* Change a few lines from the default CSS to make it fit into the layout */
}

.pagination li.selected div.holder {
	padding: 4px 5px;
	font-weight: 700;
	color: #FFF;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 6px;
	border: 1px solid #252525;
	text-decoration: none;
	cursor: pointer;
	background: #000;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis div.holder {
	color: #FFF;
}

.pagination li a:hover,
.pagination li a:active {
	background: #EE0000;
	border: 1px solid #252525;
	color: #FFF;
}

/* Next page and previous page buttons */
.nextpage, .previouspage {
	font-size: 11px !important;
}

div.text {
	float: left;
	display: block;
	padding: 0;
}

div.icon {
	height: 14px;
	width: 10px;
	text-indent: -9000px;
	float: left;
	overflow: hidden;
}

.pagination li.nextpage div.icon {
	background: #000 url('../images/arrow.gif') no-repeat right -28px;
	margin-left: 2px;
}

.pagination li.nextpage a:link div.icon,
.pagination li.nextpage a:visited div.icon {
	background: #000 url('../images/arrow.gif') no-repeat right top;
	margin-left: 2px;
}

.pagination li.nextpage a:hover div.icon,
.pagination li.nextpage a:active div.icon {
	background: #EE0000 url('../images/arrow.gif') no-repeat right -14px;
}

.pagination li.previouspage div.icon {
	background: #000 url('../images/arrow_flipped.gif') no-repeat right -28px;
	margin-right: 2px;
}

.pagination li.previouspage a:link div.icon,
.pagination li.previouspage a:visited div.icon {
	background: #000 url('../images/arrow_flipped.gif') no-repeat 0 0;
	height: 14px;
	width: 10px;
	text-indent: -9000px;
	float: left;
	margin-right: 2px;
}

.pagination li.previouspage a:hover div.icon,
.pagination li.previouspage a:active div.icon {
	background: #EE0000 url('../images/arrow_flipped.gif') no-repeat 0 -14px;
}

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

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

/**
 * = Blog
 * ----------------------------------------------------------
 */

#home #blog {
	margin: 0 0 65px 77px;
	width: 650px;
	padding: 13px 21px 41px;
	background: #121212;
}

#blogdetail p.backlink {
	padding: 0 0 40px 100px;
}

div.blogcomments {
	padding: 0 0 40px;
}

div.blogform {
	padding-left: 100px;
}

div.blogform input {
	margin: 0;
}

div.blogform dl dd {
	padding: 0 0 8px;
}

#blogarchive-mini {
	display: none;
}

#subject {
	width: 300px;
}

small {
	font-size: 11px;
}

.sectionhead h2 {
	background: #2F2F2F;
	padding: 0 3px;
}

.sectionhead h2 a {
	color: white;
}

.sectionhead {
	position: relative;
}

.sectionhead p {
	font-size: 11px;
	position: absolute;
	right: 11px;
	top: 2px;
	line-height: 28px;
	background: url('../images/rss.gif') no-repeat right 50%;
	padding: 0 15px 0 0;
}

.post {
	padding: 10px 0 40px;
}

.post-content p.date, .blogcomment p.date {
	padding: 0;
	background: black;
	font-size: 11px;
	width: 75px;
	margin: 3px 25px 0 0;
	float: left;
}

div.home-buttons {
	padding-left: 100px;
}

div.home-buttons a {
	background: black;
	border: 1px solid #252525;
	font-size: 11px;
	padding: 5px 10px;
}


div.related {
	border: 1px solid #252525;
	padding: 10px 10px 0;
}

div.related h2 {
	font-size: 14px;
	padding: 0 0 10px;
}

div.related p {
	font-size: 11px;
}


.post-content div,
.blogcomment div {
	float: left;
	width: 380px;
	padding: 0;
}

p.date span {
	color: #444;
	display: block;
	font-size: 11px;
	line-height: 1.2;
	padding: 5px 0;
}

div.blogcomment {
	margin: 0 0 18px 0;
	border-bottom: 1px solid #2F2F2F;
}

#home .post-content div {
	width: 390px;
	padding-right: 160px;
	float: left;
}

.post-meta {
	clear: both;
	padding: 2px 0 2px 100px;
	font-size: 11px;
	border-top: 1px solid #2f2f2f;
	width: 390px;
	height: 17px;
}

.post-meta ul {
	position: relative;
	width: 390px;
	padding: 0;
}

.post-meta ul li {
	float: left;
	padding: 0;
	background: none;
}

.post-meta ul li.post-comments {
	position: absolute;
	right: 0;
}

.post-meta ul li.post-category {
	position: absolute;
	left: 0;
	text-align: right;
}

#name {
	width: 120px;
}

.over-de-politicus #name,
.over-de-politicus #first-name {
	width: 160px;
}

#website, #email {
	width: 210px;
}

#subject, #message {
	width: 380px;
}

p.awaitingmoderation {
	font-weight: 700;
	color: white;
	margin: 0 0 20px;
	background: #970000;
	padding: 5px;
}

/**
 * = Sidebar
 * ----------------------------------------------------------
 */

#main {
	position: relative;
	bottom: 100px;
	margin: 0 0 65px 77px;
	width: 713px;
	padding: 13px 21px 41px 0;
	background: url('../images/opacitybg-80percentblack.png') repeat;
}

#main #sidebar {
	width: 169px;
	float: left;
	margin: 0 30px 0 0;
}

#main #content {
	width: 480px;
	float: left;
}

#sidebar ul {
	padding: 0 0 20px;
}

#sidebar ul ul {
	padding: 0;
}

#sidebar ul li {
	padding: 0;
	background: none;
}

#sidebar ul li a {
	background: #970000;
	color: #FFF;
	display: block;
	padding: 3px 0 3px 10px;
	line-height: 18px;
	border-bottom: 1px solid #800404;
}

#sidebar ul li a:hover {
	background: #e40000;
	text-decoration: none;
}

#sidebar ul li.selected a {
	font-weight: 700;
	background: #e40000;
}

#sidebar ul li.selected ul li a:hover {
	background: #5a0000;
	text-decoration: none;
}

#sidebar ul li.selected ul li a {
	background: #750000;
	padding: 3px 0 3px 20px;
	font-size: 11px;
	font-weight: 300;
}

#sidebar ul li.selected ul li.selected a {
	font-weight: 700;
	background: #5a0000 url(../images/arro2.png) no-repeat 152px 7px;
}

/**
 * = Footer
 * ----------------------------------------------------------
 */

#footer {
	font-size: 11px;
	padding: 0 0 20px;
}

#contentpage #footer {
	position: relative;
	bottom: 100px;
}

#footer ul {
	border-top: 1px solid #1f1f1f;
	float: right;
	padding: 0 0 15px 65px;
}

#footer ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 5px 0;
	background: none;
}


/**
 * = Image classes and styles
 * ----------------------------------------------------------
 */

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

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

/**
 * = Extra styles
 * ----------------------------------------------------------
 */

div.box {
	border: 1px solid #262626;
	padding: 15px 15px 3px;
	margin: 0 0 12px;
}


td {
	vertical-align: top;
}

fieldset {
	padding: 15px;
	border: 1px solid #262626;
	margin: 0 0 12px;
}

input, select, textarea {
	font-family: Arial, sans-serif;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding: 2px;
	margin: 0 0 10px;
	font-size: 12px;
}


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

label {
	font-weight: 700;
	color: #FFF;
	display: block;
}

form div.section {
	margin: 0 0 30px;
}

span.form-error {
	color: red;
	display: block;
	margin: 0 0 12px;
	font-size: 11px;
	padding: 2px;
	border: 1px solid red;
}

.over-de-politicus select,
.over-de-politicus input {
	width: 160px;
}

.over-zijn-daad div {
	border-bottom: 1px solid #252525;
	margin: 0 0 5px;
}

div.over-zijn-daad .leftcolumn,
div.bijkomende-informatie .leftcolumn {
	width: 160px;
	padding: 0 10px 0 0;
	float: left;
	border: none;
}

div.over-zijn-daad .rightcolumn,
div.bijkomende-informatie .rightcolumn {
	width: 310px;
	float: left;
	border: none;
}

div.over-zijn-daad div,
div.bijkomende-informatie div {
	display: inline-block;
}

.over-zijn-daad input,
.over-zijn-daad textarea,
.bijkomende-informatie textarea {
	margin-top: 16px;
	width: 303px;
}


textarea {
	min-height: 100px;
}

form div p {
	font-size: 11px;
}

.form-buttons {
	border: 1px solid #252525;
	width: 465px;
	padding: 10px 10px 0;
}

.form-buttons a {
	float: left;
}

.form-buttons input {
	float: right;
}

input.input-submit {
	color: black;
	font-weight: 700;
	padding: 2px 3px;
}

.hidden {
	display: none;
}

p.author {
	font-size: 11px;
}

/**
 * = Added
 * ----------------------------------------------------------
 */

h2 span {
	color: red;
}

.chosen #call-to-action {
	background: black;
	width: 207px;
	padding: 20px 20px 8px;
	position: absolute;
	left: 515px;
	top: 455px;
	font-size: 12px;
	z-index: 100;
}

.chosen #description p {
	width: 390px;
	padding: 0 0 14px;
	clear: left;
}

.chosen #description p.nopadding {
	padding: 0 0 6px;
}

.chosen #politicus {
	position: absolute;
	left: 515px;
	top: 250px;
}

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after, #description ul:after, .post-meta ul:after, #footer ul:after, .pagination:after, #main:after, .blogcomment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
