/**
 * Students Page
 */
 

#spotlight {
  height: 250px;
  background: #666666;
  -webkit-box-shadow: #333 0 0 10px inset;
  margin-bottom: 10px;
}
#bookcenter.hours dl { 
  background: url(/css/images/layout/bookcenter-hours.jpg); 
}
#library.hours dl { 
  background: url(/css/images/layout/library-hours.jpg); 
}
#cafe.hours dl { 
  background: url(/css/images/layout/cafe-hours.jpg); 
}
#campus.hours dl { 
  background: url(/css/images/layout/campus-hours.jpg); 
}
.hours h6 { 
  margin-bottom: 0; 
}
.hours h6 span { 
	padding:3px 10px; 
	background: #333; 
	color: #EEE; 
	display: block;
}
.hours dl { 
	background: #DDD; 
	margin-bottom: 20px;
	height: 80px; 
	padding: 10px; 
	overflow: auto; 
	font-size: 11px;
}
.hours dl dt { 
	width: 40px; 
	float: left; 
	white-space:nowrap; 
	overflow: hidden; 
	font-weight: bold;
}
.hours dl dd { 
	width: 100px; 
	float: left; 
	white-space:nowrap; 
	overflow: hidden;
}
.group { 
	margin-bottom: 20px; 
}
.group img { 
	width: 90px; 
}

a.kerygma, a.calendar {
	height: 18px; 
	font-size: 16px; 
	font-weight: bold;
	text-decoration: none;
	line-height: 10px; 
	padding: 8px 4px 1px 24px; 
	margin:0 0 10px 10px; 
	display: block; 
	float: right; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border: 1px solid #EEE; 
}

a.kerygma { 
	background: url(/css/images/layout/news-icon.png) no-repeat 4px 4px; 
}

a.calendar { 
	background: url(/css/images/layout/calendar-icon.png) no-repeat 4px 4px; 
}

#rotator-container {
	overflow: hidden;
	height: 300px;
	margin-bottom: 20px;
}
#rotator {
	width: 3000px;
}
.rotator-item {
	float:left;
	width: 620px;
	height: 300px;
	position: relative;
}
.rotator-item .rotator-info {
	background: rgba(0,0,0,0.6);
	color: #EEE;
	width: 220px;
	margin: 20px 0;
	padding: 10px;
	display: block;
	overflow: auto;
	position: absolute;
}
.rotator-item .rotator-info a {
	color: #FFF;
}
.rotator-item .rotator-info.right {
	right: 10px;
}
.rotator-item .rotator-info.left {
	left: 10px;
}


/* kerygma */
#kerygma-buttons {
	margin: 10px 0 10px 0;
	
}
#kerygma-buttons .dts-button {
	width: 80px;
	min-width: 80px;
}


.disclaimer {
	margin: 0;
	padding: 15px;
}

.kerygma-item {
	clear: both;
	margin: 0 0 10px 0;
}

.kerygma-item .side-box {
	float: left;
	width: 60px;
	height: 70px;
}

.kerygma-item .info-box {
	float: left;
	width: 380px;
	margin: 0 0 0 20px;
}

.kerygma-item .info-box .link{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

.kerygma-item .info-box .link:hover {
	text-decoration: underline;
}

.kerygma-item .details {
	clear: both;
}

.date-box {
	border: solid 2px #D4E2D5;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
       -moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
            box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=2);	
}

.general-box {
	border: solid 2px #E6D7AE;
	border-width: 10px 2px 2px 2px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
       -moz-box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
            box-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction=135, Strength=2);	
    padding: 6px 0;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
}

.day-name {
	display: block;
	text-align:center;
	font-size: 14px;
	font-family: Helvetica, Arial;
	display: none;
}
.day {
	display: block;
	text-align:center;
	font-size: 24px;
	font-weight: bold;
	font-family: Garamond;
	padding: 6px 0;
}

.month {
	background: #D4E2D5;
	padding: 3px 0;
	display: block;
	text-align:center;
	font-size: 14px;
	line-height: 14px;
	font-family: Helvetica, Arial;
}

