/*

	Stylesheet for Winwin
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     stephen@netlash.com>
				blogarchief styled door Brecht

*/

/*
	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, #miniBlogArchive, .formBlock p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.guillotineBugFix {
	display: none;
}

/*
	General
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #606060;
	background: #FFF;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

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

/* Headings */

h1, h2.title {
	color: #F49950;
	font-size: 26px;
	padding: 0 0 12px 0;
}

h2 {
	color: #4E4C5B;
	font-size: 16px;
	padding: 0 0 10px 0;
}

	h2 a, h2 a:link, h2 a:visited {
		border-bottom:none;
	}

	h2 a:hover, h2 a:active {
		color: #3CBDAB;
		border-bottom: 1px solid #ABE3DB;
	}

h3 {
	color: #4E4C5B;
	font-size: 13px;
	padding: 0 0 4px 0;
	line-height: 1.5;
}

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

/* Links */

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

a:link {
	color: #3CBDAB;
	border-color: #ABE3DB;
}

a:visited {
	color: #3AB6A5;
	border-color: #ABE3DB;
}

a:hover {
	color: #3CBDAB;
	border-color: #3CBDAB;
}

a:active {
	color: #3CBDAB;
	border-color: #0033CC;
}

/* Register Side*/

#side .sideBlock ul.floatButtons,
#sideWide .sideBlock ul.floatButtons{
	background: none;
	padding: 0;
}

#side .sideBlock ul.floatButtons li,
#sideWide .sideBlock ul.floatButtons li{
	float: left;
	background: none;
	padding: 0 6px 6px 0; 
}

#side a.likeButtons;
#sideWide a.likeButtons {
	display: block;
	float: left;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	background: #A694CE;
	text-transform: uppercase;
	border: none;
}

#side a:link.likeButtons,
#side a:visited.likeButtons,
#sideWide a:link.likeButtons,
#sideWide a:visited.likeButtons {
	color: #FFF !important;
	background: #A694CE;
}

#side a:hover.likeButtons,
#side a:focus.likeButtons,
#sideWide a:hover.likeButtons,
#sideWide a:focus.likeButtons {
	color: #FFF !important;
	background: #71658C;
}

#side a:active.likeButtons,
#sideWide a:active.likeButtons {
	color: #FFF !important;
	background: #62587A;
}

/* likeButtons */
a.likeButtons {
	display: block;
	float: left;
	font-size: 10px;
	color: #FFF;
	font-weight: 700;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	background: #A694CE;
	text-transform: uppercase;
	border: none;
}

a:link.likeButtons, a:visited.likeButtons {
	color: #FFF;
	background: #A694CE;
}

a:hover.likeButtons, a:focus.likeButtons {
	color: #FFF;
	background: #71658C;
}

a:active.likeButtons {
	color: #FFF;
	background: #62587A;
}

/* .content defaults */

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

.content ul li {
	padding-bottom: 3px;
}

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

div.hr hr {
	display: none;
}

div.hr {
	clear: both;
	line-height: 0;
	margin: 12px 0 12px 0;
	background: #DDD;
	height: 1px;
}

/*
	Page structure and layout
*/

#container {
	background: url(../images/site_bg.jpg) no-repeat center top;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

	#liveFeed #container {
		background: none;
	}

