/*
THEME NAME: Thematic.Commandline
THEME URI: http://www.arnimaack.com/commandline/
DESCRIPTION: Commandline inspired theme built upon the Thematic framework
TEMPLATE: thematic
VERSION: 0.1
AUTHOR: Arni Maack
AUTHOR URI: http://wwww.arnimaack.com
TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats
.
The Thematic Theme is copyright Ian Stewart http://themeshaper.com/
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../thematic/style.css");
@import url("sitewide.css");
body{
	background-color: #000000;
}

#main{
	left: 60px;
	padding-top: 40px;
	margin: 0;
	background-color: #fff;
	background-image: url('images/dropshadow.jpg');
	background-repeat:repeat-x;
}

.entry-title{
	font-family: Courier New, Courier, monospace;
}

#header{
	/*
	height: 68px;
	margin: 0;
	padding: 0;
	*/
}

#footer{
	border-top: 1px solid #2f3824;
	margin: 0; 
}
#branding{
    width:940px;
	height: 68px;
	margin: 0;
	padding: 0;
}
a:hover{
	color: #2f3824;
}
.entry-title a:hover {
	color: #2f3824;
}