/* FONT FAMILY */
html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
  /* Set your content font stack here: */
  /*font-family: Georgia, Times, "Times New Roman", serif;*/
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
  /*overflow-y: scroll;*/
  /*overflow: -moz-scrollbars-vertical;*/    
}

/* Force box sizes */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Default Links */
a, a:link, a:active, a:visited {
	color: #0e326b;/*#0000A0;*/ /*#555863;*/
	text-decoration: none;
}
a:hover {color: #CCCCCC; text-decoration: none; }

/*
#erl_logo a { 
  float:left;
  width:680px;
  height:70px;
  background:url(../img/erl-logo-text-70px.png) no-repeat center;
  background-position: bottom;
  margin: 0px 0px 0px 30px; 
}
#ucsd_logo a {
  float:right;
  width:190px;
  height:60px;
  background:url(../img/UCSD_ECE_logo_60px.png) no-repeat center;
  background-position: bottom;
  margin: 5px 30px 5px 0px; 
}
#logo {overflow:hidden;}
*/

/* Header */
.pure-menu-horizontal {
  background-color: #6070BC;
  /*min-width:1024px;*/ /* stop the top from shrinking too much */
}
.pure-menu-list {
  width:100%;
  text-align: center;
  padding:0px 0px 0px 0px; /* t r b l */
}
.pure-menu-item {
  border-right:1px solid #444;
  border-left:1px solid #444;
  width:20%;
  padding-top:5px;
  padding-bottom:5px;
  overflow: hidden;   
}
.pure-menu-link, .pure-menu-link:link, .pure-menu-link:visited {
  color:#fff;
  font-weight: bold;
  padding-left:0;
  padding-right:0;
  background-color: inherit;
}
.pure-menu-link:hover{
  color: #ffe68c;
}


/* Body */
body {
	background-color: #F9F9F9; /*#AFAFAF;  Gray */
	max-width: 1500px;
	margin: auto;
}
.pure-g {
	background-color: #FFFFFF;
	padding:0;
	margin:0px 0px 0px 0px; /* t r b l */
}
.pure-g p{
  margin: 0;
}
.text-box{
  float:left;
  padding:10px 50px 10px 50px; /* t r b l */
  /*width:100%;*/
  /*background:pink;*/
}
.text-box h2{ border-bottom: thin solid #dddddd; }
.text-box h3{ margin: .3em 0; }
.text-box h4{ margin: .5em 0; }
.text-box li:not(:last-child) {
    margin-bottom: 10px;
}

.dl-inline dt {
	float: left;
	clear: left;
	width: 5em;
	text-align: right;
	font-weight: bold;
}
.dl-inline dd {
	margin-left: 6em;
	margin-right: 1em;
	padding-bottom: .5em;
}


/* Footer */
#footer {
  clear:both;
	background-color:#6070BC;
	color: #fff;
	height:140px;
	margin-bottom:20px;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
  -webkit-border-radius:0px 0px 10px 10px;	
}
#footer .contact-info{float:left;width:360px; margin:10px 20px 10px 60px; /* t r b l */}
#footer .contact-info h1{width:320px;font-size:16px;font-weight:700;margin-bottom:10px;}
#footer .contact-info p{width:250px;font-size:14px;}


  
/* Photos */
.photo{
  /*display:block;*/
  float:left;
  width: 180px; height: 270px;
  /*background-color:pink;*/
  margin:0px;
  padding:0px;
  text-align: center;
}
.photo .pure-img{
  width:auto;
  max-width:100%;
  max-height:75%;
  height:auto;
  /*vertical-align: middle;*/
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  margin:auto;
  padding: 5px; 
}
.photo p{
  margin:5px 0 0 0;
  padding:0;
}

.myborder{
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
}


/* Videos */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 2.5%;
	width: 95%;
	height: 100%;
}

/* Logos */
.support_logo{
  float:left;
  width: 150px; height: 150px;
  margin:10px;
  padding:0px;
  text-align: center;
}
.support_logo .pure-img{
  width:auto;
  max-width:100%;
  max-height:100%;
  height:auto;
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5);
  margin:auto;
  padding: 0px; 
}



/* General Definitions */
.text-center {text-align: center;}
.center {display: table; margin: 0 auto;}
.float-left {float: left;}
.full-width {width:100%}



