/*

  Basic elements style

*/
body {
	font-family: 'PT Sans', sans;
	font-size: 18px;
	color: #000;
    height: 100%;
    margin: 0;
}

a {
    text-decoration: none;
    border-bottom:2px dotted #BBB;
    font-weight: bold;
    color: #000;
}

a.nound {
    border-bottom: none;
}

/*

  Main page sections

*/
#titlebar {
    position: absolute;
    background: #000;
    color: #EEE;
    height: 32px;
    left: 0;
    top: 0;
    width: 100%;
}
    
#main {
    width: 70%;
    margin-top: 62px;
    margin-left:0 px;
    padding-left: 1em;
}
#main-full {
    margin-top: 62px;
    margin-left:0 px;
    padding-left: 1em;
}
#footer {
    background: #000;
    position: fixed;
    height: 32px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 10px;
}

/*
  Titlebar elements
*/

#tb_left {
    background: url(/static/img/pianor.png) black no-repeat 1px 2px;
    float: left;
}


#tb_right {
    float: right;
    background: #000;
    vertical-align: center;
}

#tb_right a {
    text-decoration: none;
    color: #EEE;
    font-size: 16px;
}

 
.logo {
    display: inline-block;
    padding-right: 10px;
}

.logo a{
    color: #FFF;
    font-weight: bold;
    border-bottom: none;
}

.ft {
    margin: 0px;
    list-style: none outside none;    
}
.ftl {
    padding-top: 5px;
    display: inline-block;
    padding-right: 15px;
}
.ftl a {
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    border-bottom: none;
}
.ftl a:hover {
    border-bottom: 3px solid #A4A4A4;
}
.fts {
    padding-top: 5px;
    display: inline-block;
    padding-right: 5px;
}
.fts a {
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
}
.fts a:hover {
    background-color: #A4A4A4A4;
    border-bottom: 1px dashed #A4A4A4;
}



.fallback {
    box-shadow: 0 0 10px #A4A4A4;
    background-color: #FFF;
    color: #444;
    margin: 5px;
    padding: 3px;
    display: block;
    position: fixed;
    width: 170px;
    bottom:0;
    right:0;
    z-index: 100;
}

.fallback a:hover {
    background-color: #BBB;
}

li {
    list-style: none;
}

.red {
    color: #F00;
	vertical-align:sub;
	font-weight:bold;
	font-size: 110%;
}


.bignum {
 font-size: 60pt;
 font-weight:bold;
 color:#330000;
}

.code {
    margin-left: 20px;
    background-color: #EEE;
    font-family: Menlo, Monaco, 'Andale Mono', 'lucida console', 'Courier New', monospace;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    padding-right: 10px;
    border: 2px dashed #AAA;
}
