/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;background-color: #000; background-image: url('../img/bg-tile.png'); background-repeat: repeat-x }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* Custom Styles */

h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
h3 {
display: block;
font-size: 1.17em;
-webkit-margin-before: 1em;
-webkit-margin-after: 0px;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}



p {
display: block;
-webkit-margin-before: 0px;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}


/*.large_button {
	margin: 40px auto;
	
    padding: 10px 15px 10px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 140px;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
    .large_button:active {
        -webkit-box-shadow: inset 0px 0px 7px #333;
        -moz-box-shadow: inset 0px 0px 7px #333;
        box-shadow: inset 0px 0px 7px #333;
    }

    .large_button#signup {
        background: #98d463; /* Old browsers *
        background: -moz-linear-gradient(top,  #98d463 0%, #66891d 100%); /* FF3.6+ *
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98d463), color-stop(100%,#66891d)); /* Chrome,Safari4+ *
        background: -webkit-linear-gradient(top,  #98d463 0%,#66891d 100%); /* Chrome10+,Safari5.1+ *
        background: -o-linear-gradient(top,  #98d463 0%,#66891d 100%); /* Opera 11.10+ *
        background: -ms-linear-gradient(top,  #98d463 0%,#66891d 100%); /* IE10+ *
        background: linear-gradient(top,  #98d463 0%,#66891d 100%); /* W3C *
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d463', endColorstr='#66891d',GradientType=0 ); /* IE6-9 *
		color: #FFF;
		text-decoration: none;
		text-align: center;
    }
        .large_button#signup em { color: #436c01; }
        .large_button#signup:hover {
            background: #9dda67; /* Old browsers *http://localhost:4000/#
            background: -moz-linear-gradient(top,  #9dda67 0%, #70971f 100%); /* FF3.6+ *
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9dda67), color-stop(100%,#70971f)); /* Chrome,Safari4+ *
            background: -webkit-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* Chrome10+,Safari5.1+ *
            background: -o-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* Opera 11.10+ *
            background: -ms-linear-gradient(top,  #9dda67 0%,#70971f 100%); /* IE10+ *
            background: linear-gradient(top,  #9dda67 0%,#70971f 100%); /* W3C *
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dda67', endColorstr='#70971f',GradientType=0 ); /* IE6-9 *
    }*/
 



/*.popin-bg-cover { position: fixed; background-color: #000; opacity: 0.8; top: 0px; left: 0px; height: 100%; width: 100%; z-index: 90; display: none;}
.popin-form { background-color: #FFF; width: 600px; margin-left: -340px; position: absolute; top: 100px; left: 50%; padding: 40px; z-index: 99; border-radius: 10px; font-family: Arial, sans-serif; line-height: 19px; font-size: 15px;  display: none;}
.popin-form h2 {margin: 0px 0px 10px 0px}

.popin-form form { margin: 40px 0px 0px 0px; width: 520px;}
.popin-form label { float: left; width: 150px; }
.popin-form label.text-area{ width: auto; width: 370px;  }
.popin-form textarea { width: 500px; height: 200px; margin: 0px 0px 15px 0px; padding: 4px; border-radius: 5px;}
.popin-form input[type="text"] { float: left; width: 200px; margin: 0px 0px 15px 0px; padding: 4px; border-radius: 5px; border: 1px solid #000 }
.popin-form input[type="checkbox"] { width: 13px; *height: 13px; margin: 0px 15px 5px 0px;}
.popin-form input[type="radio"] { width: 13px; *height: 13px; margin: 0px 15px 5px 0px;}

.popin-form br { clear: both; }*/

header { width: 1280px; margin: 0px auto; background-image: none; position: relative;}
.content { width: 1280px; margin: 0px auto; position: relative;}


.page {position: relative;z-index: 21;  width: 720px; margin: 0px auto; min-height: 942px; background-image: url('../img/page-tile-bg.jpg'); background-repeat: repeat-y; -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.75);-moz-box-shadow:    4px 4px 8px rgba(0, 0, 0, 0.75);box-shadow:         4px 4px 8px rgba(0, 0, 0, 0.75);}
.page-content { padding: 69px 0px 140px 105px; margin: 0px 0px 10px 0px; width: 512px;}
.page-content h4 {margin: 0px;}
.page-content p li { font-family: Arial, sans-serif; line-height: 19px; font-size: 15px}
.page-content p.quote {font-size: 18px; line-height: 26px; text-align: right; padding: 0px 0px 30px 0px;  font-style: italic; }
.page-content p.newspaper-cut { font-style: italic; line-height: 21px; }
.page-content .col-1 {float: left; width: 250px; margin-right: 12px; margin-top: 15px; }
.page-content .col-2 {float: left; width: 250px; margin-top: 15px;}
.page-content .col-2 p { margin-left: 4px; }


