/* CSS Document */

#body {
    font-family: Gentona-Light;
}

#pressroom {
	height: 100%;
}

#pressroom #pressContainer {
	width: 1200px;
	margin: 0 auto;
	padding-top: 140px;
}

#pressroom #pressContainer #photoArticles {
	float: left;
}

#pressroom #pressContainer #photoArticles .article.large {
	width: 830px;
	height: 380px;
	margin-bottom: 26px;
	position: relative;
	color: #fff;
	cursor: pointer;
	display: block;
}

#pressroom #pressContainer #photoArticles .article.small {
	width: 400px;
	height: 320px;		
	margin-bottom: 60px;
	display: inline-block;
	position: relative;
	color: #fff;
	cursor: pointer;
	display: inline-block;
}
	
	.article.small:last-child {
		margin-left: 26px;
	}
	
#pressroom #pressContainer #photoArticles .article .overlay {
	width: 100%;
	height: 60px;
	background: #000;
	opacity: 0.8;
	z-index:1000;
	position: absolute;
	bottom: 0;
	cursor: default;
}

#pressroom #pressContainer #photoArticles .article .title {
	position: absolute;
	bottom: 26px;
	font-size: 21px;
	font-family: Gentona-Light;
	z-index:1000;
	font-weight: bold;
	left: 10px;
	color: #f0404b;
}

#pressroom #pressContainer #photoArticles .article .blurb {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	z-index:1000;
	font-size: 16px;
}

#pressroom #pressContainer #photoArticles .article .leftControl{
	font-family: 'Gentona-Light';
	font-size: 34px;
	position: absolute;
	right: 34px;
	bottom: 14px;
	cursor: pointer;
	z-index:1000;
}

#pressroom #pressContainer #photoArticles .article .rightControl {
	font-family: 'Gentona-Light';
	font-size: 34px;
	position: absolute;
	right: 10px;
	bottom: 14px;
	cursor:	pointer;
	z-index:1000;
}
		
#pressroom #pressContainer #newsArticles {
	float: right;
}

#pressroom #pressContainer #newsArticles #newsBoxTitle{
	height: 72px;
	line-height: 72px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	font-family: 'Gentona-Bold';
	padding-left: 20px;
	border: 1px solid #ccc;
	color: #464646;
	box-shadow: 0 0 3px #ccc;
}

#pressroom #pressContainer #newsArticles #newsBox{
	width: 300px;
	height: 599px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #ccc;
	overflow: auto;
}

#pressroom #pressContainer #newsArticles #newsBox #resultBox {
	margin: 10px;
}


#pressroom #pressContainer #newsArticles #newsBox #meanBox {
	margin: 10px;
}

#pressroom #pressContainer #newsArticles #newsBox #meanBox  p{
	color: blue;
	cursor: pointer;
	text-decoration:underline;
}
#pressroom #pressContainer #newsArticles #newsBox .newsBoxArticle {
	color: #464646;
	margin: 10px;
	display: block;
}

#pressroom #pressContainer #newsArticles #newsBox .newsBoxArticle .headline {
	font-family:	Gentona-Light;
	font-size:		13px;
	font-weight: bold;
	margin-bottom: 2px;
}
#pressroom #pressContainer #newsArticles #newsBox .newsBoxArticle .article {
	font-family:	Gentona-Light;
	font-size:		13px;
	font-weight:	normal;
	margin-bottom: 2px;	
}

#pressroom #pressContainer #newsArticles #newsBox .newsBoxArticle a.more {
	margin-bottom: 15px;
	display: block;
	color: #f15863;
	cursor: pointer;
	font-weight: bold;
}	

.hide {
    display: none;
}


input#newsSearch {
	display: block;
	width: 293px;
	padding: 3px;
	background: url('/images/mag-glass.png') right center no-repeat;	
	margin-bottom: 26px;
}


#skybox h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}

#skybox p {
	margin-bottom: 20px;
}

/* Navbar container */
@media (max-width: 991px) and (min-width: 850px){
	.container{
		width:		850px;
	}
}

/* Navbar container */
@media (max-width: 849px) and (min-width: 769px){
	.container{
		width:		790px;
	}
}