@import url('reset.css');

/* NRK Grid */

.wrapper {
	margin: 0 auto;
	width: 990px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.col-1, .col-2, .col-3,
.col-4, .col-5, .col-6,
.col-7, .col-8, .col-9,
.col-10, .col-11, .col-12,
.col-13, .col-14, .col-15,
.col-16, .col-17, .col-18 {
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	display: inline;
	float: left;
}
.col-1 { width: 35px; }
.col-2 { width: 90px; }
.col-3 { width: 145px; }
.col-4 { width: 200px; }
.col-5 { width: 255px; }
.col-6 { width: 310px; }
.col-7 { width: 365px; }
.col-8 { width: 420px; }
.col-9 { width: 475px; }
.col-10 { width: 530px; }
.col-11 { width: 585px; }
.col-12 { width: 640px; }
.col-13 { width: 695px; }
.col-14 { width: 750px; }
.col-15 { width: 805px; }
.col-16 { width: 860px; }
.col-17 { width: 915px; }
.col-18 { width: 970px; }


.push-1 { left: 55px; }
.push-2 { left: 110px; }
.push-3 { left: 165px; }
.push-4 { left: 220px; }
.push-5 { left: 275px; }
.push-6 { left: 330px; }
.push-7 { left: 385px; }
.push-8 { left: 440px; }
.push-9 { left: 495px; }
.push-10 { left: 550px; }
.push-11 { left: 605px; }
.push-12 { left: 660px; }
.push-13 { left: 715px; }
.push-14 { left: 770px; }
.push-15 { left: 825px; }
.push-16 { left: 880px; }
.push-17 { left: 935px; }

.pull-1 { left: -55px; }
.pull-2 { left: -110px; }
.pull-3 { left: -165px; }
.pull-4 { left: -220px; }
.pull-5 { left: -275px; }
.pull-6 { left: -330px; }
.pull-7 { left: -385px; }
.pull-8 { left: -440px; }
.pull-9 { left: -495px; }
.pull-10 { left: -550px; }
.pull-11 { left: -605px; }
.pull-12 { left: -660px; }
.pull-13 { left: -715px; }
.pull-14 { left: -770px; }
.pull-15 { left: -825px; }
.pull-16 { left: -880px; }
.pull-17 { left: -935px; }

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.vspacetop    { 
		margin-top: 10px;
		}

.vspacebottom   { 
	      margin-bottom: 10px; 
		}

.row:after,
.clearfix:after {
  height: 0;
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
}
.row, .clearfix { display:inline-block ;}
* html .row, * html .clearfix { height:1%; } /* IE */
.row, .clearfix { display:block ;}


/* Festivalguide */

* {
	margin: 0;
}

html, body {
	height: 100%;
	font-size: 15px;
	font-family: Verdana, Arial, Tahoma;
	color: #333;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
}

.push {
	height: 140px; /* .push must be the same height as .footer */
}

.footer {
	height: 142px;
	clear:both;
}

#header img { 
	float: left;
	border: 0;
	margin: 0 10px 0 0;
}

#headerlogo img { 
	float: right;
	border: 0;
	margin: 0 0 0 10px;
}

#header h1 a { 
	color: #333; 
	text-decoration: none;
	line-height: 40px;
}

#menu img { 
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}

#menu p { 
	font-size: 12px;
	line-height: 20px;
}

#menu h2 { 
	font-size: 12px;
	line-height: 20px;
}

#menu .logout { float: right; margin: 0; }


#content h1 {
	font-size: 26px;
	margin: 20px 0 10px 0;
}


#content h2{
	font-size: 16px;
	margin: 10px 0 10px 0;
}

#content p { margin: 0 0 20px 0; }

a.tekstlenke, a.tekstlenke:link, a.tekstlenke:visited {
	color: #333;
}

a.tekstlenke:hover {
 	color: #f43431;
 	text-decoration: none;
}


#footer {
	padding: 10px 0 10px 0;
	background-color: #333;
	color: #BBBDBF;
}


.admin-menu {
    background-color: #333;
    border-radius: 4px 4px 4px 4px;
}

.admin-menu ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.admin-menu li {
    float: left;
    border-right: 1px solid #4a4a4a;
    padding: 20px 20px 20px 20px;
    color: #4a4a4a;
}

.admin-menu li.mine {
    float: left;
    border-right: 0px solid #4a4a4a;
    padding: 20px 20px 20px 20px;
    color: #4a4a4a;
}

.admin-menu li a, .admin-menu li a:link {
    color: #efefef;
    text-decoration: none;
}

.admin-menu li a:hover, .admin-menu li a.active, .admin-menu li a.active:link, .admin-menu li a.active:hover {
    color: #f43431;
    text-decoration: none;
}

.admin-menu p {
	float: right;
    padding: 20px 20px 0 20px;
}

.admin-menu p a, .admin-menu p a:link {
 color: #efefef;
 text-decoration: none;
 padding-left: 20px;

}

.admin-menu p a.active, .admin-menu p a.active:hover, .admin-menu p a:hover {
 color: #efefef;
 text-decoration: underline;

}

.admin-drop-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.admin-mainbox {
    background-color: #efefef;
    border-radius: 4px 4px 4px 4px;
    /*
    margin-bottom: 20px;
    padding: 20px 30px 20px 30px;
    */
    padding-bottom: 10px;
}

.admin-heading{
	border-bottom: 1px solid #999;
    margin: 20px 30px 20px 30px;
    padding-bottom: 5px;
}

.admin-box{
    margin: 0 30px 20px 30px;
}

.location-picker button {
	display: none;
}

.location-picker form {
	padding-bottom: 10px;
}

.textboxlist-bits{
	background-color: #fff;
}

input {
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:3px 4px;
}


input#lat, input#lng {
	border:0px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:3px 4px;
	background-color: #efefef;
}


textarea {
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:3px 4px;
	/* width:100px; */
}

select {
    background-color: #FFFFFF;
    border: 1px solid #ACACAC;
    color: #3B3B3B;
	font-family:Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 0;
    position: relative;
    z-index: 50;
}


label {
	margin: 0 10px 0 0;
}

#submit {
	padding: 10px;
	background: none repeat scroll 0 0 #A2A2A2 !important;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #333;
    cursor: default !important;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: none !important;
    -moz-user-select: none;
    margin-bottom: 100px;
}

#submit:hover {
	background: none repeat scroll 0 0 #333 !important;
	color: #efefef; 

}

#addButton {
	padding: 10px;
	background: none repeat scroll 0 0 #A2A2A2 !important;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #333;
    cursor: default !important;
    letter-spacing: 0;
    text-decoration: none;
    text-shadow: none !important;
    -moz-user-select: none;
    margin-bottom: 100px;
    font-size: 20px !important;
}

#addButton:hover {
	background: none repeat scroll 0 0 #333 !important;
	color: #efefef; 

}

.error{
	color: #f43431;
	padding-left: 10px;
}

xmp{
	display: inline;
	margin:0;
	padding: 0;	

}

#festivalliste li {
    padding: 0 0 5px 0;
}

#festivalliste a, #festivalliste a:link, #festivalliste a:visited {
    color: #333;
    text-decoration: none;
}


#festivalliste a:hover {
    color: #f43431;
    text-decoration: none;
}

#festivalliste em {
	font-style: normal;
	font-size: 10px;
}

.adminmessage {
	background-color: #63c966;
}

.adminmessage p {
	padding: 20px 20px 0 20px;
}

