body {
  background: black;
  font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
  color: white;
}

div#canvas {
  text-align: center;
  margin: auto; 
  position: relative; 
  width: 800px;
}

div#header {
  margin-top: 40px;
}

h1 {
  font-size: 100px;
  font-weight: normal;
  margin: 0px;
}

span.highlight {
  color: #c3d2f3;
}

h2 {
  font-size: 38px;
  font-weight: normal;
  margin: 0px;
}


div#intro {
  padding: 30px 0px 10px;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
  font-family: Georgia,serif;
}

div#intro div.profile {
  float:left; 
  padding-right:30px;
}

div#intro div.welcome {
  padding:0px 10px 0px 20px;
}

div#intro div.welcome p.first-para {
  margin-top: 0px;
}

div#intro div.welcome p.last-para {
  font-size:0.8em;
}

div#main {
  font-size: 0.9em;
  line-height: 2em;
  text-align: left;
  font-family: Georgia,Verdana,Trebuchet,"Trebuchet MS",Tahoma,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}

div#main h3 {
  font-size: 1.5em;
}

div#main h4 {
  font-size: 1.2em;
  margin-bottom: 5px;
}

div#main .highlight {
  color: #8896C6;
}

div.services-offered {
}

div.services-offered div.webdev {
  float:left;
  width: 400px;
    
}


div.services-offered h5 {
  margin-left: 10px;
  margin-bottom: 5px;
  font-size: 1.1em;
 
}

div.contact-container {
  float:left; 
  width:100%;
}

div.contact-container div.other-stuff {
  float:left; 
  width:400px;
}

div.contact-container div.contact {
  margin-left:410px;
}

div.contact-container div.contact p {
  margin-left:10px; 
  margin-right:10px;
}

div#main ul {
  margin-top: 5px;
}


div.services-offered div.webdev h5{
  margin-top:0px;
}

div.services-offered div.saad {
  margin-left: 410px;  
}

div.services-offered div.teaching {
  clear: both;
  
}

.do-not {
  color: #FF3D3D;
}

.cv {
  text-align:center;
}

div.entry {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.8em;
}

div.entry:after {
content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.entry h5{
  font-size: 1.2em;
}

div.entry label {
  font-weight: bold;
}  

div.entry div.screenshots {
  float:left;
  width: 380px;
  background: gray;
  padding:10px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius: 5px;
}

div.entry a {
  font-weight:normal;
}

div.entry div.description {
  margin-left: 410px;
}

h3 {
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  text-align: right;
}

div.footer {
  margin-top:50px;
  border-top: dotted 1px gray;
}

div.footer p.copyright {
  font-size: 10px;
}

p.explanation {
  margin: 10px;
  font-size: 12px;
}

p.explanation span.guru {
  font-weight:bold;
  font-size: 14px;
  font-family: "Times New Roman", "Times", "New York", "Georgia", "Garamond", serif;
}

p.explanation span.ninja {
  font-weight:bold;
  color: #ffb540;
}

p.explanation span.robot-zombie {
  font-weight:bold;
}

a img {
  border: 0 none;
}

a {
  text-decoration: none;
  color: #8896c6;
  font-weight:bold;
}

a:link {

}

a:hover {
  color: #bcbbcb;
}

a:active {
  color: #bcbbcb;
}

a:visited {
   color: #8896c6;
}

ul#navigation {
  position: fixed;
  top: 80px;
  right: 0px;
  width: 120px;
  z-index: 1;
  margin: 0;
  padding: 0;
  text-align: right;
}

ul#navigation li {
  list-style: none outside none;
  border-top: dotted 1px gray;
  border-bottom: dotted 1px gray;
  padding: 5px 0px;
  margin-right: 20px;
}

ul#navigation a {
  font-weight: normal;
  font-family: Georgia,Verdana,Trebuchet,"Trebuchet MS",Tahoma,"Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
}

ul#navigation a:hover, 
ul#navigation a:active {
  color: #bcbbcb;
}

ul#navigation a:visited {
   color: #8896c6;
}
