/* @override http://alternateidea.com/stylesheets/main.css */
/* @override http://localhost:3000/stylesheets/main.css */

/* @group Base */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  text-align: center;
  padding: 0;
  font: normal 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff url(../images/bg.gif) repeat-x;
  color: #333;
}

ul, li, form, dt, dl, dd, ol, div, p, 
blockquote, h1, h2, h3, h4, h5, h6, a, code, pre {
  margin: 0;
  padding: 0;
}

#container {
  margin: 0 auto;
  padding: 0 10px;
  border-top: none;
  width: 980px;
}

#header {
  text-align: left;
  height: 98px;
}

#content {
  text-align: left;
  width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}

#main {
  width: 520px;
  float: left;
}

#sidebar {
  margin-left: 555px;
  padding-top: 20px;
}

#footer {
  clear: both;
  margin-top: 40px;
}

a {
  color: #07C;
  text-decoration: none;
}

a:hover {
  color: #024;
}

/* @end */

/* @group Utilities */

img {
  border: 0;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #247;
}

h2 {
  word-spacing: -0.08em;
}

p a {
  color: #07E;
}

pre {
  background:  url(../images/stripy.gif);
  padding: 2px;
  overflow: auto;
  color: #444;
}

pre code {
  margin: 2px;
  border: 1px solid #c6d7e4;
  padding: 5px;
  background:  #fff;
  display: block;
  line-height: 160%;
  font-size: 11px;
  font-family: Monaco, monospace;
}

p code {
  color: #555;
  font-size: 90%;
  font-family: Courier, monospace;
}

.round {
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url(../images/tr.png), 
      url(../images/br.png), 
      url(../images/tl.png), 
      url(../images/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

* {
  outline: none;
}

/* @end */

/* @group Comments */


.form {
  margin-top: 10px;
}

.form span, #search span {
  display: block;
  padding: 4px;
  width: 460px;
  background: #eee;
}

.form span input, .form span textarea, #search input[type=text] {
  border: 1px solid #ccc;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  width: 450px;
}

.safari .form span input, .safari .form textarea, .safari #search input[type=text] {
  width: 460px;
  font-size: 25px;
  padding: 0;
}

.safari .form span, .safari #search span {
  padding: 1px 2px;
}

#search {
	height: 48px;
	padding: 10px 5px 0 5px;
	margin: 5px 10px;
	width: 382px;
	background-color: #f7f7f7;
}

.safari #search {
	height: 40px;
}

#search span {
	width: 280px;
	float: left;
	border: 1px solid #fff;
}

#search input[type=text] {
	width: 270px !important;
	font-size: 15px !important;
}

.safari #search input[type=text] {
	width: 278px !important;
}

#search input[type=image] {
	margin-left: 1px;
	margin-top: 4px;
	vertical-align: middle !important;
}

.safari #search input[type=image] {
	margin-top: 2px;
}

.form dd {
  margin-bottom: 10px;
}

.form label {
  font-weight: bold;
}

#comment-form-cnt {
  margin-top: 40px;
}

#comments {
  margin-top: 40px;
  clear: left !important;
}

#comments h3 {
  margin-top: 0;
  margin-left: -10px;
  clear: left;
}

#comments ol {
  margin-top: 20px;
}

li.comment {
  position: relative;
  background: url(../images/inset.gif) 0% 100% no-repeat;
  padding: 5px;
  padding-bottom: 40px;
  padding-top: 10px;
  color: #444;
  margin-bottom: 10px;
}

li.by-author {
  background: url(../images/inset-author.gif) 0 100% no-repeat;
}

.comment cite {
  font-style: normal;
  color: #aaa;
}

.cauthor {
  font-style: normal;
}

.comment .gravatar img {
  display: block;
  float: right;
  width: 38px;
  padding: 2px;
  border: 1px solid #eee;
}

.cbody {
  padding-right: 60px;
}

.cbody p {
  margin-bottom: 10px;
}

.cbody ul, .cbody ol {
  margin: 10px 0 10px 40px;
  list-style: disc;
}

.cbody pre {
  margin: 10px 0;
}

/* @end */

/* @group Misc */

a.feed {
  display: block;
  background-color: #e60;
  color: #fff;
  background: url(../images/feed.png) no-repeat;
  height: 32px;
  width: 390px;
  text-indent: -9999px;
  margin-left: 10px;
;
}

a.feed:hover {
  background-position: 0 -32px;
}

#services {
  margin: 10px;
  list-style: none;
  height: 40px;
}

#services li {
  display: inline;
}

#services li a {
  display: block;
  float: left;
  width: 125px;
  height: 32px;
  text-indent: -9999px;
  background: url(../images/flickr.png) no-repeat;
}

li#twitter a {
  width: 131px;
  background: url(../images/twitter.png) no-repeat;
}

#services li a:hover {
  background-position: 0 -32px;
}

li#delicious a {
  background: url(../images/delicious.png) no-repeat;
  width: 134px;
}

/* @end */

/* @group Header */

#header h1 {
  color: #fff;
  padding-top: 40px;
}

