/* reset hte blueprint A prnt styles */

a:link:after, a:visited:after {
  content: "";
  font-size: 90%;
}

/* things to hide */

#accessibility,
#header #nav,
#sidebar ul.sub-nav {
	display: none;
}

/* things to stop make block */
#header #logo {
	float: none;
	display: block;
}

/* things that need a size change */
h1, h2, h3, h4, h5, h6 {
	clear: both; margin: 0;
}

/* Psage template styles */

body.people #content #main-sidebar ul.gallery {
	margin-left: 0; margin-right: 0;
	display: block;
	list-style-type: none;
	background-color: transparent;
}

	body.people #content #main-sidebar ul.gallery li {
		position: static; display: block; float: left; margin: 0; padding: 0; width: auto; height: auto;
		background-color: transparent;
		text-align: center;
	}
		body.people #content #main-sidebar ul.gallery li.first {
			clear: none;
		}
		
			body.people #content #main-sidebar ul.gallery li a {
				background-image: none;
			}
			
				body.people #content #main-sidebar ul.gallery li a span.img {
					display: block; width: 100%; text-align: center;
				}
				
				
		
#footer {
	clear: both;
}