/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

::-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: #eee;
  border: 1px solid #ddd;
  color: #707070;
  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 #fff;
}

ul.intervals li {
  background: #eee;
  border-right: 1px solid #fff;
  color: #01a9e7;
  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;
}

a {
    color: #01a9e7;
    text-decoration: none;
    outline: 0;
}
body {
	background: #CCC url(bg.gif) repeat-y fixed bottom center;
	color: #666; margin: 20px 0;
	text-align: center; 
  font: normal 0.7em 'Aldrich','Droid Sans',sans-serif,Arial;
}
.gfx a {
	background: #F5F5F5 url(bright_pixel.gif) no-repeat; display: block; height: 240px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding: 4px 0 0 4px;
	width: 145px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(bgmenu.gif) repeat-x;
	color: #555;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.container {
	margin: 10px;
  position: relative;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
  text-align: right;
}

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

/* Coderwall css */

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

.coderwall-logo {
  display: none;
}
