@charset "utf-8";
.post {
	position: relative;
	padding-top: 0;
}

.post .thumb {
	/*display: block;
	position: absolute;*/		/* edited  - SF - Sept 17, 2013*/
	left: 0;
	top: 0;
	margin-bottom:20px; /* added  - SF - Sept 17, 2013*/
}

.post header {
	margin-bottom: 8px;
	position: relative;
}

.post header h4 a {
	font-family: "Adelle Basic Regular";
	font-size: 17px;
	font-weight: normal;
	line-height: 1.3em;
}

.post header h2 {
	padding-right: 110px;
}

.post header h2, .post header h2 a {
	font-family: "Book Antiqua Regular";
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3em;
}

.post header h3, .post header h3 a {
	font-family: "Book Antiqua Regular";
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.post header .nav-helper {
	position: absolute;
	right: 0;
	top: 0;
}

.post header .nav-helper ul, .post header .nav-helper li {
	list-style: none;
	width: auto;
	float: left;
	margin-left: 6px;
}

.post .container {
	line-height: 1.5em;
}

.post .container p {
	margin-bottom: 10px; /* JH - 10-2-13 */
}

.post .container p a {
	color: #000;
	text-decoration: underline;
}

.post .container p.author, .post .container p.author a {
	color: #999;
	text-decoration: none;
}

.post .container p a.hover, .post .container p a:hover {
	color: #00009e;
}

.post .container .right {
	display: block;
	float: right;
	width: auto;
	margin-left: 10px;
	margin-bottom: 10px;
}

.post .container .left {
	display: block;
	float: left;
	width: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post .container h1, .post .container h2, .post .container h3, .post .container h4 {
	font-family: "Book Antiqua Regular";
	font-weight: normal;
	line-height: 1.5em;
}

.post .container h1 {
	font-size: 22px;
}

.post .container h2 {
	font-size: 20px;
}

.post .container h3 {
	font-size: 20px; /* JH - 10-1-13 */
	padding-top: 15px; /* JH - 10-1-13 */
}

.post .container h4 {
	font-size: 16px; /* JH - 10-1-13 */
	/*margin-top: -30px;*/
	margin-bottom: 10px; /* JH - 9-29-13 */
}

.post .container h5 {
	font-size: 13px;
}

.post .container h6 {
	font-size: 12px;
}

.post .container ul, .post .container ol {
	padding-left: 20px;
	padding-bottom: 20px; /* JH - 10-2-13 */
}

.post.student-landing .container ul, .post .container ol,
.post.sga-landing .container ul, .post .container ol {
	padding-left: 40px;
	padding-bottom: 20px; /* JH - 10-2-13 */
}

/* added - SF - Sept 17, 2013 */
.post .container  a{
	color: #000000;
    text-decoration: none; /* JH - 9-30-13 */
}

.post .container a:hover {
	color: #00009E;
    text-decoration: underline;
}

.thumbLeft, .detailThumbLeft {
    float: left;
    margin-right: 10px;
}

.thumbRight {
    float: right;
    margin-left: 10px;
}

.thumbRight, .thumbLeft, .detailThumbLeft {
    border: 1px solid #CCCCCC;
}

.facultyTitle {
    float: left;
    margin-right: 10px;
    width: 210px;
}

.facultyAbstract {
    float: right;
    width: 580px;
}

.facultyItems {
    clear: both;
    float: left;
    margin-top: 15px;
    width: 100%;
}
/* end of added */