/* ----------------------------------------
	Study Group print stylesheet
	Created by Joseph Gallagher
	January 2012
	
	Last updated - January 2012
	by Joseph Gallagher
---------------------------------------- */


/* SECTION 1: Remove any elements not needed in print. 
   This would include navigation, ads, sidebars, etc. */

.headerNav,
.siteSearch,
.primaryNav,
.secondaryNav,
.breadcrumb,
.pagination,
.prev,
.next,
.footer,
.searchToggle,
.advancedSearch,
.button,
.twitter-follow-button
{
    display: none!important;
}


/* SECTION 2: Set body font face, size, and color */

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
}


/* SECTION 3: Set heading font face, sizes, and color. */
h1 { font-size: 120%; }
h2 { font-size: 115%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 105%; font-weight: bold;}
h6 { font-size: 100%; font-weight: bold; }


/* SECTION 4: Generic styles */

img {
	border: none;
}

ul {
	padding: 0;
	list-style: inside;
}

li {
	background: none;
	margin: 0 0 15px 0;
}

div.header {
	background: none;
}


/* SECTION 5: Make links more usable. */
a, a:visited {
	color: #000;
	text-decoration: underline;
	border: none;
}


/* SECTION 6: Page specific elements. */

.galleryListing ul {
	list-style: none;
}
.galleryListing ul li {
	width: 45%;
	display: block;
	float: left;
	margin-bottom: 40px;
}	
.galleryListing a {
	font-weight: bold;
}	
.galleryListing img {
	clear: both;
	display: block;
	margin-bottom: 8px;
}