/*

design by nono & wombat


you found bugs?
mail to wombat@hamburg.ccc.de

*/
@font-face {
    font-family: Signika;
    src: url('Signika-Regular.ttf');
}
@font-face {
    font-family: Signika;
    font-weight: bold;
    src: url('Signika-Bold.ttf');
}
@font-face {
    font-family: Signika-Light;
    src: url('Signika-Light.ttf');
}
@font-face {
    font-family: Signika-Semibold;
    src: url('Signika-Semibold.ttf');
}

body {
	font-family:Signika, Signika-Light, Signika-Semibold, Verdana;
	background: #000 url(gitter.png) repeat;
	color: white;	
	margin: 0px 0px 0px 0px;
	height:100%;
}


#logo {
	position:absolute;
	z-index:3;
}

#navigation {
	position:absolute;
	background: #000;
	background-image: url(http://events.ccc.de/congress/2011/wiki/skins/behindenemylines/white.png);
	background-repeat:repeat-y;
	height:580px;
	min-height:100%;
	width: 150px;
	max-width: 150px;
}

#main_navigation {
	position:relative;
	background:none;
	margin-top:100%;
	margin-left:20px;
	width: 130px;
	z-index:4;
}

#main_navigation a {
	font-family: Signika-Light, Verdana;
/*
	color: #38A535;
*/
	color: #0CFF00;
	font-size: 13px;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
#main_navigation a:hover {
	color: #FF0000;
}

#main_navigation a:active {
	color: #FF0000;
}

#main_navigation label {
	font-size: 20px;
}

h5 {
	font-family: Signika-Light, Verdana; 
	color: #A3CC8B;
	font-size: 21px;
	font-weight:bold;
	text-decoration:none;
	margin:0px 0px 5px 0px;
}
h4 {
	background:none;
}

#search {
	visibility: collapse;
	position:relative;
	/*color: #A3CC8B;*/
	color: #0CFF00;
	font-size: 23px;
	font-weight:bold;
	text-decoration:none;
	margin-top:40px;
	margin-bottom:40px;
	z-index:4;
}

/*label[for=searchInput]
{
	color: #0CFF00;
}*/

#search input {
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000;
	
border:none;
outline-width:0;	

	border: 1px solid #A3CC8B;
	color:#A3CC8B;
	
	/*
	border: 1px solid #0CFF00;
	color: #0CFF00;
	*/

	z-index:4;
}

input.search {
	display:block;
	width: 120px;
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000;
	
	
	border: 1px solid #A3CC8B;
	color:#A3CC8B;
}

#searchInput {
	display:block;
	width: 120px;
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000;
	
	
	border: 1px solid #A3CC8B;
	color:#A3CC8B;
}

input {
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000;
	border: 1px solid #A3CC8B;
	color:#A3CC8B;
}

select {
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000;
	border: 1px solid #A3CC8B;
	color:#A3CC8B;	
	}

#content {
	position:relative;
	margin-top:60px;
	background: #000;
	position:absolute;
	margin-left: 220px;
	margin-bottom:20px;	
	min-height: 90%;
	width: 70%;
}

#header {
	position:relative;
	z-index:4;
}

#txt_logo {
	float:left;
	padding: 30px;
	height:31px;
	width: 304px;
}

#logo_content {
	float:right;
}

#main_content {
	position:relative;
	font-family:Signika-Light, Verdana;
	font-size: 14px; 
	padding: 0px 40px 0px 40px ;
	color:#A3CC8B;
	clear:both;
	z-index:4;
}

a {
	text-decoration: none;
	color: #38A535;
	background: none;
}
a:visited {
	color: #38A535;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}


h1 { font-size: 188%; }
h1 .editsection { font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 .editsection { font-weight: normal; }
h6 { font-size: 80%; }
h6 .editsection { font-size: 125%; font-weight: normal; }

* html div.editsection { font-size: smaller; }

.printfooter {
	visibility: collapse;
}

#p-cactions {
	visibility: collapse;
	position: relative;
	margin: -26px 0 0 0;
	padding:0;
	white-space: nowrap;
	width: 76%;
	line-height: 1.1em;
	overflow: visible;
	background: none;
	border-collapse: collapse;
	list-style: none;
	font-size: 70%;
	font-family: Signika-Light, Verdana; 
}
#p-cactions ul {
	list-style: none;
}
#p-cactions li {
	display: inline;
	border: 1px solid #A3CC8B;
	border-bottom: none;
	padding: 0 0 .1em 0;
	margin: 0 .3em 0 0;
	overflow: visible;
	background: black;
}
#p-cactions li.selected {
	border-color: #A3CC8B;
	padding: 0 0 .2em 0;
	font-weight: bold;
}
#p-cactions li a {
	background-color: none;
	color: #38A535;
	border: none;
	padding: 0 .8em .3em;
	position: relative;
	z-index: 4;
	margin: 0;
	text-decoration: none;
}
#p-cactions li.selected a {
	color: #A3CC8B;
}
#p-cactions .new a {
	/* 
	color: #ba0000; 
	color: #5CFF54; 
	*/
	color: #0CFF00;
}
#p-cactions li a:hover {
	color: #ba0000;
}
#p-cactions h5 {
	display: none;
}
#p-cactions li.istalk {
	margin-right: 0;
}
#p-cactions li.istalk a {
	padding-right: .5em;
}
#p-cactions #ca-addsection a {
	padding-left: .4em;
	padding-right: .4em;
}

