/*  

Theme Name: The Other Tiger
Theme URI: http://theothertiger.com/
Description: A WordPress theme designed by Graham Meyer for his blog <a href="http://theothertiger.com/">The Other Tiger</a>.
Version: 1.0
Author: Graham Meyer
Author URI: http://theothertiger.com/

*/

*
{
  padding: 0;
  margin: 0;
}

#page
{
background-image: url(images/grungelogo.gif);
 background-repeat: no-repeat;
}

#header
{
 margin-left: 200px;
 padding-top: 50px;
 height: 170px;
 font-size: 2em;
 font-family: Century, Goudy, Times;
 line-height: 2em;
}

#header a
{
 text-decoration: none;
 color: #76300B;
 margin-left: 30px;
}

#header h1
{

}

#headerimg
{ 
 background-color: transparent; 
  height: 50px;
 color: #974505;
}

#wrapper
{
width: 85%;
overflow: hidden;
} 

#content
{
width: 55%;
margin-left: 70px;
float: left;
background-image:none;
}

#sidebar
{
width: 25%;
margin-left: 75%;
}

ul
{
list-style-type: none;
color: #974505;
margin-bottom: 12px;
}

ol
{
margin-bottom: 12px;
}

ul ul a, ul ul a:visited, ul ul
{
text-decoration: none;
color: #5B3E1C;
margin-left: 5px;
padding-top: 3.5px;
}

ul li
{
padding-left: 1em;
text-indent: -1em;
} 

#footer
{
clear: both;
margin-top: 15px;
margin-left: 70px;
}

body
{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#5B3E1C;
	line-height:13pt;
}

.post
{
margin-bottom: 2.2em;
}

.post p
{
margin-bottom: 12px;
}

ol.commentlist p
{
margin-bottom: 12px;
}

ol.commentlist ol li
{
padding: 0;
text-indent: 0
}

blockquote
{
margin-left: 15px;
font-size: 12px;
}

h2 a:hover, h2 a:visited, h2 a
{
  text-decoration: none;
color:#974505;
line-height: 20px;
}