/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
p{
letter-spacing: 0.5px;
	font: 15px/19px 'Raleway', sans-serif;
}

.waiting-list {
	background: #660000;
	border: 1px solid white;
	display: block;
	padding: 10px;
	color: #FFF;
	font: 16px/20px 'Raleway', sans-serif;
	margin-bottom: 10px;
	text-align:center;
}

.page-numbers {
	font: 26px 'Raleway', sans-serif;
}

hr {
	display: block;
	border: 0;
	border-top: 1px solid #999;
	margin: 1em 0;
	padding: 0;
}
.nocomments{
display: none;
}

#nav {
	width: 665px;
}

.fc-day-header {
	color: #1d2d3c;
	background-color: #FFFFFF;
}

.fc-day-number {
	color: #1d2d3c;
}

.fc-widget-header {
	color: #1d2d3c;
	background-color: #FFFFFF;
}

.fc-event {
	color: #1d2d3c;
	background-color: #FFFFFF;
}

.eo-event {
	background-color: #FFFFFF;
}

.fc-time {
	color: #1d2d3c;
}

.fc-title {
	color: #1d2d3c;
}

.content h2 {
	font-size: 1.3em;
}
.postmeta{
display: none;
}
.eo-tc-event .eo-event-header{
display:block;
border-top: 1px #666 solid; padding: 40px 0px 0px 0px
}
/* AUDIO PLAYER CSS
- Change the color of the background */
.mejs-controls,
.mejs-mediaelement,
.mejs-container {
background: url(”) !important;
background-color: #666666 !important;
}
/* change the color of the lettering */
.mejs-currenttime,
.mejs-duration {
color: black !important;
}
/* change the color of the list lettering */
.mejs-ulist {
color: #f3e153;
}

/* Input Size Reg Form */
.regforminputsize {
    width: 10px;
    padding: 0px 20px;
    margin: 4px 0;
    box-sizing: border-box;
}

/* Input Size Nesja */
.nesjaformtextarea {
  width: 30%;
  height: 30px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #aaaaaa;
  font-size: 16px;
  resize: none;
	margin-top:5px;
} 
input[type=button], input[type=submit], input[type=reset],
input[type=text]{
  background-color: #f3e053;
border: none;
  color: #333333;
  padding: 10px 24px;
  text-decoration: none;
	font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
}
input[type=text]{
  background-color: #ffffff;
  border: 1px solid #76cfd8;
  color: #333333;
  padding: 10px 24px;
  text-decoration: none;
	font-size: 16px;
  margin: 10px 2px;
  cursor: pointer;
}
.nesjaform {
vertical-align:text-top;
	margin-top: -70px;
}
.nesjatext {
font-size: 17px;
}