/* Print Style Sheet */
body { 
	background:white; 
	color:black; 
	margin:0;
	font-family: Century Gothic, AppleGothic, Candara, "Trebuchet MS", Helvetica, Arial, sans-serif;
	}
	
a {
	color: #00658D;
	text-decoration: none;
	}
	
#title-area #title a {
	color: #FFFFFF !important;
	display: list-item;
	list-style-image: url(images/logo.png);
	list-style-position: inside; 
	height: 140px;
	margin: 0; 
	padding: 0;
	font-size: 0px;
	font-weight: bold;
	width: 320px;
	}
	
#title-area #description {
	font-size: 20px;
	font-weight: bold;
	text-indent: 35px;
	display: none;
	}
		
#header .widget-area, #nav, #subnav, .breadcrumb, .slider-posts, #slider-nav, .excerptsplus #content .first-featured img.post-image, .navigation, #sidebar, #respond , .reply , .gototop {
	display: none;
	}
	
#rotator, #social, #page-top, .user-profile img {
	display: none;
	}
	
img {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	}
	
#footer-widgeted {
	display: none;
	}
	
h1, h2, h2 a {
	color: #00658D;
	}

/***** Comments ********************/

.comment-list, .children {
	margin: 10px 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 20px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: 10px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}
	
.thread-alt, .thread-even {
	background: #F7F7F7;
	border: 1px solid #DDDDDD !important;
	margin: 0;
	padding: 0;
	}

.even, .alt, .depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}