/* @override http://files.tumblize.com/TMBLG/css/master.css */

/* @override http://files.tumblize.com/TMBLG/css/master.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

em.source a {
	text-decoration: underline;
	text-shadow: #141414 0 1px 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Begin Styles */
/* TMBLG / tmblg.com*/

body{ 
	background: #111111;
	border-top: 1px solid #343434;
	padding: 46px 0;
	font-family: "Lucida Grande", "Lucida", "Lucida Sans", serif;
}

a, a:link{
	text-decoration: none;
	color: #fff;
	}
	
.description-text a,
.text-content a {
	text-decoration: underline;
}

blockquote{
	font-size: 10px;
	font-style: italic;
	color: #a0a0a0;
	margin-left: 1px;
	padding-left: 10px;
	border-left: 2px solid #2a2a2a;
	line-height: 15px;
	margin-bottom: 5px;
	text-shadow: #141414 0 1px 0;
}

.wrap{
	width: 797px;
	margin: 0 auto;
}

div#header{
	height: 82px;
	background: url(../i/head-repeat.png) top left repeat-x;
	}
	
div#header h1, div#header h2{float:left;}
div#header h1 a, div#header h1 a:link{
	display:block;
	background: url(../i/tmblg.png) top left no-repeat;
	width: 159px;
	height: 82px;
	text-indent: -10000px;
	margin-right: 0px;
	position: relative;
	left: -9px;
}

div#header h2{
	display:block;
	background: url(../i/tagline.png) top left no-repeat;
	width: 311px;
	height: 65px;
	text-indent: -10000px;
	border: none;
}

div#header a#subscribe{
	display:block;
	text-indent: -10000px;
	float:right;
	width: 198px;
	height: 74px;
	background: url(../i/subscribe.png) top left no-repeat;
	text-decoration: none;
	border: none;
}

div#header a#subscribe:hover{
	display:block;
	text-indent: -10000px;
	float:right;
	width: 198px;
	height: 75px;
	background: url(../i/subscribe.png) bottom left no-repeat;
	text-decoration: none;
	border: none;
}

/*Content styles*/

div#content{
	clear:both;
	margin-top: 23px;
}

div#main{
	width: 500px;
	float:left;
	}

div#foot{clear:both;}


/* POST STYLES*/

.post{
	margin-bottom: 30px;
	width: 495px;
	position:relative;
}	

.post img {
	border: 1px solid #1f1f1f;
	padding: 1px;
}

.post p{
	color: #d4d4d4;
	font-size: 11px;
	line-height: 1.5em;
}	

	.post .description{
		background: transparent url(../i/post-descr-top.png) top left no-repeat;
		width: 495px;
		margin-top: 10px;
		padding-top: 5px;
		border-bottom: 1px solid #2a2a2a;
		position:relative;
	}
	
.post .description-text{
	background: #1e1e1e url(../i/post-descr-border.png)top left repeat-y;
	padding: 14px;
	padding-top: 7px;	
	padding-bottom: 7px;
	text-shadow: #141414 0 1px 0;
}

.text .text-content {
	color: #d4d4d4;
	font-size: 11px;
	line-height: 16px;
}

.post .description-text h3 {
	display: block;
	color: #d4d4d4;
	margin-bottom: 5px;
	font: bold 14px Helvetica;
}

.post p {
	margin-bottom: 5px;
}

.post p ~ blockquote {
	margin-top: 15px;
	margin-bottom: 10px;
}

.post ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: italic;
	font-family: Georgia;
}

.post li {
	font-size: 14px;
	color: #fff;
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 10px;
	line-height: 25px;
}

/*CONTENT TYPE STYLES*/

.quote{
	border: 1px solid #2a2a2a;
	background: #1e1e1e;
	width: 384px;
	padding: 23px 31px 21px 78px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}

.quote p{
	font-size: 19px;
	color: #d4d4d4;
	text-shadow: #141414 0 1px 0;
}

em.source {
	text-align: right;
	display: block;
	color: #e3e3e3;
	font-size: 17px;
	display: inline;
	text-shadow: #141414 0 1px 0;
	text-align: right;
	display:block;
	font-style: italic;
	color: #fff;
	margin-top: 10px;
	text-shadow: #141414 0 1px 0;
}