#main {
	width: 940px;
	padding-top: 12px;
}

	/* General */

	/* Header */

	#header {
		padding-top: 45px;
	}

		#liveFeed #header {
			padding: 24px 0 32px 0;
		}

	/* Logo */

	#logo h1, #logo h2 {
		width: 260px;
		height: 125px;
		background: url(../images/winwin_gent.png) no-repeat;
		text-indent: -9999px;
		float: left;
		padding-bottom: 0px;
	}

	#logo h1 a, #logo h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
	}

	/* Baseline */
	
	#baseline {
		width: 280px;
		float: right;
		text-align: right;
		padding: 52px 352px 0 0;
	}

	#baseline h2 {
		font-size: 20px;
		font-weight: 400;
	}

	/* Navigation */
	
	#navigation {
		padding-top: 30px;
		font-size: 14px;
		width: 940px;
		height: 48px;
		overflow: hidden;
		text-transform: lowercase;
	}

	#navigation li {
		display: block;
		float: left;
	}

	#navigation li a {
		float: left;
		color: #FFF;
		border: none;
		padding: 0 10px 0 26px;
		height: 48px;
		line-height: 46px;
		background: url(../images/bullets_nav.gif) no-repeat 12px 1px;
	}

	#navigation li a:link, #navigation li a:visited {
		color: #FFF;
	}

	#navigation li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
		color: #FFF;
		background: #545269 url(../images/bullets_nav.gif) no-repeat 12px -48px;
	}

	#navigation ul .selected a,
	#navigation ul .selected a:link,
	#navigation ul .selected a:visited,
	#navigation ul .selected a:hover,
	#navigation ul .selected a:active,
	#navigation ul .selected a:focus {
		color: #FFF;
		background: #545269 url(../images/bullets_nav.gif) no-repeat 12px -48px;
	}
	
	/* subNavigation */

	#subNavigation {
		float: left;
		width: 196px;
		background: #FF9139 url(../images/subnav_top.gif) no-repeat 0 0;
		font-size: 11px;
	}

	#noSubNavigation {
		float: left;
		width: 196px;
		height: 350px;
		background: url(../images/no_sub.jpg) no-repeat 0 0;
	}

	#subNavigation ul {
		background: url(../images/subnav_bottom.gif) no-repeat 0 bottom;
		padding: 19px 0;
	}
	
	#subNavigation ul li {
		border-bottom: 1px solid #FFC79A;
	}
		
		/* niveau 1 */

		#subNavigation ul li a, #subNavigation ul li a:link, #subNavigation ul li a:visited {
			padding: 14px 24px;
			display: block;
			color: #FFF;
			text-transform: uppercase;
			font-weight: 700;
			border-bottom: none;
		}

		#subNavigation ul li a:hover, #subNavigation ul li a:focus {
			color: #FFF;
			background: #EA5B39;
		}
	
		#subNavigation ul li a:active {
			color: #FFF;
			background: #D95435;
		}
		
		#subNavigation .selected a,
		#subNavigation .selected a:link,
		#subNavigation .selected a:visited,
		#subNavigation .selected a:hover,
		#subNavigation .selected a:focus {
			color: #FFF;
			background: #EA5B39;
		}

		/* niveau 2 */
		
		#subNavigation ul li ul {
			padding: 0 0 8px 0;
			background: #EA5B39;
		}

		#subNavigation ul li ul li {
			margin: 0 24px;
		}
		
		#subNavigation ul li ul .lastChild {
			border-bottom: none;
		}

		#subNavigation ul li.selected ul li a, #subNavigation ul li.selected ul li a:link, #subNavigation ul li.selected ul li a:visited {
			padding: 8px 0 8px 4px;
			color: #FFF;
			background: #EA5B39;
		}

		#subNavigation ul li.selected ul li.selected a, #subNavigation ul li.selected ul li.selected a:link, #subNavigation ul li.selected ul li.selected a:visited {
			background: #F87932;
		}

		#subNavigation ul li.selected ul li a:hover, #subNavigation ul li.selected ul li a:focus {
			color: #FFF;
			background: #D95435;
		}
	
		#subNavigation ul li.selected ul li a:active {
			color: #FFF;
			background: #D95435;
		}

		/* niveau 3 */
		
		#subNavigation ul li.selected ul li.selected ul li {
			margin: 0;
			border-bottom: none;
			font-weight: 500;
		}

		#subNavigation ul li.selected ul li.selected ul li a, #subNavigation ul li.selected ul li.selected ul li a:link, #subNavigation ul li.selected ul li.selected ul li a:visited {
			padding: 4px 0 4px 22px;
			text-transform: lowercase;
			color: #FFF;
			background: #F87932 url(../images/bullets_subnav.gif) no-repeat 6px -7px;
		}

		#subNavigation ul li.selected ul li.selected ul li a:hover, #subNavigation ul li.selected ul li.selected ul li a:focus {
			color: #FFF;
			background: #EA5B39 url(../images/bullets_subnav.gif) no-repeat 6px -96px;
		}
	
		#subNavigation ul li.selected ul li.selected ul li a:active {
			color: #FFF;
			background: #D95435 url(../images/bullets_subnav.gif) no-repeat 6px -96px;
		}

		#subNavigation ul li.selected ul li.selected ul .selected a,
		#subNavigation ul li.selected ul li.selected ul .selected a:link,
		#subNavigation ul li.selected ul li.selected ul .selected a:visited,
		#subNavigation ul li.selected ul li.selected ul .selected a:hover,
		#subNavigation ul li.selected ul li.selected ul .selected a:focus {
			color: #FFF;
			background: #EA5B39 url(../images/bullets_subnav.gif) no-repeat 6px -96px;
		}

	/* Content */
	
	#breadcrumb {
		font-size: 11px;
		color: #8F8F8F;
		width: 930px;
		padding: 34px 0 0 0;
	}
	
	#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited {
		color: #656565;
		border-bottom: none;
	}
	
	#breadcrumb a:hover, #breadcrumb a:active {
		color: #656565;
		border-bottom: 1px solid #8F8F8F;
	}
	
	#content {
		float: left;
		width: 456px;
		padding-left: 24px;
	}

	#contentWide {
		float: left;
		width: 540px;
	}

	/* Side */
	
	#side {
		float: right;
		width: 240px;
	}

	#sideWide {
		float: right;
		width: 340px;
	}
	
	#side p, #sideWide p {
		font-size: 11px;
	}

	.sideBlock {
		padding-top: 20px;
		background: #F4F4F4 url(../images/sideblock_top.gif) no-repeat 0 top;
	}
	
		#sideWide .sideBlock {
			background-image: url(../images/sideblog_top.gif);
		}
		
	.sideBlock ul {
		padding-bottom: 20px;
		background: #F4F4F4 url(../images/sideblock_bottom.gif) no-repeat 0 bottom;
	}

		#sideWide .sideBlock ul {
			background-image: url(../images/sideblog_bottom.gif);
		}

		#sideWide .inverted {
			background: none;
		}

		#sideWide .inverted ul {
			background: none;
		}
		
		#sideWide .inverted ul li {
			padding-top: 0;
			padding-bottom: 0;
			border-bottom: none;
		}

		#sideWide .sideBlock ul li ul {
			background: none;
			padding: 0;
		}
		
		#sideWide .sideBlock ul li ul li {
			background: url(../images/side_bullet.gif) no-repeat 0 6px;
			padding: 0 0 4px 18px;
		}
		
		#sideWide .sideBlock ul li ul a {
			color: #262020;
			border-bottom: 1px solid #CACACC;
		}
		
		#sideWide .sideBlock ul li ul a:link, #sideWide .sideBlock ul li ul a:visited {
			color: #262020;
			border-color: #CACACC;
		}

		#sideWide .sideBlock ul li ul a:hover, #sideWide .sideBlock ul li ul a:active {
			color: #262020;
			border-color: #262020;
		}

	.sideBlock ul li {
		padding: 12px 24px;
		border-bottom: 1px solid #DDD;
	}

	.infoMovie {
		padding: 0 24px;
		width: 292px;
		overflow: hidden;
	}
	
	.infoMovie p {
		padding-bottom: 0;
	}

	.sideBlock .firstChild {
		padding-top: 0;
	}
	
	.sideBlock .lastChild {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.sideBlock ul li ul li {
		padding: 20px 0 0 0;
		border-bottom: none;
	}
	
	/* blog */
	
	.blogBlock {
		padding: 12px 0 6px 0;
		border-bottom: 1px solid #DDD;
	}

	.blogMeta {
		color: #8F8F8F;
	}
	
	/* blogNavigation */

	.blogNavigation {
		list-style: none;
		float: right;
		padding: 12px 0 12px 12px;
	}

	.blogNavigation li {
		display: block;
		float: left;
		padding-left: 4px;
		line-height: 26px;
	}

	.blogNavigation li a {
		float: left;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: 700;
		display: block;
		padding: 0 12px;
		border-bottom: none;
		background: #A694CE;
	}

		.blogNavigation li.share a {
			height: 26px;
			padding-right: 30px;
			background: #A694CE url(../images/arrow_down.gif) no-repeat 48px 11px;
		}

		.blogNavigation li.speech a {
			height: 33px;
			background: #A694CE url(../images/speech_arrow.gif) no-repeat bottom right;
		}
		
		/* RSS */

		.rss a, .rss a:link {
			text-transform: uppercase;
			font-weight: 700;
			font-size: 10px;
			text-align: center;
			border-bottom: none;
			display: block;
			float: right;
			line-height: 26px;
			padding: 0 12px;
			height: 33px;
			background: #A694CE url(../images/speech_arrow.gif) no-repeat bottom right;
		}

		.rss a:link, 
		.rss a:visited {
			color: #fff;
			background-color: #A694CE;
		}

		.rss a:hover,
		.rss a:active,
		.rss a:focus {
			color: #fff;
			background-color: #71658C;
		}

	.blogNavigation li a:link, 
	.blogNavigation li a:visited {
		color: #fff;
		background-color: #A694CE;
	}

	.blogNavigation li a:hover,
	.blogNavigation li a:active,
	.blogNavigation li a:focus {
		color: #fff;
		background-color: #71658C;
	}
	
	/* shareList */

	li.share {
		position: relative;
	}

	ul.shareList {
		width: 98px;
		padding-left: 0;
		position: absolute;
		top: 26px;
		right: 0;
		background: #F4F4F4;
		border: 1px solid #dedee0;
		z-index: 9999;
	}

	.blogNavigation li .shareList li {
		width: 98px;
		padding: 0;
		border-bottom: 1px solid #dedee0;
	}

	.blogNavigation li .shareList li.lastChild {
		border-bottom: none;
	}

	.blogNavigation li .shareList li a {
		float: left;
		text-transform: lowercase;
		font-weight: 500;
		border-bottom: none;
		padding: 5px 5px 5px 30px;
		height: 18px;
		line-height: 18px;
	}

	.blogNavigation li .shareList li {
		background: url(../images/icons.gif) no-repeat;
	}

	/*shareIcons*/

	.blogNavigation li .shareList li.tw { background-position:8px -19px; }
	.blogNavigation li .shareList li.li { background-position:8px 5px; }
	.blogNavigation li .shareList li.fb { background-position:8px -44px; }


	.blogNavigation li .shareList li a:link,
	.blogNavigation li .shareList li a:visited {
		border-bottom: none;
		background: none;
		color: #A694CE;
	}

	.blogNavigation li .shareList li a:hover,
	.blogNavigation li .shareList li a:active,
	.blogNavigation li .shareList li a:focus {
		color: #71658C;
	}

	/* intro */
	#intro {
		padding-bottom: 20px;
	}

	/* Spotlight */
	
	.spotLight {
		width: 456px;
		background: #F4F4F4;
		margin-bottom: 24px;
	}

	.spotLightTop {
		height: 20px;
		background: url(../images/spotlight_top.gif) no-repeat 0 top;
	}

	.spotLightContent {
		padding: 4px 24px;
	}
	
	.spotLightBottom {
		height: 20px;
		background: url(../images/spotlight_bottom.gif) no-repeat 0 bottom;
	}

	.spotLightWide {
		width: 540px;
		background: #F4F4F4;
		margin-bottom: 24px;
	}
	
	.spotLightWideTop {
		height: 20px;
		background: url(../images/spotlight_wide_top.gif) no-repeat 0 top;
	}

	.spotLightWideContent {
		padding: 4px 24px;
	}
	
	.spotLightWideBottom {
		height: 20px;
		background: url(../images/spotlight_wide_bottom.gif) no-repeat 0 bottom;
	}

	/* Doormat */

	#doormat {
		width: 940px;
		padding-top: 60px;
	}

	#socialmedia {
		float: left;
		width: 375px;
		margin: 0 40px 0 0;
		font-size: 11px;
	}

	#socialmedia a {
		border: none;
		color: #4E4C5B;
	}

	#socialmedia h3 {
		padding-top: 12px;
		float: left;
		width: 165px;
	}

	#socialmedia ul {
		float: right;
		width: 210px;
	}

	#socialmedia ul li {
		float: left;
	}
	
	#socialmedia ul li a {
		text-align: center;
		float: left;
		width: 70px;
		padding: 50px 0 5px 0;
		background: url(../images/social_media.gif) no-repeat 0 0;
	}
	
	#socialmedia ul .twitter a {
		background-position: 7px 0;
	}

	#socialmedia ul .facebook a {
		background-position: -61px 0;
	}
	
	#socialmedia ul .linkedin a {
		background-position: -128px 0;
	}
	
	#initiative {
		float: left;
		width: 415px;
	}

	#initiative h3 {
		padding-top: 12px;
		float: left;
		width: 175px;
	}

	#initiative p {
		float: right;
		width: 215px;
	}

	/* Footer */
	
	#footer {
		width: 940px;
		padding: 35px 0 0 0;
	}

	#footer ul {
		float: right;
	}
	
	#footer p {
		float: left;
	}

	#footer ul li {
		display: block;
		float: left;
		padding-left: 12px;
	}

	#footer a {
		color: #4E4C5B;
		border-color: #DEDDE5;
	}
	
	#footer h3 {
		margin-bottom: 12px;
	}
	
	.footer {
		padding: 12px 0;
	}

	#footer a:link {
		color: #4E4C5B;
		border-color: #DEDDE5;
	}

	#footer a:visited {
		color: #4E4C5B;
		border-color: #DEDDE5;
	}

	#footer a:hover, #footer a:active, #footer a:focus {
		color: #4E4C5B;
		border-color: #4E4C5B;
	}
	
	/* sponsors */

	#sponsors {
		width: 940px;
		background: #F4F4F4 url(../images/sponsors_top.gif) no-repeat 0 top;
	}

	#sponsors p {
		float: none;
		text-align: center;
		width: 916px;
		padding: 12px;
		background: url(../images/sponsors_bottom.gif) no-repeat 0 bottom;
	}

	#sponsors p img {
		padding: 0 7px;
	}

	#sponsors a, #sponsors a:link, #sponsors a:visited {
		opacity: 0.6;
		border-bottom: none;
	}
	
	#sponsors a:hover, #sponsors a:active {
		opacity: 1;
	}

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

