/*CSS*/

/*
   http://www.konsumsklaven.com/
   css styles
   
   Copyright 2011, Markus Spiske
   http://www.temporausch.com

*/

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 vertical-align: baseline;
}

/*----------FONTS----------*/
@font-face {
    font-family: '../fonts/LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?iefix') format('eot'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#webfont1Lb5Pdit') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '../fonts/PTSansNarrowRegular';
    src: url('../fonts/PTN57F-webfont.eot');
    src: url('../fonts/PTN57F-webfont.eot?iefix') format('eot'),
         url('../fonts/PTN57F-webfont.woff') format('woff'),
         url('../fonts/PTN57F-webfont.ttf') format('truetype'),
         url('../fonts/PTN57F-webfont.svg#webfont3yLmuNsx') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----------LINKS----------*/
a {color: #393939; font-weight:normal; text-decoration:none;}
a:hover {text-decoration: none;}
a.footer {font: 12px '../fonts/PTSansNarrowRegular', Arial, sans-serif; letter-spacing: 0px; text-transform: none;}

/*----------HEADINGS----------*/
h1.hl {font: 60px/40px '../fonts/LeagueGothicRegular', Arial, sans-serif; letter-spacing: 0; text-transform: uppercase;}
p.style1 {font: 18px/16px '../fonts/LeagueGothicRegular', Arial, sans-serif;}
li.menu {font: 16px '../fonts/PTSansNarrowRegular', Arial, sans-serif; letter-spacing: 0px; text-transform: none;}
li.menu_active {font: 16px '../fonts/PTSansNarrowRegular', Arial, sans-serif; letter-spacing: 0px; text-transform: none; color: #99ff00;}
li.submenu {font: 16px '../fonts/PTSansNarrowRegular', Arial, sans-serif; letter-spacing: 0; text-transform: uppercase;}
.footer_text {font: 12px '../fonts/PTSansNarrowRegular', Arial, sans-serif; letter-spacing: 0px; text-transform: none;}
/*----------BODY----------*/
body, html {
    /*background: url(../img/bg.png) repeat scroll 0 0 transparent;*/
    background: #fff;
    color: #393939;
    height: 100%;
    /*overflow: hidden;*/
}

/*----------WRAPPER----------*/
#container {
	width: 800px;
	height: 630px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -315px;
}

/*----------GALLERIA----------*/
#preview-body {
    margin-top: 20px;
    overflow: auto;
}
#preview-body #canvas {
    background: none repeat scroll 0 0 #FFFFFF;
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    width: 800px;
    height: 500px;
    margin: 0px auto;
    padding: 0px;
}
body.fullscreen #preview-body #canvas {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
}
body.folio #preview-body #canvas {
    box-shadow: none;
    margin: 0px 0 30px 20px;
    width: auto;
}
.galleria-container.fullscreen {
    bottom: 0 !important;
    height: auto !important;
    top: 0px !important;
}
.galleria-container{width: 800px; height: 500px;}

/*----------HEADER----------*/
#header {
    width: 800px;
    height: 85px;
}

/*----------MENU----------*/
#menu {
    width: 800px;
    height: 20px;
    margin-top: 0px;
}

/* Vertical Navigation */
#vertical-navigation {
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 1.0em;
	float: left;
}


/* CSS for each Parent Item */
#vertical-navigation li {float: left; position: relative;}

#vertical-navigation li a {
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #7b7b7b;
	margin-right: 20px;
	background: none;
	/*width: 120px;*/
}

#vertical-navigation li.menu_active a {
	color: #393939;
	background: none;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#vertical-navigation li:hover a,
#vertical-navigation li a:hover
{
	background: none;
	color: #393939;
}

/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#vertical-navigation ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#vertical-navigation li:hover ul {display: block;}

#vertical-navigation ul {
	z-index: 1000;
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.9em;
	left: 0;
}

#vertical-navigation ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #393939;
}

/* 
Reset and re style 
link of each child item
*/
#vertical-navigation li:hover ul li a,
#vertical-navigation ul li a
{
	line-height: 150%;
	display: block;
	padding: 3px 7px 2px 7px;
	float: none;
	text-transform: lowercase;
	color: #999;
	background: #393939;
}

#vertical-navigation li:hover ul li a:hover,
#vertical-navigation ul li a:hover
{
	background: #393939;
	color: #fff;
}

/*----------FOOTER----------*/
#footer {
	margin: 20px 0px 0px 0px;
	text-align: left;
}

.footer_left {
	float: left;
}

.footer_right {
    float: right;
}
