body {
	margin : 0;
	padding : 0;
	color : #444;
	font-size : 1em;
	line-height : 1.6;
	font-family : "Gill Sans", "Gill Sans MT", "Myriad Pro", sans-serif;
}


a {
	color : #2d5ca0;
	text-decoration : none;
}

a:hover, a:focus, a:active {
	text-decoration : underline;
	background : #eee;
}

a[hreflang]:after {
	content : " ("attr(hreflang)")";
	font-size : 0.7em;
	color : #999;
}

.container {
*/**/	background : url(grid.png);*/
}

#prelude {
  font-size : 75%;
  color : #fff;
  margin : 0 0 1px 0;
  border-bottom : 1px solid #222;
}

#prelude a {
  color : #fff;
}

#prelude a:hover, #prelude a:focus, #prelude a:active {
	text-decoration : underline;
	background : #444;
}

#top h1 {
	font-size : 1.6em;
	padding : 0.5em 1em;
	margin : 0 0 3em 0;
	font-family : "Gill Sans", "Gill Sans MT", "Myriad Pro", sans-serif;
	font-weight : 700;
	background : #222;
	color : #999;
}

#top h1 a {
	text-decoration : none;
	color : #fff;
}

h2, h3, h4 {
	color : #444;
	font-weight : normal;
	font-style : normal;
	font-family :"Bitstream Vera Serif", Georgia, "Time New Roman", Serif;
	letter-spacing : -2px;
}

h2 {
	letter-spacing : -.06em;
	font-size : 2.5em
}

.post-title a {
	text-decoration : none;
	color : #322;
	border-bottom : 1px dotted #ccc;
}

.post-info {
  text-align : right;
  font-size : 85%;
  line-height : 190%;
  color : #666;
}

.post-info a {
  color : #555;
  font-style : italic;
}

.post-excerpt {
  font-weight : 700;
}

.post-tags {
  background : url('img/tag.png') no-repeat right center;
  text-align : right;
  margin : 0 0 0 -30px;
  padding : 0 20px 0 0;
}

.post-tags li {
  display : inline;
}

.post-content {
  border-bottom : 1px solid #ccc;
  margin-bottom : 2em;
}

.post img {
	border: 10px solid #fff;
	-moz-box-shadow: 2px 2px 16px #ccc; 
	-webkit-box-shadow: 1px 1px 16px #999; 
	box-shadow: 1px 1px 16px #999; 
}


#navlinks {
}

#lastposts {
  font-size : 85%;
}

dl {
  margin-left : -1.5pem;
}

q {
  font-style : italic;
}

.old-posts ul {
	margin-left : 0;
	margin-right : 0;
}

.old-posts li {
	list-style-type : none;
}

.tags {
  margin : 0;
  padding : 0;
}
.tags ul li, .tags li {
  display : inline;
}

.tag0 {
  font-size : 75%;
}

.tag10 {
  font-size : 80%;
}

.tag20 {
  font-size : 90%;
}
.tag30 {
  font-size : 100%;
}
.tag40 {
  font-size : 110%;
}
.tag50 {
  font-size : 120%;
}
.tag60 {
  font-size : 140%;
}
.tag70 {
  font-size : 150%;
}
.tag80 {
  font-size : 160%;
}
.tag90 {
  font-size : 170%;
}
.tag100 {
  font-size : 180%;
}


/* ---- Search ----- */

#search p {
	margin : 0;
	padding : 0;
}

#search fieldset {
	border : none;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
	padding : .5em 0;
}

#search h2 {
	font-size : 1.5em;
}

#search label {
	padding-right : 1em;
}



/* ---- Sidebar ----- */

#blognav, #blogextra {
  color : #999;
  font-size : 0.9em;
}

#sidebar a {
  color : #999;
}


#sidebar h2 {
	color : #666;
	border-top : 1px solid #ccc;
	border-bottom : 1px dotted #ccc;
	font-size : 1.5em;
}


#sidebar ul {
	margin-left : 0;
	margin-right : 0;
}

#sidebar li {
	list-style-type : none;
}

#sidebar li a {
/*	display : block;*/
	padding : 0.25em 0 0.25em 0.25em;
}

#sidebar li strong a {
	background : #2d5ca0;
	border-bottom : 1px solid #666;
	color : #fff;
}

#sidebar li a:hover, #sidebar li a:focus, #sidebar li a:active {
	color : #fff;
	background : #555;
	border-bottom : 1px solid #666;
	text-decoration : none;
}

/* ---- Footer ----- */

#footer p {
  border-top : 1px dashed #ddd;
  letter-spacing : 1px;
  font-size : 0.75em;
  text-transform : uppercase;
	background : #000;
	border-top : 1px solid #242424;
	color : #fff;
}

