/* custom styles for jmcguire.faculty.wesleyan.edu */

#content a {
color: #990000;
}

#content .entry a:link,
#content .entry a:visited {
border-bottom: none;
}

a:hover,
a:active,
#content .entry a:hover,
#content .entry a:active {
border-bottom: none;
text-decoration: underline;
}

#content h4 {
font-weight: bold;
}

/* show titles on various archive and search pages */
#content-main .posttitle {
display: block;
}

/* hide titles on single pages */
#content-main .post:first-child .posttitle {
display: none;
}

/* customization for the WesFiles directory listing */

.wesfiles-directory {
margin: 0 0 3em;
}

.wesfiles-directory a,
.wesfiles-directory br {
display: none;
}

.wesfiles-directory table a,
.wesfiles-directory table br {
display: inline;
}

.wesfiles-directory table tr:first-child {
display: none;
}

td.wesfiles-modified,
td.wesfiles-size {
display:none;
}