#header h1 a {
  color: #fff;
  display: block;
  background: url(../images/ai-logo.gif) no-repeat;
  width: 206px;
  height: 37px;
  text-indent: -9999px;
}

#nav {
  float: right;
  margin-top: 70px;
  margin-right: 10px;
}

#nav ul {
  list-style: none;
}

#nav ul li {
  display: inline;
  margin-right: 5px;
}

#nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 92%;
  display: block;
  float: left;
  height: 14px;
  width: 80px;
  text-indent: -9999px;
}

#nav ul li a:hover {
	background-position: 0 -14px;
}

li#contact a { background: url(../images/contact.gif) no-repeat; }
li#archives a { background: url(../images/archives.gif) no-repeat; }

/* @end */

/* @group Sidebar */

.bio {
  color: #555;
  margin: 10px;
  margin-right: 20px;
}

/* @group Tumbles */

#adverts {
  margin: 20px 0;
}

#adverts ul {
  list-style: none;
}

#adverts li a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px dotted #eee;
  color: #555;
  font-size: 92%;
  font-weight: bold;
  padding-left: 5px;
}

#adverts li a:hover {
  color: #e60;
}

#tumbles ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tumbles li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 5px;
  padding-right: 10px;
  padding-bottom: 20px;
  background: url(../images/inset.gif) 50% 100% no-repeat;
}

#tumbles li.video {
  padding-top: 0;
  padding-bottom: 10px;
}

#tumbles li blockquote {
  font-size: 150%;
  font-weight: bold;
  color: #555;
  line-height: 120%;
}

/*#tumbles li blockquote p:before {
  font-size: 190%;
  font-family: Georgia, Times, serif;
  color: #ccc;
}*/

#tumbles li.longquote blockquote {
  font-size: 120%;
  line-height: 120%;
}

a.attrib {
  color: #999;
  font-weight: bold;
  padding-left: 10px;
}

a.attrib:hover {
  color: #000;
}

/*.attrib:before {
  content: '"';
}*/

#tumbles li.image img {
  padding: 5px;
  line-height: 120%;
  background: #ccc;
}

#tumbles li.url {
  color: #555;
  font-size: 110%;
  line-height: 140%;
  font-weight: bold;
}

p.attribute {
  padding: 5px 0;
  padding-left: 15px;
}

p.attribute a {
  padding: 5px 0;
  font-weight: bold;
  color: #333;
}

li.chat p.attribute, li.image p.attribute {
  padding-left: 0;
}

.permalink {
  display: none;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  background: url(../images/permalink.gif) no-repeat;
  float: right;
  margin-top: 3px;
  position: absolute;
  top: 10px;
  right: -5px;
}

#tumbles li div.date {
  background: url(../images/datebg.png) no-repeat;
  width: 64px;
  height: 50px;
  padding: 4px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -64px;
  top: 10px;
  display: none;
  line-height: 100%;
}

#tumbles li span.mon {
  line-height: 150%;
  color: #fff;
  font-size: 120% !important;
}

#tumbles li span.day {
  color: #ccc;
  font-size: 92%;
}

#tumbles div.date span {
  display: block;
  font-size: 92%;
  text-shadow: 2px 2px #555;
}

#tumbles li:hover .permalink, #tumbles li:hover .date {
  display: block;
}

/* @end */

#products ul {
  list-style: none;
  margin: 20px 10px 20px 10px;
}

#products li {
  margin-bottom: 10px;
  color: #333;
  padding-bottom: 20px;
  border-bottom: 2px solid #ccc;
}

#products li p {
  padding: 0 5px;
}

#products #lighthouse a,#products #mephisto a {
  display: block;
  margin-bottom: 5px;
}

#products li img {
    border: 1px solid #ccc;
}

.sblock {
  margin: 10px 0;
}

/* @end */

/* @group Posts */

/* @group Archives and Search */

#archives h2, #search-head {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #ccc;
}

#archives div.post, #search-results div.post {
  padding: 10px;
  margin: 0 0 5px 0;
  border: none;
}

#archives div.post:hover, #search-results div.post:hover {
  -moz-border-radius: 8px;
  background-color: #f7f7f7;
  border-radius: 8px;
  background-image: url(../images/tr.png), 
      url(../images/br.png), 
      url(../images/tl.png), 
      url(../images/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

#archives div.post:hover h3 a, #search-results div.post:hover h3 a {
  color: #024;
}

/* @end */

.post {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

p.more {
  padding: 10px 0;
}

p.more a {
  float: right;
  display: block;
  text-indent: -9999px;
  background: url(../images/tbc-btn.gif) no-repeat;
  width: 116px;
}

p.more a:hover {
  background-position: 0 -21px;
}

.meta {
  padding: 5px 0;
  color: #ccc;
}

.mdate {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666;
  font-size: 122%;
  font-weight: bold;
  font-style: italic;
  padding: 2px 0;
  margin-top: 5px;
}

.post .mdate {
  display: inline;
  font-size: 82%;
  padding: 0;
}

.count a {
  color: #E60;
  font-size: 92%;
}

.count a:hover {
  color: #fA0;
}

#feature p {
  margin-bottom: 10px;
}

