/*
Title:      TJ master screen styles for the tumblr
Author:     tj@thisisform.com
Copyright:  2010 TJ Taylor. All rights resevered. (please don't re-use without permission).
*/

@import url("reset.css");

body {
	font-size: 14px;
	background: url(http://static.tumblr.com/nbvlv5n/EwQl6uaxy/background.jpg) repeat;
	background-attachment: fixed;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #292929;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 22px;
	margin: 0;
}

h2 a, h2 {
	text-decoration: none;
	color: #292929;
}

h2 a:hover {
	text-decoration: underline;
}

p, h5 {
	margin-bottom: 1em;
	line-height: 24px;
}

a {
	color: #9b9535;
	text-decoration: none;
}

a:hover {
	color: #86822c;
	text-decoration: underline;
}

ul li, ol li {
	line-height: 25px;
}

blockquote {
	margin: 0;
}

blockquote p {
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	margin-top: 0;
}

/*============================================================
  Mast
============================================================*/

#header {
	max-width: 650px;
	margin: 0px auto;
	overflow: hidden;
}

#header h1 {
	background: url(http://static.tumblr.com/nbvlv5n/Taal6ub4m/logo.png) no-repeat;
	text-indent: -9999px;
	font-family: latin-sans, helvetica, arial, sans-serif;
	font-size: 30px;
	width: 160px;
	height: 21;
}

#header h1 {
	float: left;
	font-size: 20px;
	margin: 35px 0 0 0;
}

#header h3 {
	color: #8e8067;
	font-size: 25px;
	line-height: 34px;
	margin: 0px;
}

#header h3 a {
	font-style: italic;
}

#header ul.nav {
	float: right;
	margin: 35px 0 0 0;
	list-style-type: none;
	padding: 0;
}

ul.nav li {
	font-size: 16px;
	display: inline-block;
	padding-left: 10px;
}

ul.nav li a.feed img {
	position: relative;
	top: 1px;
	padding-left: 3px;
}

div.rule {
	width: 100%;
	height: 2px;
	margin: 35px 0;
	background: url(http://static.tumblr.com/nbvlv5n/8Ukl6suip/rule.jpg) repeat-x;
}

/*============================================================
  Main
============================================================*/

div.text, div.photo, div.quote, div.link, div.chat, div.video, div.audio {
	max-width: 650px;
	margin: 0 auto;
	overflow: hidden;
}

/*============================================================
  Post
============================================================*/

.link, .photo, .text, .video, .audio, .chat, .quote {
	overflow: hidden;
	margin-bottom: 40px;
}

.post {
	position: relative;
	float: left;
	width: 70%;
	color: color: #505050;
}

.meta {
	position: relative;
	float: right;
	text-align: right;
	width: 30%;
}

.postMeta {
	padding: 0;
	margin: 0;
	color: #333;
}

.postMeta li {
	font-size: 13px;
	line-height: 22px;
	text-align: right;
	list-style: none;
}

ul.postMeta li.note {
	color: #9d9635;
}

/* POST TAGS */

.post .tags {
	clear: both;
	font-size: 12px;
	padding-left: 0;
	

/* IE weirdness */
 	*left: 0;
	*margin-left: 20px;
}

.tags li {
	display: inline;
	margin-right: 7px;
	line-height: 10px;
}

.post h2 a {
	color: #292929
}

/*============================================================
  Photo
============================================================*/

.photo .post ul {
	text-align: left;
}

.photo img {
	width: auto;
	max-width: 450px;
}

/*============================================================
  Chat
============================================================*/

.chat .post h5 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dddddd;
}

.chat .post ul {
	padding-left: 0;
}

.chat .post li {
	list-style: none;
	margin-bottom: 10px;
	padding: 7px;
}

.chat .label {
	font-weight: bold;
	font-size: 1.1em;
}

.chat li p {
	display: inline;
}

.chat .even {
	background: #e3e3e3;
}

.chat .odd {
	background: #f1f1f1;
}

/*============================================================
  Audio
============================================================*/

div.audio_player {
	background: black;
	margin-bottom: 10px;
}

/*============================================================
  Footer
============================================================*/

#footer {
	font: Helvetica;
	font-size: 14px;
	color: #363636;
	max-width: 650px;
	margin: 0 auto 35px auto;
}

/*============================================================
  Some General Styles
============================================================*/

#container .first, #sidebar .first {
	margin-top: 0;
}