﻿/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: "koushikisanslight";
  src: url("http://www.t--b--a.com/files/type/koushikisanslight.woff");
  }

@font-face {
  font-family: "koushikisansregular";
  src: url("http://www.t--b--a.com/files/type/koushikisansregular.woff");
  }

body {
	font-size: 10px;
	font-family: 'koushikisanslight', Helvetica, Arial, sans-serif;
        line-height: 16px;
	color: #333333;
        background-color: #f8f8f8;
	background: #f8f8f8;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #333333; background-color: transparent; }
a:active { text-decoration: strong; color: #33CCCC; background-color: transparent; }
a:visited { text-decoration: none; color: #333333; background-color: transparent; }
a:hover { text-decoration: strong; color: #33CCCC; background-color: transparent; }

a img { border: none; tiling: false; }

#the-background {
position: absolute;
    top: 0;
    left: 0;

    min-height: 100%;
    min-width: 100%;

    height: auto;
    width: auto;
    
z-index; 2;

}
#wrapper {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
z-index; 1;
}
#menu {
    width: 215px;
    overflow: auto;
    top: 5px;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 98%;
	background-color: rgba(248,248,248,.8);
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 5px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; margin-top: 5px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
tba { font-family: helvetica, arial; font-size: 15px; font-weight: bold; letter-spacing: 0.5em; color: #33cccc; }
t5 { font-family: helvetica, arial; font-size: 15px; font-weight: bold; color: #33cccc; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }


#once { clear: left; }