@CHARSET "UTF-8";
/* extra reset */
body {
	background: #000 none;
}
body *{
/*	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;*/
}

body a {
	color: #FFF;
	text-decoration: underline;
}

body a:hover {
	color: #FFF;
	text-decoration: none;
}

a:focus, 
a:visited, 
a:active {
	outline: none;
	color: inherit;
}


.page h1, .page h2, .page h3{ color: #999;}

div.container .col-r h2{ margin-bottom: 0; }
h4{ margin-bottom: .5em; }

div.container{ width: 980px; margin: 0 auto; }

.clearfix:after {	content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix {	display: inline-block; }
html[xmlns] .clearfix {	display: block; }
* html .clearfix { height: 1%; }

hr {
	margin: 10px 15px;
	color: #000;
	background-color: #000;
	border: 1px dashed #B1DB00;
	border-style: none none dashed;
}
.col-r>hr, .col-m>hr{
	margin: 10px 0;
}
.container>hr {
	width:950px;
}

.center {
	text-align: center;
}

/* column grids */

div.container .main, div.container .page, div.container .foot{ clear: both }

div.container .main .col-l{ width: 450px; display: block; float: left; margin-top: 70px; background: #000 url('/images/main-col-l-bg.png') no-repeat left bottom; }
div.container .main .col-r{ width: 500px; display: block; float: right; }

div.container .page .col-l{ width: 230px; display: block; float: left; margin-top: 0; padding-top: 30px; margin-left: 0; margin-right: 20px; background: #000 url('/images/subnav-bg.png') no-repeat left top; }
div.container .page .col-m{ width: 440px; display: block; float: left; }
div.container .page .col-r{ width: 230px; display: block; float: right; }

div.container .nonav .col-l{ width: 230px; display: block; float: left; margin-top: 0; padding-top: 30px; margin-left: 0; margin-right: 30px; background: #000 url('/images/subnav-bg.png') no-repeat left top; }
div.container .nonav .col-r{ width: 690px; display: block; float: right; }

div.container .foot { display: block; width: 950px; height: 207px; }
div.container .foot .col-l{ width: 230px; display: block; float: left; }
div.container .foot .col-r{ width: 700px; display: block; float: right; }

div.container .subscript {
	background-color: #464646;
	color: #777777;
	padding: 7px 9px;
	font-size: 10px;
	margin: 0 15px 10px 15px;
}

/* grid content styling */

/* up-/down-scale some headings that are not designed to display according to the HTML-semantics */
div.container * * h1{
	font-size: 2em; /* 2em becomes 1.5em */
}
div.container * .col-m h1, 
div.container * .col-r h2{
	font-size: 21px; /* 2em becomes 1.5em */
	line-height: 32px;
	margin-bottom: 0;
	margin-top: -6px; 
}
div.container * .col-m h1{ } 
div.container * .col-m h2, 
div.container * .col-m h3{
	text-transform: inherit !important;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px; 
	font-weight: bold !important;
	color: #FFF;
	margin-bottom: 0;
}
div.container * .col-m h3{
	font-size: 12px; 
}
div.container .foot * h3{
	margin-bottom: 15px;
	font-size: 21px; /* 2em becomes 1.5em */
}
div.container .main .col-r h2{
	padding-left: 20px;
}

/* thumbnail grids */

.header {
	background: transparent url('/images/bg-header-black.png') no-repeat center top;
	height: 115px;
	border-bottom: 20px solid #91D1BC; 
	width: 980px;
}

.header #headerLogo {
	position: relative;
}
.header #headerLogo a {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	display: block;
	width: 220px;
	height: 220px;
	background: transparent url('/images/lfmv-header-logo-24.png') no-repeat left top;
}
ul.menu {
	line-height: 29px;
	margin: 0;
	padding: 0;
}

ul.menu * {
	list-style-type: none;	
	float: left;
	margin: 0;
}

ul.menu li {
	margin-right: 10px;
	padding-right: 10px;
}
	
ul.menu li ul {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

/* .header ul.menu is like H1 */

.header ul.menu {
	font-weight: bold;
	line-height: 28px;
	font-size: 22px;
	height: 37px;
	border-bottom: 14px solid #B1DB00; 
	padding: 61px 0 0 220px;
}
.header ul.menu li a{
	text-transform: uppercase;
	text-decoration: none;
	/*border-bottom: 9px solid transparent;*/
}
.header ul.menu li a.active{
	border-bottom: 9px solid #B1DB00;
}
.header ul.menu li a:hover{
	color: #B1DB00;
}

#socialmedia {
	position: absolute;
	top: 59px;
	right: 15px;
	padding: 6px;
	border: 1px solid #888888;
}

#socialmedia a {
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	margin: 0 14px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#socialmedia a:hover {
	text-decoration: underline;
}

#socialmedia a.twitter {
	background: transparent url('/images/twitter.gif') no-repeat left center;	
}

#socialmedia a.hyves {
	background: transparent url('/images/hyves.gif') no-repeat left center;	
}

