/*   
Theme Name: Dokter van Weering
Theme URI: http://www.jpdokter.nl/
Description: Een test theme
Author: Jurrien Dokter
Author URI: http://www.jpdokter.nl/
Version: 0.2
*/

@import url('jquery/css/ui-darkness/jquery-ui-1.8rc3.custom.css');
@import url('jquery/development-bundle/themes/base/jquery.ui.all.css');

/** Basics **/
a, a:link, a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
body {
    font-size: 62.5%;
    font-family: Arial;
}
/** / Basics **/
/** Background image **/
* {
    margin:  0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
                                                   
#bg {
    position: fixed;
    background-color: #000;
}

#bg div {
    height: 200%;
    left: -50%;
    position: absolute;
    top:  -50%;
    width: 200%;
}

#bg td {
    text-align:     center;
    vertical-align: middle;
}

#bg img {
    margin:     0 auto;
    min-height: 50%;
    min-width:  50%;
}
/** / Background image **/
/** Content **/
#cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 65;
    overflow: hidden;
    height: 100%;
}
.box {
    margin: 0px auto;
    padding: 2em;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, .9);
    color: #F2F3F3;
    font: 1.1em/ 2.0 Georgia, Serif;
    max-width: 800px;
    width: 60%;
}
#content {
    margin: 0 auto;
    position: absolute;
    width: 100%;
    max-height: 90%;
    bottom: 0px;
    left: 0px;
    z-index: 55;
    overflow: auto;
}
#container h2 {
    position: relative;
}
#container h2 .toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
/** / Content **/
/** Header **/
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    padding: 10px;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, .7);
    color: #FFF;
    font-weight: bold;
}
#header h1 {
    display: inline;
}
#header h2 {
    display: inline;
    font-style: italic;
    margin-left: 30px;
    color: #DDD;
}
/** / Header **/
/** Footer **/
#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 60;
    padding: 5px;
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, .7);
    color: #FFF;
    font-weight: bold;
}
/** / Footer **/
/** Sidebar **/
#sidebar {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 60;
}
#sidebar ul, #sidebar li {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
}
#sidebar > ul > li {
    background-color: rgb(51, 51, 51);
    background-color: rgba(51, 51, 51, .7);
    color: #FFF;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}
/** / Sidebar **/
/** Comments **/
.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
}
/** / Comments **/
