@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body{
background: #eee url(bg_overlay-2.png) repeat bottom left;
z-index: 0;
font-family:"OpenSans",Helvetica ,Arial,sans-serif;
font-weight:400;
/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
color:#555;
}


h1,h2,h3{
	font-family:"OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#eb4d00; /*#EB6400;*/
	font-weight:700;
	display: block;
}

h1 {display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;} 
h2{font-size:1.5em;
margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;}
h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	-moz-border-radius: 4px;
border-radius: 4px;

}
a {
    color: #0088CC;
    text-decoration: none;
}

.bg-at {
	background-color: #999!important;
    /* border-bottom: 1px solid #ff3300; */
    box-shadow: 0px 1px 3px #999;
    opacity: 0.8;
}


.home-link {
	font-size: 1.5em;
	font-weight: 200;
}


.nav-link {
	color:#fff !important;
	opacity: 1 !important;
	font-weight: 200;
}

.nav-link.active {
	color: #333 !important;
	font-weight: 200;
}

#container{
	max-width:1170px;
	margin:80px auto;
	font-size:0.9em;
}



#pic, #intro{
	padding:0% 1.5%;
	margin-bottom:10px;
	display:block;
}
#department{
	font-size:0.8em;
}
.note{
	font-style:italic;
	font-size:1em;
}
#main{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}

#ccontent{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}

#material{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}
#schedule{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}

#grading{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}

#notes{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}


.thumbs-section{
	background-color:#fff;
	padding:0.3% 2% 2% 2%;
	margin-top:2.5%;
}

.thumbs-section img{
	float:left;
	margin-bottom:8px;
	margin-right:8px;
}
.thumbs-section p{
	clear:both;
}

.columnmembers{
		
	background-color:#fff;
	padding:0% 2.5% 1% 2.5%;;
	display:block;
	float:left;
	margin-bottom:2%;
}

.column{
		
	background-color:#fff;
	padding:0% 2.5% 1% 2.5%;;
	display:block;
	float:left;
	margin-bottom:2%;
	
}

.column .columnmembers img {
    margin-bottom: 8px;
    margin-right: 8px;
	
	float:left;
}

.column > p > a, .column a{
    color: #F17D00;;
    font-weight: 600;
}

.column li {
    line-height: 2em;
    list-style-image: url("list_squares-2.png");
}

.column  p{
	clear:both;
}

.column > ul{
	padding-left:2.5%;
}

#publications, #members, #members2{
	clear:both;
	padding:0.3% 2% 2% 2%;
	background-color:#fff;
	margin-bottom:20px;
}
#publications li {
    line-height: 1.7em;
    list-style-image: url("list_squares.png");
    margin-bottom: 0.7em;
}

.journal{
font-style:italic;
}

.resource {
	text-transform: uppercase;
	font-size: 1em;
	font-weight:200;
}

.gallery-title {
	font-size: 1.2em;
	color:#eb4d00;
}

.title-date {
	font-size: 0.8em;
}
#main, #publications, .column, #news, #members, .thumbs-section {
	-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 6px 5px -7px #333333;
	   -moz-box-shadow: 0 6px 5px -7px #333333;
	        box-shadow: 0 6px 5px -7px #333333;
margin-bottom:20px;

}

@media all and (min-width: 480px) {
#main{
	padding:0.5% 0%;
	margin-bottom:20px;
}	
	

#pic{

	width:55%;
	float:left;
	margin-top:1%;
}

#pic_members{
	float:left;
	margin-top:1px;
	padding-right:0px;
	margin-bottom: 5px;
}

.columnmembers p {
	font-size: 0.9em;
}

#department {
	float:left;
	width:50%;
	font-size:0.8em;
}


#intro{
	float:left;
	width:40%;
	margin-top:1%;
	line-height: 1.6em;
}
#columnswrapper{
	clear:both;
	display: inline-block;
}
	

.column {
	margin:2%;
	float: left;
	width:27%;
}
div#columnswrapper div:first-child, div#columnswrapper div:last-child {
	margin-left:0;
	margin-right:0;
}


.center{
	vertical-align: middle;
}