/**
 * The stylesheet used to overrule default wp-styles + additional styles
 *
 * @package WordPress
 * @subpackage Twenty_Twelve/Zanglust
 * @since Twenty Twelve 1.0
 */
@font-face {
  font-family: 'Avantgarit';
  src: url('../fonts/avantgaritcbybtextlig-webfont.eot'); /* IE9 Compat Modes */
  src: url('../fonts/avantgaritcbybtextlig-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/avantgaritcbybtextlig-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/avantgaritcbybtextlig-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/avantgaritcbybtextlig-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body {
	background: url("../img/background.jpg") repeat-x top left scroll #474d40;
}

body .site {
	border-radius: 20px;
	box-shadow: 0 2px 14px rgba(100, 100, 100, 0.3);
	margin-top: 1.429rem;
	margin-bottom: 0;
	overflow: hidden;
}

.logged-in #wpadminbar, .wp-admin #wpadminbar {
	display: none;
}

	html { margin-top: 0px !important; }
	* html body { margin-top: 0px !important; }

h2 {
	color: #a2682b;
	text-transform: uppercase;
	font-size: 15px !important;
}

a, .notouch a:hover, a:visited {
	color: #a2682b !important;
}

.left {
	float: left;
}

.right {
	float: right;
}

.error {
	color: red;
}

.success {
	color: green;
}

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

.hidden {
	display: none;
}

.entry-content embed, .entry-content video {
	margin: 0;
}

.print {
	float: right;
	cursor: pointer;
}

/* begin header */
.site-header {
	border-bottom: 6px solid #474d40;
    margin: 0 -2.85714rem 15px;
    height: 351px;
    padding: 0;
    position: relative;
}

	.site-header hgroup {
		display: none;
	}
/* end header */

/* begin logo */
#logo {
	position: relative;
	margin: 0 auto;
    max-width: 68.5714rem;
    z-index: 1;
}

#logo .logo-body {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.3);
    left: 20px;
    padding: 20px;
    position: absolute;
    top: -20px;
}
/* end logo */

/* begin login */
#login {
	position: relative;
	margin: 0 auto;
    max-width: 68.5714rem;
    z-index: 1;
}

#login .login-header {
    background-color: #A2682B;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 40px 10px 12px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    top: -1.429rem;
}

#login .login-header.open {
    box-shadow: none;
}

#login .login-body {
    background-color: #A2682B;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.3);
    color: #FFFFFF;
    display: none;
    padding: 80px 10px 6px;
    position: absolute;
    right: 0;
    top: -1.429rem;
    width: 230px;
    z-index: -1;
}

	#login .login-body a, .notouch #login .login-body a:hover, #login .login-body a:visited {
	    color: #FFFFFF !important;
	    display: block;
	    line-height: 1.2rem;
	    text-align: right;
	    text-decoration: none;
	    width: 100%;
	}

	#login #Login_Message {
		margin: 0 auto;
		width: 94%;
		line-height: 18px;
	}

		#login #Login_Message .error {
			color: #ffffff;
		}

	#login .login-body form {
	}

		#login .login-body form input[type="text"], #login .login-body form input[type="password"] {
		    margin-bottom: 3px;
		    width: 94%;
		}

		#login .login-body form .login-remember {
			display: none;
		}

		#login .login-body form #wp-submit {
		    float: right;
		}

	#login .login-body #fForgotPassword a {
		text-align: left;
    	padding-top: 12px;
	}

	#login .login-body #fPassword {
		display: none;
	}
/* end login */

/* begin sidebar-3 */
.sidebar-3 #logo .logo-body {
	padding-top: 120px;
}

.sidebar-3 #login .login-header {
	padding-top: 140px;
}

.sidebar-3 #login .login-body {
	padding-top: 180px;
}
/* end sidebar-3 */

/* begin countdown */
#sidebar-top {
	width: 600px;
  height: 80px;
  margin: 0 auto;
}

#countdown {
	position: relative;
	background: url("../img/countdown.jpg") no-repeat scroll center center transparent;
	width: inherit;
	height: inherit;
  margin: 15px 30px;
}

#countdown .days, #countdown .hours, #countdown .minutes {
  position: absolute;
  bottom: 27px;
  font-family: 'Avantgarit';
  font-size: 32px;
  color: #fff;
  text-align: center;
}

#countdown .days {
  left: 323px;
  width: 53px;
}

#countdown .hours {
  left: 415px;
  width: 45px;
}

#countdown .minutes {
  left: 500px;
  width: 75px;
}

/* end countdown */

/* begin search */
.site-header #searchform {
    float: right;
    padding: 16px 20px;
}

.widget-area #searchform {
    padding: 16px 20px;
}

input#s {
	background: url("../img/search.png") no-repeat scroll 4px 3px transparent;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    height: 17px;
    padding: 4px 10px 4px 23px;
}

