/* @override http://fetch.taigan.com/wp-content/themes/fetch/style.css */

/*
Theme Name: Fetch
Theme URI: http://wordpress.org/
Description: The default theme for <a href="http://blog.taigan.com/">Fetch</a>, the Taigan blog.
Version: 0.1
Author: Hashrocket, Inc.
Author URI: http://hashrocket.com/
*/





/* @group Reset */

html, body{ margin: 0; padding: 0; height: 100%; }

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td{margin:0;padding:0; letter-spacing: 0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,
img{border:0;}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{font-style:normal;font-weight:normal;}

li{list-style:none;
	background: none;
}

caption,
th{text-align:left;}

h1,
h2,
h3,
h4,
h5,
h6{font-size:100%;font-weight:normal; background: none;}

q:before,
q:after{content:'';}

abbr,
acronym {border:0;font-variant:normal;}

sup {vertical-align:text-top;}


sub {vertical-align:text-bottom;}
input,
textarea,
select{font-family:inherit;font-size:inherit;font-weight:inherit;}

legend{color:#000;}

table {font-size:inherit;}

pre,
code,
kbd,
samp,
tt{font-family:monospace;}

l{display: block;}

/* @end */


div#fetch{
  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
  font-size: 0.9em;
  padding: 20px;
}

p{
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

p:last-child{
	margin-bottom: 0;
}

a:active{background: #eee;}


h2{
  font-size: 2em;
}

h3{
	font-size: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}


/* @group Header */

div#header{
	text-align: left;
}

div#header ul{
display: none;
}

div#header h1{
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}


/* @end */

/* @group Content */

div#content{
  padding-top: 2.5em;
}

/* @end */

/* @group Layout */

/* @group Secondary Content */

div.primary-secondary-content .secondary-content {
  display: none;
}
/* @end */


/* @end */
