/*
Theme Name: mt7
Theme URI: http://michael-thorn.com/
Description: My theme for Michael-thorn.com
Version: 1.0
Author: Michael Thorn
Author URI: http://michael-thorn.com/
Tags: blue, 2 column, widgets

	This theme was designed and built by Michael Thorn,
	whose blog you will find at http://michael-thorn.com/
        
        With loving care and help from Richard Thomas.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin:0px;
	padding:0;
}

body{
	margin:0;
	font-family:Tw Cen MT, Verdana, Arial, Helvetica, Sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	color:#000000;
        background-color:#cccccc;	
}

#wrapper{
	margin:20px auto 0 auto;
	width:750px;
	text-align:left;
	background-color:#ffffff;
}

h1{
	font-size:24px;
	padding:0 0 10px 0;
}

a:link, a:visited{
	color:#336699;
	text-decoration:underline;	
}

a:hover{
	text-decoration:none;
}

img{
	border:none;
}

p{
	padding:10px 0 0 0;
}

#header{
	float:left;
	width:750px;
        background-color:#ffffff;
        height:100px;
}

#header p h1{
    padding-left:10px;
}



#container{
	float:left;
	width:500px;
        height:auto;
        background-color:#ffffff;
        margin-top:10px;
}

.post{
	padding:10px 0 10px 0;
margin-left:10px;
margin-right:10px;
}

.post h2{
	font-size:18px;
}

.entry{
	line-height:18px;
        
}

p.postmetadata{
	border-top:1px solid #cccccc;
	margin:10px 0 0 0;	
}

.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}

.sidebar{
	float:left;
	width:240px;
	margin-top:10px;
        margin-left:10px;
        background-color:#ffffff;
}

.sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;
}

.sidebar ul li{
	padding:10px 0 10px 0;
}

.sidebar ul li h2{
	font-size:14px;
}

.sidebar ul ul li{
	padding:0;
	line-height:24px;
}

#footer{
	clear:both;
	float:left;
	width:750px;
        background-color:#ffffff;
        margin-top:10px;
        height:100px;
}

#footer p{
	line-height:18px;
        margin:0 10px 0 10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}
.bl {background: url(http://www.michael-thorn.com/wp-content/uploads/bottomLeft.png) 0 100% no-repeat;}
.br {background: url(http://www.michael-thorn.com/wp-content/uploads/bottomRight.png) 100% 100% no-repeat;}
.tl {background: url(http://www.michael-thorn.com/wp-content/uploads/topLeft.png) 0 0 no-repeat;}
.tr {background: url(http://www.michael-thorn.com/wp-content/uploads/topRight.png) 100% 0 no-repeat;}