/*
* Style sheet by: Eric Bryant (ericb.skis@gmail.com)
* 4-25-13
*
*
* dark blue: 26393d
* light blue: 40627c
* almost white: fffae4
* beige: e8e595
* yellow: d0a825
* green: 39b54a
* red: e20f28
* orange: e76f26
*
*/

a:link{
color: #40627c;
font-weight: bold;
text-decoration: none;
}
a:visited{
color: #40627c;
}
a:hover{
color: #e76f26;
}


h1 {
	font-size: 24px;
}

h2{
  font-size: 1.2em;
}
h3{   font-size: 0.8 em;   }

body{
  background-color: #535353;
}
body,td,th {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #26393d;
}

#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fffae4;

}

#mainContent{
  /*position: relative;*/
}

#bg {
	z-index: -1 !important;
	left: 0;
    position: fixed;
    top: 0;
	width: 100%;
	margin: 0;
    padding: 0;
    _display: none;
	background-color:#fff;
}

#header{
	background-image:url(graphics/headerLakeBackground1.jpg);
	height:150px;
	background-repeat: no-repeat;
}

#header img{

}
#navigationMenu{
  height: 40px;
  background-color: #26393d;
}
#menu{
  padding-top: 10px;
  margin-left: 10px;
}

#menu a{
  padding: 10px 15px 4px 15px;
}

#menu a:link{
color: #fffae4;
font-weight: bold;
text-decoration: none;
}

#menu a:visited{
color: #fffae4;
}

#menu a:hover{
color: #e76f26;
}

#menu .active{
  background-color: #fffae4;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; 
}

#menu .active a, #menu .active a:link{
  color: #26393d;
}

#footer{
padding: 10px;
margin-right: auto;
margin-left: auto;
text-align: center;

}

#footer a{
padding-left: 10px;
padding-right: 10px;
}

#content-wrapper{
  float: left;
  width: 600px;
}
.content-compact {
  float: left;
  /*border-left: 1px solid #26393d;*/
  margin-top: 20px;
  margin-left: 20px;
  padding-left: 5px;
  width: 400px;
}

.content {
  float: right;
  /*border-left: 1px solid #26393d;*/
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding-left: 5px;
  width: 600px;
}

.noBullet{
  list-style-type: none;
}

.contentImage {
  float: left;
  width: 300px;
  padding: 20px 30px;
}

.left{
  float: left;
}

.right{
  float: right;
}

.padded{
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-left: 5px;
}

#homeCollage {
  float: right;
  width: 500px;
  height: 300px;
  margin: 20px;
  background-color: black;
}

#homeSlideshow {
  float: left;
  width: 500px;
  height: 300px;
  margin: 20px;
  background-color: black;
}

#sideBarWrapper{
  width: 300px;
  float: right;    margin-right: 10px;
}

.sideBar {
  float: right;
  width: 300px;
  margin: 5px 10px;
  padding: 5px;
  border: 1px solid black;    border-radius: 3px;
  /*border-top 1px solid black;*/
}/* Text box on Homage Page */.TextBox {	float: left;	width: 600px;	margin: 5px 20px;	padding: 5px;	border: 1px solid black;	border-radius: 3px;}

.tHead{
  background-color: #26393d;
  color: #fffae4;
}

.infoTable{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  background-color: #eee;
}

.infoTable tr{
  background-color: #ddd;
}

.searchTable{
  background-color: #eee;
}

.searchTable tr{
  background-color: #ddd;
}

#publicationsTable td{
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-indent: -18px;
}

#classesTable {
  
}
#classesTable tbody tr{
  height: 200px;
}

#classesTable tbody td{
  padding: 20px;
}

#classesTable img {
  padding: 3px;
  border: 3px solid #26393d;
}

#staffTable td{
  padding: 5px;
}

#staffTable img{
  display: block;

}

/*
 * Styles for content in projects
 *
 */
 
#leftNav{
  width: 200px;
  background-color: #222;
  float: left;

}

#leftNav ul {
  margin-left: 25px;
  padding: 0;
  list-style-type: none;
}

#leftNav ul li{
  margin: 0;
  padding: 10px 10px;
}

#leftNav a:link{
color: #fffae4;
font-weight: bold;
text-decoration: none;
}

#leftNav a:visited{
color: #fffae4;
}

#leftNav a:hover{
color: #e76f26;
}

#leftNav .active{
  background-color: #fffae4;
  color: #26393d;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

#leftNav .active a, #leftNav .active a:link{
  color: #26393d;
}

#projectContent{
  height: 100%;
  width: 750px;
  float: right;
  padding: 0 20px 40px 20px;
}
#projectsList a, #projectsList a:link{
  /*border-left: 1px solid #26393d;
  padding-left: 10px;*/
  color: #26393d;
  font-weight: normal;
}

#projectsList a:hover{
  color: #e76f26;
}

/*
*
* Video Player Styles
*
*/

#videoWrapper{
  width: 640px;
  border: 2px solid black;
}

#videoWindow{
  width: 640px; 
  height: 360px;
}

#videoNav{
 width: 640px; 
 height: 200px; 
 background-color: black; 
 overflow-y: scroll;
}

#videoNav div{
  padding: 1px;
}

#videoNav img{
  float: left;
}
#videoNav p{
  float: left;
  font-size: 18px; 
  color: #fffae4; 
  padding-left: 10px;
}

.videoActive{
  border: 2px solid #9e0b0f;
}

#readme h2 {
  font-size: 18px;
  margin-left: 20px;
}
#readme h3 {
  font-size:15px;
  margin-left: 40px;
}
#readme h4 {
  font-size: 13px;
  margin-left: 60px;
}
#readme p {
  margin-left: 70px;
}
#readme ol{
  margin-left: 70px;
}