/*  
Theme Name: phony
Theme URI: http://www.phpied.com/
Description: Optimized for iphone
Version: 1.0
Author: Stoyan
Author URI: http://www.phpied.com/
*/

.nav, .content {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  background: white;
  border: 1px solid #aaa;
  padding-left: 0px;
  margin: 8px;
}
.nav li, .content li {
  list-style: none;
  padding: 0;
  border-top: 1px solid #aaa;
}
.nav li:first-child, .content li:first-child {
  border: none;
}
.nav li a {
  display: block;
  padding: 8px 25px 8px 15px;
  text-decoration: none;
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAUCAYAAAB4d5a9AAAAfUlEQVQ4jd3RMQqAMAyF4Q6ewNW1ZwyC4CR4MW/h6uoZYgIVSknr4MvS4V/z8Uhg5uCdO9AhQkRvaypYIRA9zikTQiBbhmiLB/IJoRBtL6DZA6lCaGSS7gy5pBGJKHAWQEQuqQIopAkgkEE6WgBqSUzHTQD5k1gDfiPe9YM8dIAvthD6/VkAAAAASUVORK5CYII=) no-repeat right center;
}
.nav a:hover {
  text-shadow:;
}
.nav a:visited {
  color: #333;
}
.nav form  {
  margin: 0;
  padding: 8px 15px;
}
.nav input {
  margin: 0 3px 0 0;
}
input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.content li {
  padding: 8px 15px;
}
body {
  font-family: Arial;
  background: #ddd;
  margin: 0;
}
h1 {
  text-align: center;
  background: #6D84A2;
  margin-top: 0;
  padding: 10px;
  border-bottom: 1px solid #666;
}
h1 a {
  text-decoration: none;
  color: white;
  text-shadow: 0 -1px 1px #000;
  font-size: 0.7em; 
}
h2 {
  color: #667;
  font-size: 0.9em;
  padding-left: 20px;
  text-shadow: 1px 1px 1px white;
}
h2 a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}
.content form {
  padding: 0 15px;
}
textarea {
  width: 70%;
  height: 100px;
}
.comments li {
  list-style: decimal inside none;
}
.posts span {
  color: #6D84A2;
  padding-right: 3px; 
}
#desc {
  text-align: center;
  margin: -20px 0 0 0;
}
.byebye-o { /* Seinfeld anyone? */
  -webkit-transition: -webkit-transform 1s ease-out;
  -webkit-transform: translateX(-100%);
}
.list li {border: none; padding: 0; list-style-type: disc;}
ol.list li {list-style-type: decimal;}


code, pre {font-family: Monaco, Courier New, monospace;}
/* CODE HIGHLIGHTING 
using hiliteme.com */
.hl-default {
    color: Black;
}
.hl-code {
    color: Gray;
}
.hl-brackets {
    color: Olive;
}
.hl-comment {
    color: Orange;
}
.hl-quotes {
    color: Darkred;
}
.hl-string {
    color: Red;
}
.hl-identifier {
    color: Blue;
}
.hl-builtin {
    color: Teal;
}
.hl-reserved {
    color: Green;
}
.hl-inlinedoc {
    color: Blue;
}
.hl-var {
    color: Darkblue;
}
.hl-url {
    color: Blue;
}
.hl-special {
    color: Navy;
}
.hl-number {
    color: Maroon;
}
.hl-inlinetags {
    color: Blue;
}
.hl-main { 
    background-color: White;
}
.hl-gutter {
    background-color: #999999;
    color: White
}
.hl-table {
    font-family: Monaco, Courier New, monospace;
    font-size: 12px;
    border: solid 1px Lightgrey;
}

