/*
Theme Name: New Look
Theme URI: http://www.matthew-goode.org
Description: WordPress theme for Matthew Goode Network.
Version: 2.0
Author: Crayen
Tags: two columns

*/

body {
	background: #ffffff url(images/bg.jpg) repeat-x top left;
	color: #999999;
	font-size:11px;
	font-family: Arial;
	margin: 0;
	padding: 0;
	float: center;
	text-align: center;
}

#main {
	width: 840px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}

#header {
        height: 410px;
	width: 840px;
	float: center;
	margin: 0;
	padding: 0;
}

#footer {
        height: 62px;
	width: 840px;
	float: center;
	background: #ffffff url(images/layout_04.jpg) no-repeat;
	font-size: 11px;
	color: #fcfcfc;
	text-align: center;
	clear: left;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

#footer a {
	color: #fcfcfc;
	text-decoration: none;
	float: center;
}

#searchform {
	margin: 10px auto;
	padding: 2px 2px;
	text-align: center;
	text-transform: uppercase;
}

#searchform #s {
	width: 140px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

a {
	color: #621919;
}

a:visited {
	color: #621919;
}

a:hover {
	color: #621919;
}

h2 {
	font-size:14px;
	text-transform: uppercase;
}

.latest img {
	background-color: #fff;
	padding: 6px;
	border-left:0px;
	border-right:1px solid #cccccc;
	border-top:0px;
	border-bottom:1px solid #cccccc;
}

.latest img:hover {
	background-color: #fff;
	padding: 6px;
	border-left:0px;
	border-right:1px solid #7e4141;
	border-top:0px;
	border-bottom:1px solid #7e4141;
}

#center {
	width: 840px;
	float: center;
	margin: 0;
	padding: 0;
}

#content {
	width: 530px;
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-right: 13px;
	padding: 0px 0px 0px 0px;
}

.title {
	width: 100%;
	color: #622828;
	margin: 0px 0px 1px 0px;
	padding: 5px 4px 5px 4px;
	text-align: left;
	font-size:13px;
	text-transform: uppercase;
}

.title a {
	color: #622828;
	text-decoration: none;
}

.date {
	color: #9f9f9f;
}

.ita {
	font-style: italic;
	color: #999999;
}

.post {
	width: 100%;
	color: #696969;
	margin: 0px 0px 36px 0px;
	padding: 5px 4px 5px 4px;
	text-align: left;
	font-size: 12px;
	letter-spacing: -1px;
	border-top: 1px solid #dcdbd9; 
}

.post img {
	background-color: #fff;
	padding: 6px;
	border-left:0px;
	border-right:1px solid #cccccc;
	border-top:0px;
	border-bottom:1px solid #cccccc;
}

.post img:hover {
	background-color: #fff;
	padding: 6px;
	border-left:0px;
	border-right:1px solid #7e4141;
	border-top:0px;
	border-bottom:1px solid #7e4141;
}

.meta {
	font-size:11px;
	color: #cccccc;
	text-align: right;
	text-transform: uppercase;
}

#sidebar {
	width: 250px;
	margin-left: 12px;
	margin-right: 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
}

#sidebar img {
	background-color: #fff;
	padding: 5px;
	border-left:0px;
	border-right:1px solid #cccccc;
	border-top:0px;
	border-bottom:1px solid #cccccc;
}

#sidebar img:hover {
	background-color: #fff;
	padding: 5px;
	border-left:0px;
	border-right:1px solid #7e4141;
	border-top:0px;
	border-bottom:1px solid #7e4141;
}

.sidebar-title {
	width: 100%;
	color: #622828;
	margin: 0px 0px 1px 0px;
	padding: 5px 4px 5px 4px;
	text-align: center;
	font-size:13px;
	text-transform: uppercase;
}

#comment {
	width: 450px;
}

input {
	background-color: #ececec;
	border:1px solid #c9c9c9;
	color: #666666;
}