#p-personal {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
#p-personal {
	width: 100%;
	white-space: nowrap;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: visible;
	line-height: 1.2em;
	font-family: Signika-Light, Verdana;
	font-size: 12px;
}
#p-personal h5 {
	display: none;
}
/* this is the ul contained in the portlet */
#p-personal ul {
	visibility: collapse;
	border: none;
	line-height: 1.4em;
	color: #A3CC8B;
	padding: 0 2em 0 3em;
	margin: 0;
	text-align: right;
	list-style: none;
	z-index: 0;
	background: none;
	cursor: default;
}
#p-personal li {
	z-index: 0;
	border: none;
	padding: 0;
	display: inline;
	color: #A3CC8B;
	margin-left: 1em;
	line-height: 1.2em;
	background: none;
}
#p-personal li a {
	text-decoration: none;
	color: #A3CC8B;
	padding-bottom: .2em;
	background: none;
}
#p-personal li a:hover {
	color: white;
	padding-bottom: .2em;
	text-decoration: none;
}
#p-personal li.active a:hover {
	background-color: transparent;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(user.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}
#p-personal ul {
	text-transform: lowercase;
}
#p-personal li.active {
	font-weight: bold;
}
#bodyContent a.external,
#bodyContent a.external[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding: 0 13px;
}
.rtl #bodyContent a.external,
.rtl #bodyContent a.external[href ^="gopher://"] {
	background-image: url(external-rtl.png);
}
#bodyContent a.external[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding: 0 16px;
}
#bodyContent a.external[href ^="mailto:"],
.link-mailto {
	background: url(mail_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding: 0 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding: 0 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding: 0 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url("document.png") center right no-repeat;
	padding: 0 12px;
}

/* for rtl wikis */
.rtl #bodyContent a.external {
	background-position: left;
	padding-right: 0;
}
.rtl a.feedlink {
	background-position: right;
	padding-right: 16px;
	padding-left: 0;
}

/* correction for ltr wikis */
.ltr #bodyContent a.external {
	padding-left: 0;
}

/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
}
#bodyContent a.external {
	color: #36b;
}
input#wpSave, input#wpDiff {
	margin-right: 0.33em;
}
input.historysubmit {
	padding: 0 .3em .3em .3em !important;
	font-size: 94%;
	cursor: pointer;
	height: 1.7em !important;
	margin-left: 1.6em;
}
.mw-htmlform-submit {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
	margin-right: 2em;
}
.mw-summary-preview {
	margin: 0.1em 0;
}
div.mw-lag-warn-normal,
div.mw-lag-warn-high {
	padding: 3px;
	text-align: center;
	margin: 3px auto;
}
div.mw-lag-warn-normal {
	border: 1px solid #FFCC66;
	background-color: #000;
}
div.mw-lag-warn-high {
	font-weight: bold;
	border: 2px solid #FF0033;
	background-color: #FFCCCC;
}
.mw-warning {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
textarea {
	font-family:Signika-Light, Verdana;
	margin-top:0px;
	background:#000000;	
	border: 1px solid #A3CC8B;
	color:#A3CC8B;	
	display:block;
	font-size: 14px;
	width: 80%;
	height: 400px;
	overflow: auto;
}
.current {
	background: none;
}
table.diff{
background:none;
}
td.diff-otitle{
background:none;
}
td.diff-ntitle{
background:none;
}
.TablePager td{
background-color:none;
}
mw-search-formheader{
background:none;
margin-top:1em;
border:1px solid silver;
}

fieldset#mw-searchoptions{
margin:0;
padding-left:0.75em !important;
padding-right:0.75em !important;
padding-bottom:0.5em !important;
padding-top:0.5em !important;
border:none;
background:none;
border:1px solid silver !important;
border-top-width:0 !important
}

.mw-search-interwiki-project
{
font-size:97%;
text-align:left;
padding-left:0.2em;
padding-right:0.15em;
padding-bottom:0.2em;
padding-top:0.15em;
background: none;
border-top:1px solid #BBBBBB;
}

.os-suggest
{
overflow:auto;
overflow-x:hidden;
position:absolute;
top:0px;
left:0px;
width:0px;
background: none;
background-color:Window;
border-style:solid;
border-color:#AAAAAA;
border-width:1px;
z-index:99;
font-size:95%
}

pre
{
border:1pt dashed black;
white-space:pre;
font-size:8pt;
overflow:auto;
padding:1em 0;
background:none;
color:black
}

table.diff
{
background:none;
}

td.diff-otitle
{
background:none;
}

td.diff-ntitle
{
background:none;
}

td.diff-addedline
{
background:none;
font-size:smaller;
border:solid 2px black
}

td.diff-deletedline
{
background:none;
font-size:smaller;
border:dotted 2px black
}

td.diff-context
{
background:#eeeeee;
font-size:smaller;
}

table.wikitable
{
margin:1em 1em 1em 0;
border:1px #aaa solid;
background:none;
border-collapse:collapse
}
.mw-search-formheader {
    background: none;
    border: 1px solid #0CFF00;
    margin-top: 1em;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #A3CC8B;
    cursor: default;
}

#pagehistory li.selected {
    background: none;
    border: 1px dashed #0CFF00;
}
#pagehistory li {
    border: 1px solid #A3CC8B;
}
