/**
* CSS
* 
* @ Version 1.0
* @ Author Karl Noire 
* @ Company K.prod.action 
* @ Hosted in Super Átic Studio
*/


/* For the "inset" look only */
html {
    overflow: auto;
}


body {
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial,sans;
	color: #191919;
	margin:0px;
	padding:0px;
	height:100%;
	min-height:750px;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,0,0,0.4); 
}


/*	Creative commons link
------------------------------------------ */

.addthis{
   z-index: 2;
    overflow: visible;
    position: absolute;
	bottom: 30px;
	right: 8px;
}

new{
    position: fixed;
	bottom: 0;
	text-align: center;
	top: 85px;
	left: 199px;
}

back{
    position: fixed;
	z-index: 111;
	text-align: center;
	background-color: #fff;
	top: 95px;
	left: 210px;
	height: 13px;
	width: 41px;
}



#CC{
    overflow: visible;
    position: fixed;
	bottom: 10px;
	right: 10px;
}

* {
	padding:0px;
	margin:0px;
	}


b1 {
	font-size: 8px;
}
b2 {
	font-size: 13px;
}
b3 {
	font-size: 21px;
}

a:link { 
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #4c4c4c;
}

a:visited { 
	text-decoration: none;
	color: #666; 
}
a:hover {
	color: #fff;
	background-color: #000;
}


#s_logo{
    overflow: visible;
    position: fixed;
	top: 0px;
	height: 108px;
	left: 0px;
	text-align: left;	background: no-repeat fixed 0 0;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
}


#s_menu {
    overflow: visible;
    position: fixed;
	top: 11px;
	height: 44px;
	right: 0px;
	text-align: right;
	z-index:2;
}

#menu {
    width: 206px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	/*the fixed to top content*/
	z-index:2;
	margin-left: 8px;
	overflow: hidden;

}

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

#menu ul {
	list-style: none;
	margin: 3px 0 12px 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#menu li.active a { 
	text-align: right; 
	color: #7ffcba; 
	background: #3b3b3b
	}

#menu ul li.section-title { 
	color: #fff;
	font-weight: bold;
	background-color: #000;
}

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

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
}

#once { clear: left; }
