/*  
Theme Name: Simply Business
Theme URI: http://ATLChris.com/
Description: The Simply Business 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;
}

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

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft, .wp-post-image {
   float: left;
	margin: 0 10px 0 0;
}

.alignright {
   float: right;
	margin: 0 0 0 10px;
}

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

#leftcolumn {
    clear: both;
}

ul#navigation, #quoteContainer, #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;
}

pre {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #D4D4D2;
	color: #383838;
	font-size: 11px;
	line-height: 11px;
	padding: 11px;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
}

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

.wp-caption {
	border: 1px solid #D4D4D2;
	text-align: center;
	background-color: #F3F3F3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}

#footer {
	margin: 20px 0;
}
