/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@import url("http://rpi.edu/dept/cct/news/CSS/global.css");


body #zone-branding{
	border-top: 4px solid #F00;

}
h1#page-title{
	line-height: 105%;
}
h2{
line-height: 105%;
}
#region-content{
	padding-top: 50px;
}

.view-featured-article{
	margin-top: 15px;
}
.featured_media{
	overflow:hidden;
}
.featured_text p{
	display: inline;
}
.view-id-tagged .resultsimg{
	width: 300px;
	height: 200px;
	background-image:url('seal_6.jpg');
}

.view-newsarchive h5{
	margin-bottom: 2px;
}
.view-newsarchive .views-row{
	margin-bottom: 20px;
}
.view-display-id-block_1 ul li{
	width: 100%;
	text-align: right;
}

