/* RESET
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*****head******/
.map {
	width : 80px;
}
/*****head******/


/*==============================
	MY STYLES
==============================*/
body {
    /*background: url('../img/layout/main_bg.jpg');*/
	  /*background-repeat: repeat-x;*/
	  background-color: #ffffff;
    /*font-size: 14px;*/
    /*line-height: 28px;*/
    /*font-family: Arial, sans-serif;*/
}

#home-header {
    width: 100%;
    margin: 0px auto;
	padding-top: 50px;
}

#logo-wrapper {
    font-family: Arial, sans-serif;
    font-weight: 500;
    color: #0088ff;
    font-size: 50px;
    text-align:center;
	margin-top: -31px;
	width: 990px;
}

#logo-wrapper a{
    text-decoration: none;
}

#logo-gif{
	width: 990px;
}

#logo-gif img{
	margin-left: 508px;
}

#logo-subtitle {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #00d455;
    font-size: 20px;
    margin-top: 5px;
    text-align: center;
	width: 990px;
    height: 40px;
}

#name {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #333333;
    font-size: 40px;
    height: 40px;
    text-align:left;
    width: 880px;
    margin-left:55px;
    /*padding-left:40px;*/
    /*background-color:#000000;
  color: #f58025; princeton orange*/
    border-bottom: 1px solid #cccccc;
}

#name a {
    text-decoration: none;
}

#name img {
	margin-top: -29px;
    width: 206px;
	float: right;
}

#about-wrapper {
    font-family: Arial, sans-serif;
    width: 880px;
    margin-left:55px;
    margin-top: 20px;
    height: 615px;
    text-align:left;
    color: #333333;
    font-size: 16px;
    /*line-height: 18px;*/
}

#about-wrapper i {
    font-style: italic;
}

#about-wrapper img {
  height: 200px;
  float: right;
  margin-left:20px;
  border: 3px solid #333333;
}

#about-wrapper a {
  text-decoration: none;
  color: #0088ff;
}

#about-wrapper a:hover {
    text-decoration: underline;
}

#about-wrapper strong {
  font-weight: 700;
}

#about-wrapper h1 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 25px;
  border-bottom: 1px solid #cccccc;
  margin-top: 0px;
  margin-bottom: 5px;
}

#about-contact {
  /*margin-top: -20px;*/
  text-align: center;
  /*float: right;*/
  /*margin-top: 1px;*/
  /*margin-right: 325px;*/
}

#ugrad-menu-wrapper {
    font-family: Arial, sans-serif;
    width: 880px;
    margin-left:55px;
    margin-top: 40px;
    height: 65px;
    text-align:left;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

#ugrad-menu-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
}

#ugrad-menu-title a {
  text-decoration:none;
}

#nav a:hover {
    text-decoration: underline;
    color: #00d455;
}

#nav a:active {
    text-decoration:none;
    color: #151515;
}

#nav a {
    text-decoration:none;
    color: #0088ff;
}

#nav {
  float:left;
  padding-right: 20px;
}

#proj-menu-wrapper {
    font-family: Arial, sans-serif;
    font-weight: 700;
    width: 880px;
    margin-left:55px;
    margin-top: 10px;
    height: 35px;
    text-align:left;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

#proj-menu-title {
    font-family: Arial, sans-serif;
    font-size: 25px;
}

 .nav_video {
  float: left;
  width: 900px;
}


.nav_video img {
        max-width: 100%;
}

 

#main {
  background: #fff;
	width: 990px;
	margin: 40px auto 0px;
	box-shadow: 0 0 10px #bfbeba;
	-moz-box-shadow: 0 0 10px #bfbeba;
	-webkit-box-shadow: 0 0 10px #bfbeba;
	-o-box-shadow: 0 0 10px #bfbeba;
	-ktml-box-shadow: 0 0 10px #bfbeba;
	-ms-box-shadow: 0 0 10px #bfbeba;
}

#menu-work {
    color: #00ccff;
    margin-right: 300px;
    float: right;
    font-size: 15px;
}

#content-wrapper {
    width: 990px;
    float: right;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}

#content {
    width: 900px;
    margin-left: 40px;
}

#proj-content {
    width: 60%;
    margin: 0 auto;
}

#proj-content h1{
    font-family: Arial, sans-serif;
    color: #00ccff;
    font-size: 16px;
    margin: 10px 0px;
    border-bottom: 1px solid #b3b3b3;
}

#proj-content p{
    color: #888888;
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 5px 0px;
    font-size: 14px;
    line-height: 20px;
    height: auto;
}

#proj-content p img{
    float: right;
    margin: 0px 5px 5px;
}

#proj-content p a{
    text-decoration: none;
    color: #00ccff;
}

#footer {
    clear:both;
    width: 990px;
	height: 100px;
	padding-top: 10px;
	font-size: 12px;
	background: #f5f5f5;
    margin: 0px auto;
    color: #6d6d6d;
	font-family: Arial, sans-serif;
	border-top: 7px solid #ececec;
}







#portfolio {
  background: #ffffff;
  width: 900px;
  margin: 20px auto 0px;
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

#portfolio a {
  color: #0088ff;
  /*color: #ff8f00;*/
  text-decoration: none;
}

#portfolio a:hover {
  text-decoration: underline;
}

#portfolio-bio {
  width: 640px;
  padding-left: 30px;
  float: right;
  font-size: 12px;
  line-height: 1.75em;
}

#portfolio-up {
  background-color: #7948b1;
}
#portfolio-bot {
  background-color: #00ccff;
}
#portfolio-bio h1 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}

#portfolio-bio h2 {
  text-align: left;
}

#portfolio-photo {
  float: left;
}

#portfolio-photo img {
  width: 220px;
  margin-top: 18px;
  /*border-radius: 50%;*/
}

#portfolio-info {
  float: left;
  width: 900px;
}

#portfolio-info h1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  /*color: #ff8f00;*/
}

#portfolio-projects img {
  width: 110px;
  margin-right: 30px;
}

#portfolio-projects table {
  float: left;
  margin-top: 20px;
}

#portfolio-projects table img {
  margin-top: -10px;
}

#portfolio-projects table b {
  font-weight: 700;
}
