
/* -----------------------------------------------------------------------------
 * GENERAL RESET
 * -------------------------------------------------------------------------- */

* {
  text-decoration: none;
  font-size: 1em;
  outline: none;
  margin: 0;
  padding: 0;
  }

/* -----------------------------------------------------------------------------
 * SPECIFIC RESETS
 * -------------------------------------------------------------------------- */

body, blockquote, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, select, textarea, ol, p, pre, table, th, td, ul {
  margin: 0;
  padding: 0;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
table[border] {
  border-collapse: separate;
  border-spacing: 0;
  }
thead, tbody, tfoot, tr, th, td {
  width: auto;
  height: auto;
  background-color: transparent;
  vertical-align: inherit;
  border: none;
  }
caption, th { text-align: left; }
a, a img, a abbr, a acronym, abbr, acronym, applet, fieldset, form, iframe, img, object, table { border: none; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {
  font-style: normal;
  font-weight: normal;
  }
code, isindex, kbd, listing, plaintext, pre, samp, tt, var, xmp {
  font: inherit;
  white-space: normal;
  font-weight: normal;
  }
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.25;
  text-transform: uppercase;
  border: none;
  }
ol, ul, dir, menu { list-style: none; }
ol { list-style-type: decimal; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
/* a:hover, a:focus, input:focus, select:focus, textarea:focus { outline: none; } */
hr { display: none; }

/* -----------------------------------------------------------------------------
 * LANGUAGE-SPECIFIC PUNCTUATION
 * -------------------------------------------------------------------------- */

q { quotes: '\201C' '\201D' '\2018' '\2019'; }
:lang(af), :lang(nl), :lang(pl) { quotes: '\201E' '\201D' '\201A' '\2019'; }
:lang(bg), :lang(cs), :lang(de), :lang(is), :lang(lt), :lang(sk), :lang(sr), :lang(ro) { quotes: '\201E' '\201C' '\201A' '\2018'; }
:lang(da), :lang(hr) { quotes: '\00BB' '\00AB' '\203A' '\2039'; }
:lang(el), :lang(es), :lang(sq), :lang(tr) { quotes: '\00AB' '\00BB' '\2039' '\203A'; }
:lang(en-GB) { quotes: '\2018' '\2019' '\201C' '\201D'; }
:lang(fi), :lang(sv) { quotes: '\201D' '\201D' '\2019' '\2019'; }
:lang(fr) { quotes: '\ab\2005' '\2005\bb' '\2039\2005' '\2005\203a'; }
*[lang|='en'] q:before { content: '\201C'; }
*[lang|='en'] q:after { content: '\201D'; }
*[lang|='en'] q q:before { content: '\2018'; }
*[lang|='en'] q q:after { content: '\2019'; }

/* -----------------------------------------------------------------------------
 * HTML & BODY
 * -------------------------------------------------------------------------- */

html, body {
  color: black;
  background-color: #fff;
  }
html {
  height: 100%;
  /*margin-bottom: 1px;*/
  }

/* \*/

html { font-family: sans-serif; }

/* */

body { 
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 62.5%; /* assuming 16px default, this changes base size to 10px */
  line-height: 1.5;
  }

/* -----------------------------------------------------------------------------
 * BASIC ELEMENTS
 * -------------------------------------------------------------------------- */

blockquote { padding-left: 1em; border-left: 5px solid black; }
cite, dfn, em, i { font-style: italic; }
b, dt, h1, h2, h3, h4, h5, h6, strong, th, thead td { font-weight: bold; }
caption, th, td { text-align: left; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
small, sup, sub { font-size: 85%; }
big {
  font-size: 125%;
  line-height: 80%;
  }

del { text-decoration: line-through; }
ins, dfn { border-bottom: 1px solid black; }

pre { white-space: pre; }
pre * { font-size: 100%; white-space: pre; }
abbr, acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
  }
abbr[title], acronym[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted black;
  }
code, kbd, pre, samp, tt, var {
  font-size: 100%;
  font-family: Monaco, Consolas, "Courier New", Courier, monospace;
  }
img {
  display: block;
  margin: 0;
  }

/* -----------------------------------------------------------------------------
 * DEPRECATED HTML
 * -------------------------------------------------------------------------- */

center, *[align] { text-align: inherit; }
s, strike, u { text-decoration: inherit; }
nobr { white-space: normal; }
marquee { overflow: visible; -moz-binding: none; }
blink { text-decoration: none; }
font, basefont {
  color: inherit;
  font: inherit;
  font-size: 100%;
  }

/* -----------------------------------------------------------------------------
 * CLEARFIX HACK
 * -------------------------------------------------------------------------- */

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

* html>body .clearfix {
  display: inline-block;
  display: -moz-inline-box;
  width: 100%;
  }

* html .clearfix {
  /* Hides from IE-mac \*/
  height: 1%;
  /* End hide from IE-mac */
  }
  



/* -----------------------------------------------------------------------------
 * FORMS
 * -------------------------------------------------------------------------- */

form { background-color: transparent; }
fieldset {
  width: auto;
  padding: 0;
  border: 0;
  margin: 1em 0 1.5em 0;
}
fieldset > *:first-child {
  margin-top: 0;
}
fieldset table {
  padding-top: 1em;
  margin: 0;
}

/* \*/

legend {
  padding: 6px 8px;
  color: white;
  background-color: black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: .1em;
}

/* */

@media all and (min-width: 0px) /* for Opera 8 */ { 
  legend {
    margin-bottom: 1.5em;
  }
}

input, textarea, select, button {
  width: auto;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  white-space: normal;
  cursor: pointer;
	margin-bottom: 10px;
}
input[type='text'], input[type='password'], input[type='search'], textarea {
  position: relative;
  top: -2px;
  padding: 5px 2px 2px 2px;
  border: 1px solid #808080;
  color: black;
  background-color: white;
}
input[type='text']:focus, input[type='password']:focus, input[type='search']:focus, textarea:focus {
  cursor: text;
}
input[disabled='true'] {
  color: #808080;
}
input[type='radio'] {
  position: relative;
  bottom: -.2em;
}
textarea {
  height: 6em;
}



/* -----------------------------------------------------------------------------
 * BODY
 * -------------------------------------------------------------------------- */

html,body {
	background: url(bg.gif) repeat-y center;
}

/* -----------------------------------------------------------------------------
 * LINKS
 * -------------------------------------------------------------------------- */

a {
  cursor: pointer;
  	border-bottom: 1px dotted #7f7f7f;
}
a:link, a:visited {
  text-decoration: none;
  color: #808080;
  
}
a:active, a:hover {
  text-decoration: none;
  color: #606060;
}
.permalink {
  font-weight: bold;
}

/* -----------------------------------------------------------------------------
 * HEADINGS
 * -------------------------------------------------------------------------- */

h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: -3px;

}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
  
}

