﻿/*--------------------------------------------------------------------------------------
C S S - SIEB                                                                     
C S S - SIEB                                                                     
C S S - SIEB                                                                     
----------------------------------------------------------------------------------------*/

html { height: 100%; }
body {  height: 100%; width: 100%; background-color: #000; font-family: arial, sans-serif; font-size: 12px; color: #fff; }


/* CONTAINER + HOLDER.
--------------------------------------------------------------------------------------*/


#container { position: relative; width: 960px; margin: 0 auto; height: 100%; }
#container #holder { position: absolute; top: 50%; left: 0px; width: 960px; height: 600px; border: 0px solid #f00; margin-top: -300px; }


/* GENERAL MARK-UP.
--------------------------------------------------------------------------------------*/


a { color: #fff; text-decoration: none; }
a:hover { color: #65e3a3;}

h1, h2 { font-size: 23px; color: #fff; font-weight: bold; }

/* BODY ELEMENTS.
note; z-indexes must be higher than items in portfolio (next, prev, header, footer) - otherwise; FUBAR
--------------------------------------------------------------------------------------*/


#container #holder .header { z-index: 30; position: absolute; top: 0px; left: 0px; height: 50px; width: 960px; border-bottom: 1px solid #222; background-color: #000; }
#container #holder .header .logo { position: absolute; right: 0px; bottom: 4px; }
#container #holder .header .logo a { display: block; width: 42px; height: 27px; background-image: url('../images/logo.jpg'); background-repeat; no-repeat; }
#container #holder .header .logo a:hover { background-position: 0 0px; }

#container #holder .header .menu { position: absolute; left: 0px; bottom: 10px; }
#container #holder .header .menu ul li { float: left; height: 13px; text-transform: lowercase; font-weight: bold; margin-right: 20px; font-size: 12px; width: auto; }
#container #holder .header .menu ul li a { color: #fff; text-decoration: none; }
#container #holder .header .menu ul li a:hover { color: #ccc; text-decoration: none; }
#container #holder .header .menu ul li.on a { color: #666; text-decoration: none; }

#container #holder .header .submenu { position: absolute; top: 51px; left: 0px; height: 0; overflow: hidden; background-color: #000; padding-top: 0;  }
#container #holder .header .submenu ul li {  margin: 10px; padding: 5px; padding-left: 10px; padding-bottom: 10px; margin-bottom: 5px; margin-top: 5px; margin-left: 0px; width: 200px; border-bottom: 1px solid #222; }
#container #holder .header .submenu #close-sub { cursor: pointer; color: #ff0;  }

#container #holder .footer { z-index: 30; position: absolute; bottom: 0px; left: 0px; height: 50px; width: 960px; border-top: 1px solid #222; background-color: #000;  }
#container #holder .footer h1, #container #holder .footer h2  { position: absolute; top: 5px; left: 0px; width: 960px; text-align: left;  }
#container #holder .footer div { position: absolute; top: 35px; left: 0px; width: 960px; text-align: left;   }

#container #holder .body { position: absolute; bottom: 50px; left: 0px; height: 500px; width: 960px; background-color: #000; }
#container #holder .body #works { position: absolute; top: 0px; left: 0px; height: 500px; width: 960px; background-color: #000; }
#container #holder .body #works .works-img .title  { background-color: #000;  z-index: 27; padding: 8px; padding-left: 0; position: absolute; top: 450px; text-transform: uppercase; left: 0px; color: #fff; text-align: left; font-size: 15px; font-weight: bold; }
#container #holder .body #works .works-img .title a { color: #fff; }
#container #holder .body #works .works-img .title a:hover { color: #ccc; }
										 .name { color: #666; }
#container #holder .body #works .works-img { width: 960px; height: 500px; }
#container #holder .body #works .works-img img { width: 960px; height: 500px; }

#container #holder .body #works .works-img .welcome { z-index: 27; padding: 8px; padding-right: 0px; position: absolute; width: 260px; top: 199px; left: 517px; color: #666; line-height: 16pt; text-align: left; font-size: 12px; }
#container #holder .body #works .works-img .welcome h1 { text-transform: none; font-size: 42px; color: #ffffff; }

#container #holder .body #prev { z-index: 29; position: absolute; top: 50px; left: 0px; width: 480px; height: 400px; }
#container #holder .body #next { z-index: 29; position: absolute; top: 50px; right: 0px; width: 480px; height: 400px; }
#container #holder .body #next img, #container #holder .body #prev img { position: absolute; top: 0px; right: 0px; width: 480px; height: 400px; cursor: pointer; }
#container #holder .body #next-graphic { position: absolute; top: 50%; right: -20px; width: 100px; margin-top: -15px; height: 30px; background-color: #fff; background-image: url('../images/next.jpg'); background-repeat: no-repeat; }
#container #holder .body #prev-graphic { position: absolute; top: 50%; left: -20px; width: 100px; height: 30px; margin-top: -15px; background-color: #fff; background-image: url('../images/prev.jpg'); background-repeat: no-repeat; }


/* BODY ELEMENTS. FOR TEXT PAGES.
--------------------------------------------------------------------------------------*/

#container #holder .body #tekst { position: absolute; top: 0px; left: 0px; height: 500px; width: 960px; background-image: url('../images/tekst.jpg'); background-repeat: no-repeat; background-position: bottom right; }
#container #holder .body #tekst .heading { position: absolute; top: 65px; left: 0px; height: 30px; }
#container #holder .body #tekst .heading h1 { font-size: 49px; color: #fff; }
#container #holder .body #tekst .column-1, #container #holder .body #tekst .column-2, #container #holder .body #tekst .column-3  { position: absolute; top: 150px; width: 290px; }
#container #holder .body #tekst .column-1 p, #container #holder .body #tekst .column-2 p, #container #holder .body #tekst .column-3 p  { margin-bottom: 15px; line-height: 18pt; color: #666; font-size: 12px;  text-align: justify;  }
#container #holder .body #tekst .column-1 p.intro, #container #holder .body #tekst .column-2 p.intro, #container #holder .body #tekst .column-3 p.intro { color: #fff; }
#container #holder .body #tekst .column-1 { left: 0px; }
#container #holder .body #tekst .column-2 { left: 330px; }
#container #holder .body #tekst .column-3 { left: 660px; }

#container #holder .body #tekst .column-3 a.emailbtn { margin-top: 40px; display: block; height: 50px; width: 290px; background-image: url('../images/mailbtn.jpg'); background-repeat: no-repeat; background-position: 0 0; }
#container #holder .body #tekst .column-3 a.emailbtn:hover { background-position: 0 -50px; }
#container #holder .body #tekst .column-3 a.emailbtnnl { background-image: url('../images/mailbtnnl.jpg'); }

#container #holder .body #tekst .langsel { position: absolute; left: 160px; top: 364px; color: #666; cursor: pointer; font-size: 9px; }

#container #holder .body #tekst .column-1 .partnertrigger, #container #holder .body #tekst .column-1 .networktrigger { cursor: pointer; font-size: 10px; text-transform: uppercase; color: #666; margin-bottom: 5px; line-height: 1; }
#container #holder .body .partners, #container #holder .body .network { position: absolute; left: 0px; top: 400px; width: 278px; background-color: #000; border-bottom: 1px solid #222; border-left: 1px solid #222; border-right: 1px solid #222; padding: 10px; padding-top: 0px; }
#container #holder .body .partners ul li, #container #holder .body .network ul li { padding: 2px; font-size: 10px; text-transform: uppercase; float: left; margin-right: 7px;  }
#container #holder .body .partners ul li a, #container #holder .body .network ul li a { color: #666; margin-right: 7px; }
#container #holder .body .partners ul li a:hover, #container #holder .body .network ul li a:hover { color: #65e3a3; }

/* NEWS */

#container #holder .body #tekst .column-2 #twitter_twits {  }
#container #holder .body #tekst .column-2 #twitter_twits #twitter_update_list li { line-height: 18pt; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #222; }
#container #holder .body #tekst .column-2 #twitter_twits #twitter_update_list li a { color: #65E3A3; }
#container #holder .body #tekst .column-2 #twitter_twits #twitter_update_list li a:hover { color: #fff; }

/* THE GAYA KESSLER S.N.O.R. LOADER.
--------------------------------------------------------------------------------------*/

.QOverlay { z-index: 999; position: absolute; top: 50%; left: 0px; }
.QLoader { /*width: 960px; margin: 0 auto; */ width: 100%; background-color: #fff; z-index: 999; position: absolute; top: 0px; left: 0px; }


/* CONTACT MARK - UP
--------------------------------------------------------------------------------------*/

#myForm { width: 500px; color: #fff; }
#myForm .input { float: left; width: 160px; }
p#success, p#bademail, p#badserver { width: 500px; position: absolute; top: 240px; left: 175px; }
input, textarea { 	font-size: 12px; font-family: arial; padding: 5px; color: #fff; background-color: #000; display: block; margin-top: 5px; border: 1px solid #222; }
textarea { width: 580px; height: 100px; }
#submitinput { cursor: pointer; background-color: #333; color: #fff; font-weight: bold; border: 0; padding: 0px; width: 150px; height: 50px; margin-top: 5px; background-image: url('../images/sendmail.jpg'); background-repeat: no-repeat; background-position: 0 0; }
#submitinput:hover { background-position: 0 -50px; }


/* SITE EDITS START 2010
*/
#newwork { padding-top: 20px; }
#newwork a { float: left; display: block; height: 160px; width: 220px; margin-left: 17px; }
#newwork a h2 { font-size: 13px; }