/*
Template name: Blackbox
Template URI: http://templates.arcsin.se/blackbox-website-template/
Release date: 2006-06-01
Description: A mystic dark lightweight design.
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/
*/

::-moz-selection {
    background: #FE57A1;
    color: #fff;
}
::selection {
    background: #FE57A1;
    color: #fff;
}

.themes {
  position: absolute;
  top: 10px;
  left: 10px;
}

.dark, .light {
  height: 15px;
  width: 15px;
  display: inline-block;
}

.dark {
  background: #333;
  border: 1px solid #fff;
}

.light {
  background: #fff;
  border: 1px solid #333;
}

ul.events {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.events li {
  list-style: none !important;
}

ul.events li div {
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  background: #333;
  border: 1px solid #222;
  color: #01a9e7;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 3px 0;
  position: relative;
  text-align: center;
  display: inline-block;
}

ul.events li em {
  color: #aaa;
  font-weight: normal;
  font-size: 0.9em;
}

ul.intervals {
  list-style-type: none;
  padding: 0px;
}

/* The width depends on the number of intervals. 
100 / X = Width%
subtract a little bit for room for the borders */
ul.intervals li.first {
  border-left: 1px solid #000;
}

ul.intervals li {
  background: #333;
  border-right: 1px solid #000;
  color: #707070;
  float: left;
  font-size: 1.2em;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  width: 63px;
  display: inline;
}

#twitter-link img {
  border-width: 0;
}

#flickr_badge_wrapper {
  text-align: center;
}

.flickr_badge_image {
  display: inline-block;
  margin: 11px;
}

.flickr_badge_image a img{
  border-width: 0px;
}

.clear {
  clear: both;
  height: 1px;
}

/* standard elements */
a {
    color: #01a9e7;
	text-decoration: none;
    outline: 0;
}
body {
	background: #000 url(dark_bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em 'Aldrich','Droid Sans',sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(dark_li.gif);
	margin-left: 18px;
}
code {
	background: url(dark_bgcode.gif);
	color: #888;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
}

cite {
	background: url(dark_quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}

.container {
	margin: 10px;
  position: relative;
}

/* header */
.gfx {
	background: #222 url(dark_pixel.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}

/* menu */
.menu a {
	background: #000 url(dark_bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	float: left;
	padding: 4px 0 0 4px;
	width: 145px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
}
.content h1 {
	color: #666;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(dark_bgitem.gif) repeat-x;
	padding: 8px 10px;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #666;
	padding: 5px;
  text-align: right;
} 
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #444;}
.footer .right a:hover {color: #999;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

.fancy {
    font-style: italic;
    text-decoration: underline;
}

/* Coderwall css */

.cwicon {
  vertical-align: text-bottom;
}

.coderwall-logo {
  display: none;
}
