/* GitHub logo */

.github-container .ring {
/*  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.0) 50%, rgba(255, 255, 255, 0.7) 55%, rgba(255, 255, 255, 0.0) 60%);
*/
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%, rgba(255,255,255,0.7) 55%, rgba(255,255,255,0) 60%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,0.7)), color-stop(60%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 60%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 60%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 50%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 60%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255,255,255,0) 50%,rgba(255,255,255,0.7) 55%,rgba(255,255,255,0) 60%); /* W3C */

  overflow: visible;
}

.github-container {
  position:absolute;
  bottom: -25px;
  right: -34px;
}

.github-container img {
  width:40px;
  padding:16px
}

/* Twitter Widget */

.tweet {
  padding-bottom: 2px; /* fixes strange glitch where bottom of tweet text is slightly cut off */
}

.tweet .thumbnail {
  height: 30px;
  float: left;
  margin-top: 2px;
  margin-right: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:4px;
  -webkit-box-shadow: 0px 1px 2px black;
  -moz-box-shadow: 0px 1px 2px black;
  box-shadow: 0px 1px 2px black;
}

.tweet .screen-name {
  font-size: 14px;
  color: #08bcef;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

.tweet .screen-name:hover {
  color: #3ED1F9;
}

.tweet .text {
  font-size: 14px;
  color: #d0d0d0;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

.tweet .time {
  padding-left: 4px;
  font-size: 14px;
  color: #888;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

/* Resume Panel */

#drop-panel {
  position:fixed;
  top:-100%;
  bottom:0px;
  left:0px;
  right:0px;
  height:100%;
  /* border-bottom: 2px solid black; */
  box-shadow: 0px 2px 30px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 2px 30px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 30px rgba(0,0,0,0.5);
}

#close-panel-link {
  font-size: 20px;
  color: white;
  font-weight: bold;
  padding: 5px 8px 5px 3px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  background: rgba(0,0,0,0.3);
}

#close-panel-link:hover {
  background: rgba(2,153,238,0.8); 2 153 238
}

.pre-down-arrow:before {
  content: "⬇";
}

.pre-up-arrow:before {
  content: "⬆";
}

/* Header */

#introduction-text {
  color: #ccc;
  font-size: 30px;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

header #resume-link {
  font-size: 20px;
  color: #aaa;
  font-weight: bold;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

header #resume-link:hover {
  color: #d0d0d0;
}

footer {
  padding: 10px;
  text-align: center;
  color: #a0a0a0;
  text-shadow: rgb(0, 0, 0) 0px 1px 2px;
}

#welcome-bubbles {
  position: relative;
  left: 108px;
  width: 600px;
  margin-bottom: -200px;
  margin-top: -164px;
}

/* Projects */

.project {
  display: inline-block;
  padding-right: 96px;
  padding-bottom: 60px;
}

.project:nth-child(3n) {
  padding-right: 0px;
}

.project > a {
  position: relative;
}

.project img.thumbnail {
  width: 275px;
  height: 183px;
  box-shadow: 0px 1px 8px hsl(0, 0%, 0%);
  -webkit-box-shadow: 0px 1px 8px hsl(0, 0%, 0%);
  -moz-box-shadow: 0px 1px 8px hsl(0, 0%, 0%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.project a[href] img.thumbnail:hover {
  box-shadow: 0px 1px 8px white;
  -webkit-box-shadow: 0px 1px 8px white;
  -moz-box-shadow: 0px 1px 8px white;

}

.project .project-details .title {
  margin-top: 5px;
/*  text-align: center;*/
  font-weight: bold;
  font-size: 16px;
  color: hsl(0, 0%, 67%);
  text-shadow: hsl(0, 0%, 0%) 0px 1px 2px;
}

.project .tags {
  list-style: none;
  margin-top: 10px;
}

.project .tags li {
  display: inline-block;
  padding: 1px 3px;
  background: hsl(208, 87%, 34%);
  color: hsl(208, 20%, 83%);
  border: 1px solid hsl(208, 87%, 52%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  margin-right: 4px;
  box-shadow: 0px 1px 2px hsl(0, 0%, 0%);
  -webkit-box-shadow: 0px 1px 2px hsl(0, 0%, 0%);
  -moz-box-shadow: 0px 1px 2px hsl(0, 0%, 0%);
  text-shadow: 0px 1px 0px #333;
}

/* base style */

#work-link {

  color: inherit;
  text-decoration: underline;
}

a {
  -webkit-transition: color 0.1s;
}

div.center-horizontally {
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

html, body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;}

html {
  -webkit-font-smoothing: antialiased;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  cursor: default;
}

body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	color: #222;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background:  url("../images/s_metalgray.jpg");
  background-size: 450px 457px;
	/* background: rgb(51, 51, 51); */
/*  overflow: hidden;
*/
}

#content {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}

h1 {
  font-weight: normal;
}

#gradient-layer {
/*  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 80%,rgba(0,0,0,0.85) 100%);
*/
  background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.7) 80%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.6)), color-stop(80%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.85) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.85) 100%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.7) 80%,rgba(0,0,0,0.85) 100%); /* W3C */

}

a {
	text-decoration:none;
}
a:hover {

}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.prototype {
  display: none;
}
