/* 
=RESET
******************************************************/	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/*
=GLOBAL
*******************************************************/

body {
	margin: 0 auto;
	width: 75%;
	font-size:62.5%;
	color:#333;
}

#col {
	font-size: 1.2em;
	color:#383838;
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Arial,Helvetica,sans-serif;
}

#col a {
	color:#282828;
}

#col a:hover {
	color:#e5e5e5;
	background:#282828;
	text-decoration:none;
}

#col a:visited {
	color:#686868;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
=HEADER
*******************************************************/

#header {
	background:#999;
	width:100%;
	position:relative;
	min-height:75px;
	margin:1em 0 2em 0;
}

h1 {
	color:#333;
	font-family:courier;
	font-weight:bold;
	float:left;
	width:500px;
	font-size:4.5em;
	margin:0;
	margin-left:10px;
	position:absolute;
	bottom:0;
}

#description {
	color:#e5e5e5;
	float:right;
	width:250px;
	font-family:tahoma;
	font-size:1.2em;
	margin-top:20px;
	margin-right:50px;
}

#description a {
	color:#e5e5e5;
	text-decoration:none;
}

#description a:hover {
	text-decoration:underline;
}

/*		
=3 col LAYOUT
******************************************************/

#col .col-a {
	width:  60%;
	float:left;
	margin-left: 0px;
} 

#col .col-b, 
#col .col-c {
	width: 18%;
	float:left;
	margin-left: 10px;
}

/*
=MAIN CONTENT
******************************************************/

.hentry {
	margin-bottom:1.7em;
}

h2.pagetitle {
	margin-bottom:1.5em;
}

h2.entry-title,
h3.entry-title {
	margin-bottom:0.7em;
}

h2.entry-title a,
h3.entry-title a {
	font-family: verdana;
	font-size:1.25em;
	text-decoration:none;
}

h2.entry-title a:visited,
h3.entry-title a:visited  {
	color:#282828;
}

h2.entry-title a:hover,
h3.entry-title a:visited  {
	color:#e5e5e5
}

.entry-content blockquote {
      background: #eee url(/images/blockquote.gif) no-repeat bottom left;
	  margin-top:1em;
	  padding: 1em 1em 3em 1em;
}

.entry-content p,
.col-a .now-reading p,
.col-a .now-reading form {
	margin-bottom:0.7em;
	line-height:1.2em;
}

.entry-content ul,
.entry-content ol,
.col-a .now-reading ul {	
	  margin: 1em 0 1em 1.5em;
}

.entry-content ul,
.col-a .now-reading ul {
	list-style-type: disc;
}

.entry-content ol {
	list-style-type: decimal;
}

.entry-content ul li,
.entry-content ol li,
.col-a .now-reading ul li {	
	  margin-bottom: 0.5em;
}

.entry-content object,
.entry-content img {
	display:block;
	margin: 0 auto;
}

.entry ul.tags, 
.entry ul.post-info,
.hentry ul.tags, 
.hentry ul.post-info {
	margin-bottom:0.3em;
}

.entry ul.tags li, 
.entry ul.post-info li, 
.entry ul.post-info li address,
.hentry ul.tags li, 
.hentry ul.post-info li, 
.hentry ul.post-info li address {
	display:inline;
}

.entry li.comment-link,
.hentry li.comment-link {
	  background: url(/images/blog_comment.gif) no-repeat 0 0;
	  padding-left:2em;
}

.comment p {
margin-bottom:0.5em;
}

#respond {
	margin-top:2em;
}

#respond h3 {
	margin:1em 0;
}

#commentform input {
	display:block;
	margin-bottom:0.5em;
}

#commentform textarea {
	width:30em;
	margin-bottom:0.5em;
}

p.logged-in {
	margin-bottom:0.5em;
}

.comments-list {
	margin-top:1em;
}

.comment {
	margin-bottom:1em;
}

.comment-meta {
	margin-bottom:0.5em;
}

.comment-author img {
	float:left;
	margin: 0 0.5em 0.5em 0; 
}

.main-content-navigation {
	text-align:center;
}

.main-content-navigation div {
	display:inline;
}

.main-content-navigation div {
	display:inline;
}

#main-content .now-reading p {
	margin-left:0;
}

#main-content .now-reading ul li {
	list-style-type:none;
	padding-left:0;
}


/*
=SECONDARY CONTENT
******************************************************/

#secondary-content ul,
#secondary-content .now-reading {
	margin-bottom:1em;
}

#secondary-content h2 {
	margin-bottom:0.5em;
	font-size:1.2em;
}

#secondary-content h2 a {
	text-decoration:none;
}

#secondary-content h2 a:visited {
	color:#282828;
}

#secondary-content h2 a:hover {
	color:#e5e5e5;
}

#secondary-content .twitter li {
	background: url(/images/icon_twitter.jpg) no-repeat 0 0;
	padding-left:2em;
	margin-bottom:0.5em;
}

#secondary-content li.delicious-post {
	background: url(/images/icon_delicious.gif) no-repeat 0 0;
	padding-left:2em;
	margin-bottom:0.5em;
}

#secondary-content .links-comrades li {
	background: url(/images/icon_external.gif) no-repeat 0 0;
	padding-left:1.5em;
	margin-bottom:0.5em;
}

#secondary-content .feed-flickr li {
	display:inline;
}

#secondary-content .feed-flickr li a {
	text-decoration:none;
	margin:0.2em;
}

#secondary-content .feed-flickr li a:hover,
#secondary-content a.nohover {
	background:none;
}

#secondary-content .now-reading h3 {
	font-size:1em;
	margin-bottom:0.5em;
}

#secondary-content .now-reading ul,
#secondary-content .now-reading p {
	margin-bottom:0.5em;
}

#secondary-content .now-reading ul li {
	margin-bottom:0.3em;
}

#secondary-content .now-reading ul li p a {
	background:none;
}

/*
=SITE NAVIGATION
******************************************************/
#site-navigation ul {
	margin-bottom:1em;
}

#site-navigation ul li {
	margin-bottom:0.5em;
}

#site-navigation h2 {
	margin-bottom:0.5em;
	font-size:1.2em;
}

#site-navigation li.rss {
	background: url(/images/icon_feed-16x16.gif) no-repeat 0 0;
	padding-left:1.5em;
	padding-bottom:0.5em;
}

/*
= FOOTER
******************************************************/

#footer {
	clear:both;
}