label {
	padding-top: 4px;
	display: block;
}

input.input-text, input.inputText, input.text, input.password,input.input-submit, input.inputSubmit, textarea {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background: #FFF;
	border: 1px solid #DDD;
	padding: 4px;
	color: #333;
}

textarea {
	line-height: 1.4;
	max-width: 100%;
	width: 250px;
}

input.input-text, input.inputText, input.text, input.password {
	width: 250px;
}

input:focus, textarea:focus {
	border-color: #999; 
	background: #FFF;
	color: #000;
}

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

input.input-submit, input.inputSubmit, button {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	background: #A694CE;
	border: 0;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	cursor: pointer;
	overflow: visible;
}

input.input-submit:hover, input.inputSubmit:hover {
	background: #71658C;
}

input.input-submit:active, input.inputSubmit:active,
input.input-submit:focus, input.inputSubmit:focus {
	background: #62587A;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.form-error {
	color: #988181;
	font-size: 11px;
	display: block;
	padding: 6px 0;
}

.form-success  {
	color: #5A5A5B;
	background: #FFDC70;
	display: block;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.form-fail {
	color: #5A5A5B;
	background: #FDD7D7;
	display: block;
	padding: 12px;
	margin-bottom: 12px;
	font-size: 11px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.input-text-error {
	background: #FDD7D7;
	border-color: #D5B1B1;
}

input[disabled] {
	color: #777;
}

/* newsLetter specific */

#newsLetter input.input-text, #newsLetter input.inputText, #newsLetter input.text, input.password {
	width: 182px;
}

#sideWide #newsLetter input.input-text, #sideWide #newsLetter input.inputText, #sideWide #newsLetter input.text, #sideWide input.password {
	width: 250px;
}

