/*
Theme Name: pheme
Theme URI: http://www.tracingpaper.org.uk/
Description: a thematic child theme for PHP
Author: Nick Saltmarsh
Author URI: http://www.tracingpaper.org.uk/
Template: thematic
Version: 1.0
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url('../thematic/style.css');
 


/* =Header
-------------------------------------------------------------- */


#blog-title {
    font-size:36px;
    line-height:54px;
    font-weight:bold;
    letter-spacing:-1px;
    padding:9px 0 0 0;
   }
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-description {
    font-style:italic;
    padding:8px 0 18px 0;
    color:#fff;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    color:#fff;
    padding:9px 0 9px 0;
    border-top:2px solid #000;
}
#footer a {
    color:#fff;
}
#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo {
    padding:18px 0;
    font-size:11px;
}
#siteinfo a {
    font-style:italic;
}

/* =styles for book page images with borders
-------------------------------------------------------------- */

.alignleftpage,
img.alignleftpage {
	float: left;
	margin: 0 20px 18px 0;
	border: 1px solid #aaaaaa;
}
.alignrightpage,
img.alignrightpage {
	display: block;
	float: right;
	margin: 0 0 18px 20px;
	border: 1px solid #aaaaaa;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
	border: 1px solid #aaaaaa;
}

h3.widgettitle {
        font-size: 1.6em;
        line-height:1.8em;
}