@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two);
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);

* {
	-moz-box-sizing: border-box !important;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

	body {
		background:#000;
		margin: 0;
		padding: 0;
		color: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 22px;
	}
	a {
		color:#FFFFFF;
	}
	a img {
		border: none;
	}
	h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		line-height: 30px;
		color: #6b6b6b;
		font-style: italic;
		font-weight: 600;
		margin: 20px 0;
	}
	p {
		margin: 0;
	}
	p + p {
		text-indent: 1em;
	}
	p.author {
		text-align: right;
		font-style: italic;
		margin-bottom: 1em;
	}
	
	form {
		background-color: #1E1E1E;
		padding: 15px;
		-moz-border-radius:8px;
		-webkit-border-radius:8px;
		-ms-border-radius:8px;
		border-radius:8px;
		-moz-box-shadow:3px 3px 9px rgba(0, 0, 0, 1);
		-webkit-box-shadow:3px 3px 9px rgba(0, 0, 0, 1);
		-ms-box-shadow:3px 3px 9px rgba(0, 0, 0, 1);
		box-shadow:3px 3px 9px rgba(0, 0, 0, 1);
	}
	label {
		display: inline-block;
		width: 120px;
		height: 30px;
	}
	
	input[type="text"],
	textarea {
		background-color: #c7c7c7;
		border: 0px none;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		-ms-border-radius:4px;
		border-radius:4px;
		-moz-box-shadow:3px 3px 9px rgba(0, 0, 0, 0.35) inset;
		-webkit-box-shadow:3px 3px 9px rgba(0, 0, 0, 0.35) inset;
		-ms-box-shadow:3px 3px 9px rgba(0, 0, 0, 0.35) inset;
		box-shadow:3px 3px 9px rgba(0, 0, 0, 0.35) inset;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal;
		outline:0 none;
		padding:4px 8px;
		width:230px;
		height:24px;
		color:#000;
	}
	
	input[type="text"]:focus,
	textarea:focus {
		background-color: #FFF;
	}
	

.pris {
	color: #CA0000;
	font-weight:bold;
}


#apDivMenu {
	position: absolute;
	width: 1000px;
	height: 129px;
	z-index: 2;
	left: 33px;
	top: 19px;
}

a.menuitem {
	display: inline-block;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	
	background: #919191; /* Old browsers */
	background: -moz-linear-gradient(top,  #919191 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4c4c4c 76%, #363636 87%, #1a1a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#919191), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4c4c4c), color-stop(87%,#363636), color-stop(100%,#1a1a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #919191 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4c4c4c 76%,#363636 87%,#1a1a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #919191 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4c4c4c 76%,#363636 87%,#1a1a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #919191 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4c4c4c 76%,#363636 87%,#1a1a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #919191 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4c4c4c 76%,#363636 87%,#1a1a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#1a1a1a',GradientType=0 ); /* IE6-9 */
	
	border-radius: 0;
}
a.menuitem:first-child {
	border-radius: 25px 0 0 25px;
	padding-left: 22px;
}
a.menuitem:last-child {
	border-radius: 0 25px 25px 0;
	padding-right: 22px;
}
a.menuitem:hover {
	color: #fff;
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #282828 46%, #1d1d1d 50%, #252525 53%, #616161 76%, #4e4e4e 87%, #343434 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(46%,#282828), color-stop(50%,#1d1d1d), color-stop(53%,#252525), color-stop(76%,#616161), color-stop(87%,#4e4e4e), color-stop(100%,#343434)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#282828 46%,#1d1d1d 50%,#252525 53%,#616161 76%,#4e4e4e 87%,#343434 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#282828 46%,#1d1d1d 50%,#252525 53%,#616161 76%,#4e4e4e 87%,#343434 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#282828 46%,#1d1d1d 50%,#252525 53%,#616161 76%,#4e4e4e 87%,#343434 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#282828 46%,#1d1d1d 50%,#252525 53%,#616161 76%,#4e4e4e 87%,#343434 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#343434',GradientType=0 ); /* IE6-9 */
}
a.menuitem img {
	margin-top: 8px;
}





.postit {
	color: #000;
  text-align: center;    
  width: 225px;
  min-height:220px;
  max-height:220px;
  padding:15px 12px 5px 12px;
  position:relative;  
  /*border:1px solid rgba(255,255,136,0.3); pixligt i chrome */
  /*border-top:60px solid #fdfd86;*/
  font-family:'Shadows Into Light Two';    
  font-size:20px;      
	line-height:27px;
  border-top-left-radius: 3px 100px;
  border-bottom-right-radius: 60px 5px;
  display:inline-block;    
  background: rgb(255,255,136); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,136,1) 77%, rgba(255,255,214,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(77%,rgba(255,255,136,1)), color-stop(100%,rgba(255,255,214,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* IE10+ */
  background: linear-gradient(-45deg, rgba(255,255,136,1) 77%,rgba(255,255,214,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffff88',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
 
.postit:after {    
  content: "";
  position:absolute;
  z-index:-1;
  right:-0px; bottom:20px;
  width:200px;
  height: 25px;
  background: rgba(255,255,136,0.2);
  box-shadow:2px 20px 3px rgba(255,255,136,0.2);
	-moz-transform: matrix(-1, -0.1, 0, 1, 0, 0);
	-webkit-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -o-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  -ms-transform: matrix(-1, -0.1, 0, 1, 0, 0);
  transform: matrix(-1, -0.1, 0, 1, 0, 0);
}

.postit a {
	color: #0721B9;
}

.postit .content {

}

.postit .ref {
	margin-top: 12px;
  font-size:16px;      
	line-height:18px;
	text-align:right;
}

.rotate1 {
	-moz-transform: rotate(7deg);
	-webkit-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	transform: rotate(7deg);
}

.rotate2 {
	-moz-transform: rotate(-9deg);
	-webkit-transform: rotate(-9deg);
	-o-transform: rotate(-9deg);
	-ms-transform: rotate(-9deg);
	transform: rotate(-9deg);
}

.postit.large {
  width: 335px;
  min-height:255px;
  max-height:255px;
}



.pictag {
	font-family: 'Kaushan Script';
	font-size: 22px;
	line-height: 24px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}