
@media screen {

body {
	color:#333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height:1.75em;
	letter-spacing:0.05em;
	text-align:left;
	}

#pagewidth {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:4em;
	padding-top:1.5em;
	}
	
}	

h1 {
	line-height:1.2em;
	text-transform: uppercase;
	font-size:300%;
	margin-bottom:0;
}


h3 {
	border-bottom:.1em solid black;	
/* 	margin-bottom:-.5em; */
}

.subhead {
	font-weight:bold;
	font-size:150%;
}
	
.caption {
	font-style:italic;
	font-size:75%;
	line-height:1.5em;
	margin:.25em 0 2em 0;
	padding:0 0 1em 0;
	/* border-bottom: 1px solid black; */
}

.bigandbold {
	font-weight:bold;
	font-size:120%;
	margin:1.75em 0 1.75em 0;
	clear: both;
	text-transform: uppercase;
}

.pquote {
/* 	font-style:italic; */
	font-weight:bold;
	font-size:90%;
	color:#666;
}

ul {
	list-style-type: square;
	line-height:2.25em;
/* 	list-style-type: none; */
	}

.img-hero {
	margin:0;
	padding-top:1em;
	/* border-top:1px black solid; */
}

.img-inline-left {
	float:left;
	margin:.1em 1em 0 0;
	border:1px dotted gray;
}

.img-inline-right {
	float:right;
	margin:.1em 0 0 1em;
	border:1px dotted gray;
}

.footer p {
	border-top:1px solid black;
	font-size:80%;
	padding: .5em 0 2em 0;
	margin:2.5em 0 2em 0;
	text-align:center;
	clear:both;
}

.linkage {
	clear:both;
	margin-top:2em;
}

.bibliography {
	padding-left:1.5em;
	text-indent:-1.5em;
}

.shop-btn {
	float:left;
	margin-right:2em;
	margin-bottom:2em;
}

/* 

.highlight {
	font-style:italic;
}

 */

/* MOBILE */

@media screen and (max-width: 700px) {

#pagewidth {
	width:auto;
	background-color:#fafafa;
	padding:.5em;
	margin:auto;
	border:none;
	}

.img-inline-left {
	min-width: 150px;
}

.img-inline-right {
	min-width: 150px;
}

.shop-btn {
	float:none;
	margin-right:0;
	margin-bottom:2em;
}

/* 

.img-bulletin {
	margin:.1em 0 0 0;
	border:1px dotted gray;
	width:100%;
	float:none;
}
 */

}

/* iPads */


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

#pagewidth {
	width:auto;
	padding:.5em;
	margin:auto;
	}

}

/* PRINT */

@media print {

body {
	color:#000000;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	line-height:1.75em;
	letter-spacing:0.05em;
	text-align:left;
	}

#pagewidth {
	border:none;
	padding:1em;
	margin-left:auto;
	margin-right:auto;
	width:95%;
	}
	
.linkage {
	display:none;
}

.top-nav {
	display:none;
}

}


/* link styles */

ul li a {
	display: block !important;
	display: inline;
	display: block;
	}

a:link {
	color: #333;
	text-decoration: none;
	}

a:active {
	color: #333;
	text-decoration: none;
	}

a:visited {
	color: #333;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	}
	
/* TOP NAV LINKS */
	
.top-nav a:link {
	color: #fff;
	text-decoration: none;
	}
	
.top-nav a:active {
	color: #fff;
	}

.top-nav a:visited {
	color: #fff;
	}

.top-nav a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #000;
	}

ul li a {	
	padding:0.2em;
	margin:-0.2em;
	}

ul li a:hover {	
	padding:0.2em;
	margin:-0.2em;
	}

/* 

	
.breadcrumbs a:hover {	
	padding:0.2em;
	margin:-0.2em;
	}
 */

p a:link {
	color: #0e55c7;
	text-decoration: none;
	font-weight:bold;
/* 	border-bottom:.15em solid #0080FF; */
	}
	
p a:active {
	color: #0e55c7;
	text-decoration: none;
	font-weight:bold;
/* 	border-bottom:.15em solid #0080FF; */
	}

p a:visited {
	color: #5e7fb5;
	text-decoration: none;
	font-weight:bold;
/* 	border-bottom:.15em solid #0080FF; */
	}
	
p a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	font-weight:bold;
	padding:0.2em;
	margin:-0.2em;
	}

/* 
h4 a:link {
	color: #333;
	text-decoration: none;
	border-bottom:.15em solid #0080FF;
	}
	
h4 a:active {
	color: #333;
	text-decoration: none;
	}

h4 a:visited {
	color: #666;
	text-decoration: none;
	}
	
h4 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #333;
	padding:0.2em;
	margin:-0.2em;
	}
 */


	