em.source p.source {
	display: inline;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

p.commentary {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;

	line-height: 17px;
}

em.source p.commentary em.source {
	font-size: 13px;
}

.video .description-text{
	padding-left: 68px;
}


.link{
	background: #3ebd68 url(../i/link-bg.png) top left no-repeat;
	
}

.link span{
	display:block;
	background: url(../i/link-arrow.png) 97%  50% no-repeat;
}

.link a, .link a:link{
	color: #00270b;
	display:block;
	padding: 28px 56px 28px 22px;
	background:  url(../i/link-bottom.png) bottom left no-repeat;
	font: bold 22px/28px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #62d586 0 1px 0;
}

.text h3{
	color: #e3e3e3;
	background: url(../i/projects-border.png) bottom left repeat-x;
	padding-bottom: 11px;
	margin-bottom: 15px;
	font: bold 17px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text .text-content{
	border: 1px solid #2a2a2a;
	background: #1e1e1e;
	padding: 14px;
	padding-left: 70px;
}

p.reblog, p.next, p.previous{
	margin: 20px 0 15px 0;
}

p.reblog :hover, p.next :hover, p.previous :hover {
	background-color: #111111;
}

p.reblog a, p.next a, p.previous a{
	line-height: 28px;
	padding: 8px 13px;
	padding-left: 30px;
	border: 1px solid #3e3e3e;
	font-size: 11px;
	background: #313131 url(../i/reblog.png) 10px 9px no-repeat;
	text-decoration: none;
}
 p.next, p.previous{
	display:inline;
	margin-right: 5px;
}

 p.next a, p.previous a{
	background:#1e1e1e;
	padding-left: 13px;
	border: 1px solid #2a2a2a;
}

p.reblog span{font-weight:bold;}


/* THE BRIGHT GREEN PERMALINK ON EACH POST */
a.type{
	display:block;
	height: 53px;
	width: 68px;
	text-indent: -10000px;
	position:absolute;
	left: -13px;
	top: 15px;
}

a.cam{
	background: url(../i/type-photo.png) top left no-repeat;
}
a.cam:hover{
	background: url(../i/type-photo.png) bottom left no-repeat;
}
a.vid{
	background: url(../i/type-video.png) top left no-repeat;	
}
a.vid:hover{
	background: url(../i/type-video.png) bottom left no-repeat;	
	
}
a.doc{
	background: url(../i/type-text.png) top left no-repeat;	
}
a.doc:hover{
	background: url(../i/type-text.png) bottom left no-repeat;	
}
a.quot{
	background: url(../i/type-quote.png) top left no-repeat;	
}
a.quot:hover{
	background: url(../i/type-quote.png) bottom left no-repeat;	
	
}

/* SIDEBAR */
	
div#sidebar{
	width: 272px;
	background: #1d1d1d;
	float:right;
	padding-bottom: 0px;
	text-shadow: #141414 0 1px 0;
}

#sidebar p a {
	text-decoration: underline;
}

#about h4{
	width: 272px;
	height: 46px;
	background: url(../i/about-me.png) top left no-repeat;
	text-indent: -10000px;
	margin-bottom: 7px;
}
#about img {display:block; margin: 0 auto;}

#about p{
	padding: 0 16px;
	color: #d4d4d4;
	font-size: 11px;
	line-height: 1.6em;
	margin-top: 7px;
	margin-bottom: 13px;
}

#projects h4{
	width: 272px;
	height: 43px;
	background: url(../i/projects.png) top left no-repeat;
	text-indent: -10000px;
}
#projects ul{}
#projects ul li{
	clear:both;
	background: url(../i/projects-border.png) bottom left repeat-x;
}

#projects ul li a,#projects ul li a:link{
	text-decoration:none;
	display:block;
	padding: 13px 16px 23px 16px;
	
}

#projects ul li a:hover{
	background: url(../i/arrow.png) 95% 50% no-repeat;
	display:block;
}

#projects ul li:hover{
	background-color: #252525;
}

#projects strong{
	font-size: 13px;
	color: #c8c8c8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 23px;
}
#projects img {
	float:left;
	margin-right: 8px;
}

#projects span{
	color: #787878;
	font-size: 11px;
	display:block;
	}


#elsewhere h4 {
	width: 272px;
	height: 41px;
	background: url(../i/elsewhere.png) top left no-repeat;
	text-indent: -10000px;
}

.dopplr-badgr {
	background: none !important;
	border: none !important;
	color: #cad4d4 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 1px solid #272727 !important;
	padding-bottom: 10px !important;
	padding: 0px 15px !important;
}

.dopplr-badgr .dopplr-badgr-body h3 {
	display: none !important;
}

.dopplr-badgr .dopplr-badgr-body a.details {
	font-size: 10px;
}

.dopplr-badgr a {
	text-decoration: underline !important;
	color: #bec2c5 !important;
	font-weight: bold !Important;
}

.dopplr-badgr ul.trips .item a.location.summary {
	text-decoration: none !important;
}

.dopplr-badgr a:hover {
	background-color: transparent !important;
}

.dopplr-badgr img {
	display: none !important;
}

#where-am-i h4{
	width: 272px;
	height: 41px;
	background: url(../i/where-am-i.png) top left no-repeat;
	text-indent: -10000px;
}



#elsewhere ul{
	padding: 0;
}
#elsewhere ul li{
	float:left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
	}
	
	
#elsewhere ul li a, #elsewhere ul li a:link{
	font-size: 13px;
	color: #c8c8c8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display:block;
	padding-left: 25px;
	
}

#elsewhere ul li:hover{
	background-color:	#252525;}


li#fb{
	background: url(../i/elsewhere-border.png) bottom left repeat-x;
}
li#fb a{
	background: url(../i/facebook.png) center left no-repeat;
	border-right: 1px solid #242424;
	}	

li#last {
	background: url(../i/elsewhere-border.png) bottom left repeat-x;
}	
li#last a{
	background: url(../i/last.png) center left no-repeat;
}

li#twitter a{
	background: url(../i/twitter.png) center left no-repeat;
}

li#pownce a{
	background: url(../i/pownce.png) center left no-repeat;
	border-right: 1px solid #242424;
}

#people {clear:both; }
#people h4{
	width: 272px;
	height: 43px;
	background: url(../i/people.png) top left no-repeat;
	text-indent: -10000px;
}

#people ul li{
	background: url(../i/elsewhere-border.png) bottom left repeat-x;
	height: 40px;
	line-height: 40px;
	padding-left: 16px;
}

#people ul li:hover{
	background-color: #252525;
}



#people ul li a, #people ul li a:link{
	font-size: 13px;
	color: #c8c8c8;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	display:block;
	padding-left: 25px;
	background: url(../i/star.png) center left no-repeat;
}

#people ul li a:hover{

	background: url(../i/star.png) no-repeat center left;
}


 
