* {
  margin: 0;
  padding: 0;
}

body { 
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
  overflow: hidden;
  background-color: #1b1a1f;
}

a { 
  text-decoration: none;
  color: #04e701;
}

a:hover { 
  border-bottom: 2px #fff solid;
}

h1, h2 {
  font-size: 25px;
  text-align: center;
  color: #ff00e3; 
  margin: 10px 0 30px 0;
}

h3 {
  color: #00eeff;
}

ul {
  list-style: none;
}

.centered {
  text-align: center;
}

.pink { color: #ff00e3; }
.green { color: #56ff00; }
.blue { color: #00eeff; }
.yellow { color: #f7ff00; }

.tweet_list li { margin: 20px 0; }

.page {
  width: 800px;
  padding: 20px;
  position: absolute;
  z-index: -10;
  left: 50%;
  margin-left: -415px;
  display: none;
  margin-bottom: 30px;
}

#footer {
  position: fixed;
  z-index: -10;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
}

/*/////////////////// STORM */

#cloud {
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -450px;
  height: 109px;
  width: 900px;
  background-image: url(../images/jmcloud.gif);
}

.rain {
  position: absolute;
  z-index: -11;
  left: 50%;
  margin-left: -425px;
  width: 850px;
}

.rain_1 {
  background-image: url(../images/jmrain.gif);
  height: 600px;
  margin-top: -600px;
}

.rain_2 {
  background-image: url(../images/jmrain2.gif);
  height: 1000px;
  margin-top: -1000px;
}

.drizzle {
  position: absolute;
  z-index: -11;
  left: 50%;
  margin-left: -425px;
  width: 850px;
  margin-top: -100px;
  height: 100px;
}

.drizzle_1 { background-image: url(../images/jmdrizzle1.gif); }
.drizzle_2 { background-image: url(../images/jmdrizzle2.gif); }
.drizzle_3 { background-image: url(../images/jmdrizzle3.gif); }

/*/////////////////// NAVIGATION */

#nav_bar {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: none;
}

#nav {
  width: 850px;
  margin: 0 auto;
  height: 25px;
  line-height: 25px;
}

#nav a{

  text-decoration: none;
  float: left;
  margin: 0 10px;
}

/*/////////////////// LOVE */

#love {
  text-align: center;
}

#love img {
  margin-top: 20px;
}

/*/////////////////// FIND */

#find a {
  font-size: 36px;
  line-height: 36px;
  margin: 0 20px;
}

#find object {
  margin: 30px 20px;
}

/*/////////////////// HOME */


#home #welcome {
  text-align: center;
  margin-bottom: 10px;
}

/*/////////////////// PROJECTS */

#timeline {
  height: 380px; 
  overflow: auto; 
  border: 3px dotted #ff00e3;
  padding: 10px;
  margin-top: 10px;
}

.projects { 
  width: 1950px;   
}

.projects li {
  float: left; 
  width: 300px;
  margin-right: 15px;
}

.description {
  font-size: 12px;
  color: #f7ff00;
}

.project_title {
  color: #56ff00;
}

#projects p {
  margin-bottom: 15px;
}

#projects li {
  color: white;
}

.project_detail {
  font-size: 12px;
  color: white;
}

.project_hint {
  font-size: 14;
  color: white;
  margin-bottom: 10px;
}

/*/////////////////// RESUME */


#resume .adviser {
  color: #f7ff00;
  margin: 10px;
}

#resume #advisers {
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}

#resume h3 {
  clear: both;
  margin-top: 10px;
}

#resume .resume_link {
  font-size: 24px;
  margin: 0 30px;
}