input#searchsubmit {
	display: none;
}
/* end search */

/* begin nav */
#site-navigation {
    float: left;
    padding: 16px 20px;
}

.main-navigation {
	margin: 0;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border: 0;
}

.main-navigation li {
	border-bottom: 6px solid #474D40;
	font-size: 1rem;
	margin: 0;
	padding: 0 1rem;
}

.notouch .main-navigation li:hover, .touch .main-navigation li.active {
	border-bottom: 6px solid #A2682B;
}

.main-navigation li a {
	line-height: 30px;
	margin-bottom: 5px;
}

.main-navigation li ul {
	margin: 6px -1rem 0;
}

.main-navigation li ul li {
	border-bottom: 0;
	padding: 0;
}

.notouch .main-navigation li ul li:hover {
	border-bottom: 0;
}

.main-navigation li ul li a {
	background-color: #ffffff;
	line-height: 1.182;
	border: 0;
	margin-bottom: 0px;
}

.notouch .main-navigation li ul li a:hover {
	background-color: #a2682b;
	color: #ffffff !important;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
	color: #a2682b;
	font-weight: normal;
}

.main-navigation li.current-menu-item, .main-navigation li.current-menu-ancestor, .main-navigation li.current_page_item, .main-navigation li.current_page_ancestor {
	border-bottom: 6px solid #A2682B;
}

.main-navigation li ul li.current-menu-item, .main-navigation li ul li.current-menu-ancestor, .main-navigation li ul li.current_page_item, .main-navigation li ul li.current_page_ancestor {
	border-bottom: 0;
}
/* end nav */

/* begin slideshow */
#slideshow {
    height: 300px;
    position: relative;
}

#slideshow img {
	border-radius: 0;
}

#slideshow article {
	position: absolute;
	left: 0;
	top: 0;
}

#slideshow_prev, #slideshow_next {
	position: absolute;
	top: 135px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

#slideshow_prev {
	background: url("../img/prev.png") 6px 6px no-repeat #ffffff;
	left: 0;
}

#slideshow_next {
	background: url("../img/next.png") 8px 6px no-repeat #ffffff;
	right: 0;
}

#slideshow_nav {
    height: 25px;
    left: 452px;
    overflow: hidden;
    position: absolute;
    top: 288px;
    /*width: 135px;*/
}

#slideshow_nav span {
	height: 38px;
	float: left;
}

	#slideshow_nav span.nav_left {
		background: url("../img/slideshow_nav_left.png") center center no-repeat;
		width: 30px;
	}

	#slideshow_nav span.nav_right {
		background: url("../img/slideshow_nav_right.png") center center no-repeat;
		width: 30px;
	}

	#slideshow_nav span.nav_items {
		background: url("../img/slideshow_nav.png") center center repeat-x;
	}

		#slideshow_nav span.nav_items span {
			background: url("../img/slideshow_nav_item.png") center center no-repeat;
			width: 11px;
			height: 11px;
			display: inline-block;
			margin: 11px 1px 0;
			cursor: pointer;
		}

		#slideshow_nav span.nav_items span.selected {
			background: url("../img/slideshow_nav_item_selected.png") center center no-repeat;
			cursor: default;
		}
/* end slideshow */

/* begin footer */
footer[role="contentinfo"] {
	border: 0;
	padding: 0;
	margin: 0 auto;
	max-width: 72.5714rem;
}

footer .site-info, footer .site-info a, .notouch footer .site-info a:hover, footer .site-info a:visited {
	color: #757a70 !important;
	text-decoration: none;
}
/* end footer */

/* begin content */
.site-content {
	width: 66.5%;
	margin: 1.71429rem 0 1rem;
}

.site-content #content {
	margin-bottom: 1.71429rem;
}

.entry-content, .entry-summary, .mu_register {
	text-align: justify;
}

.site-content article {
	border: 0;
	margin: 0;
	padding: 0;
}
/* end content */

/* begin kijk-en-luister */
.archive .kijk-en-luister{
	float: left;
	width: 200px;
	margin-bottom: 10px;
}

.archive .kijk-en-luister .entry-header{
	margin-bottom: 2px;
}

.kijk-en-luister .entry-content{
	position: relative;
}

.kijk-en-luister .entry-content .button.audio{
	background: url("../img/kijkenluister_audio.png") top left no-repeat;
}

.kijk-en-luister .entry-content .button.foto{
	background: url("../img/kijkenluister_foto.png") top left no-repeat;
}

.kijk-en-luister .entry-content .button.video{
	background: url("../img/kijkenluister_video.png") top left no-repeat;
}

.archive .kijk-en-luister .entry-content a{
	width: 150px;
	height: 190px;
	display: block;
	background-color: #c7c9c5;
	border-radius: 3px 3px 3px 3px;
}