/* searchForm specific */

#searchForm p {
	padding-bottom: 0;
}

#searchForm input.inputText {
	width: 200px;
}

#searchForm input.input-submit, #searchForm input.inputSubmit, button {
	padding: 0;
	text-align: center;
	width: 76px;
}

/* formBlock specific */

.formBlock p {
	padding-bottom: 16px;
}

.formBlock h3 {
	padding-bottom: 6px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 12px;
}

.formBlock label {
	float: left;
	width: 130px;
}

	.formBlock .subscribeCategory label {
		width: 200px;
	}

/* oneliner */

.formBlock ul.oneLiner {
	list-style: none;
	padding: 0 0 16px 0;
}

	.formBlock ul.oneLiner li {
		float: left;
		padding: 0 12px 0 0;
	}

	/* widths by ID */
	#number, #bus, #zip {
		width: 50px;
	}

	#place {
		width: 104px;
	}

	#busLabel {
		width: 32px;
	}

	#zipLabel {
		width: 74px;
	}
/* desc */

.desc {
	display: block;
	font-size: 10px;
	border-left: 1px solid #DDD;
	padding-left: 12px;
	margin: 6px 0;
}

/* checkboxes and radiobuttons */

ul.ch {
	padding: 0;
	margin: 0 0 12px 0;
}

