/* Lewis Libby School CSS Document*/


body {
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size: 90%;
}

/* no background on new site
#home-bg {
	background-image:url(../images/bg.jpg);
}
*/

#inside-bg {
	background: #FFC44C;
}

#main-nav {
	margin:0 0 -3px 0;
	padding:0;
	list-style: none;
}

#main-nav li {
	list-style:none;
	margin: -5px 0 0 0;
	padding:0;
	list-style-type:none;
}

.last-item {
	_margin: 0 0 -2px 0;
}

/* #left-repeat-in {
	background: url(../images/leftdsrepeat-inside.jpg) top left repeat-y;
}

#left-repeat {
	background: url(../images/leftdsrepeat.jpg) top left repeat-y;
}
*/

.sidebar {
	background: url('../images/sidebar_bg.gif') left top repeat-y;
}

.sidebar-search {
	padding: 10px;
}

.search-heading {
	color: #fff;
	font-weight: bold;
}

.sidebar-search p {
	margin: 0;
	padding: 0;
}

#homepage-news {
	width: 257px;
	background: url('../images/content/homepage-news_bg.gif') top left no-repeat;
	padding: 40px 40px 0 10px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 160%;
	color: #00008b;
}

.sidebar-news {
	padding: 0 20px 8px 0;
}

.sidebar-news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-news li {
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
/*	background: url('../images/content/sidebar-newsitem_bg.gif') top left repeat-x; */
}

.news-title {
	font-weight: bold;
}

.middle {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.middle img {
	vertical-align: middle;
}

#sub-sections {
	border: 3px solid #fff5db;
	background: #ffeead;
	padding:15px;
	float:left;
	margin: 10px ;
}

#sub-sections a {
	color: #333;
	text-decoration:none;
	border-bottom: 1px dotted #333; !important
	margin: 0 0 5px 0;
	font-size:90%;
}

#homepage-container {
/* 	padding: 260px 0 0 0px; 
 	background: url(../images/home-collage.jpg) top left no-repeat; */
}

#homepage-container .rotation-container {
	position: relative;
	width: 711px;
	height: 308px;
	padding-bottom: 25px;
}

#rotation-frame {
	position: absolute;
	z-index: 500;
	width: 783px;
	height: 308px;
}

#rotation-frame img {
	float: left;
}

#rotating-graphic {
	position: absolute;
	top: 9px;
	left: 9px;
}

#homepage-content {
}

.homepage-news-container {
	width: 241px;
}

.homepage-news-bottom {
	height: 11px;
	background: url('../images/content/homepage-news_bottom.gif') 1px -2px no-repeat;
}

.homepage-spotlight-bottom {
	width: 244px;
	height: 10px;
	background: url('../images/content/homepage-news_bottom.gif') 1px -2px no-repeat;
}

.spotlight {

}

.spotlight-container {
	width: 241px;
}

.spotlight_area {
	width: 221px;
	padding: 40px 10px 10px 10px;
	background: url('../images/spotlight_bg.gif') top left no-repeat;
	font-size:80%;
}

.spotlight_area h5 {
	font-size: 85%;
}

#cse-search-results {
	padding: 0 20px;
}

.clear {
	clear: both;
}
