/*  
Theme Name: Copyhacker
Theme URI: http://copyhacker.com/
Description: Copyhacker.com.
Version: .5
Author: Bryan Murdaugh
Author URI: http://bryanmurdaugh.com/
*/

body {
	font-family: 'Helvetica', 'Arial';
	background: #3a3a3a url('images/chbackground.png') top center repeat-y;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	}

#header {
	background: #3a3a3a url('images/chheader.png') no-repeat center;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 167px;
	}

#headerimg {
	margin-left: 170px;
	margin-top: 20px;
}

#content {
	margin-top: 167px;
	margin-left: 24px;
	width: 495px;
	font-size: 13px;
}

#content a {
	color: #333366;
	text-decoration:none;	
}

textarea {
	width: 475px;
}

#sidebar {
	position: absolute;
	top: 167px;
	left: 527px;
	width: 177px;
	font-size: 13px;
	text-align: left;
	color: #fff;
	text-indent: 0px;
	padding: 5px;
	font-family: helvetica;
}

#sidebar h2 {
	font-size: 13px;
	font-family: helvetica;
	margin-bottom: 3px;
	margin-left: 8px;
	margin-top: 32px;
	padding: 0px;
	line-height: 16px;
}

#sidebar a {
	color: #ffffcc;
	text-decoration: none;
}

#sidebar ul {
	text-indent: 0px;
	padding: 0px;
	margin-left: 8px;
	margin-right: 8px;
}

#sidebar li {
	list-style-type: none; 
	text-indent: 0px;
	margin: 0px;
}

#sidebar input {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 495px;
	font-size: 11px;
	text-align: center;
}

.before {
	font-family: "Courier";
	background: #ffdddd url('images/before.gif') center center no-repeat;
	border: 1px solid #444;
	margin-bottom: 25px;
	padding: 8px;
	font-size: 1.2em;
	min-height: 170px;	
}

.after {
	font-family: "Courier";
	background: #ddffdd url('images/after.gif') center center no-repeat;
	border: 1px solid #444;
	padding: 8px;
	font-size: 1.2em;
	min-height: 170px;

}

h1, h2, h3, h4 {
	font-family:helvetica;
}

.light {
	color: #999;
	font-weight: 100;
}

.smaller {
	text-align: center;
	font-size: .8em;
}

#content .attribution {
	font-size: .9em;
	font-weight: bold;
	text-transform: lowercase;
	padding: 8px;
	text-align: right;
}

#content .attribution a:link {
	color: #0e3982;	
}

#content .attribution a:hover {
	color: #0e3982;	
}

#content .attribution a:active {
	color: #0e3982;	
}

#content .attribution a:visited {
	color: #0e3982;	
}

img {
	border: none;	
}