/*
Theme Name: Popunie
Theme URI: http://www.popunie.nl/
Description: Het nieuwe thema voor de website van de Popunie.
Author: Apert Kreatieve Produkties
Author URI: http://www.apertkreatieveprodukties.nl/
Version: 1.0
Tags: popunie
*/

/* ALGEMEEN */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

strong, b { 
	font-weight: bold;
}

img#mobileBackground,
div#mobileMenu,
.hideNonMobile {
	display: none;
}

body {
	background-color: #585858;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	_font-weight: normal;
	color: #333333;
	font-size: 0.8em;
}

div#main {
	position: absolute;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
}

#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1000;
	background-image: url('images/bg5.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

img#mainBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1000;
}
#bgOverlay {
	/*opacity: 0.2;*/
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -900;
	background: url('images/slide-overlay.png') scroll 0 0 repeat;
	background-color: rgba(255,255,255,0.1);
}

.clear {
	clear: both;
}

/* HEADER */

a#logo {
	display: block;
	width: 100%;
	height: 80px;
	padding: 30px 0;
	background-image: url('images/logo2.png');
	background-repeat: no-repeat;
	background-position: 20px 30px;
	background-color: rgba(20,20,20,0.2);
}

div#share {
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: right;
	clear: both;
}
div#share div {
	padding: 0 3px 5px;
}

/* MENU */

div#menu {
	position: relative;
	height: 60px;
	width: 900px;
	background-color: #f1a005;
}

div#menu .menu ul {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #03abdd;
	width: 900px;
	height: 30px;
}
div#menu .menu ul li {
	float: left;
	list-style-type: none;
}
div#menu .menu ul li a {
	display: block;
	height: 12px;
	padding: 9px 17px 9px 18px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
	-o-transition: all .2s ease-in-out; /* Opera */
}
div#menu .menu .current_page_item a,
div#menu .menu .current-page-ancestor a,
div#menu .menu .current-menu-item a,
div#menu .menu .sub-menu .current_page_item a,
div#menu .menu .sub-menu .current_page_parent a,
div#menu .menu .sub-menu .current-page-ancestor a,
div#menu .menu .sub-menu .current-menu-item a,
div#menu .current_page_parent a,
div#menu .menu ul li a:hover {
	background: rgba(20, 20, 20, 0.1);
}

div#menu .menu .sub-menu { 
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	background-color: #f1a005;
}
div#menu .current_page_item .sub-menu, 
div#menu .current_page_parent .sub-menu {
}
div#menu .sub-menu li {
	float: left;
	list-style-type: none;
}
div#menu .menu .sub-menu li a {
	background: transparent;
}

/* CONTENT */

.facebookComments,
#content h2 {
	width: 545px;
	color: #333333;
	/*border-bottom: 1px solid #666666;
	padding-bottom: 3px;*/
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .post h2 {
	padding-right: 115px;
	width: 430px;
}
#content h2 a {
	color: #333333;
}
#content h2 a:hover {
	color: #f1a005;
}
.facebookComments {
	margin: 0;
	font-size: 1em;
}

div#content {
	overflow: hidden;
}

div#leftColumn {
	width: 580px;
	margin: 30px 30px 30px 0;
	float: left;
}

div.post,
div.page,
a.post {
	border: 2px solid #f1a005;
	background-color: #ffffff;
	overflow: hidden;
	line-height: 1.4em;
}
div.post,
div.page {
	padding: 15px;
}
a.post div.excerpt {
	overflow: hidden;
	margin: 15px;
	_margin-bottom: 0px;
}
div.post {
	margin-bottom: 15px;
}

div.page p,
div.post p {
	width: 100%;
	margin-bottom: 1em;
}

.profiel a,
.tweets .msg a,
div.page a,
div.post a {
	color: #f1a005;
}
.profiel a:hover,
.tweets .msg a:hover,
div.page a:hover,
div.post a:hover {
	text-decoration: none;
}

div.archive-previous a,
div.archive-next a {
	color: #f1a005;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}
div.nav-previous a,
div.nav-next a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}
div.archive-previous a:hover,
div.archive-next a:hover,
div.nav-previous a:hover,
div.nav-next a:hover {
	text-decoration: underline;
}
div.archive-previous,
div.nav-previous {
	float: right;
}
div.archive-next,
div.nav-next {
	float: left;
}
div.archive-previous,
div.archive-next {
	margin: 15px 0 0 0;
}

div.page table,
div.post table,
div.page ul,
div.post ul {
	margin: 20px;
	border-spacing: 0;
}
div.page table.gigpress-table,
div.post table.gigpress-table {
	margin: 20px 0;
}
div.page ul li,
div.post ul li {
	margin-bottom: 0px;
}

