/*
Theme Name:     Witcher World Child
Theme URI:      http://pinter.org/
Description:    Child theme for the Witcher World theme 
Author:         Laszlo Pinter
Author URI:     http://pinter.org/?page_id=10/
Template:       witcher-world
Version:        0.1.0
*/

@import url("../witcher-world/style.css");

#page{text-align:left;width:988px;margin-top:0px;margin-bottom:0px;margin-left:auto;margin-right:auto;}

/*.header-title is customized in the parent theme style.css, because the overwrite here does not work
.header-title{font-family:Verdana;font-size:18px;font-weight:bold;line-height:22px;position:absolute;left:105px;top:215px;
text-align:left;width:370px;}
*/

.header-description{color:#FFFFFF;font-size:11px;position:absolute;left:105px;top:240px;width:420px;}

#footer{background:url(images/footer.jpg);padding:0px;margin:0px auto;width:988px;height:88px;clear:both;}
#footer p{color:#000000;font-weight:bold;padding-left:30px;padding-top:20px;text-align:center;width:535px;}

/* Extra space above H4 */
h4 { padding:10px 0 5px 0; }

code, pre {
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font: 12px/20px Monaco,Consolas,fixed;
    /* margin: -1px 0;*/
    margin-top:10px;
    margin-bottom:10px;
    padding: 0 4px;
    white-space: pre-wrap;
}