/*
Theme Name: MMTCS2009
Theme URI: http://mmtcs.com/downloads
Description: WordPress Theme for MMTCS.com</a>.
Version: 2009
Author: Eddie Mason III
Author URI: http://mmtcs.com
Tags: two-column, grey, clean, widgets

	MMTCS v2009
	 http://mmtcs.com/downloads/

	This theme was designed and built by Eddie Mason III,
	whose blog you will find at http://mmtcs.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	background-color:#333333;
	color:#880000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

h2 {
	margin:0px;
	padding:0px;
	font-size:20px;
	}	
h3 {
	margin:0px;
	padding:0px;
	font-size:16px;
	}	
#wrapper {
	width:993px;
	margin-left: auto;
	margin-right:auto;
}

#header {
	background-image:url(images/background-header.png);
	background-repeat: no-repeat;
	_height:165px;
	}
#headerimg{
	padding-top:20px;
	margin-left:25px;
	}

#navigation{
	background-color:#CCCCCC;
	height:25px;
	width:960px;
	margin-left:	16px;
	margin-right:auto;
	text-align:right;
	font-size:20px;
	word-spacing:10px;
	}
#navigation ul li{
	padding-right:3px;
	margin-top:0px;
	}
#navigation li{
	display:inline;	
	}
#navigation a:link{
	text-decoration:none;
	color:#666666;
	}
#navigation a:visited{
	text-decoration: none;
	color:#666666;
	}
#navigation a:hover{
	_text-decoration:underline;
	color:#880000;
	}
#navigation a:active{
	color:#880000;
	}


#content{
	background:url(images/background-content.png) repeat-y #333333;
	_min-height:800px;
	_padding-left: 30px;
	_padding-right: 30px;
	}

#contentwrapper{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	}
#columnone{
	float:left;
	width:600px;
	_min-height:500px;
	background-color:#FFFFFF;
	margin-left:7px;
	}
#posttop{
	background:url(images/postareatop.png) #CCCCCC top;
	width:600px;
	background-repeat:no-repeat;
	}
#posttop .heading{
	padding-left:10px;
	padding-top:10px;
	}
#posttop a:link{
	text-decoration:none;
	color:#880000;
	}
#posttop a:visited{
	text-decoration: none;
	color:#880000;
	}
#posttop a:hover{
	text-decoration:underline;
	color:#880000;
	}
#posttop a:active{
	color:#880000;
	}
#postmiddle{
	background-color:#CCCCCC;
	margin-top:-12px;
	min-height:100px;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
	font-size:14px;
	line-height:20px;
	}
#postbottom{
	background:url(images/postareabottom.png) #CCCCCC bottom;
	background-repeat:no-repeat;
	width:600px;
	margin-top:-12px;
	text-align:center;
	padding-bottom:1px;
	_border-top:solid 1px #999999;
	}
#postbottom a:link{
	text-decoration:none;
	color:#880000;
	}
#postbottom a:visited{
	text-decoration: none;
	color:#880000;
	}
#postbottom a:hover{
	text-decoration:underline;
	color:#880000;
	}
#postbottom a:active{
	color:#880000;
	}
#pagetop{
	background:url(images/postareatop.png) #CCCCCC top;
	width:600px;
	background-repeat:no-repeat;
	}
#pagetop .heading{
	padding-left:10px;
	padding-top:10px;
	}
#pagetop a:link{
	text-decoration:none;
	color:#880000;
	}
#pagetop a:visited{
	text-decoration: none;
	color:#880000;
	}
#pagetop a:hover{
	text-decoration:underline;
	color:#880000;
	}
#pagetop a:active{
	color:#880000;
	}
#pagemiddle{
	background-color:#CCCCCC;
	margin-top:-12px;
	min-height:200px;
	padding-left:10px;
	padding-top:2px;
	padding-right:10px;
	font-size:14px;
	line-height:20px;
	}
#pagebottom{
	background:url(images/postareabottom.png) #CCCCCC bottom no-repeat;
	width:600px;
	margin-top:-14px;
	text-align:center;
	padding-bottom:1px;
	_min-height:12px;
	_border-top:solid 1px #999999;
	}
#pagebottom a:link{
	text-decoration:none;
	color:#880000;
	}
#pagebottom a:visited{
	text-decoration: none;
	color:#880000;
	}
#pagebottom a:hover{
	text-decoration:underline;
	color:#880000;
	}
#pagebottom a:active{
	color:#880000;
	}
#sidebartop{
	background-image:url(images/sidebartopbg.png);
	background-repeat:repeat-no;
	height:5px;
	width:325px;
	float:right;
	}
#sidebar{
	float:right;
	width:325px;
	background-color:#CCCCCC;
	margin-right:7px;
	}
#sidebar ul{
	list-style:none;
	}
#sidebarbottom{
	background-image:url(images/sidebarbottombg.png);
	background-repeat:repeat-no;
	height:5px;
	width:325px;
	float:right;
	}
#footer{
	background:url(images/background-footer.png) no-repeat bottom #333333;
	height:33px;
	clear:both;
	text-align:center;
	font-size:9px;
	}