.logo .goto-tjuv { position: absolute; top: 0px; left: 0px; height: 100%; width: 50%; display: block;}
.logo .goto-polis { position: absolute; top: 0px; right: 0px; height: 100%; width: 50%; display: block;}
#page-credits {z-index: 10; position: relative;width: 720px; height: 41px;  margin: 0px auto 40px; background-image: url('../img/credits.png'); background-repeat: no-repeat; background-position: top right}


#main .logo { width: 494px; height: 122px; background-image: url(../img/logo.png); background-repeat: no-repeat; margin: 15px auto 0px;}

#main .menu {  width: 748px; margin: 0px auto; height: 44px; position: relative;}
#main .menu .menu-item { display:block; position: absolute; top: 2px; width: 190px; height: 44px;margin: 0px; padding: 0px;	}
#main .menu .menu-item:hover {top: 0px	}
#main .menu .menu-item-1 {left: 0px; background-image: url('../img/menu/1_intro.png'); z-index: 20; }
#main .menu .menu-item-2 { left: 141px; background-image: url('../img/menu/2_world.png'); z-index: 19;}
#main .menu .menu-item-3 { left: 280px; background-image: url('../img/menu/3_vision.png'); z-index: 18; }
#main .menu .menu-item-4 { left: 422px; background-image: url('../img/menu/4_praktiskt.png'); z-index: 17;}
#main .menu .menu-item-5 { left: 559px; background-image: url('../img/menu/5_kontakt.png'); z-index: 16;}
#main .menu .menu-selected { z-index: 25; top: 0px}


.three-voices { background-color: #000; color: #FFF; width: 280px; float: right; margin: 0px 0px 10px 10px; border-radius: 5px; }
.three-voices h3 { width: 240px; margin: 15px auto 12px; font-size: 32px; }
.three-voices p.intro { margin: 0px auto; font-size: 13px; }
.three-voices p { width: 240px; margin: 20px auto; font-size: 11px; }



#main #tjuv {  background-image: url('../img/figures/tjuv.jpg'); position: absolute; top: -39px; left: 14px; width: 266px; height: 1008px; z-index: 2;}
#main #polis {  background-image: url('../img/figures/polis.jpg'); position: absolute; top: -39px; width: 273px; left: 1001px; height: 1020px; z-index: 2;}
#main #page-footer {width: 720px; height: 136px; position: absolute; bottom: 0px; left: 0px; margin: 0px auto; background-image: url('../img/page-footer.png');}


#polis header { width: 1280px; margin: 15px auto; background-image: none; position: relative;height: 11px; }

#polis .logo { position: absolute; top: 0px; left: 393px; z-index: 4; width: 494px; height: 122px; background-image: url(../img/polis/logo.png); background-repeat: no-repeat; }
#polis .menu {width: 720px; height: 136px; position: relative;margin: 0px auto 0px; background-image: url('../img/page-footer.png'); display: block;}

#polis #left {  background-image: url('../img/polis/left.jpg'); position: absolute; top: -35px; left: 65px; width: 214px; height: 1004px; z-index: 2;}
#polis #left_overlap {  background-image: url('../img/polis/left_overlap.png'); position: absolute; top: 141px; left: 279px; width: 71px; height: 755px; z-index: 22;}
#polis #right {  background-image: url('../img/polis/right.jpg'); position: absolute; top: -39px; width: 273px; left: 1001px; height: 1007px; z-index: 2;}



#tjuv header { width: 1280px; margin: 15px auto; background-image: none; position: relative;height: 11px; }

#tjuv .logo { position: absolute; top: 0px; left: 393px; z-index: 4; width: 494px; height: 122px; background-image: url(../img/tjuv/logo.png); background-repeat: no-repeat; }
#tjuv .menu {width: 720px; height: 136px; position: relative;margin: 0px auto 0px; background-image: url('../img/page-footer.png'); display: block;}

#tjuv #left {  background-image: url('../img/tjuv/left.jpg'); top: -39px; left: 14px; width: 266px; height: 817px; z-index: 2; display: block;position: absolute; }
#tjuv #right_overlap {  background-image: url('../img/tjuv/right_overlap.png'); position: absolute; top: 148px; left: 872px; width: 128px; height: 793px; z-index: 22;}
#tjuv #right {  background-image: url('../img/tjuv/right.jpg'); position: absolute; top: -40px; width: 201px; left: 1000px; height: 1053px; z-index: 22;}



@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