#feature pre {
  margin: 10px 0;
}

#feature ol, #feature ul {
  margin: 10px 10px 10px 40px;
}

#feature h3, #feature h4, #feature h5 {
  margin-left: -10px;
  margin-top: 20px;
}

#feature .count {
  display: block;
  padding: 5px 0;
  font-size: 110%;
  color: #aaa;
}

#feature .count a {
  display: inline;
}

#feature:hover .count a {
  border: none;
}

#feature:hover a {
  border-bottom: 1px solid #eee;
}

#scontent {
  font-size: 130%;
  line-height: 140%;
}

#scontent img, #sbody img {
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
}

.tumbled {
  margin-top: 20px;
}

#sbody {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 20px;
}

#sbody blockquote, .cbody blockquote {
	font-size: 110%;
	font-style: italic;
	margin: 10px 0;
	color: #666;
}

#tags {
  background-color: #f7f7f7;
  padding: 10px 5px 5px 5px;
  border-bottom: 2px dotted #ccc;
}

#feature:hover #tags a {
  border: none;
}

#tags a {
  border-bottom: none;
  display: block;
  float: left;
  background: #247;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 92%;
  font-weight: bold;
  text-shadow: 2px 2px #135;
  padding: 0px 10px;
  color: #fff;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-image: url(../images/tr.png), 
      url(../images/br.png), 
      url(../images/tl.png), 
      url(../images/bl.png);
  background-position: 100% 0, 100% 100%, 0 0, 0 100%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

#tags a:hover {
  background-color: #27C;
  text-shadow: 2px 2px #26A;
}

.delicious-blogbadge-line {
  padding: 10px 0;
  line-height: 120% !important;
}

a.save-to-link {
  display: block;
  float: left;
  border: none !important;
}

a.url-link, .empty-message {
  display: block;
  margin-left: 180px;
  line-height: 170%;
;
}

blockquote.pullquote {
  float: left;
  width: 10em;
  margin: 0.25em 0.75em 0.25em 0 !important;
  padding: 0.5em !mportant;
  border: 3px double #ccc;
  border-width: 3px 0;
  background: transparent;
  font: italic 1.3em/1.3 Georgia !important;
  color: #e81 !important;
}

blockquote.alt {
  float: right;
  margin: 0.25em 0 0.25em 0.75em;
}

.pullquote p {
  margin: 0;
  text-align: center;
}

.pullquote p:first-letter {
  text-transform: uppercase;
  color: #E81;
}

.pullquote p:before {
	content: "" !important;
}

.pullquote p:last-child:after {
	content: "" !important;
}

#related {
  background: url(../images/tile.gif);
  padding: 10px;
  border: 1px solid #eee;
}

#related h3 {
  font-size: 100%;
  font-weight: bold;
  color: #555;
  text-shadow: 2px 2px #fff;
}

#related ul {
  list-style: none;
  font-size: 92%;
}

#related ul li a {
  padding: 1px;
  display: block;
  padding-left: 18px;
  background: url(../images/radio.png) 0 3px no-repeat;
}

#related ul li a:hover {
  background-color: #eee;
}

#related li .date {
  color: #aaa;
  text-shadow: 2px 2px #fff;
}

#related li:hover .date {
  color: #777;
}

/* @end */

/* @group Footer */

#footer {
  text-align: center;
  border-top: 2px dotted #ccc;
  padding: 20px;
  color: #777;
  font-size: 92%;
}

#footer ul {
  list-style: none;
}

a#ninja {
  display: block;
  text-indent: -9999px;
  width: 100px;
  background: url(../images/ninja.gif) no-repeat;
  float: left;
}

#sponsors {
  list-style: none;
}

#sponsors li a {
  display: block;
  padding: 2px 5px;
  border-bottom: 1px dotted #ddd;
}

/* @end */

/* @group Code */

code p.line {
  background: #eee;
  display: block;
  padding: 1px 2px;
  margin: 0 0 1px 0;
}

code span.person {
  color: purple;
}

/** RUBY / JAVASCRIPT **/

#content code span.comment {
  color: #BD48B3;
}

code span.global {
  color: #38D;
}

code span.brackets {
  color: #777;
}

#content code span.string {
  color: blue;
}

#content code span.symbol, #content code span.selectors {
  color: #19E;
}

#content code span.properties {
  color: #b41;
}

#content code span.keywords {
  color: #4b2;
}

/** HTML **/

code.html span.tag {
  color: #b41;
}

code.html span.attribute {
  color: #4b2;
}

code.html span.string {
  color: #99FF00;
}

code.html span.comment {
  color: #999;
}

code.html span.doctype {
  color: #D7FF80;
}

/* @end */


/* OBJC */

code.objc span.constants {
  color: #AB33C1;
}

.callout {
  background: #eee;
  padding:5px 5px 2px 5px;
  font-style:italic;
  font-size: 92%;
  line-height: 140%;
}