/*
Theme Name:   Sketch
Theme URI:    http://fallingbirds.com
Description:  The simplest of blog themes.
Version:      1.0
Author:       Stefan Hartwig
Author URI:   http://electricpulp.com
*/

body {
	background-repeat: repeat;
	background-image: url(./images/background.jpg);
	color: #545454;
	font-size: 13px;
	line-height: 18px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.container {
    margin: 0 auto;
    padding: 0;
    width: 975px;
}

.header {
    margin:30px 0;
    width: 975px;
    text-align:left;
}

h1 {
    color: #333;
    font-weight: normal;
}

h1 a {
	text-indent:-9999px;
	background:url(./images/fallingbirds.png) no-repeat;
	height: 48px;
	width: 266px;
	float:left;
}

a { 
	font-style: italic; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #333333;
	text-decoration:none
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin: 20px 0 20px 0;
}

.copyright {
    font-size: 11px;
    margin:12px 0 0 0;
    padding: 18px 0 10px 0;
    text-align:left;
    color: #545454;
}



