/* MAIN SITE PRINT CSS
---------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 14px;
	padding: 30px;
	margin: 0;
	line-height: 1.35em;
}

.collapseForPrint {
	display: none;
}

a,
a:visited {
	color: #333;
	text-decoration: none;
}
a img {
	border: 0;
}

.clear, .clr {
	clear: both;
}

h1, h2, h3, h4 {
	color: #333;
	font-weight: bold;
	padding: 14px 0 0 0;
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
}
h1 {
	font-size: 21px;
	margin: 0 0 14px 0;
}
h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 16px;
	margin: 0 0 7px 0;
}
h4 {
	font-size: 14px;
	margin: 0 0 4px 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	margin: 0 0 10px 0;
}
ul li a {
	display: block;
	background: #FFFFFF;
}

#topNav,
#subNav,
#footerToolbar,
#nextPreviousProjects {
	display: none;
}


.subheading {
	clear: both;
	display: block;
	font-size: 12px;
}

#header {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}
#logo {
	font-size: 26px;
	color: #333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Serif;
	font-style: italic;
}
#logo a,
#logo a:visited {
	text-decoration: none;
	color: #333;
}

#footer {
	padding: 10px 0 0 0;
	font-weight: bold;
	margin: 10px 0 0 0;
	border-top: 1px solid #CCC;
}

#content {
	display: block;
	clear: both;
	width: 100%;
	float: none;
	margin: 0 0 15px 0;
}


.section-home #sidebar {
	display: none;
}


.section-carnbegstories ul {
	list-style: none;
}


/* ----------------------------------------- 
   Global Controls
----------------------------------------- */


	/* Links ----------------------------------------- */
	
	.link {
		display: none;
	}
	
	.moreLink {
		display: none;
	}
	
	.clear, .clr {
		clear: both;
		overflow: hidden;
		height: 1px;
	}

	.image {
		float: right;
		display: inline;
		margin: 0 0 5px 0;
	}
	
	
	
	
	
	
	

