/*  Colors
 * 
 *  bg & title - #d6c2a8               base
 *  h3bg & borders & links - #e1d2bf   +2
 *  shadows & main border - #cbb191    -2
 *  
 */


/*  Reset  */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
ol,ul {
	list-style: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
abbr,acronym { border: 0;
	}

/*  General   */

body {
	background: #d6c2a8;
	font-size: 18px;
	color: #000;
	/* font-family:Palatino,"Palatino Linotype",Georgia,"Times New Roman",Times,serif; */
	font-family: "Segoe UI";
    font-weight: 300;
    src: local("Segoe UI Semilight"), local("Segoe UI");
	letter-spacing: .02em;
}

a, a:hover, a:visited {
	color: #4b3924;
}

h1 {
	font-weight: bold;
	font-size: 40px;
	color: #4b3924;
	letter-spacing: .05em;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	color: #4b3924;
}

h3 {
	font-weight: bold;
	font-size: 20px;
	background: #e1d2bf;
	padding: 10px 40px;
	margin-left: -40px;
	width: 450px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}

p {
	margin-bottom: 6px;
}

/*  Content   */

#wrapper {
	background-color: #fff;
	width: 850px;
	margin: 60px auto;
	padding: 40px;
	box-shadow: 10px 10px 5px #cbb191;
	-moz-box-shadow: 10px 10px 5px #cbb191;
	-webkit-box-shadow: 10px 10px 5px #cbb191;
	border: 1px solid #cbb191;
}

#header {
	padding-bottom: 275px;
	height: 100%;
	border-bottom: 2px solid #d6c2a8;
}

#title {
	float: right;
	/*margin-top: -20px;*/
	width: 50%;
}

#contact {
	float: left;
	margin-right: 10px;	
	padding-top: 10px;

}

#contact td {
	padding-right: 10px;
}

#background {
	clear: both;
}

#background p {
	margin: 20px 60px 20px 40px;
}

#experience {
	margin-bottom: 40px;
}

#bio {
	border-bottom: 2px solid #d6c2a8;
}

#nav {
	text-align: center;
	word-wrap: break-word;
}

.exp {
	margin: 10px 40px;
}

.year {
	float: right;
	margin-top: -40px;
	font-weight: bold;
	margin-right: 40px;
}

.gpa {
	float: right;
	margin-top: -20px;
	margin-right: 40px;
}

.description {
	clear: both;
	margin: 20px 40px;
}

.pubtitle {
	 font-size: 110%;
	 font-weight: 500;
	 margin-bottom: 5px;
}

.pubconf {
	background-color: #ADD8E6;
  border-radius: 10px;
  padding: 1px 5px 1px 5px;
  font-size: 10pt;
}

.pubsec {
	 margin-bottom: 10px;
	 padding-bottom: 5px;
	 border-bottom: 2px solid #d6c2a8;

}

#education .exp {
	margin-bottom: 30px;
}

#skills {
	border-bottom: 2px solid #e1d2bf;
	padding-bottom: 100px;
}

#skills ul {
	margin: 20px;
}

#skills li {
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	width: 210px;
	padding-bottom: 10px;
	font-size: 14px;
}

#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 40px;
}

.project {
	margin: 30px 20px;
	height: 100px;
}

.projimg {
	height: 90px;
	width: 180px;
	float: left;
	margin: 0px 50px 0px 0px;
}

.projdes {
	padding: 10px;
}

.warning {
	font-size: 20px;
	color: white;
	background: orange;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.announcement {
	border-style: solid;
	font-size: 20px;
	color: red;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
}

.inline-block {
	display: inline-block;
	vertical-align: top;
}


.student-div {
  width: 150px;
  height: 180px;
  padding-top:20px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.student-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  border-width: medium;
  border-style: solid;
}

.student-phd-img {
	border-color:blue;
}
.student-ms-img {
	border-color:orange;
}
.student-bs-img {
	border-color:green;
}

.group-img {
  width: 400px;
}

.sponsor-img {
  height: 100px;
  margin-right: 20px;
}

.table-news th {
	width: 15%;
	font-weight: normal;
	text-align: right;
	padding-right: 3%;
	padding-bottom: 3pt;
}

.table-news td {
	padding-bottom: 3pt;
}