/* ---------------------------------------------------- */
/* print.css                                            */
/* ---------------------------------------------------- */

/* hide elements thta do not need printing */

#navigation,
#global_header,
#global_header_network,
#menu,
#searchform,
#sidebar,
#commentform
#comments,
.comments-link-top,
.entry-meta,
#nav-below,
.skip-link,
#footer
	{
	display: none !important;
	}
	
/* styles */

/* type */

#wrapper
	{
	text-align: left;
	}

body
	{
	font: normal 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	text-align: center;
	color: #3a3a3a;
	}
	
#wrapper
	{
	text-align: left;
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6
	{
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	}

h1
	{
	font-size: 2.92em; 
	line-height: 1.3em; 
	margin-bottom: 0.5em;
	}
	
h2 
	{
 	font-size: 2em; 
 	margin-bottom: 0.75em;
	}

h3
	{
	font-size: 1.7em; 
	line-height: 1; 
	margin-bottom: 1em;
	}

h4
	{
	font-size: 1.5em; 
	line-height: 1.25; 
	margin-bottom: 0.7em;
	color: #414040;
	}

h5
	{
	font-size: 1em; 
	margin-bottom: 1.5em; 
	}

h6
	{
	font-size: 1em; 
	}
	
/* links */
	
a:link, a:visited
	{
	cursor: pointer;
	color: #0e63d8;
	text-decoration: none;
	outline: none;
	}

a:active
	{
	cursor: pointer;
	color: #0e63d8;
	}
	
/* layout */

.post
	{
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
	
.entry-date
	{
	color: #000;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	margin: -22px 0px 20px 0px;
	}
	
.published
	{
	border-bottom: none;
	}
	
	

	
	