a.post {
	position: relative;
	display: block;
	width: 576px;
	height: auto;
	float: left;
	margin-bottom: 15px;
	text-decoration: none;
	color: #333333;
	overflow: hidden;
}
a.post.left {
	margin-right: 20px;
}
a.post.category-highlight {
	border: 2px solid #03abdd;
}
a.post:hover {
	border: 2px solid #03abdd;
}
a.post.category-highlight:hover {
	border: 2px solid #f1a005;
}
a.post h3 {
	width: 100%;
	color: #333333;
	/*border-bottom: 1px solid #333333;
	padding-bottom: 2px;*/
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
a.post .attachmentImage {
	width: 140px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}
a.post .attachmentImage img {
	padding: 3px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	max-width: 132px;
	height: auto;
}
a.post p {
	margin-bottom: 1em;
}
a.post p:last-of-type {
	margin-bottom: 0em;
}
a.post .readMore {
	padding: 8px;
	font-size: smaller;
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	background-color: #f1a005;
	text-decoration: underline;
}
a.post:hover .readMore {
	background-color: #03abdd;
}
a.post.category-highlight h3,
a.post.category-highlight .readMore {
	color: #ffffff;
}
a.post.category-highlight h3 {
	padding: 10px;
}
a.post.category-highlight .readMore,
a.post.category-highlight h3 {
	border-color: #ffffff;
	background-color: #03abdd;
}

a.post.category-highlight:hover .readMore,
a.post.category-highlight:hover h3 {
	border-color: #ffffff;
	background-color: #f1a005;
}

#content div.wp-caption,
#content p img {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #dddddd;
}
#content div.alignleft,
#content p img.alignleft {
	float: left;
	margin: 0 20px 1em 0;
}
#content div.alignright,
#content p img.alignright {
	float: right;
	margin: 0 0 1em 20px;
}
#content div.aligncenter,
#content p img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1em;
}
#content div.wp-caption {
	padding: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
#content div.wp-caption p {
	margin-bottom: 0;
}

#content .bottomInfo {
	margin-top: 1em;
	border-top: 1px solid #666666;
	clear: both;
}

#content .page.artikelen {
	margin-bottom: 15px;
	overflow: auto;
}
#content .page.artikelen p:last-of-type {
	margin-bottom: 0;
}

/* ARCHIEF */

div.page ul.archief {
	list-style: none;
	margin: 0;
}
div.page ul.archief a {
	color: #333333;
}
div.page ul.archief li {
	margin-bottom: 3px;
}
div.page ul.archief li.archiefDatum {
	margin-top: 1em;
	font-weight: bold;
}

/* SIDEBAR */

div#rightColumn {
	width: 290px;
	margin: 30px 0;
	float: left;
}

div.widget {
	border: 2px solid #03abdd;
	background-color: #ffffff;
	padding: 0;
	margin-bottom: 15px;
}

div#sidebar div.textwidget:nth-of-type(2) {
	height: 60px;
	overflow: hidden;
}

div#sidebar .tweets a {
	/*color: #03abdd;*/
}

div#sidebar .tweets .info {
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
div#sidebar .tweets .info a {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	color: #03abdd;
}
div#sidebar .tweets .info a:hover {
	text-decoration: underline;
}

div#sidebar h4 {
	text-transform: uppercase;
	padding: 10px;
	text-align: right;
	font-size: 1.2em;
	background-color: #03abdd;
	color: #ffffff;
}

div#sidebar li {
	list-style: none;
	padding: 10px;
}
div#sidebar li.gigpress-alt,
div#sidebar li.even {
	background-color: rgba(241,160,5,0.12);
}
div#sidebar .tweets li:nth-child(even),
div#sidebar li.even {
	background-color: rgba(5,171,221,0.1);
}

div#sidebar .avatar,
div#sidebar .msg {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}
div#sidebar .msg {
	padding-right: 0px;
}

div#sidebar div#facebookBox {
	border: 1px solid #03abdd;
	background-color: #ffffff;
}

div#sidebar span.summary {
	font-weight: bold;
}

/*div#sidebar .gigpress-sidebar-more {
	border-top: 1px solid #333333;
	padding-top: 6px;
}*/
div#sidebar .gigpress-sidebar-more a {
	display: block;
	padding: 8px;
	background-color: #03abdd;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
}
div#sidebar .gigpress-sidebar-more a:hover {
	text-decoration: underline;
}

/* FOOTER */

div#footer {
	width: 100%;
	background: rgba(20,20,20,0.6);
	overflow: hidden;
	font-size: 0.9em;
}
div.footerCol {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	margin: 30px 0 30px 30px;
}
div.footerCol.right {
	float: right;
	text-align: right;
	margin-right: 30px;
}
div.footerCol h5 {
	text-transform: uppercase;
	font-size: 1em;
}
div.footerCol ul {
	list-style: none;
}
div.footerCol li a {
	color: #ffffff;
	text-decoration: none;
}
div.footerCol li a:hover {
	text-decoration: underline;
}