#socialmedia a.facebook {
	background: transparent url('/images/facebook.gif') no-repeat left center;
	margin: 0 0 0 0;
}

.main, .page, .foot, .nonav{
	padding: 0 15px;
}
#main .main{
	margin-bottom: 20px;
}
.breadcrumbs {
	height: 5px;
	margin: 0 0 20px 0;
	padding: 0 0 0 210px; 
	/* display: none; */
}

.subnav {
	margin-right: 20px;
	margin-bottom: 70px;
	padding-top: 40px;
}
.subnav ul.menu {
	opacity: .999;
	background: transparent none; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
.subnav ul.menu li{
	margin: 0;
	padding: 0;
}
.subnav ul.menu *{
	clear: both;
}
.subnav ul.menu li a{
	position: relative; 
	display: block; 
	float: left; 
	width: auto; 
	line-height: 29px; 
	padding: 0 20px 4px 20px; 
	background: transparent none;
	font-size: 19px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: 	#999;
}

.subnav ul.menu li a:hover, 
.subnav ul.menu li a.active,
.subnav ul.menu li.active a{
	color: #B1DB00;
}
.subnav ul.menu li a span{
	display: block; 
	height: 29px; 
	cursor: pointer;
}
.subnav ul.menu li a span.sub-right{
	position: absolute; 
	top: 0; 
	right: 0; 
	width: 20px; 
	background: transparent url('/images/subnav-r.png') no-repeat left top;  
}
.subnav ul.menu li a span.sub-left{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 20px; 
	background: transparent url('/images/subnav-l.png') no-repeat left top;  
}
.subnav ul.menu li a span.sub-middle{
	float: left; 
	width: auto; 
	height: 26px; 
	line-height: 24px;
	white-space: nowrap; 
	padding: 0; 
	margin: 2px 0; 
	left: 20; 
	background: #000 none;
}

.subnav ul.menu li ul.sub-menu li a{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.subnav ul.menu li ul.sub-menu li a span.sub-left, 
.subnav ul.menu li ul.sub-menu li a span.sub-right{
	display: none;
}
.subnav ul.menu li.active ul.sub-menu li a:visited, 
.subnav ul.menu li.active ul.sub-menu li a{
	color: #999;
}
.subnav ul.menu li.active ul.sub-menu li.active a,
.subnav ul.menu li.active ul.sub-menu li a:active, 
.subnav ul.menu li.active ul.sub-menu li a:hover{
	color: #FFF;
}
.subnav ul.menu li.active ul.sub-menu li a span.sub-middle{
	height: 21px;
	line-height: 21px;
	background: transparent;
}

/* balloon-text */

.weetjes{
	margin-top: 40px;
}
div.balloon{
	display: block;
	float: left;
	width: 210px;
	height: 150px;
	padding: 10px 0 0 0;
	background: transparent url('/images/balloon.png') no-repeat left top;
	line-height: 16px;
}
div.balloon h4, div.balloon p{
	color: #000;
	padding: 0 10px 0 40px;
}
div.container .main .col-l div.balloon p, div.container .page .col-l div.balloon p{
	position:relative;
	padding-left: 40px;
}
div.balloon a, 
div.balloon a:visited, 
div.balloon a:active, 
div.balloon a:hover {
	color: blue;
}

div.balloon-list{
}
div.balloon-list div.item{
	width: 406px;
	margin-bottom: 15px;
}
div.balloon-list div.item p{
	color: #91D1BC;
	font-style: italic;
	font-weight: bold;
	background: #464646;
	margin: 0 0 0 0;
	padding: 0 6px 0 6px;
}
div.balloon-list div.item{
	padding-top: 13px;
	background: transparent url('/images/balloon-list-item-top.png') no-repeat center top;
}
div.balloon-list div.item.variation_0 .bottom{
	height: 20px;
	background: transparent url('/images/balloon-list-item-bottom-0.png') no-repeat center top;
}
div.balloon-list div.item.variation_1 .bottom{
	height: 20px;
	background: transparent url('/images/balloon-list-item-bottom-1.png') no-repeat center top;
}

.more{
	text-align: center;
}
.more a{
	color: #B1DB00;
	text-decoration: none;
}
.more a:hover{
	color: #B1DB00;
	text-decoration: underline;
}

.vote-me, 
.more.arrow-black, 
.more.arrow-blue{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	float: none;
	width: auto;
	height: 15px;
	line-height: 15px;
	padding: 0 8px 0 4px;
	margin: 12px 0 12px 10px;
	background: transparent url('/images/more-arrow-black.png') no-repeat right top;
}
.more.arrow-blue{
	background: transparent url('/images/more-arrow-blue.png') no-repeat right top;
}
.more.arrow-black:visited, 
.more.arrow-blue:visited {
	color: #FFF;
}
.profile.detail p a.more.arrow-blue{
	margin: 5px 0 0 0;
	padding-left: 0;
}

/* recepten & profile thumbs */

div.profile.thumbs, 
div.recept.thumbs, 
div.recept.thumbs .paging{
}
div.profile.thumbs .item, 
div.recept.thumbs .item{
	position: relative;
	display: block;
	float: left;
	background: #464646;
	width: 140px;
	height: 190px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.winners.profile.thumbs .item{
	width: 210px;
	height: 232px;
} 
div.winners.profile.thumbs .item .vote-me.big{
	margin-left: 5px;
}
div.profile .item p, 
div.recept.thumbs .item p{
	padding: 10px 10px 0 10px;
	line-height: 14px;
}
div.recept.thumbs .item a.more.arrow-blue{
	position: absolute;
	left: 0;
	bottom: 0;
}

/* profiles */

div.profile.thumbs .item{
	height: 170px;
}
div.profile.detail{
	background: #464646;
}
div.profile.detail h3{
	background: #464646;
	margin: 0;
	padding: 5px 10px 0 10px;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 150%;
	text-transform: lowercase;
	font-weight: bold;
}
div.profile.detail p{
	padding: 0 10px;
}
div.profile.detail div.vote-panel, 
div.profile.detail dl{
	display: block;
	padding: 1px 10px;
	margin: 0;
	background: #464646;
	color: #FFF;
}
div.profile.detail dt{
	font-weight: normal;
	clear: left;
	display: block;
	float: left;
	width: 145px;
}
div.profile.detail dd{
	clear: right;
	display: block;
	float: left;
	width: 250px;
	margin-left: 10px;
	
}
.winner-badge{
	color: #B1DB00;
	text-align: right;
	display: block;
	float: right;
	padding-left: 30px;
	background: transparent url('/images/icn-star.png') no-repeat left top;
}
div.profile.detail dt.votes, 
div.profile.detail dd.votes{
	font-weight: bold;
	color: #91D1BC;
}
div.profile.thumbs a.item{
	text-decoration: none;
}
div.profile.thumbs a.item .foto-label{
	font-weight: bold;
}
div.profile.thumbs .item a.foto-label{
	text-decoration: none;
}
div.profile.thumbs .item .foto-label .label{
	padding: 5px;
	font-weight: bold;
}
div.profile.thumbs .item .votes{
	padding: 5px;
	color: #91D1BC;
}
.vote-me{
	padding: 0;
	width: 82px;
	height: 19px;
	margin-left: -5px;
	float: none;
	background: transparent url('/images/stem-op-mij.png') no-repeat left top;
}
.list.profile .vote-me{
	position: absolute;
	bottom: 0;
}
.vote-me.big{
	width: 130px;
	height: 30px;
	background: transparent url('/images/stem-op-mij-groot.png') no-repeat left top;
	margin-left: 0;
}

h3.recepten-show, 
h4.recepten-show{ 
	margin: 0;
	font-family: Helvetica,Arial,sans-serif !important;
	font-size: 12px !important; 
	font-weight: bold !important; 
	text-transform: capitalize; 
}

ul.recepten-ingredients{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.recepten-ingredients{
	text-indent: -.7em;
	padding-left: .7em;
}
h1.img-overlay{
	width: 420px;
	margin: 0;
	padding-left: 8px;
	padding-right: 8px;
	position: absolute;
	bottom: 0;
	background: transparent url('/images/img-overlay-black.png') repeat left top; 
}

/* games */
.gamebox{
	position: relative;
	background: #464646;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 140px;
	height: 140px;
	text-decoration: none;
}
.gamebox span.title{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-weight: bold;
	padding: 3px 5px;
}
/* winnaars */
.winner{
	background: #464646;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 210px;
	text-decoration: none;
}
.winner span.title{
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	padding: 0 5px;
}
/* generic */
.last{
	margin-right: 0 !important;
}
.white-txt{ 	color: #FFF !important; }
.lightgrey-txt{ color: #91D1BC !important; }
.grey-txt{ 		color: #999999 !important; }
.green-txt{ 	color: #B1DB00 !important; }
.blue-txt{ 		color: #5D2398 !important; }
.center{ 		text-align: center }
}
/* float all 1st level children */
.floatelements>*{
	display: block;
	float:left;
	width:auto;
}

@media print{
	body{ background: white; color: black; }
	hr{ background: white; }
	
	* .header,
	* .foot,
	* .subscript,
	* .nonav .col-l,
	* .page .col-l,
	* .col-r{ display: none !important; }
}

