/* Seneca Libraries Web Site CSS */
/* last updated on May 28, 2011 by Jane Foo*/

/* GLOBAL SETTINGS */

body {
  margin:0;
  padding: 3px;
  background-color: #f8f8f8;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image:url(../_site_graphics/background.jpg);

}
a	{
	color: blue;
	text-decoration:none;
	}

a:visited {
  	color: blue;
}	

a:hover	{
	color: blue;
	text-decoration: underline;	
	background-color:#fffff0;
}

form {
	margin: 0;
	padding-top:10px;
}

ul {
	list-style: url(../_site_graphics/bullet.gif) disc;	
}

h3, h4, h5 {
	margin-bottom: 0;
}

table {
	margin-bottom: 8px;
	background-color:#fff;
}
th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color:#f0f0f0;
	border: 1px solid #ccc;
}
td {
	background-color:#f0f0f0;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}
td.transparent{
	background-color:#ffffff;
}
td.yellow{
	background-color:#ffff99;
}
td.transparentnb{
	background-color:#ffffff;
	border: 0;
}
th.transparent{
	background-color:#ffffff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: none;
}
td.highlight  {
	background-color:#FFFFCC;
}
caption {
	font-weight: bold;
}

.skiplink {
	display: none;
}

.tiny {
	font-size: x-small;
}

.footnote {
  font-size: x-small;
  /*font-style: italic;*/
  color: #888;
}
.important {
	border: thin solid #FF0000;
	background-color:#FC6;
	padding: 1%;
}
#breadcrumb {
	width: 100%;
	font-size: 9px;
}

#content {
  	width: 100%;         /* width of .main container */
	margin: 0px;
	padding: 0;
	font-size: small;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 0px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

/* button styling courtesy of WebDesignerWall at http://www.webdesignerwall.com/tutorials/css3-gradient-buttons */

.button {
	width: 10em;
	height: 3em;
	margin: 2%;
	/*display: inside-block; */
	/*float:left; */
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a.button{
	color:#fff;
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* gray */
.gray {
	color: #9e9e9e;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #*afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* green */
.green {
	color: #e8f0de;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}

.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/* BANNER STYLING */
#banner {
  background-color: #fff; 
  margin: 0;
  padding: 0 0 3px 0;
  border-bottom: 1px #666 dotted;
}

#banner #sitemap{
	margin: 0px;
	float: right;
}

#banner #date {
	margin: 0px;
	float: right;
}

/* MAIN SECTIONS: MAIN + SIDEBAR + FOOTER */
#content {
  width: 98%;
  margin: 0;
  padding: 1%;
  color: #000;
  background-color: #fff;

/* background-color value is for content background.
   Image is 2000px wide, ~25% is colored, where sidebar should be 
   (exact pixel count of colored area is actually closer to 26%).
   Position corresponds to right sidebar, repeat img vertically.
   Could be easily modified for left sidebar - just flip the image,
   change bg position to 25% and change .content to float:right.
*/
}


/* FOOTER */
#footer {
  width: 100%;
  background-color: #fff;  /* same bg color as h1 */
  border-top: 1px #666 dotted;
  margin-top: 2%;
  padding-top: 3px;
  font-size: x-small;
  color: #888;
}


/* AV styling */
#av_box {
	width: 65%;
	float: left;
	margin-left: 1%;
	padding: 0;
	background-color:#fff;
}

#av_intro {
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}

#av_intro img {
	float:left;
	margin-right: 5px;
}

#av_nav_icon {
	text-align: middle;
	width: 500px;
	margin:auto;
}
.av_icon {
	display:inline;
	text-align:center;
	float:left;
	margin: 15px;
}
#av_info {
	padding: 5px;
	clear: both;
}

#av_column {
	width: 30%;
	float: right;
	margin-right: 1%;
}

#av_media {
	width: 98%;
	padding: 3px;
	height: autos;
	background-color:#FFFFFF;
	margin-top: 25px;
}

#av_media img {
	float:left;
	margin-right: 5px;
}

#av_special {
	width: 98%;
	padding: 3px;
	height: autos;
	background-color:#FFFFFF;
	margin-top: 25px;
}

#av_special img.decal {
	float:right;
	margin: 10px;
}

#av_classroom {
	width: 98%;
	margin-top: 10px;
	height: auto;
	background-color:#eee;
	padding: 5px;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}

#av_classroom h3 {
	text-align: center;
}

#av_navbar {
	float: right;
	margin-top: -10px;
}

#av_navbar a:hover {
	border-bottom: 2px solid #FF0000;
}

/* For the streaming pages */
#av_stream {
	width: 25%;
	float: left;
	padding: 1%;
	background-color:#eee;
	border: 2px #ddd solid;
}
#av_stream img {
	padding: 5px;
	float: left;
}
#av_stream .title, #av_stream_main .title {
	font-weight: bold;
	font-size: 110%;
	padding: 5px 0 5px 0;
}
#av_stream_main {
	width: 70%;
	float: right;
	margin-right: 1%;
}
.av_stream_items {
	text-align: center;
}

.av_stream_item {
	float: left;
	width: 46%;
	background-color: #b9cde5;
	padding: 2%;
}
.av_stream_item img{
	text-align: center;
	padding: 5px;
}

.av_stream_seneca {
	text-align: center;
  	margin-top: 10px;
}
.av_stream_seneca_item {
	float: left;
	width: 24%;
	border: thin #eee solid;
	height: 180px;
	background-color: #ddd;
	padding: 0;
}
.av_stream_seneca_item img{
	text-align: center;
}

.av_stream_promote {
	text-align: center;
  	margin-top: 10px;
}
.av_stream_promote_item {
	float: left;
	width: 32%;
	border: thin #eee solid;
	height: 180px;
	background-color: #ddd;
	padding: 0;
}
.av_stream_promote_item img{
	text-align: center;
}

/* defines when the layout CSS is visible */
@media screen, projection, print {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}

#wrapper {
  margin: auto;
  min-width: 740px;
  max-width: 960px;
  padding: 2px; /* to make the rounded corners look good */
  /*width: 960px; */
  /* workaround for IE who does not use min-width and max-width \ */
  width: expression(document.body.clientWidth > 960? "960px": "auto" );
  background-color:#FFF;
  border: thin solid #ddd;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;  
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-radius-bottomright: 10px;
  -webkit-border-radius-bottomleft: 10px; 
  -moz-box-shadow: 3px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow: 3px 3px rgba(0,0,0,0.3);
}

/* Below CSS styles for printing pages */
@media print {
} /* end @media rules */
/* AV stuff */