ul.ch li {
	display: block;
	list-style-type: none;
	clear: both;
	float: none;
	height: auto;
	overflow: hidden;
}

ul.ch li input {
	display: block;
	float: left;
	margin-left: 0;
	margin-top: 2px;
}

ul.ch li label {
	margin-left: 10px;
	float: left;
	clear: right;
	width: 370px;
	padding-top: 0;
}

/* short adress rules */

ul.adressExtra {
	padding: 0;
	margin: 0 0 12px 0;
}

ul.adressExtra li {
	display: block;
	float: left;
	margin-left: 0;
}

ul.adressExtra li input {
	display: block;
	float: left;
	width: 35px;
}

ul.adressExtra li.bus label {
	width: 32px;
	padding-left: 12px;
}

ul.adressExtra li.postal label {
	width: 69px;
	padding-left: 12px;
}

/* inputs by ID */
/* Blogarchive */
#city {
	width: 123px;
}

#blogarchive h2 {
	color: #F49950;
	padding-bottom: 10px;
}

#blogarchive table {
	width: 100%;
}

#blogarchive td, th {
	padding: 5px 20px 5px 0;
}

#blogarchive th {
	border-bottom: 1px solid #DDD;
}

#blogarchive td {
	border-bottom: 1px solid #D9D9D9;
}

