/* @override http://www.elon.edu/shell/960/css/typography_base.css */

@import url("http://www.elon.edu/shell/960/css/typography.css");

/* TYPOGRAPHY */

body, p, table, tbody, a.read_more {	
	font: 12px/1.5em Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
}

h1, h2, h3, h4, h5, h6 {
font-family: Cambria, 'Hoefler Text', Utopia, 'Palatino Linotype', Palatino, Times, 'Times New Roman', Georgia, serif;
}

h2, h3, h4, h5 {
	color: #900000;
	font-weight: bold;
}

h1 {
	letter-spacing: -.05em;
	color: #900;
	font-size: 2em;
	text-align: left;
	font-weight: bold;
}

h2, h3 {
	letter-spacing: -.02em;
	text-transform: lowercase;
}

h2 {
	font-size: 1.33em;
	line-height: 1.25em;
}

h3, h5 {
	font-style: italic;
}

/* ========================================= */
h1 + h3 {
	color: #444;
	border-bottom: 1px solid #b0b0b0;
	margin-top: -.33em;
}

/* ========================================= */


ul, ol {
	margin: 0;
	padding: 0;
}

table ul, table ol {
	padding: 0 1.5em;
}

ol {
	padding-left: 1.5em;
	position: relative;
	left: -1.5em;
}

a:link, a:active, a:visited {
	color: #900;
	text-decoration: none;
}

a:hover {
	color: #900000;
}

p a {text-decoration: none;border-bottom:1px solid #ccc; color: #A40006;}

p a:hover {border-bottom:1px solid #900; color: #900000;}

ul a {
	color: #333;
	border-bottom: 1px solid #fff;
}

ul a:hover {
	border-bottom:1px solid #ccc;
}

/* read more linkage */

a.read_more {
	letter-spacing: normal;
	font-style: italic;
	text-transform: lowercase;
	border-bottom:1px solid #ccc;
	text-decoration: none;
}

/* a tag psuedo elements to be used when the people take the power back
a.read_more:before, a.read_more:after {
	font-size: 14px;
}

a.read_more:before {
	content: "» ";
}

a.read_more:after {
	content: " «";
}
*/

.caps, .smallcaps {
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding-left: 2px;
}