* {
	float: none;
}

body {
	background: white;
	color: black;
	font-size: 11pt;
}

#header,	
#crumbs,
#secondary,
.access,
#footer,
form,
#frmLogin,
.toolbar,
#toolbar,
.paginator,
.return,
.commentItemActionLink,
#commentsPagination,
.commentForm,
#commentsLoginForm,
a.media,
a#rssFeed,
.pagination {
	display: none;
}

#page {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
}

h1 {
	font-size: 16pt;
	border-bottom: 2px solid black;
	text-align: center;
}
h2 {
	font-size: 14pt;
	border-bottom: 1px solid gray;
}
h3 {
	font-size: 12pt;
	border-bottom: 1px solid gray;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}

h6 {
	font-size: 10pt;
	font-weight: normal;
}


h1:after {
	content: " - Reach Out.com";
}

a:link, 
a:visited {
	color: black;
	background: transparent;
	text-decoration: none;
}

	p a {
		text-decoration: underline;
	}

	a:link:after, 
	a:visited:after {
	   content: " (" attr(href) ") ";
	   font-size: 90%;
	   color: #999;
	   font-weight: normal;
	}
		
		#content a[href^="/"]:after {
		  content: " (http://www.reachout.com" attr(href) ") ";
		}
		
		.meta a:after {
			content: "";
		}

.folderdetails h2 {
	font-weight: normal;
}
	.folderdetails h2 .subtitle {
		font-size: 11pt;
	}
		.folderdetails h2 a:link:after, 
		.folderdetails h2 a:visited:after {
		   content: " (" attr(href) ") ";
		   font-size: 11pt;
		   color: #999;
		   font-weight: normal;
		}
		
.sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
}

#commentsWrapper{
  display: none;
}

