
html {
    font-size: 100%;
} 

body {
    background-color: #000;
/*    margin: 0 5% 5% 5%;*/
    margin: 0;
    padding: 0;
    font-size: 15px;
    text-align: left;
    font-family:Helvetica,Arial,Sans-serif;
}

#main {
    background-color: #EEE;
    padding: 10px 2%;
    min-height: 300px;
}

#title {
    background: black url('img/version.png') no-repeat scroll top right;
    color: white;
    padding: 10px 2%;
}

#title h1 {
    background: black url('img/logo-big.png') no-repeat scroll top left;
    padding-left: 100px;
    text-shadow:5px 5px 5px #F65A31;
    height: 73px;
    width: 50%;
}


.ui-widget-content a, a {
    text-decoration: none;
    color: #F65A31 !important; 
}

img {
    border: 0;
}

.left {
    float: left;
    position: relative;
    top: 6px;
}

.right {
    float: right;
}


.example, .result {
    padding: 10px 20px;
    margin: 20px 50px;
    background-color: #CCC;
    border: 1px #000 solid;
}

.example.php {
    background-color: transparent;
    background-image: url('img/logo-php.png'); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 20px;
    border: 0;
}

.example.tpl {
    background-color: transparent;
    background-image: url('img/logo-hyla.png'); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-top: 20px;
    border: 0;
}

.example.php pre, .example.tpl pre {
    margin: 10px 0 0 0;
    padding: 10px;
    border: 1px #CCC solid;
    line-height: 10px;
}


.result {
    background-color: #DDD;
}

.func-name {
    color: blue;
}

.func-arg {
    color: green;
}

#menu {
    padding: 20px 40px;
}

.trigger_help_show, .trigger_help_hide {
    position: relative;
    top: -20px;
    left: 20px;
    font-size: 80%;
    font-weight: bold;
}

table#result {
    border-collapse:collapse;
}

table#result th, table#result td {
    border:1px solid #BBBBBB;
    padding:5px;
}

table#result th {
    background-color: #CCC;
    text-align: center;
}

#version {
    font-size:160%;
    position:absolute;
    right:10px;
    text-align:center;
    top:10px;
    z-index:1;
}

.up {
    background-color: transparent;
    background-image: url('img/top.png'); 
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 20px;
}

#toolbar {
    height: 28px;
}

#toolbar li {
    display: inline;
}

#toolbar li a {
    padding: 12px;
    background-color: #DDD;
/*    border-left:1px solid #AAA;
    border-right:1px solid #AAA;*/
    z-index: -10;
    background-image: url('img/toolbar-item-bg.png'); 
    background-repeat: repeat-x;
    background-color: transparent;

}

#toolbar li a#actif {
    background-image: none; 
    background-color: #EEE !important;
    border: none;
}

#toolbar li a:hover {
/*   background-color: #FFF;*/
    background-image: url('img/toolbar-item-bg-hover.png'); 
}

#github, #archive {
    border: 2px #CCC solid;
    background-color: #fff;
    text-align: center;
    margin: 20px;
    padding: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 120%;
    font-family: Courier New, Lucida Console;
}

#archive .bleft, #archive .bright, #github a {
    padding: 10px;
}

/*#archive .left:hover, #archive .right:hover, #github a:hover {*/
#archive:hover, #github:hover {
    background-color: #eee;
}

.bleft, .bright {
    width: 40%;
}

.bleft {
    float: left;
}

.bright {
    float: right;
}

.clear {
    clear: both;
}

#logos {
    float: right;
    margin: 10px;
}

/*
.example-tabs {
    margin-left: auto;
    margin-right: auto;
}

.ui-widget-content {
}
*/

/*  Examples
 */

.example-odd, .example-even {
    padding: 10px;
    margin: 20px;
    border: 1px #CCC solid;
}

.example-odd {
    background-color: #EEE;
}

.example-even {
    background-color: #DDD;
}

.examples {
    margin: 10px;
}

h3 {
    margin: 5px;
    padding: 1px;
}

.examples .php, .examples .tpl {
    width: 45%;
    background-color: white;
    margin: 0;
    border: 1px #BBB solid;
}

.examples .php {
    float: left;
}

.examples .tpl {
    float: right;
}

.examples .result {
    background-color: white;
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    border: 1px #BBB solid;
}

.example_reload {
    float: right;
    top: 10px;
    right: 10px;
}



