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;
        line-height:140%;
	margin:0 15%;
}

/* 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:3em;
    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;
}

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

.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, ul.posts, #tweet 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;
}





*/

blockquote {
  font-family: Georgia, "Times New Roman", times-roman, serif;
  text-align:right;
  font-style:italic;
  font-size:1.3em;
  line-height:150%;
}

#book {
  font-size: 90%;
  float: right;
  width: 25%;
  line-height: 100%;
  background-color: #ddd;
  padding: 0.5em;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  text-align: right;
}

#book a {
  text-decoration: none;
}

#divvs {
  clear:right;
  float:right;
  width:25%;
  text-align:center;
}

/*
@import 'content.css';
@import 'syntax.css';
@import 'local.css';

@media print { #sidebar { display: none; }
               #content { float: none; width: 90%; }
               #content pre { color: #000; background: #eee; }
               #content form.comments { display: none; } }
*/

/*
body {
  background: url(../../images/theme/background.gif) repeat-x left top;
  font: normal 12px "lucida grande", verdana, sans-serif;
}

input,
textarea { font: normal 12px "bitstream vera sans", verdana, sans-serif; }

abbr  { border: none; }
cite  { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link,  a:visited { color: #000; }
a:hover, a:active  { color: #fff; background: #000; }
*/

/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap !important;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

#sform { text-align:right; }

#generated { font-size: 50%; }

#home h1 { margin-top: 1em; }

#boastful .personal a img { border: 0; float: left; margin-top:5px; margin-right: 5px; }