/*
 * Colors:
 *  #99b3cc - light blue
 *  #334d66 - dark blue

    .delicious  { border-left: 5px solid #00f; }
    .flickr     { border-left: 5px solid #ff0084; }
    .slashdot   { border-left: 5px solid #055; }
    .claimid    { border-left: 5px solid #c00; }
    .twitter    { border-left: 5px solid #9ae4e8; }
    .tumblr     { border-left: 5px solid #333; }
    .lastfm     { border-left: 5px solid #cb0d3a; }
    .snippets   { border-left: 5px solid #c00; }
 
 */

body, p, ul, ol, li, dt, dd, dl, h1, h2, h3, h4, h5, h6,
pre, code, table, td, th {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:75%;
  color: #444;
	font-weight: normal;
	margin:0 10em;
}

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

/* Header */
#header {
	padding-bottom:0.5em;
}

#header h1 {
	font-family: Georgia, "Times New Roman", times-roman, serif;
	line-height:1em;
	font-size:4em;
	letter-spacing: -1px;
  color: #444;
}

.large-dot {
	font-size:2em;
}

#header h2 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana;
	font-size:1.5em;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	margin-left:30px;
	margin-top:-5px;
	margin-bottom:5px;
}

#header h1 a, #header h1 a:hover, #header h1 a:active, #header h1 a:visited {
  text-decoration: none;
  color: #334d66;
}

#feeds {
	background-color:#334d66;
}

#feeds li {
	display:inline-block;
	margin: 0.5em 1em;
}

#feeds li a {
	color: #eee;
	text-decoration:none;
}

/* Generic Elements */
a {
  color: #334d66;
}

a:hover {
  color: #99b3cc;
}

a:visited {
  color: #333;
}

#archives {
	width:20%;
	float:right;
	text-align:right;
	padding-left: 1em;
	padding-bottom: 1em;
}

#archives a, #archives a:hover, #archives a:active, #archives a:visited {
  text-decoration: none;
}

#archives li {
	list-style:none;
}


/* Content Elements */
.about {
	color:#888;
	margin: 1em 0;
}

#content h2 {
	font-weight: bold;
	text-transform: uppercase;
  color: #444;
  letter-spacing:-1px;
}

.post {
  margin-bottom: 1em;
}

.post h1 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

.post h1 a, .post h1 a:active, .post h1 a:visited, .post h1 a:hover {
  color: #000;
  text-decoration: none;
}

.post.blog p {
  text-align: justify;
  margin-top: 0.5em;
}

.post.twitter {
/*	font-size: 1.5em;*/
/*	letter-spacing:-1px;*/
	color: #444;
}

.post.twitter .date {
	font-variant: small-caps;
/*	font-size:0.75em;*/
}

.post.twitter .date a {
	text-decoration: none;
	color: #afafaf;
}

.post.links .tags {
  font-size: 0.75em;
  margin-top: 0;
}

.post.links .tags a {
  color: #99b3cc;
  text-decoration: none;
}

#footer {
	clear:right;
  color: #333;
  margin-top: 1em;
  padding: 10px 0;
  background-color: #eee;
}

#footer img {
	float:right;
}

.post ol, .post ul {
  margin-top: 0.5em;
  margin-left: 3em;
}


/*
pre {
  font: 11px/160% Monaco, Courier, monospace;
  padding: 1em;
  background-color: #eee;
  margin-top: 0.5em;
  overflow: auto;
}


code {
  font-size: 1.1em;
}




.post.about {
  color: #444;
}





*/
