/*
   Template name: Dirtylicious
   Template URI: http://templates.arcsin.se/dirtylicious-website-template/
   Release date: 2007-03-10
   Description: A soft-colored, bright and somewhat dirty two-column template.
   Author: Viktor Persson
   Author URI: http://arcsin.se/

   This template is licensed under a Creative Commons Attribution 2.5 License:
   http://templates.arcsin.se/license/
   */

/* standard elements */
html {min-height: 100%;}

* {
  margin: 0;
  padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
  background: #E7E7E2 url('/images/body.jpg') no-repeat center top;
  color: #444;
  font: normal 70% Tahoma,sans-serif;
  padding-top: 64px;
}

li {list-style: none; padding-bottom: 4px}

h1,h2,h3 { padding-bottom: 5px; }

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}

p {padding: 10px;}

blockquote {
  background: url(/images/quote.gif) no-repeat;
  display: block;
  font-weight: bold;
  padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
  border: 2px solid #D7D7D2;
  background: #FFF;
  font-size: 1.2em;
  margin: 0 auto;
  padding: 10px;
  width: 780px;
}

.outer-container {
  background: url('/images/container.jpg') no-repeat center bottom;
  padding-bottom: 64px;
}

/* headere & title */
.header {
  background: #222 url('/images/header.jpg') no-repeat;
  height: 160px;
  margin-bottom: 5px;
  text-align: center;
}
.header .title {
  color: #FFF;
  padding-top: 50px;
}
.header .title .sitename a {
  border-bottom: 1px dashed #657382;
  color: #FFF;
  font: normal 3em sans-serif;
  padding-bottom: 2px;
  text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
  font: normal 1.1em Verdana,sans-serif;
  padding-top: 6px;
}

/* path */
.path {
  background: #949490;
  color: #FFF;
  font: normal 1.1em Verdana,sans-serif;
  padding: 8px 12px;
}
.path a {
  color: #FAFAFA;
  text-decoration: none;
}
.path a:hover {
  color: #FFE;
  text-decoration: underline;
}

/* main */
.main {
  background: url(/images/main.gif) repeat-y;
  border-top: 4px solid #FFF;
  padding: 8px 12px 0 0;
}

/* content */
.content {
  float: right;
  width: 538px;
}

dt {
  font-weight: bold;
  padding-left: 20px;
  padding-top: 10px;
}

dd {
  padding-left: 40px;
}

.content img {
  border: 0px;
  float: right;
}

.descr {
  color: #664;
  border-bottom: 1px solid #EAEADA;
  padding: 5px;
  font-size: 0.9em;
  margin-bottom: 16px;
}

.line_numbers {
  background: #CCC;
  padding: 2px;
}

.code {
  background: #FFF;
  color: #666;
  display: block;
  font: normal 1em Tahoma,sans-serif;
  padding: 8px 10px;
  white-space: pre;
  overflow-x: auto;
}

.content li {
  list-style: url(/images/li.gif);
  margin-left: 18px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
  float: left;
  width: 210px;
}
.navigation h2 {
  color: #5A5A43;
  font: bold 1.1em Tahoma,sans-serif;
  line-height: 30px;
  margin: 0;
  padding-left: 12px;
  margin-top: 20px;
}
.navigation ul {
  padding: 0;
  border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
  font-size: 1.1em;
  color: #554;
  display: block;
  padding: 8px 0 8px 5%;
  text-decoration: none;
  width: 95%;
}
.navigation li a:hover {
  background: #F0F0EB;
  color: #654;	
}

.navigation table {
  width: 100%;
}

/* footer */
.footer {
  background: #949490;
  color: #F7F7F2;
  font: bold 1em sans-serif;
  margin-top: 15px;
  padding: 10px 12px;
}
.footer a {
  color: #F7F7F2;
  text-decoration: none;
}
.footer a:hover {color: #FFC;}
.footer .right, .footer .right a {color: #C8C8C3;}
.footer .right a:hover {color: #F7F7F2;}

.flickr_badge_image img {border: 0px !important;}
.flickr_badge_image {text-align:center !important;}