#blogarchive-mini {
	padding-top: 15px;
}
#miniBlogArchive {
	float: left;
	padding: 25px 60px 0 0;
}
#miniCatArchive {
	padding-top: 25px;
}

/* BlogComments */

.blogComment {
	padding: 24px 0;
	border-top: 1px solid #DDD;
}

#blogComments .gravatar {
		width: 40px;
		height: 40px;
		float: left;
		padding-top: 8px;
}

#blogComments .blogCommentContent {
		float: right;
		width: 488px;
}

/* offerBrowse */

#offerBrowse {
	float: left;
	width: 456px;
	padding-left: 24px;
}

#offerBrowse ul li {
	padding-bottom: 24px;
}

#offerBrowse ul ul {
	border-bottom: 1px solid #DDD;
	padding: 0 0 12px 0;
	margin-bottom: 0;
}

#offerBrowse ul ul li {
	background: url(../images/side_bullet.gif) no-repeat 0 6px;
	padding: 0 0 4px 18px;
}

#offerBrowse ul ul li a {
	color: #262020;
	border-bottom: 1px solid #CACACC;
}

#offerBrowse ul ul li a:link, #sideWide .sideBlock ul li ul a:visited {
	color: #262020;
	border-color: #CACACC;
}

#offerBrowse ul ul li a:hover, #sideWide .sideBlock ul li ul a:active {
	color: #262020;
	border-color: #262020;
}


