body
{

	background-image:url(../../images/bg.jpg);
margin: 0px auto;
	width: 100%;
}
a{
	cursor:pointer;
	
	}
.wrapper
{
	width: 960px;
	margin: 0px auto;
	padding-top: 20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	
}

.wrapper h1, .wrapper h4, .wrapper p, .wrapper pre, .wrapper ul, .wrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
	font: 14px/20px "OldNewspaperTypes";
	
	font-weight:200;

}

.wrapper li
{
    outline: none;
    text-decoration: none;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    -ms-transition-property: background color;
    transition-property: background color;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    -ms-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	cursor:pointer;
	font-weight:100;
}

#v-nav
{
	height: 100%;
	margin: auto;
	background: transparent !important;
	}

#v-nav >ul
{
    float: left;
    width: 210px;
    display: block;
    position: relative;
    top:0;
    background:transparent;
    margin: auto 0 !important;
    padding:0;
	
}

#v-nav >ul >li
{
    width: 180px;
    list-style-type: none;
    display: block;
    color: #DECDA8;
	font-family:"OldNewspaperTypes";
    font-size: 1.4em;
    position: relative;
    margin: auto;
    padding: 7px 15px !important;  
    background: transparent;
	text-align:right;
	font-weight:100;
	letter-spacing:2px;
}

#v-nav >ul >li.current
{
    color: #FFF;
    z-index: 10;
    background: transparent !important;
    position: relative;
	font-weight:100;
    
}
#v-nav >ul >li:hover
{
    color: #BE9681;
    z-index: 10;
    background: transparent !important;
    position: relative;
	font-weight:100;
    
}
#v-nav >ul >li.first.current
{
  
}

#v-nav >ul >li.last
{
    
}

#v-nav >div.tab-content
{
    margin-left: 210px;
    border: 1px solid #333;
    background-color: #F2F2F2;
    height: 550px;
    position: relative;
    z-index: 9;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
    display: none;
    border-radius:10px;
	width:600px;
	overflow:visiable;
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s; 
	-moz-box-shadow: 0px 4px 12px #000;
		-webkit-box-shadow: 0px 4px 12px #000;
		box-shadow: 0px 4px 12px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
		-webkit-text-size-adjust: 100%;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	letter-spacing:normal;
		}
		


#v-nav >div.tab-content >h1
{
    font-size: 2.0em;
    color: Black;
    border-bottom: 1px dotted #EEEDED;
	padding:15px;
	padding-top:30px;
    font-family:"OldNewspaperTypes", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	letter-spacing:2px;
	font-stretch:extra-expanded;
	font-weight:100;

}

#column-right {
	margin-right: 30px;
	margin-top:10px;
	float:right;
	width:100px;
}

#column-right >ul{
display: block;
    position: relative;
    top:0;
	list-style:none;
	
}
#column-right >ul >li{
	margin-bottom:10px;
	-moz-box-shadow: 0px 4px 12px #000;
		-webkit-box-shadow: 0px 4px 12px #000;
		box-shadow: 0px 4px 12px #000;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
		-webkit-text-size-adjust: 100%;}
.tagline	{
	font-family:"OldNewspaperTypes", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.5em;
	color: #DECDA8;
	
	vertical-align: text-bottom;
	z-index:9999;
	margin: 0px auto;
	padding-top:15px;
	text-align:center;
	line-height:1.5em;
	
	}
.fadeIn {

 
	/* CSS needed for animation
	---------------------------------------------------- */
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
}
 
/* Animation Times - Time for image to fade in
---------------------------------------------------- */
.fadeIn-3s {
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
 
.fadeIn-5s {
	-webkit-animation-duration:5s;
	-moz-animation-duration:5s;
	-o-animation-duration:5s;
	animation-duration:5s;
}
 
/* Animation Delay - Time for image to be delayed
---------------------------------------------------- */
.fadeIn-Delay-3s {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}
 
.fadeIn-Delay-5s {
	-webkit-animation-delay:5s;
	-moz-animation-delay:5s;
	-o-animation-delay:5s;
	animation-delay:5s;
}
 
/* Key Frames
---------------------------------------------------- */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.l {
	font-size: 3em;
}
.Pacifico {
	font-family: Great Vibes;
	font-size: 0.8em;
	font-weight:100;
	letter-spacing:3px;
}

/* Bildspel
---------------------------------------------------- */



#poptrox {
	width: 940px;
	margin: 0px auto;
	
}

#gallery {
	overflow: hidden;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
	list-style: none;
	background-color:transparent;
	
}

#gallery li {
	float: left;
	outline:none;
	margin: 18px;
	padding: 0px;
	color: #000;
	font-size: 9px;
	font-weight: normal;
	-moz-box-shadow: 3px 3px 6px #404040;
		-webkit-box-shadow: 0px 3px 6px #404040;
		box-shadow: 3px 3px 6px #404040;
		/* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#404040')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#404040');
		background-color:transparent;
		
		
}

#gallery img {
	background-color:transparent;
	width:150px;
	height:150px;
	outline: none;
}


/*****************************************************
  Poptrox
*****************************************************/

.poptrox_popup
{
	position: relative;
	padding: 1em 1em 3em 1em;
	background: #transparent;
	border:none;
	
}

.poptrox_popup .loader
{
	display: block;
	margin: 55px 0 0 0;
	text-indent: -9999em;
	background: url('loader.gif') top center no-repeat;
}

.poptrox_popup .caption
{
	position:absolute;
	bottom: 1em;
	left: 1em;
	background-color:#000;
	color: #fff;	
	font-family:Arial, Helvetica, sans-serif	
}

.poptrox_popup .closer
{
	position: absolute;
	top: 1em;
	right: 1em;
	background-image: url('fancybox_sprite.png');
}


