/*  
Site Name: ATLChris
Site Designer/Developer: Collective Core
Version: 2.1
Stylesheet: print.css

Built using TextMate on a Mac.

This site was designed by the Collective Core,
you can visit us at http://www.CollectiveCore.com.

The below code is W3C valid CSS 2.1.

NOTES: Coding is an art form. Please respect our art by not reproducing it without written consent. We make our code
easily readable for learning purposes. Feel free to view our code as a tutorial, but please don't copy it verbatim.
Please contact the Collective Core at http://www.CollectiveCore.com/contact/ with any questions, comments, concerns,
or suggestions.

CSS Reset: Eric Meyer - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

*/

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

#logoImg {
	margin: 20px 0;
}

code {
	font:.9em "Courier New", Monaco, Courier, monospace;
	color: #008099;
} 

a:link, a:visited {
	color: #000000;
	background: transparent;
	font-weight: 700;
	text-decoration: none;
}

#leftcolumn {
    clear: both;
}

#header {
	padding: 0;
	margin: 0 0 0 -20px;
}

#header, #postFooter, .adroll-block, .adroll-link, #commentContainer, #rightColumn {
	display: none
}

.postTitle {
	font-weight: 400;
	margin: 0;
	margin: 0 0 5px 0;
	font-size: 24px;
	line-height: 28px;
}

.postDate {
	text-transform: uppercase;
	color: #737373;
	font-size: 12px;
}

.postContent {
	margin: 20px 0;
}

.postContent h2 {
	margin: 20px 0 20px 0;
	font-size: 20px;
	line-height: 24px;
	overflow: hidden;
}

.postContent p {
	margin: 10px 0;
	overflow: hidden;
}

.size-thumbnail  {
	padding: 3px;
	border: 3px solid #9e9e9e;
	margin: 5px;
	overflow: hidden;
}

.size-thumbnail, .size-medium, .size-large, .size-full {
	vertical-align: middle;
}

.borderMedium {
	padding: 3px;
	border: 3px solid #9e9e9e;
	margin: 5px;
	vertical-align: middle;
	overflow: hidden;
}

.borderFull {
	padding: 5px;
	border: 5px solid #9e9e9e;
	overflow: hidden;
}

.center {
	text-align: center;
	margin: 10px auto;
	overflow: hidden;
}

.left {
	margin: 10px 0;
	overflow: hidden;
}
	
blockquote {
	background: url(../images/blockquote.gif) no-repeat;
	color: #888888;
	margin: 10px;
	padding: 10px 0 0 35px;
}

pre {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DADADA;
	font-size:11px;
	line-height:11px;
	overflow:auto;
	padding:11px;
}

