/*   
Theme Name: Jabba
Theme URI: http://www.avinashv.net
Description: Personal theme for avinash.vora
Author: Avinash Vora
Author URI: http://avinashv.net
Version: 1.0
*/

/*
Color scheme:
background: #181818
text color: #d2d2d2
meta: #c1281d
link: #d4b945
link-bg: #2c2c2c
link-bg-hover: #4b4b4b
*/

@import url("reset.css");

body {
  font-size: 75%;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.1111em;
  margin: 3em 6em;
  background-color: #181818;
  color: #d2d2d2;
}

html > body {
  font-size: 12px;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  text-align: justify;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #d4b945;
  background-color: #2c2c2c;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

p a:hover {
  background-color: #4b4b4b;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1em;
  margin: 0 0 1em 0;
  float: left;
}

h2 {
  font-size: 1.1667em;
  font-weight: normal;
  line-height: 1.286em;
  margin: 1.929em 0 0.643em 0;
}

h3 {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img .imdb {
  width: 40.4166em;
  height: 22.3333em;
}

img .art {
  width: 40.4166em;
  height: 22.3333em;
}

blockquote {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 3em;
  text-align: justify;
}

pre {
  font-family: Courier New, monospaced;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 3em;
  width: 44em;
  overflow: auto;
}

p code, li code, blockquote code {
  background-color: #2c2c2c;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

#content ul, #content ol {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 3em;
}

sup {
  font-size: 0.83em;
  vertical-align: super;
}

#container {
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}

#blurb {
  width: 45em;
  margin-left: auto;
  margin-right: auto;
}

#footer {
  width: 40em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#footer p {
  font-size: 0.8333em;
  line-height: 1.8em;
  margin: 0 0 1.5em 0;
  text-align: center;
}

#tipjoy {
  text-align: center;
  margin-bottom: 1.5em;
}

#ads {
  text-align: center;
  margin-bottom: 1.5em;
}

#ads p {
  display: inline;
}

#ads ul, #ads li {
  list-style: none;
  display: inline;
}

.footnotes {
  border-top: 1px solid #2c2c2c;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8333em;
  line-height: 1.8em;
  margin: 0 0 1.5em 0;
  padding-top: 1.5em;
}

.asides {
  margin: 0 0 1.5em 0;
}

.asides p {
  display: inline;
}

.car-list, .car-yearmonth, .car-monthlisting, .car-firstmonth {
  list-style: none;
}

.car-list {
  margin-top: 1.5em;
}

.noteworthy h2:after {
  content: "\2605";
  padding-left: 1em;
  color: #4b4b4b;
}

.post-body > p:first-child:first-letter {
  font-size: 4em;
  float: left;
  margin-top: 0;
}

.post-meta {
  font-size: 0.8333em;
  font-variant: small-caps;
  font-family: Verdana, Tahoma, sans-serif;
  letter-spacing: 0.2222em;
  line-height: 1.8em;
  color: #c1281d;
}

.post-meta:before {
  content: "{";
  padding-right: 1em;
}

.post-meta:after {
  content: "}";
  padding-left: 1em;
}

.post-title a, .post_title a:hover, .post_title a:active, .post_title a:visited {
  text-decoration: none;
  color: #d2d2d2;
  background: none;
}

.post-title a:hover {
  background: none;
  text-decoration: underline;
}

.divider {
  text-align: center;
  color: #4b4b4b;
}

.pages {
  text-align: center;
}

#navigation {
  font-size: 0.8333em;
  font-variant: small-caps;
  font-family: Verdana, Tahoma, sans-serif;
  letter-spacing: 0.2222em;
  line-height: 1.8em;
  float: right;
}

#navigation a {
  padding: 0.1667em 0.5em 0.1667em 0.5em;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }