* {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #000;
  font-family: Didot, Verdana;
  font-size: 14px;
}


div#wrap {
  width: 1000px;
  margin: 0 auto;

}



div#header {
  margin-bottom: 20px;
}
div#header a {
  display: block;
}
div#header a.header {
  width: 1000px;
  height: 375px;/*474px;*/
  background: url('../images/bgs/header-v2014.jpg') no-repeat top left;

}
div#header a.logo {
text-align: center;
  display: block;
  margin: 1em 0;
  font-family: Impact;
  font-size: 44px;
  text-decoration: none;
  border-bottom: 1px dotted #D5D5D5;
  letter-spacing: 3px;
/*  background: url('../images/logo.png') no-repeat center center;*/
}

div#menu { padding-bottom: 40px; text-align: center; }
div#menu ul {
  list-style: none;
  text-align: center;
}
div#menu ul li {
  display: inline-block;
  padding-right: 30px;
}
div#menu ul li.last { padding-right: 0; }
div#menu ul li a {
  font-family: Impact;
  font-size: 24px;
  text-decoration: none;
  text-transform: uppercase;
}
div#menu ul li a:hover { text-decoration: underline; }

/* CONTENT */
div#content {
  float: left;
  width: 790px;
  position: relative;
  z-index: 9;
}
div#content div.info {
  float: left;
  width: 100px;
  background-color: #fff;
  padding: 10px 0;
}
div#content div.info a, div#content div.info span.date {
  display: block;
  border-bottom: 1px dotted #d5d5d5;
  padding: 5px;
  margin: 0 10px;
  color: #212121;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
}
div#content div.info a {
  color: #979797;
}
div#content div.info span.date {
  text-transform: uppercase;
}
div#content div.info span.date span {
  font-size: 20px;
  display: block;
}
div#content div.info a:hover { text-decoration: underline; }
div#content div#twoColLeft, div#content div#twoColRight { width: 395px; }
div#content div#twoColLeft { float: left; }
div#content div#twoColRight { float: right; }
div#content div.node {

  background-color: #fff;
  color: #000;
  padding: 10px 0;
  margin-bottom: 40px;
}
div#content div.ad {
  width: 100%;
  height: 361px;
  margin-bottom: 20px;
}
div#content div.ad a {
	display: block;
  float: right;
  width: 585px;
  background: url('../images/bgs/annonse.png');
  height: 361px;
}
div#content div.pContent {
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 20px;
}
div#content div.pContent ul {
  margin-left: 2em;
  line-height: 1.5;
  list-style: none;
}
div#content div.node div.title, div#content div.pContent div.title, div#content div.large div.title {
  border-bottom: 1px dotted #d5d5d5;
  margin: 5px 10px;
  text-align: center;
}
div#content div.node div.title h2, div#content div.pContent div.title h2, div#content div.large div.title h2 {
  font-weight: normal;
  font-size: 34px;
  font-family: Impact;
}
div#content div.node div.title h2 a, div#content div.large div.title h2 a {
  color: #000;
  font-family: Impact;
  text-transform: uppercase;
}
/*
div#content div.node div.title div.right a {
  display: block;
  float: right;
  margin: 15px 0 0 5px;
  height: 15px;
  width: 15px;
}
div#content div.node div.title div.right a.twitter { background: url('../images/icons/twitter.png') no-repeat top left; }
div#content div.node div.title div.right a.fb { background: url('../images/icons/facebook.png') no-repeat top left; }
*/
div#content span.written {
  font-size: 12px;
  font-style: italic;
  display: block;
  margin: 5px 10px;
  color: #000;
  text-align: center;
}
div#content span.written a { color: #000; }
/*div#content img {
  width: 565px;
}*/
div#content div.nContent {
  margin: 20px 10px 10px 10px;
}
div#content span.regards {
  display: block;
  font-size: 40px;
  text-align: center;
  padding: 10px 0;
}
div#content div.nContent p, div#content div.pContent p {
  margin: 10px 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
div#content div.pContent p { margin: 10px; }
div#content div.more {
  margin-top: 20px;
}
div#content div.more div.center {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}
div#content div.more div.center div {
	display: inline;
	margin-left: 20px;
}
div#content div.more div.left a {
  margin-right: 10px;
}
div#content div.social {
  width: 300px;
}
div#comments {
  margin: 20px 0 0 0;
}
div#comments h3 {
  letter-spacing: 2px;
  font-family: Impact;
  text-transform: uppercase;
}
ol#results {
  margin-left: 50px;
}
ol#results li {
  margin-bottom: 20px;
}
ol#results li a strong {

}
/* MAIN CONTENT END */


div#right {
  float: right;
  width: 200px;
}


div.box, a#shop {
  display: block;
  width: 200px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 12px;
}
a#shop { background: none; }
div.box h3 {
  color: #000;
  font-family: Impact;
  font-weight: normal;
  padding: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}
div.box p a {
  color: #000;
}
div.box p {
  padding: 10px 0;
  line-height: 1.5;
}
div.box ul {
  list-style: none;
  padding: 20px;
  line-height: 1.5;
}
div.box select {
  margin: 20px;
}
div.box div.fb-like-box {
  margin: 10px;
}


div#pager {
}
div#pager ul {
  list-style: none;
}
div#pager ul li a {
  display: block;
  float: left;
  background-color: #000;
  color: #fff;
  font-family: Impact;
  text-decoration: none;
  padding: 10px;
  margin: 0 10px 10px 0;
}
div#pager ul li a:hover, div#pager ul li a.active {
  background-color: #ccc;
}

div#footer {
  background-color: #000;
  height: 200px;
  color: #fff;
  font-family: Impact;
}
div#footer div.cont {
  width: 1000px;
  margin: 0 auto;
}
div#footer div.left {
  padding-top: 70px;
  margin: 0 0 0 105px;
}
div#footer div.left ul {
  list-style: none
}
div#footer div.left ul li {
  display: inline;
}
div#footer div.left ul li a {
  margin-right: 20px;
  color: #fff;
}
div#footer div.left p {
  font-size: 12px;
  padding-top: 10px;
  line-height: 1.5;
}
div#footer div.left p a {
  color: #fff;
}
div#footer div.right {
  margin: 70px 50px 0 0;
}

/* MISC */
hr.clear {
  clear: both;
  visibility: hidden;
}
.right { float: right; }
.left { float: left; }
a.reverse { text-decoration: none; }
a.reverse:hover { text-decoration: underline; }

a { color: #212121; }
a:hover { text-decoration: none; }
div.box a.active {
  text-decoration: underline;
}

div#fb-comments {
  background-color: #fff;
}

div#userpanel {
  padding: 10px;
	float: right;
}
div#userpanel p {
  font-size: 12px;
  padding-right: 20px;
  text-align: right;
}

/* COUNTDOWN */
      div#countdown { color: #373636; width: 300px; margin: 0 auto; }
      div#countdown div { float: left; text-align: center; margin: 20px 0 5px 0; }
      div#countdown div.orange { color: #ff6d0c; margin-left: 35px; }
      div#countdown span.name { display: block; font-size: 12px; text-transform: uppercase; text-align: left; padding-left: 10px; }
      div#countdown span.time { display: block; font-size: 36px; }