/*
Theme Name: Child WooTheme
Version: 1.0
Description: Child theme for WooThemes.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: therapy
*/
 
@import url("../therapy/style.css");
@import url("../therapy/css/effects.css");

body  {
        color: #5b5b5b;
        background: #3A0205 url(images/background.jpg) repeat-x;
}

#header  {
        background-color: #000000;
        background-image: none;
        text-align: center;
        }

#header .inner {

        background: #000000 url(images/crackedBG.jpg) no-repeat;
}

#logo {

        display: inline-block;
        float: none; width: 500px;
}


.post .webcomic{
        text-align:center;
        border:5px solid #E0E0E0;
}

.post .webcomic-nav{
        text-align:center;
}

.post .webcomic-nav a{
        padding: 0.5em ;
}