.archive .kijk-en-luister .entry-content .button{
	width: 27px;
	height: 26px;
	position: absolute;
	left: 150px;
}

.archive .kijk-en-luister .entry-content .button.foto{
	top: 95px;
}

.archive .kijk-en-luister .entry-content .button.video{
	top: 125px;
}

.archive .kijk-en-luister .entry-content .button.audio{
	top: 155px;
}

.single .kijk-en-luister .entry-content .thumbnail{
	width: 150px;
	height: 150px;
	float: left;
	margin: 7px 7px 7px 0;
}

.single .kijk-en-luister .entry-content .button{
	text-indent: 30px;
	margin: 30px 0 5px;
	line-height: 1.6;
}

.single .kijk-en-luister .entry-content .foto img{
	float: left;
	margin: 0 6px 6px 0;
}

.single .kijk-en-luister .entry-content .video > span, .single .kijk-en-luister .entry-content .audio > span{
	float: left;
	margin: 0 6px 10px 0;
	width: 308px;
}

.single .kijk-en-luister .entry-content .video span span, .single .kijk-en-luister .entry-content .audio span span{
	overflow: hidden;
	height: 24px;
	margin: 0 9px 0 3px;
	width: 302px;
	display: block;
}

.single .kijk-en-luister .entry-content .video span video, .single .kijk-en-luister .entry-content .video span embed,
.single .kijk-en-luister .entry-content .audio span audio, .single .kijk-en-luister .entry-content .audio span embed {
	display: block;
	width: 308px;
}
/* end kijk-en-luister */

/* begin kalender */
.archive .kalender .entry-header {
	display: none;
}

.kalender.filter {
	padding: 5px 5px 10px;
}

	.kalender.filter label {
		margin-right: 16px;
	}

	.kalender.filter label:last-child {
		margin-right: 0px;
	}

.kalender.header {
	padding: 5px 5px 10px;
	font-weight: bold;
	width: 100%;
}

.kalender.footer {
	display: none;
}

.archive article.kalender {
	padding: 5px;
	width: 100%;
}

.single article.kalender {
	margin: 10px 0;
}

.archive article.kalender:nth-child(odd) {
	background-color: #e2e4e0;
}

.archive article.kalender.odd {
	background-color: #e2e4e0;
}

.archive .kalender span {
	float: left;
	word-wrap: normal;
	-moz-hyphens: none;
	padding-right: 10px;
	text-align: left;
}

	.archive .kalender span.date {
		width: 105px;
	}

	.archive .kalender span.hour {
		width: 40px;
	}

	.archive .kalender span.who {
		width: 93px;
	}

	.archive .kalender span.what {
		width: 200px;
	}

	.archive .kalender span.location {
		width: 155px;
		padding-right: 0;
	}

	.archive .kalender span.more {
		margin: 10px 10px 10px 40px;
		width: 90%;
		clear: both;
	}

	.archive .kalender span.more:empty {
		display: none;
	}

.kalender span.more .attachment-230x230{
	float: left;
	margin: 7px 7px 7px 0;
}

.single .kalender span {
	display: block;
}

	.single .kalender span.more {
		margin: 20px 0;
	}

.single .kalender dl {
	margin: 0;
}

.single .kalender dt {
	float: left;
	width: 120px;
	font-weight: normal;
}

.single .kalender dd {
	margin-bottom: 0;
}
/* end kalender */

/* begin in-de-media */
article.in-de-media {
	margin-bottom: 40px;
}

	article.in-de-media .entry-header {
		margin-bottom: 10px;
	}
/* end in-de-media */

/* begin leden */
.user .entry-header {
	display: none;
}

.user.filter {
	padding: 5px 5px 10px;
}

	.user.filter label {
		margin-right: 16px;
	}

	.user.filter label:last-child {
		margin-right: 0px;
	}

.user.header {
	padding: 5px 5px 10px;
	font-weight: bold;
	width: 100%;
}

.user.footer {
	display: none;
}

.user article {
	padding: 5px;
	width: 100%;
}

.user article:nth-child(odd) {
	background-color: #e2e4e0;
}

.user article.odd {
	background-color: #e2e4e0;
}

.user span {
	display: block;
	float: left;
	text-align: left;
	word-wrap: normal;
	-moz-hyphens: none;
}

	.user span.first_name {
		width: 180px;
	}

	.user span.last_name {
		width: 180px;
	}

	.user span.deelgroep {
		width: 200px;
	}

	.user span.more {
		width: 50px;
		cursor: pointer;
		text-decoration: underline;
		color: #a2682b;
	}

	.user span.more:empty {
		display: none;
	}

	.user span.contact {
		margin: 10px 10px 10px 40px;
		display: none;
		width: 90%;
	}

	.user span.contact:empty {
		display: none;
	}

/* end leden */

