﻿	/* APPLESLIDER-NEWS for Briercrest landing page */

#gallery_container {
  margin-bottom: 0; /* 20px keeps the RSS link where it should be */
/*  float: left;*/
 
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
 
}

#rss {
  margin: -78px 0 0 -20px;
}

#gallery_wrapper {
  width: 980px;
  min-height: 250px;
  margin: 0;
  /*float: left;*/
}

#gallery {
  width: 980px;
  min-height: 250px;
  margin: 0;
 /* float: left;*/
  padding: 0;
	}
/*
#gallery_shadow {
  margin: 0px auto;
  width: 982px;
  height: 7px;
  background: url(/webdocs/college/images/shadow_news.png) no-repeat top center #fff;
}
*/
#slides {
  height: 250px;
  width: 980px;
  margin: 0;
  padding: 0;
/*  float: left;*/
  display: inline;
}

.slide{
	/*float:left;*/
  display: inline;
	
	display: block;
	height: 250px;
	width: 980px;
	/* because the padding caused the slide to exceed 940px, an additional slide was created, which remained blank
	   since only 16 stories are pulled from the database. If padding is needed, ensure that width is altered to 
	   allow for it.
	padding: 0 0 0 4px;
	*/
}

	/*******  PREV and NEXT BUTTONS  *******/

	#prev-button, #next-button {
	  width: 11px;
	  height: 90px;
	  padding: 0px 5px;
	  float: left;
	  cursor: pointer;
	  margin: 50px 0 0 0;
	  
	}
		
	#next-button:active, #prev-button:active {
	  margin: 53px 0 0 0;
	}
	
	#prev-button {
	  background: url(/webdocs/images/newsslider_prev.png) no-repeat center center;
	}
	
	#next-button {
	  background: url(/webdocs/images/newsslider_next.png) no-repeat center center;
	}
	
	/******* NEWS SLIDES *******/
	
	#slides .slide .news {
	  width: 206px;
	  min-height: 220px;
	  float: left;
	  padding: 10px;
	}
	#slides .slide .news a.newslink span.image {
	  display: block;
	  float: left;
	  width: 206px;
	  height: 160px;
	  overflow: hidden;
	}
	#slides .slide .news a.newslink img {
	  border: 1px solid #ccc;
	  margin: 0 0 0 -10px;
	 /* width: 224px;
	  min-height: 160px;*/
	text-align: center;}

	#slides .slide .news a.newslink {
	  display: block;
	  float: left;
	  color: #222;
	  text-decoration: none;
	}

	#slides .slide .news a.newslink:hover {
	  cursor: pointer;
	}

	#slides .slide .news a.newslink span.newstype {
	  display: block; 
	  width: 210px; 
	  float: left; 
	  text-transform: uppercase; 
	  margin-top: 4px; 
	  padding: 0 0 0 1px; 
	  font-size: 0.7em; 
	  color: #777; 
	  font-weight: bold; 
	  font-family: sans-serif;
	  cursor: pointer;
	}
	#slides .slide .news a.newslink span.newstitle {
	  display: block; 
	  text-transform: none; 
	  font-weight: normal; 
	  font-size: 1.5em;
	  color: #222;
	  line-height: 1.3em;
	  cursor: pointer;
	}
	#slides .slide .news a.newslink span.newstitle:hover {
	  color: #999;
	}

#applemenu_container {
  width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
  top: 0;
}

	#applemenu {
	  width: 960px;
	  height: 110px;
	  margin: 0px auto;
	}
	
		#applemenu ul {
		  list-style-type: none;
		  margin: 0px auto;
		}
		
		#applemenu li {
		  float: left;
		  height: 100px;
		  border: 0px solid red;
		  padding: 0;
		}
		
		#applemenu li a {
		  display: block;
		  padding: 10px;
		  text-decoration: none;
		}

		#applemenu li a span.caption {
		  font-size: 16px;
		  text-transform: uppercase;
		  color: #444;
		  font-weight: bold;
		  text-align: right;
		  display: block;
		  height: 70px;
		  cursor: pointer;
		}
		
		#applemenu li a span.caption span.small {
		  font-size: 13px;
		  text-transform: none;
		  font-weight: normal;
		  display: block;
		}