/*
Theme Name:     Liquorice Child Theme
Theme URI:      http: //example.com/
Description:    Child theme for the Liquorice theme 
Author:         David Egeland
Author URI:     http: //example.com/about/
Template:       liquorice
Version:        1.0.0
*/

@import url("../liquorice/style.css");

#canvas {
	background:transparent url(images/valenplakat.png) top right no-repeat; 
	margin: 0 auto;
	padding:40px 0;
	width:1000px;
}

body {
        background: url(images/bg-paper-orange.jpg) repeat ;
        color:#121212;
        font:100%/1.4em Georgia,"Times New Roman",Times,serif;
}

#site-title a {
 background: url(images/title-stroke.gif) bottom left repeat-x;
}

#site-title a:hover{
        text-decoration:none;
}

img.logo {
        background:none;
        border: none;
        padding:3px;
}

#primaryContent {
	width:100%;
}

#secondaryContent {
	visibility:hidden;
	width:0;
}

#footer {
        clear: both;
        font-size: 80%;
        padding-top:10px;
        text-align:center;
}

