/*
Theme Name:     Basic Child
Theme URI:      http://weezey.com/
Description:    Child theme for the Basic theme
Author:         ts2.ca
Author URI:     http://weezey.com
Template:       Basic                             
Version:        0.1.1
*/

@import url("../Basic/style.css");

.terminal {
	background-color: #000000;
	font-family: Inconsolata, Monaco, 'Lucida Console', Fixedsys, Courier New;
	font-size: 8pt;
	color: #e0e0e0;
	padding: 10px;
}
.code {
	background-color: #c0c0c0;
	font-family: Inconsolata, Monaco, 'Lucida Console', Fixedsys, Courier New;
	font-size: 8pt;
	color: #000000;
	padding: 10px;
}
#container { float: right; width: 1050px; color: #292929; }
#left-div { width: 793px; float: left; padding-left: 35px; padding-top: 26px; }
#wrapper2 { width: 1050px; margin: 0px auto; padding: 0px 0px 0px 0px; border: 10px solid #2E2019; background-color: #FFF; background-image: url(../Basic/images/sidebar-bg.gif); background-repeat: repeat-y; background-position: right; }
.wrapper2Enable { width: 1050px; margin: auto; padding: 0px 0px 0px 0px; margin-top: 0px !important; }
.home-post-wrap { width: 743px; float: left; background-image: url(../Basic/images/shadow.gif); background-repeat: no-repeat; background-position: bottom; padding-bottom: 40px; margin-bottom: 30px; }
.logo { margin: 0; }
