/** Theme overrides **/

#content_mini {
	width: 97%;
}

/** New Feed **/

#news_feed {
	position: absolute;
	right: 0;
	width: 34%;
	margin-top: 20px;
}

#news_feed_container {
/* 	background: #e5e5e5; */
}

#newsfeed_text_container {
	position: relative;
}

#newsfeed_text {
	position: absolute;
	left: 1em;
	top: -0.5em;
	height: 17em;
	overflow: auto;
}

#news_feed ul {
	margin: 0.5em;
	padding: 0;
	padding-right: 16px;
	width: 75%;
	background: white;
	height: 16em;
	z-index: 1;
}

#news_feed img {
	background: white;
	z-index: 2;
}

#news_feed li {
	list-style: none;
	margin:0;
	padding: 0 0.3em;
}

#news_feed p {
	margin-top: 0;
	margin-bottom: 0.3em;
}

#random_images table {
	margin-left: 10%;
}

#news_feed a {
	float: left;
}

#news_feed h6 {
	margin: 0;
	padding: 0;
	text-decoration: underline;
	margin-bottom: 0.2em;
	font-size: 1em
}

.frame_horizontal {
	width: 71%;
	height: 26px;
}

#frame_right {
	position: absolute;
	height: 16em;
	width: 20px;
	padding-left: 32px;
	left: 71%;
	background: none !important;
}

.frame_side {
	height: 15.5em;
	width: 26px;
}

/** Images **/

#main_image {
	width: 550px;
	height: 366px;
	border: 1px solid black;
	position: relative;
	top: 0;
}

#random_images {
	margin: 12px 0 0 13px;
	width: 105px;
	position: absolute;
	left: 0;
	text-align: left;
}

#images_container {
	text-align: center;
}

#random_images li {
	list-style: none;
}

#random_images ul {
	margin: 4px 0 0;
	padding: 0;
}

.random_image {
	border: 1px solid black;
}

#images {
	margin: 0.8em auto;
	position: absolute;
	left: 0;
	width: 78%;
}

#main_image_container {
	position: relative;
	margin-left: 115px;
}

#spinner {
	position: absolute;
	top: 180px;
	margin: 0 auto;
}

#project_name {
	font-size: 1.4em;
	border: 1px solid black;
	padding: 0.1em 0.3em;
	position: relative;
	background-image: url(/images/transparent-background.png);
	top: -360px;
	left: -0;
	width: 15em;
	margin: 0 auto;
}