#searchform #s {
	background-image: url('images/search.jpg');
	background-position: 3px 3px;
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 20px;
	width: 160px;
	padding: 3px 3px 3px 23px;
}
#searchform .screen-reader-text,
#searchform #searchsubmit {
	display: none;
}

.addthis_toolbox {
	float: right;
	margin-top: 6px;
}
.addthis_toolbox.small_toolbox {
	float: right;
	margin-top: -32px;
}

/* FORMS */

#content .visual-form-builder .vfb-legend {
	margin: 0 0 25px 0;
	padding: 5px 15px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	background-color: #f1a005;
}
#content .visual-form-builder .vfb-legend h3 {
	font-size: 1em;
	border-bottom: 0px;
}

#content .visual-form-builder ul.vfb-section {
	margin: 0;
}

#content .visual-form-builder fieldset {
	background-color: transparent;
	border-radius: 0px;
	border: 2px solid #f1a005;
	margin: 0 0 25px 0;
	clear: both;
}

#content .visual-form-builder li {
	padding: 0 15px;
	margin-bottom: 25px;
}

#content .visual-form-builder li span label p {
	margin: 4px 0 0;
}

#content .visual-form-builder label {
	font-weight: normal;
	margin-bottom: 5px;
}

#content .visual-form-builder .vfb-page-counter {
	display: none;
}

#content .visual-form-builder input[type=text],
#content .visual-form-builder input[type=url],
#content .visual-form-builder input[type=file],
#content .visual-form-builder input[type=email],
#content .visual-form-builder input[type=tel],
#content .visual-form-builder textarea {
	padding: 8px;
	border: 1px solid #cccccc;
	width: 280px;
}
#content .visual-form-builder textarea {
	width: 494px;
	resize: vertical;
}

#content .yop-poll-answers select,
#content .visual-form-builder select {
	background: #ffffff;
	width: 296px;
	padding: 8px;
	line-height: 1;
	border: 1px solid #cccccc;;
	border-radius: 0;
	height: 34px;
}
#content .yop-poll-answers select {
	width: 100%;
	margin: 1em 0;
}

#content .visual-form-builder label.vfb-choice {
	margin-bottom: 0;
}

#content .visual-form-builder br {
	display: none;
}

#content .visual-form-builder .vfb-submit {
	color: #333333;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding-left: 12px;
	padding-right: 12px;
}
#content .visual-form-builder .vfb-submit:hover {
	border: 1px solid #f1a005;
	cursor: pointer;
}

#content .visual-form-builder .vfb-page-next {
	border-radius: 0;
	text-decoration: none;
}

#content .visual-form-builder .vfb-section-div {
	background-color: transparent;
	border-radius: 0;
	width: 512px;
	padding: 0 15px;
	float: none;
}

#content .visual-form-builder .vfb-section-div h4 {
	font-size: 1em;
	padding-bottom: 5px;
	margin-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}

#content .visual-form-builder .vfb-section-div li {
	padding: 0;
}

#content p#form_success {
	color: #333333;
	font-weight: normal;
}

/* GIGPRESS */

div.agendaItem {
	width: 542;
	border: 2px solid #03abdd;
	overflow: hidden;
	margin-bottom: 10px;
}

div.agendaDate,
div.agendaImage,
div.agendaMain {
	float: left;
}

div.agendaDate {
	background-color: #03abdd;
	width: 45px;
	color: #ffffff;
	padding: 4px 0;
	height: 42px;
}
div.agendaDate div {
	width: 100%;
	text-align: center;
	font-weight: bold;
}
div.agendaDate div.date {
	font-size: 1.4em;
	line-height: 1.1em;
}
div.agendaDate div.day,
div.agendaDate div.month {
	font-size: 0.9em;
	line-height: 1.1em;
}

div.agendaImage {
	height: 50px;
	width: 90px;
	border-right: 2px solid #03abdd;
	background-color: #e2001a;
	line-height: 0;
}
div.agendaImage img {
}

div.agendaMain {
	position: relative;
	width: 405px;
}

div.agendaArtist {
	padding: 7px;
	min-height: 16px;
	color: #03abdd;
	font-weight: bold;
	font-size: 1.4em;
}
div.agendaArtist a {
	color: #03abdd;
	text-decoration: none;
}
div.agendaArtist a:hover {
	text-decoration: underline;
}

#content div.agendaDetails {
	position: relative;
	overflow: hidden;
	padding: 2px 5px 5px 5px;
	color: #03abdd;
	font-weight: bold;
	line-height: 1em;
	font-size: 0.8em;
	text-align: right;
}

