/* Eric Meyer's CSS reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Hunter MFA Thesis CSS */

body {
    font-family: "helvetica neue", helvetica, arial, verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

#page {
    margin: 50px 0 0 25px;
}

a {
    color: #333;
}

a:hover {
    color: #000 !important;
    background-color: #e8b09b !important;
}

p {
    margin-bottom: 25px;
}

p.two-captions {
    margin: 12.5px 0;
}

h1 {
    font-weight: bold;
    font-size: 45px;
    letter-spacing: -1px;
}

h2, h3 {
    margin-top: 25px;
    font-weight: bold;
}

ul {
    margin-bottom: 25px;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

h1 span {
    color: #e85423;
}

h1 span span {
    color: #888;
    font-size: 33px;
    text-transform: uppercase;
}

ul.links li {
    margin-bottom: 10px;
    font-style: italic;
}

ul.links li a {
    color: #666;
}

#header {
    padding-bottom: 25px;
}

#col-a, #col-b, #col-c {
    float: left;
}

#col-a {
    font-size: 14px;
    width: 151px;
    margin-right: 10px;
}

#col-b {
    font-size: 14px;
    width: 151px;
    margin-right: 10px;
}

#col-c {
    position: relative;
    width: 623px;
    padding-bottom: 50px;
}

#col-c span,
#col-b strong {
    color: #000;
    background: #e8724a;
}

#col-c a {
    color: #e85423;
}

.front #col-c {
    font-size: 14px;
    line-height: 17px;
}

.front .events h3 {
  margin-top: 20px;
}

.front .events p {
  margin-bottom: 20px;
}

.front #col-c a {
  color: #000;
}

.clear {
    clear: both;
}

.hover {
    position: absolute;
    top: 0;
    left: 0;
}

strong {
  font-weight: bold;
}
