/*
* 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;
}


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{

}

#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/headerLakeBackground.jpg);
	height:150px;
	background-repeat: no-repeat;
}

#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: left;
  border-left: 1px solid #26393d;
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 30px;
  padding-left: 5px;
  width: 600px;
}

.noBullet{
  list-style-type: none;
}

.contentImage {
  float: right;
  width: 300px;
  padding: 20px 30px;
}

.left{
  float: left;
}

.right{
  float: right;
}

#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;
}

.sideBar {
  float: right;
  width: 300px;
  margin: 5px 10px;
  padding: 5px;
  border: 1px solid black;
}

.tHead{
  background-color: #26393d;
  color: #fffae4;
}

.infoTable{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  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 {
  padding: 10px 0;
  list-style-type: none;
  float: right;
}

#leftNav ul li{
  padding: 10px 25px;
}

#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;
  -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;
  
}
#projectsList a, #projectsList a:link{
  color: #26393d;
  font-weight: normal;
}

#projectsList a:hover{
  color: #e76f26;
}

*/