/* VERSIONS
/* 1_0: Primary News Styles
/* 1_1: Added default search styles [Author: Nick Hall]
----------------------------------------------------------------------------- */


/* NEWS STYLES
********************************************************************************/

/* News List
----------------------------------------------------------------------------- */
.news .list ul {list-style: none; margin-left: 0; }
	.news .list .bd ul li { margin-left: 10px; border-bottom: none; }
			.news .list .bd ul li h4 { font: 16px/18px 'TeXGyreHerosCnBold', Arial, sans-serif; color: #263532; text-transform: uppercase; margin-bottom: 0.2em; }
				.news .list .bd ul li h4 a { border: none !important; color: #263532; }
					.news .list .bd ul li h4 a:hover { color: #a23200; }
			.news .list .bd ul li h6 { font: 10px/16px 'TeXGyreHerosCnBold', Arial, sans-serif; color: #98928b; text-transform: uppercase; }
			.news .list .bd ul li .thumb { margin-left: -10px !important; }
				.news .list .bd ul ul{ list-style: circle; margin-left: 1.2em;}
					.news .list .bd ul ul li{ border: 0; padding: 0; margin: 0; }
						.news .list .bd ul li p{ margin-bottom: 0; }
						
/* Newsletters
----------------------------------------------------------------------------- */
.newsletter .content { display: none; }

/* Homework
----------------------------------------------------------------------------- */
.homework .list .bd ul li h5 { float: right; clear: right; }

/* News Search
----------------------------------------------------------------------------- */
.news-search label { display: block; margin-bottom: .8em; }

/* Interior - Beyond Alumni 
----------------------------------------------------------------------------- */
.beyond-alumni-list { }
	.beyond-alumni-list ul li .thumb { width: 100px; height: 100px; float: left; border: none; background: none; margin: 0; padding: 0; overflow: hidden; }
		.beyond-alumni-list ul li .thumb a { height: 100px; width: 100px; margin: 0; padding: 0; border-radius: 50%; overflow: hidden; }
			.beyond-alumni-list ul li .thumb img { display: block; width: auto; margin: 0; padding: 0; }
	.beyond-alumni-list ul li .caption { margin-bottom: 10px; }

.beyond-alumni-detail { }
	.beyond-alumni-detail .thumb { width: 240px; height: 240px; float: left; border: none; background: none; margin: 0; padding: 0; overflow: hidden; }
		.beyond-alumni-detail .thumb a { height: 240px; width: 240px; margin: 0; padding: 0; border-radius: 50%; overflow: hidden; }
			.beyond-alumni-detail .thumb img { display: block; width: auto; margin: 0; padding: 0; }
	.beyond-alumni-detail .article { }
		.beyond-alumni-detail .article strong { color: #ac3d0b; }
	
/* News list [BUTTON] - created for parent landing pages for announcements 
----------------------------------------------------------------------------- */	
.news.newsbutton .list .bd ul li {
    margin: 0;
    padding: 0;
}

.news.newsbutton .list .bd ul li h4 a {
    color: #AC3D0B;
    font: 15px 'TeXGyreHerosCnbold',​Arial,​sans-serif;
    text-transform: none;
}

.newsbutton .hd {
    color: #0B473D;
    display: block;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	font: 15px 'TeXGyreHerosCnbold',​Arial,​sans-serif;
	margin-bottom: 0;
}

.newsbutton .inner {
    background: url("../../images/common/btn-html-cupola.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    height: 100%;
    padding: 10px;
}

.newsbutton {
    background: url("../../images/common/btn-html-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #C8A87E;
    border-radius: 5px;
    font-family: 'TeXGyreHerosCnBold';
    font-size: 15px;
    margin-top: 10px;
    text-shadow: 0 1px 0 #FFF2E2;
}	