/*
   Copyright 2008 University of Rochester

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
*/

/******************************
 Content box layout
 this sets up a content box - 
 on the home page there will be 
 multiple content boxes
*********************************/

.contentContainer
{
	float: left;
	margin-top: 20px;
	width: 100%;
}

.contentBoxTitle {
	background: url(../yui/assets/skins/sam/sprite.png)
		repeat-x 0 0;
	border: 1px solid #808080;
	
	width: 100%;
	float: left;
	clear: both;
}

.contentBoxTitle p {
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
	width: 100%;
	clear: both;
}

.contentBoxContent {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
    width: 100%;
	float: left;
	clear: both;
}

/* Sets the hight for the picture on the home page */
.contentBoxContentPicture {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
    width: 100%;
	float: left;
	clear: both;
}

.contentBoxContent p {
	padding: 5px;
	width: 98%;
	clear: both;
}

.repository_image {
	display: inline;
	width: 100%;
	border: 0px;
	padding: 0px;
	clear: both;
}

.researcher_image {
	display: inline;
	width: 100%;
	border: 0px;
	clear: both;
}

.researcher_info {
	padding: 15px;
	width: 100%;
	clear: both;
}