/*  
Theme Name: Simply (Colorful)
Theme URI: http://ATLChris.com/
Description: The Simply (Colorful) theme is a premium Wordpress theme from ThemeForest.net.
Author: Chris Lentz
Author URI: http://ATLChris.com/

Built using TextMate on a Mac.

NOTES: Coding is an artform. Please respect my art by not reproducing it without written consent. I make my code
easily readable for learning purposes. Feel free to view my code as a tutorial, but please don't copy it verbatim.
Please contact the me at http://ATLChris.com/contact/ with any questions, comments, concerns, or suggestions.
*/

/*----------------------------------------------------------------------------
PRINT SPECIFIC CSS
-----------------------------------------------------------------------------*/

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

#logo img, #logo img a {
	height: auto;
	border: 0;
}

#logo {
	margin: 20px 0;
}

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

blockquote {
	color: #888888;
	margin: 10px;
	border-left: 3px #888888 solid;
	padding: 10px;
} 

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

#leftcolumn {
    clear: both;
}

#menu, .featuredContainer, #postFooter, #commentSection, #rightColumn, #rssReminder {
	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;
}

pre {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #DADADA;
	color: #393939;
	font-size:11px;
	line-height:11px;
	padding:11px;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}