h3 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 2px;

}

#blog h3 a {
  color: black;
  border-bottom: none;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  color: grey;
  margin-bottom: 6px;
}

#sidebar h4 {
  color: black;
  margin-top: 1.2em;
}

#sidebar h4 li {
  list-style: none; 
}

#sidebar h4 a {
  color: black;
  border-bottom: none;
}

#sidebar img {
	position: relative;
}

/* -----------------------------------------------------------------------------
 * BASIC STYLES
 * -------------------------------------------------------------------------- */

p, ul, ol, blockquote {
  margin-bottom: 1em; 
}

.inline {
  display: inline;
}

hr {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: black;
  padding: 0;
  margin-bottom: 15px;
  border: 0;
  font-size: 0;
  line-height: 0;
}

ul { margin-top: -.6em; }
li { padding-left: 0; margin-left: 0; }
ul li { list-style: none; }
ol li { list-style: none; }

.commentlist li{
	border-bottom: 1px solid #000;
	margin-bottom: 1em;
}

.note, .note a { color: grey; }

/* -----------------------------------------------------------------------------
 * WRAPPER AND MAJOR ELEMENTS
 * -------------------------------------------------------------------------- */

#wrapper {
  position: relative;
  width: 554px;
  height: auto;
  padding: 15px 0;
  margin: 0 auto;
  background-color: white;
}

#header, #banner, #content, #footer {
  position: relative;
  width: 560px;
  height: auto;
  margin: 0 auto;
}

/* -----------------------------------------------------------------------------
 * HEADER / NAV / FOOTER
 * -------------------------------------------------------------------------- */

#header {
  line-height: 1;
	padding-top: 111px;
}
#footer {
  font-size: 1.4em;
  line-height: 1;
  height: 2.1em;
  border-top: 5px solid black;
  border-bottom: 5px solid black;
}

#bloglogo {
position: absolute;
  top: -4px;
  left: -61px;
}

#logo {
position: absolute;
  top: 0;
  left: 518px;
}

/* -----------------------------------------------------------------------------
 * CONTENT
 * -------------------------------------------------------------------------- */

#content {
  padding: 15px 0;
  overflow: hidden;
  padding-bottom: 5px;
}

#blog {
  float: left;
  width: 440px;
  margin-right: 20px;
  margin-bottom: -20px;
}

#blog img{

	margin-bottom: 20px;
}

#sidebar {
  float: left;
  width: 100px;
	text-align: right;
}

#sidebar h2 {
  font-family: "Helvetica Neue Medium Condensed", "Arial Narrow", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#sidebar h2 small {
  font-size: 71.4%; /* 10px / 14px = 71.4% */
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.comment-meta {
	margin-bottom: 1em;
	color: #808080;
}