div.agendaDetails a {
	color: #03abdd;
}
div.agendaDetails img {
	height: 1.1em;
	width: auto;
}
#content div.agendaDetails div {
	float: right;
	margin: 0 2px;
}
div.agendaDetails div.agendaDetailsText {
	padding-top: 1px;
}
div.agendaDetails div.clock {
	margin-top: 1px;
}

/* GIGPRESS SIDEBAR */

div#sidebar .gigpress-listing li {
	position: relative;
	/*border-bottom: 2px solid #03abdd;*/
}

div#sidebar .gigpress-listing h5 {
	padding: 3px 3px 1px 3px;
	min-height: 12px;
	color: #03abdd;
	font-weight: bold;
	font-size: 1.2em;
}

div#sidebar div.agendaDetails {
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	margin-top: 3px;
	padding: 0 3px 3px 3px;
	color: #03abdd;
	min-height: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 0.8em;
}

div#sidebar div.agendaDetails div {
	float: left;
	margin: 0 2px;
}

div#sidebar .gigpress-listing h5 a {
	color: #03abdd;
}
div#sidebar .gigpress-listing h5 a:hover {
	text-decoration: none;
}

/* ARTIESTENPROFIELEN */

#main .profiel {
	width: 278px;
	height: auto;
	background-color: #ffffff;
	border: 2px solid #f1a005;
	float: left;
	margin-bottom: 15px;
}
#main .profiel:nth-child(odd) {
	margin-right: 8px;
}
#main .profiel:nth-child(even) {
	margin-left: 8px;
}
#main .profiel h3 {
	background-color: #f1a005;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px;
}
#main .profiel p {
	padding: 0 15px 15px 15px;
	line-height: 1.4em;
}
#main .profiel p:first-of-type {
	padding: 15px;
}

/* NIEUWSBRIEF */

#sidebar #mc_signup_form {
	padding: 10px;
}

#sidebar .mc_error_msg a {
	color: red;
}

#sidebar #mc_subheader {
	color: #03abdd;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#sidebar #mc_message {
	margin-bottom: 0.5em;
	color: #f1a005;
}

#mc_signup_form .mc_var_label {
	display: none;
}

#sidebar .mc_merge_var {
	margin-bottom: 0.5em;
}

#sidebar #mc-indicates-required,
#sidebar .mc_required {
	display: none;
}

#content .yop-poll-captcha-input-div input[type=text],
#sidebar #mc_signup_form .mc_input {
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #aaaaaa;
	width: 100%;
	background: none repeat scroll 0 0 #FAFAFA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	font-size: 100%;
	font-family: inherit;
	line-height: normal;
	color: #333333;
	font-weight: 300;
}
#content .yop-poll-captcha-input-div input[type=text] {
	margin: 1em 0;
}

#content button.yop_poll_vote_button,
#sidebar #mc_signup_submit {
	color: #333333;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.5em;
}
#content button.yop_poll_vote_button:hover,
#sidebar #mc_signup_submit:hover {
	border: 1px solid #f1a005;
	cursor: pointer;
}
#content button.yop_poll_vote_button {
	margin-top: 0;
}






/* NIEUWSBRIEF NIEUW */

#sidebar #mc_embedded_signup {
	padding: 10px;
}

#sidebar .mce_inline_error {
	margin-bottom: 10px;
	color: #f1a005;
}

#sidebar #mce-responses {
	margin-bottom: 10px;
}

#sidebar #mc_embedded_signup .mc-field-group input {
	box-sizing: border-box;
	padding: 8px;
	margin: 0 0 10px 0;
	border: 1px solid #aaaaaa;
	width: 100%;
	background-color: #fafafa;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	border-radius: 3px;
	font-size: 100%;
	font-family: inherit;
	line-height: normal;
	color: #333333;
	font-weight: 300;
}

#sidebar #mc-embedded-subscribe {
	color: #333333;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 8px;
	width: 100%;
	box-sizing: border-box;
	margin: 0;
}
#sidebar #mc-embedded-subscribe:hover {
	border: 1px solid #f1a005;
	color: #f1a005;
	cursor: pointer;
}

/* SPEELPLEKKEN */

#content div.speelplekBlok {
	clear: both;
	min-height: 120px;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#content h4.speelplek {
	color: #f1a005;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0;
}

#content div.speelplekBlok div.speelplekText {
	padding: 15px 15px 3px 15px;
	border: 2px solid rgba(5,171,221,1);
	background-color: rgba(5,171,221,0.03);
	float: right;
	width: 410px;
	margin-right: 15px;
	min-height: 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#content div.speelplekBlok div.speelplekImage {
	float: right;
}

#content div.speelplekBlok div.speelplekImage img {
	height: 120px;
	width: auto;
}