/* 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; }

p.date, p.author { font-size: 11px; color:#4E4C5B; margin-top: -4px; }
a.readMore { font-weight: 700; font-size: 10px; text-transform: uppercase; border-bottom: none; }
p.lastReadMore { padding-top: 12px;}
p.stickyReadMore { margin-top: -12px;}

.underline {
		border-bottom:1px solid #DDD;
}

/* Image classes */

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

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

/* live streampage */

#logoVenu {
	background: #f4f4f4;
}

/*
#logoVenuWrapper {
	height: 100px;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}
*/

#logoVenu img {
	display: block;
	padding: 6px;
	float: left;
}

#logoVenu ul li {
	display: block;
	float: left;
}

#countdown {
	position: absolute;
	top: 36px;
	right: 0;
	height: 110px;
	width: 620px;
	background: url(../images/counter_bg.gif) no-repeat 0 0;
}

	/* counter */

	#countdown ul.counter {
		width: 338px;
		float: left;
		color: #bfbdcc;
		padding: 22px 0 0 12px;
		font-size: 11px;
		line-height: 1.3;
	}

		#countdown ul.counter li {
			float: left;
			width: 48px;
			padding: 0 24px;
			overflow: hidden;
			border-left: 1px solid #BFBDCC;
		}

			#countdown ul.counter li.firstChild {
				border-left: none;
			}

			#countdown #days, #countdown #hours, #countdown #minutes, #countdown #seconds, #countdown #total {
				display: block;
				font-size: 36px;
				font-weight: 900;
				color: #e5e5ea;
			}

				#countdown #seconds {
					color: #bfbdcc;
				}

				#countdown #total {
					color: #55536c;
				}

		/* matchesCount */

		#countdown h2 {
			float: left;
			width: 172px;
			padding: 22px 0 0 12px;
			color: #7f7b98;
			font-weight: 500;
			font-size: 11px;
			line-height: 1.3;
		}

	#liveFeed #side {
		float: left;
		width: 290px;
	}

	/* twitter */

	#liveFeed #side h2 {
		background: url(../images/bird.gif) no-repeat 0 2px;
		padding: 0 0 24px 34px;
	}

	#liveFeed .twitBlock {
		padding-bottom: 24px;
	}

	#liveFeed .twitBlock .author {
		padding: 6px 0 0 20px;
		font-size: 11px;
	}

		/* links */
		#liveFeed .twitBlock a:link, #liveFeed .twitBlock a:visited {
			color: #595959;
			border-color: #C3C3C3;
		}

		#liveFeed .twitBlock a:hover, #liveFeed .twitBlock a:active {
			color: #595959;
			border-color: #595959;
		}

		/* twitBlock */
		#liveFeed #side .twitBlockTop {
			background: url(../images/twit_block_top.gif) no-repeat 0 0;
			width: 290px;
			height: 12px;
			line-height: 0;
			font-size: 0;
		}

		#liveFeed #side .twitBlockContent {
			background: #f4f4f4;
			padding: 0 20px;
		}

		#liveFeed #side .twitBlockBottom {
			background: url(../images/twit_block_bottom.gif) no-repeat 0 0;
			width: 290px;
			height: 12px;
			line-height: 0;
			font-size: 0;
		}

		/* matches */

	#liveFeed #content {
		float: right;
		width: 620px;
	}

	#matches ul li {
		background: url(../images/match.gif) no-repeat 0 6px;
		border-bottom: 1px solid #DDD;
		padding: 0 48px 12px 24px;
		margin-bottom: 12px;
		font-size: 14px;
	}

		#matches ul li.latest {
			background: url(../images/match.gif) no-repeat 0 14px;
			font-size: 24px;
		}