/*
Theme Name: Herding Tigers
Theme URI: http://herdingtigers.com/
Description: 
Version: 1.0
Author: Jess Hamilton
Author URI: http://light-and-time.net
Tags: 

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding: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;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* - BASIC STUFF - */
body {
	background: #000 url(images/bg-tile.gif) top center repeat-y;
	font-size: 62.5%;
	font-family: 'Stencil', Georgia, "Times New Roman", Times, serif;
	color:#140e0e;
	margin:0 auto;
	padding: 0;
}
a {
	text-decoration:none;
	color: #98431e;
}
a:hover {
	text-decoration:underline;
}
/* -- LISTS -- */
ul {
	margin:0;
	padding:0;
}
ul li {
	margin-left:5px;
	padding:0;
}
li {
	list-style-type:none;
}
.disc {
	list-style-type:disc
}
/* lists inside posts */
.entry-content ul ol {
	margin-left:0;
}
.entry-content ul li {
	margin-left:10px;
	list-style:disc;
	list-style-position:inside
}
.entry-content ul li ol {
	margin-left:10px;
}
.entry-content ol li {
	margin-left:5px;
	list-style: decimal;
	list-style-position:inside
}
.entry-content ol li li {
	margin-left:5px;
}
/* -- HEADINGS -- */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
	h1 a {
		display: block;
		width: 900px;
		height: 150px;
		text-indent: -3000em;
		outline: 0;
	}
	div#header h2 {
		display: none;
	}
h2.entry-title, h2.page-title, .error404 h2 {
	font-size: 3.6em;
	font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #98431e;
}
	h2.entry-title a:hover {
		text-decoration: none;
	}
h3#comments, div#respond h3 {
	font-size: 2.8em;
	font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #652b13;
}

h3.widgettitle {
	font-size: 2.4em;
	font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #652b13;
	margin-bottom: 5px;
}
/* headings inside posts */
.entry-content h3 {
	font-size:140%;
}
.entry-content h4 {
	font-size:120%;
}
.entry-content h5 {
	font-size:100%;
}
.entry-content h6 {
	font-size:90%;
}
/* -- MAIN DIV'S -- */
#wrapper {
	float:none;
	clear:both;
	margin:0 auto;
	padding:0;
	width:900px;
	position: relative;
	left: -1px;
}
#header {
	height:150px;
	margin:0 auto;
	text-align:center;
	padding: 0;
	background: transparent url(images/header.jpg) top left no-repeat;
}
#footer {
	height:50px;
	overflow:hidden;
	margin:40px auto 0;
	clear:both;
	float:none;
	text-align:center;
	padding: 40px 0;
}
/* -- POSTS -- */
.post-index {
	margin:0 0 10px;
}
#post-single {
	margin:0 0 20px;
}

div.post-index {
	margin-bottom: 30px;
}
.posts-wrap {
	float:left;
	clear:none;
	width:655px;
	margin: 15px;
}
.entry-content p, .entry-content blockquote, .error404 p {
	font-size: 1.5em;
}
.entry-content {
	margin: 10px 0;
}

	div.additional-meta, div.entry-meta, div.navigation, div#footer, h2.archive-title, h2#search {
		color: #652b13;
		text-transform: uppercase;
		font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
		font-size: 1.2em;
	}
	div.additional-meta {
		margin-top: -8px;
	}
/* -- SIDEBARS --*/
.sidebar-wrap {
	margin: 15px 15px 15px 0px;
	overflow:hidden;
	float:left;
	clear:none;
	width:190px;
}
.sidebar {
	width:99%;
	clear:none;
}
.block-1 {
	float:right;
}

.sidebar ul#pages-navigation {
	margin-bottom:15px;
}
	.sidebar ul#pages-navigation li {
		margin: 0;
		padding: 0;
	}
		.sidebar ul#pages-navigation li a {
			font-size: 2.4em;
			font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
			text-transform: uppercase;
		}
		.sidebar ul#pages-navigation li ul {
			margin-left: 10px;
		}
div.widget {
	margin-bottom: 15px;
}
	div.widget ul li {
		font-size: 1.3em;
		background: transparent url(images/diamond.gif) left center no-repeat;
		padding-left: 15px;
	}
		

/* -- 404-PAGE --*/
.error404 {
	margin:0;
	width:100%;
}
.error404 h1, .error404 h2 {
	margin: 10px auto;
}
/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

ol#commentlist {
	width: 610px;
	margin: 0 auto 20px;
}
li.comment {
	padding: 10px;
	background-color: #fcfcfc;
}
	li.comment.alt {
		background-color: #efefef;
	}
img.avatar {
	float: left;
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div.comment-author cite {
	font-size: 2.2em;
	font-family: 'Army', 'Stencil', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
div.comment-author span.says {
	display: none;
}
div.comment-meta {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 10px;
}
li.comment p {
	font-size: 1.4em;
}
div.reply {
	text-align: right;
	font-size: 1.3em;
	font-style: italic;
}

textarea#comment {
	width: 100%;
	margin-bottom: 10px;
}

div.cancel-comment-reply {
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
}

form#commentform p {
	font-size: 1.4em;
}
form#commentform input {
	margin-bottom: 5px;
}
/* -- ALIGNMENTS --*/
img.alignright {
	float:right;
	clear:none;
	margin:0 0 1em 1em
}
img.alignleft {
	float:left;
	clear:none;
	margin:0 1em 1em 0
}
img.aligncenter {
	display: block;
	margin:1em auto;
	text-align:center
}
img.alignnone {
	margin:0 0.5em 0 0;
}
/* -- NAVIGATION --*/
div.navigation {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	padding: 10px 0px;
	
}
.navigation-index {
}
.nav-next {
	float:right;
	clear:none;
	width:325px;
	text-align:left;
}
.nav-prev {
	float:left;
	clear:none;
	width:325px;
	text-align:right;
}