/* begin sidebar */
.widget-area {
	border-left: 1px solid #474d40;
	margin: -17px -40px 0 0;
	width: 29%;
}

.widget-area .widget {
	border-bottom: 1px solid #474d40;
	padding: 20px;
	margin: 0;
}

.widget-area .widget:last-child {
	border-bottom: 0px solid #474d40;
	padding: 20px;
	margin: 0;
}

.widget-area .widget-title {
	color: #a2682b;
	font-size: 14px;
	word-wrap: normal;
	-moz-hyphens: none;
	line-height: 20px;
}

.widget-area .widget p {
	margin-bottom: 0;
}
/* end sidebar */

/* begin MailChimp */
#mc_signup_form .mc_input {
    margin-bottom: 3px;
    width: 90%;
}

#mc_signup_submit {
    float: right;
    margin-right: 10px;
}

#mc-indicates-required, .mc-indicates-required {
	font-size: smaller;
    margin: 3px 10px;
    text-align: right;
    width: auto;
}

#mc_display_rewards {
	display: none;
}

#mc_message strong, #mc_message span {
    font-weight: normal;
    line-height: 20px;
}
/* end MailChimp */

/* begin NextConcert */
.widget_next_concert input[type=text] {
    margin-bottom: 3px;
    width: 90%;
}

#btnNextConcert_Submit {
    float: right;
    margin-right: 10px;
}

#NextConcert_Message {
	line-height: 20px;
}

#NextConcert_Message strong {
    font-weight: normal;
	line-height: 20px;
}

.widget_next_concert .beschikbaar {
    color: #A2682B;
    font-size: 45px;
    font-weight: bold;
}
/* end NextConcert */

/* begin NextActivity */
.widget_next_activity input[type=text] {
    margin-bottom: 3px;
    width: 90%;
}

#btnNextActivity_Submit {
    float: right;
    margin-right: 10px;
}

#NextActivity_Message {
	line-height: 20px;
}

#NextActivity_Message strong {
    font-weight: normal;
	line-height: 20px;
}
/* end NextActivity */

/* begin ConfirmPresence */
div[id^=ConfirmPresenceForm] {
	padding-bottom: 15px;
}

div[id^=ConfirmPresenceForm] input, div[id^=ConfirmPresenceForm] label {
	font-size: smaller;
	cursor: pointer;
}

div[id^=ConfirmPresence_Message] {
	font-size: smaller;
    line-height: 20px;
    padding-top: 5px;
}

div[id^=ConfirmPresence_Message] strong {
    font-weight: normal;
	line-height: 20px;
}
/* end ConfirmPresence */

/* begin Sponsors */
.widget_sponsors {
	position: relative;
	height: 180px;
	line-height: 180px;
}

.widget_sponsors div {
	position: absolute;
	height: 180px;
	vertical-align: middle;
}
/* end Sponsors */

/* begin RecentChanges */
.widget_recentchanges .time {
	font-size: smaller;
}
/* end RecentChanges */

/* begin Kalender */
.widget-area .widget p.publiek {
	color: #A2682B;
}

.widget-area .widget p.meta {
	font-size: smaller;
	padding-bottom: 3px;
}
/* end Kalender */

/* begin Export leden */
#da_zanglust_export_leden {
	float: right;
}
/* end Export leden */

/* begin Ticket */
.page-template-archive-tickets-php article > div.thumbnail, .page-template-archive-tickets-php article > header {
	float: left;
	margin-right: 10px;
}

.page-template-archive-tickets-php article .thumbnail {
	width: 150px;
}

.ticket span {
	display: inline-block;
	float: left;
	word-wrap: normal;
	-moz-hyphens: none;
	padding-right: 10px;
	text-align: left;
}
	.ticket span.ticket {
		width: 150px;
	}
	.ticket span.price {
		width: 50px;
		text-align: right
	}
	.ticket span.verkocht {
		width: 150px;
		text-align: center;
	}
	.ticket span.extraverkocht {
		width: 200px;
	}
	.ticket span.extraverkocht > span {
		width: 80px;
	}
		.ticket span.extraverkocht > span > label {
			border: 1px solid #E6E6E6;
			border-radius: 3px;
		    display: block;
		    float: left;
		    height: 11px;
		    line-height: 8px;
		    padding: 5px;
		    text-align: right;
		    width: 50px;
		}
		.ticket span.extraverkocht > span > span {
		    cursor: pointer;
		    height: 11px;
		    line-height: 10px;
		    padding: 0;
		    text-align: center;
		    width: 10px;
		}

.ticket.header {
	padding: 5px 5px 10px;
	font-weight: bold;
	width: 100%;
}

.ticket.body {
	padding: 0 5px;
	width: 100%;
}

.ticket.footer {
	display: none;
}

.ticket span[id^=lblMessage] {
	display: none;
	font-size: smaller;
}
/* end Ticket */