/*
Theme Name: MTTE
Theme URI: http://dragondesigning.co.uk
Description: The MTTE Blog Theme
Version: 1.0
Author: Chris Laing
Author URI: http://dragondesigning.co.uk
*/

@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        font-weight:bold;
}
body {
	background-image: url(images/wall.jpg);
}
#wrapper {
	background-color:#CCCCCC;
	width: 920px;
	padding:10px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/steelbackground.jpg);
}
#header h1 {
	font-size: 42px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 50px;
}
#header h1 a{
	color:#5E3E40;
	text-decoration: none;	
}
#header h1 a:hover{
	color: #CCCCCC;
	text-decoration: underline;   
}
#header h2 {
	font-size: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 150px;
	color:#5A3C42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#maincontent {
float:right;
width:720px;
margin-top: 10px;
margin-left: 0;
margin-bottom:10px;
margin-right:0;
padding:0;
}
#maincontent h2{
margin-left:10px;
margin-bottom:5px;
}
#maincontent h3{
margin-left:10px;
}
#sidebar {
float:right;
width:200px;
margin-top: 10px;
margin-left: 0;
margin-bottom:10px;
margin-right:0;
padding:0;
}

#sidebar h3 {
	font-size: 30px;
	color:#5E3E40;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.clearall {
clear:both;
}
a:link {
	color:#5E3E40;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color:#5E3E40;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;
	}

a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	}
p {
margin:10px;
}
hr {
	color:#5E3E40;
	margin-bottom:20px;
	margin-top:0;
	height:1px;
	border:1px solid #5E3E40;
	background-color: #5E3E40;
}
.aligncenter, div.aligncenter {
margin-left:auto;
margin-right:auto;
display:block;
}
.alignleft, div.alignleft {
margin-top:10px;
margin-bottom:10px;
margin-right:20px;
float:left;
}
.alignright, div.alignright{
margin-top:10px;
margin-bottom:10px;
margin-left:20px;
float:right;
}

