body {
  margin-top: 50px;
  background-color: #22252A;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #DDD;
}
#container {
  margin: 0 auto;
  width: 700px;
}
.code {
  font-size: 12px;
}
.code pre{
  font-size: 12px;
}
h1 { 
  font-size: 40pt; 
  color: #222; 
  margin-bottom: 30px; 
  letter-spacing: -2px;
}
h1 .small { 
  font-size: 0.4em; 
}
h1 a {
  text-decoration: none;
  text-shadow: #CCC 0px 0px 55px;
  color: #FFFFFF;
}
h2 { 
  font-size: 20pt; 
  color: #FD135A; 
  letter-spacing: -1px;
  margin-top: 30px;
  margin-bottom: 0;
}
h3 { 
  text-align: center; 
  color: #FD135A; 
}
a { 
  text-decoration: none;
  color: #C9F005;
}
p a {
  text-shadow:1px 1px 1px #000;
}
.title { 
  color: #C9F005;
  font-size: 20pt; 
  margin: 20px 0; 
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 50%;
  text-shadow:1px 1px 1px #000000;
}
p {
  font-size: 12pt;
  line-height: 1.5em;
  margin: 0.75em 0 0.75em;
}
pre {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-family: "courier new", monospace;
  border: dotted 1px #ddd;
  font-weight: bold;
  font-size: 12pt;
  padding: 15px;
  margin: 0;
  overflow: hidden;
}
pre.console {
  font-size: 12px;
  color: #000;
  background: #EAEAEA;
} 
pre .psline {
  background: #FFF;
  color: #000;
  padding: 3px;
}
pre strong {
  color: #000;
}
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
.console_heading {
  background: #888;
  text-align: center;
  color: #fff;
  font-size: 10pt;
  font-weight: bold;
  width: 120px;
  margin-left: 40px;
  padding: 5px 0;
  position: relative;
  top: 25px;
  margin-top: -25px;
}
.footer { 
  text-align: right;
  padding-top: 30px;
  color: #FFF;
  font-size: 20pt;
}
.author { 
  text-align: right; 
  color: #BBBBBB;  
  font-size: 10pt;
  padding: 5px 0;
}
.contact {
  padding-top: 7px;
  border-top: 1px solid #CCC;
  text-align: right;
  display: block;
}
img.portrait {
  border: 3px solid #CCC;
  float: right;
  margin-left: 15px;
  border-shadow: #CCC 0px 0px 55px;
}
/* jQuery lightBox plugin - Gallery style */
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

.highlight  {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.highlight pre {
  color: black;
  background: #EEEEEE;
  font-size:12px;
}

