@charset "utf-8";
/* CSS Document */

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
[Table of contents]

1. Body
2. Top / #top
3. Aside / #aside
4. Header / #header
    - Logo
	- Navigation
5. Content / #content
    - Article body
	- Article footer
	- Post types
	- Entry meta: list
	- Entry meta: post
	- Paginator
	- Comments
	- Gallery
	- Folio
6. Bottom / #bottom
7. Misc
8. Widgets
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/* [1. Body] */
html, body{ 
	margin: 0;
	padding: 0;
	min-width: 998px;
}
body, td, th, button, input, select, textarea{
	font: normal 12px/20px 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;
	text-shadow: 1px 1px 0 #000;
	color: #ededed;
}
button, input, select, textarea{
	background: url(http://static.tumblr.com/gsfxxve/qvslnlulv/input_bg.png) repeat 0 0;
	border: solid #2a2722 1px;
	border-top-color: #000;
	border-left-color: #000;
	color: #8e857c;
	text-shadow: 1px 1px 0 #050403;
	font-style: italic;
}
textarea:focus, input:focus{
	font-style: normal;
	color: #f5f2eb;
}
textarea.placeholder, input.placeholder {
   color: #5d5d5d;
   font-style: italic;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #181818;
}
h1{
	font-size: 30px;
	line-height: 40px;
}
h1 cufon{
	top: -4px !important;
}
h2{
	font-size: 24px;
	line-height: 30px;
	padding: 0 0 10px 0;
}
h2 cufon{
	top: 4px !important;
}
h3{
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 10px 0;
}
h4{
	font-size: 17px;
	line-height: 30px;
	padding: 0 0 10px 0;
}
h4 cufon{
	top: -7px !important;
}
h5{
	font-size: 15px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
h6{
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px 0;
}
.cufon-loading h1, .cufon-loading h2, .cufon-loading h3, .cufon-loading h4, .cufon-loading h5, .cufon-loading h6, .cufon-loading .post_type div, .cufon-loading .post_type span, .cufon-loading .header, .cufon-loading #nav li a, .cufon-loading cufon{
	visibility: hidden;
}

a{
	color: #ededed;
	text-decoration: none;
}
a:hover{
	color: #ededed;
	text-decoration: underline;
}
	.article a{
		color: #433D30;
		text-decoration: underline;
	}
	.article h4 a{
		color: #181818;
		text-decoration: underline;
	}

.article h2.entry-title a {
	color: #181818;
}
	.article a:hover{
		text-decoration: none;
	}
	.article h1 a, .article h2 a, .article h3 a, .article h4 a, .article h5 a, .article h6 a{
		text-decoration: none;
	}
ul{
	list-style: none;
}
p{
	padding-bottom: 10px;
}
blockquote{
	display: block;
	margin: 5px 0 9px 0;
	padding: 14px 20px 26px 20px;
	color: #433d30;
	text-shadow: 1px 1px 0 #faf8f2;
	border-right: solid #f5f2eb 1px;
	border-top: solid #c5c1ba 1px;
	background: #dedad2 url(http://static.tumblr.com/gsfxxve/m0tlnlumz/blockquote.gif) no-repeat 0 bottom;
	border-collapse: separate;
}
blockquote p{
	margin: 0;
	padding: 0;
}
.article ol, .article ul{
	list-style-position: inside;
	padding: 0 0 10px 20px;
}
.article ul li{
	padding-left: 20px;
	background: url(http://static.tumblr.com/gsfxxve/FWIlnlunm/ul_arrow.gif) no-repeat 3px 8px;
}
pre, code{
	display: block;
	margin: 5px 0 15px 0;
	padding: 15px 20px 15px 20px;
	background: #d6dbdf;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [2. Top] */
#top_bg{
	height: 36px;
	padding: 0 37px 0 40px;
	background: url(http://static.tumblr.com/gsfxxve/ydOlnluo8/top_bg.png) repeat-x 0 0;
}
#top{
	color: #8e857c;
	text-shadow: 1px 1px 0 #101010;
	font-size: 10px;
	line-height: 14px;
	float: right;
}
	#top div{
		padding: 3px 5px 0 0;
		display: table-cell;
		vertical-align: top;
	}
	#top div a{
		color: #8e857c;
		margin: 0 15px 0 0;
		padding: 0 0 0 14px;
		background-repeat: no-repeat;
		background-position: 0 2px;
	}
	#top div a:hover{
		color: #f5f2eb;
		background-position: 0 -12px;
	}
	#top div a.ico_rss:hover{
		color: #f5f2eb;
		background-position: 0 -14px;
	}
		#top div a.ico_archive:hover, #top div a.ico_submit:hover{
		color: #f5f2eb;
		background-position: 0 -13px;
	}
	#top div a.ico_ask:hover{
		color: #f5f2eb;
		background-position: 0 -15px;
	}
	#top a.ico_mobile {
    background-image: url("http://static.tumblr.com/gsfxxve/600lnlup5/ico_mobile.png");
}
#top a.ico_random {
    background-image: url("http://static.tumblr.com/gsfxxve/Gwglnlupx/ico_random.png");
}
#top a.ico_rss {
    background-image: url("http://static.tumblr.com/gsfxxve/1ODlnluqh/ico_rss.png");
}
#top a.ico_archive {
    background-image: url("http://static.tumblr.com/gsfxxve/Avulnlur3/ico_archive.png");
    padding-left: 17px;
}
#top a.ico_ask {
    background-image: url("http://static.tumblr.com/gsfxxve/001lnlurn/ico_ask.png");
    padding-left: 11px;
}
#top a.ico_submit {
    background-image: url("http://static.tumblr.com/gsfxxve/jtulnlus8/ico_submit.png");
}
	
	#top .text{
		background-image: url(http://static.tumblr.com/gsfxxve/lCClnlusw/mini_text.png);
	}
	#top .photo{
		background-image: url(http://static.tumblr.com/gsfxxve/lNAlnluts/mini_photo.png);
	}
	#top .link{
		background-image: url(http://static.tumblr.com/gsfxxve/R7Glnluug/mini_link.png);
	}
	#top .audio{
		background-image: url(http://static.tumblr.com/gsfxxve/aHJlnluuz/mini_audio.png);
	}
	#top .video{
		background-image: url(http://static.tumblr.com/gsfxxve/8Rilnluvm/mini_video.png);
	}
	#top .quote{
		background-image: url(http://static.tumblr.com/gsfxxve/DOFlnluw6/mini_quote.png);
	}
	#top form{
		display: table-cell;
		vertical-align: top;
		width: 217px;
		height: 36px;
		padding: 6px 0 0 9px;
		background: url(http://static.tumblr.com/gsfxxve/LMOlnluxn/search_bg.png) no-repeat 0 0;
	}
		#top form input{
			line-height: 18px;
			height: 18px;
			width: 184px;
			padding: 0 2px 0 2px;
			float: left;
			border: none;
		}
		#top form a{
			display: block;
			float: left;
			height: 18px;
			width: 20px;
			background: url(http://static.tumblr.com/gsfxxve/Uh3lnluy8/go_search.png) no-repeat center 3px;
		}
		#top form a:hover{
			background-position: center -17px;
		}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [3. Aside] */
#aside{
	display: block;
	float: left;
	margin-left: -260px;
	width: 224px;
	color: #8e857c;
	text-shadow: -1px -1px 0 #050403;
	padding-bottom: 22px;
}
	#aside a{
		color: #f5f2eb;
	}
	#aside cufon{
		top: 3px !important;
	}
#aside_c{
	padding: 0 2px 10px 2px;
	background: url(http://static.tumblr.com/gsfxxve/Z7Klnluyv/aside_bg.png) repeat-y 0 0;
}
#aside_t{
	width: 224px;
	height: 14px;
	background: url(http://static.tumblr.com/gsfxxve/3Gxlnluzg/aside_t.png) no-repeat 0 0;
}
#aside_b{
	width: 224px;
	height: 16px;
	background: url(http://static.tumblr.com/gsfxxve/krQlnlv04/aside_b.png) no-repeat 0 0;
}

.widget{
	width: 180px;
	position: relative;
	overflow: hidden;
	padding: 30px 20px 10px 20px;
	background: url(http://static.tumblr.com/gsfxxve/tMblnlv0o/aside_wedget.png) no-repeat 0 0;
}
	.widget .header{
		font-size: 17px;
		line-height: 30px;
		padding-bottom: 10px;
		text-transform: uppercase;
		color: #f5f2eb;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [4. Header] */
#logo{
	width: 220px;
	margin: 0;
	min-height: 110px;
	background: url(http://static.tumblr.com/gsfxxve/UCLlnlv18/logo_bg.png) no-repeat 0 0;
	text-align: center;
	padding: 21px 0 20px 0;
}
#nav{
	margin: 0 20px 0 20px;
	width: 180px;
	padding-bottom: 7px;
}
	#nav li{
		position: relative;
		background: url(http://static.tumblr.com/gsfxxve/hgylnlv1p/mm_spread.png) no-repeat center 0;
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}
	#nav li:first-child{
		background: none;
	}
			#nav li a{
				display: block;
				font-family: Arial, Helvetica, sans-serif;
				color: #f5f2eb;
				text-decoration: none;
				font-size: 17px;
				line-height: 20px;
				padding: 5px 0 5px 0;
			}
				#nav li a cufon{
					top: 3px !important;
				}
			#nav li a:hover, #nav li a.act{
				color: #7b7066;
			}
			#nav li div{
				position: absolute;
				top: -20px;
				left: 172px;
				width: 180px;
				display: none;
				z-index: 1002;
			}
				#nav li div div{
					top: -16px;
					left: 150px;
				}
			#nav li:hover div{
				display: block;
			}
				#nav li:hover div div{
					display: none;
				}
				#nav div li:hover div{
					display: block;
				}
				#nav li div i{
					display: block;
					width: 180px;
					height: 6px;
					line-height: 6px;
					background: url(http://static.tumblr.com/gsfxxve/DKtlnlv2e/ddmenu_b.png) no-repeat 0 0;
				}
				#nav li div ul{
					background: url(http://static.tumblr.com/gsfxxve/JqElnlv33/ddmenu_bg.png) no-repeat 0 9px;
					padding: 26px 0 10px 0;
					z-index: 1003;
				}
					#nav li div ul li{
						background: url(http://static.tumblr.com/gsfxxve/EM0lnlv3p/ddmenu_s.png) no-repeat center 4px;
						margin: 0;
						padding: 0;
						text-align: left;
						position: relative;
					}
					#nav li div ul li:first-child{
						background: none;
					}
						#nav li div ul li:first-child a{
							padding-top: 0;
							background-position: 0 4px !important;
						}
						#nav li div ul li a{
							font-family: 'Lucida Sans Unicode', 'Lucida Grande', Arial, san-serif;
							display: block;
							padding: 10px 0 0 22px;
							margin: 0 22px 0 26px;
							font-size: 12px;
							text-transform: none;
							background: url(http://static.tumblr.com/gsfxxve/mrzlnlv4a/ddmenu_arr.png) no-repeat 0 14px;
						}
						#nav li div ul li a span{
							white-space: nowrap;
						}
						#nav li div ul li a:hover{
							color: #f5f2eb;
							text-decoration: underline;
						}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [5. Content] */
#holder{
	margin: 0 38px;
	padding: 23px 0 0 260px;
}
#content{
	display: block;
	padding-bottom: 25px;
}

/* Articles list (multicolumn) */
/* Article body */
.article_box{
	width: 554px;
	margin: 0 16px 8px 0;
	overflow: hidden;
}
.article_box.col_s{
	width: 269px;
}
.article_box.col_m{
	width: 554px;
}
	.article_box .article_t{
		height: 12px;
		background-repeat: no-repeat;
		background-position: 0 0;
		width: 554px;
		background-image: url(http://static.tumblr.com/gsfxxve/eU9lnlv56/article_m_t.png);
	}
	.col_s .article_t{
		width: 269px;
		background-image: url(http://static.tumblr.com/gsfxxve/nGplnlv5s/article_s_t.png);
	}
	.col_m .article_t{
		width: 554px;
		background-image: url(http://static.tumblr.com/gsfxxve/eU9lnlv56/article_m_t.png);
	}

	.article_box .article{
		width: 510px;
		background-position: 0 0;
		background-repeat: repeat-y;
		background-image: url(http://static.tumblr.com/gsfxxve/MpKlnlv71/article_m_bg.png);
		position: relative;
		color: #433d30;
		text-shadow: 1px 1px 0 #fff;
		padding: 5px 22px 0px 22px;
		min-height: 50px;
	}

.article_box.notes_comments .article{
	padding-bottom: 0px;
}

	.article_box .article img {
		background: none repeat scroll 0 0 #E0DCD4;
		border-color: #CAC6BF #FCFCFA #FCFCFA #CAC6BF;
		border-style: solid;
		border-width: 1px;
		padding: 4px 5px 5px 4px;
		position: relative;
	}
	.col_s .article img {
		max-width:215px;
	}
	.col_s .article{
		width: 225px;
		background-image: url(http://static.tumblr.com/gsfxxve/D0Nlnlv7p/article_s_bg.png);
	}
	.col_m .article{
		width: 510px;
		background-image: url(http://static.tumblr.com/gsfxxve/MpKlnlv71/article_m_bg.png);
	}

	.article_box .article_s{
		position: relative;
		width: 554px;
		height: 15px;
		margin-top: -5px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(http://static.tumblr.com/gjnciot/ZcClnri5p/article_m_s.png);
	}
	.col_s .article_s{
		width: 269px;
		background-image: url(http://static.tumblr.com/gjnciot/T2Vlnri53/article_s_s.png);
	}
	.col_m .article_s{
		width: 554px;
		background-image: url(http://static.tumblr.com/gjnciot/ZcClnri5p/article_m_s.png);
	}

	.article_b{
		width: 554px;
		height: 18px;
		margin-bottom: 10px;
	}
	.article_b_d{
		position: relative;
		width: 554px;
		height: 18px;
		margin: -5px 0 10px 0;
		background: url(http://static.tumblr.com/gjnciot/zumlnring/article_l_b_d.png) no-repeat 0 0;
	}

/* Article footer */
	.article_footer_t{
		width: 554px;
		height: 12px;
		background-image: url(http://static.tumblr.com/gsfxxve/9pGlnlvcp/article_footer_t.png);
	}
	.article_box .article_footer{
		width: 510px;
		padding: 0 22px 0 22px;
		background-position: 0 0;
		background-repeat: repeat-y;
		background-image: url(http://static.tumblr.com/gsfxxve/Z1Ilnlvdh/article_m_footer_bg.png);
		overflow: hidden;
	}
	.col_s .article_footer{
		padding: 0 22px 0 22px;
		width: 225px;
		background-image: url(http://static.tumblr.com/gsfxxve/AMvlnlve6/article_s_footer_bg.png);
	}
	.col_m .article_footer{
		padding: 0 22px 0 22px;
		width: 510px;
		background-image: url(http://static.tumblr.com/gsfxxve/Z1Ilnlvdh/article_m_footer_bg.png);
	}

	.article_box .article_footer_b{
		width: 554px;
		height: 15px;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-image: url(http://static.tumblr.com/gsfxxve/d1jlnlvfe/article_m_footer_b.png);
	}
	.col_s .article_footer_b{
		width: 269px;
		background-image: url(http://static.tumblr.com/gsfxxve/0Jdlnlvfz/article_s_footer_b.png);
	}
	.col_m .article_footer_b{
		width: 554px;
		background-image: url(http://static.tumblr.com/gsfxxve/d1jlnlvfe/article_m_footer_b.png);
	}

/* Post types */
.post_type{
	right:21px;
	width: 47px;
	height: 48px;
	margin: -17px -21px 0 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	position:absolute;
	z-index:999;
}
	.post_type.text{
		background-image: url(http://static.tumblr.com/gsfxxve/JGilnni0q/text_t.png);
	}
	.post_type.photo{
		background-image: url(http://static.tumblr.com/gsfxxve/HEllnnhsb/photo_t.png);
	}
	.post_type.link{
		background-image: url(http://static.tumblr.com/gsfxxve/jl8lnnhom/link_t.png);
	}
	.post_type.audio{
		background-image: url(http://static.tumblr.com/gjnciot/nD0lnrggv/audio_t.png);
	}
	.post_type.video{
		background-image: url(http://static.tumblr.com/gsfxxve/JfDlnni31/video_t.png);
	}
	.post_type.quote{
		background-image: url(http://static.tumblr.com/gsfxxve/uSdlnnhub/quote_t.png);
	}
	.post_type.chat{
    background-image: url("http://static.tumblr.com/gsfxxve/d9wlnnhga/chat_t.png");
}
	a.post_type.answer {
    background-image: url("http://static.tumblr.com/gsfxxve/m4clnnhdf/ask_t.png");
}

/* Entry meta: list */
.ico_link, #aside .ico_link{
	display: block;
	float: left;
	font-size: 10px;
	color: #8E857C;
	background-position: -20px 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-right: 15px;
}
#aside  #tweets .ico_link.date{
	background:none;
	padding-left:0;
	margin-right:10px;
}
	.ico_link a, #aside .ico_link a{
		color: #8E857C;
	}
.ico_link.tags a:after {
		content: ', ';
	}
	.ico_link.tags a:last-child:after {
		content: "";
		
	}
.ico_link.tags a.col_s, .ico_link.tags a.col_m{
	display: none;
}
.ico_link.tags a.col_s, .ico_link.tags a.col_m:after {
	content: "";
}
	
.ico_link:hover, #aside .ico_link:hover{
	color: #ededed;
	background-position: 0 -16px;
}
	.ico_link:hover a{
		color: #ededed;
	}
	.ico_link.author{
		background-image: url(http://static.tumblr.com/gsfxxve/KnRlnlvlc/ico_author.png);
	}
	.ico_link.categories{
		background-image: url(http://static.tumblr.com/gsfxxve/m1tlnlvlw/ico_categories.png);
	}
	.ico_link.comments{
		background-image: url(http://static.tumblr.com/gsfxxve/gMulnlvme/ico_comments.png);
	}
	.ico_link.notes{
		background-image: url(http://static.tumblr.com/gsfxxve/lGflnlvmz/ico_notes.png);
	}
	.ico_link.links{
		background-image: url(http://static.tumblr.com/gsfxxve/MWolnlvno/ico_links.png);
	}
	.ico_link.date{
		background-image: url(http://static.tumblr.com/gsfxxve/IIIlnlvo7/ico_date.png);
	}
	.ico_link.tags{
		background-image: url(http://static.tumblr.com/gsfxxve/IwNlnlvot/ico_tags.png);
	}

/* Entry meta: post */
.entry_meta {
	overflow: hidden;
	background: #e0dcd4;
	border-top: solid #c5c1ba 1px;
	border-bottom: solid #fdfdfc 1px;
	padding: 4px 20px 4px 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0 #faf8f2;
}
.entry_meta .ico_link{
	display: block;
	float: left;
	font-size: 10px;
	color: #433d30;
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-right: 15px;
	text-decoration: none;
}
	.entry_meta .ico_link a{
		color: #433d30;
		text-decoration: none;
	}
	.entry_meta .ico_link:hover{
		color: #433d30;
		background-position: 0 5px;
	}
	.entry_meta a.ico_link:hover{
		text-decoration: underline;
	}
	.entry_meta .ico_link:hover a{
		color: #433d30;
	}
	.entry_meta .ico_link a:hover{
		text-decoration: underline;
	}
	.entry_meta .ico_link.author{
		background-image: url(http://static.tumblr.com/gsfxxve/WBilnlvpf/meta_author.png);
	}
	.entry_meta .ico_link.categories{
		background-image: url(http://static.tumblr.com/gsfxxve/iZ0lnlvpx/meta_categories.png);
	}
	.entry_meta .ico_link.comments{
		background-image: url(http://static.tumblr.com/gsfxxve/11qlnlvqg/meta_comments.png);
	}
	.entry_meta .ico_link.date{
		background-image: url(http://static.tumblr.com/gsfxxve/l3Plnlvr3/meta_date.png);
	}
	.entry_meta .ico_link.tags{
		background-image: url(http://static.tumblr.com/gsfxxve/q2ilnlvrm/meta_tags.png);
	}

/* Paginator */
.paginator{
	margin: 20px 0 0 0;
	overflow: hidden;
}
	.paginator li{
		float: left;
		margin: 0 6px 6px 0;
	}
		.paginator li a{
			display: block;
			font-size: 17px;
			line-height: 30px;
			width: 32px;
			padding: 1px 0 7px 0;
			color: #e6e3dc;
			text-shadow: -1px -1px 0 #000;
			text-align: center;
			vertical-align: middle;
			background: url(http://static.tumblr.com/gsfxxve/zZQlnlvs6/paginator_bg.png) no-repeat 0 1px;
		}
		.paginator li cufon{
			top: 1px !important;
		}
		.paginator li a:hover, .paginator li.act a{
			text-decoration: none;
			background-position: 0 -36px;
		}
		.paginator li.act a{
			color: #857d74;
			text-decoration: none;
		}
		.paginator li.larr a, .paginator li.rarr a{
			width: 116px;
			padding: 1px 0 6px 1px;
			text-align: center;
		}
		.paginator li.larr a{
			padding-left: 7px;
			background: url(http://static.tumblr.com/gsfxxve/RrJlnlvte/paginator_larr.png) no-repeat 0 0;
		}
		.paginator li.rarr a{
			padding-right: 7px;
			background: url(http://static.tumblr.com/gsfxxve/BwYlnlvtx/paginator_rarr.png) no-repeat 0 0;
		}
		.paginator li.rarr a:hover, .paginator li.larr a:hover{
			background-position: 0 -37px;
		}

/* Comments */
.share_com{
	margin-top: 8px;
}
.share_com .article_footer{
	padding-bottom: 19px;
}
.share_com #form_holder{
	padding: 0 22px;
}
.article_footer .header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	margin: 0 20px 20px 0;
}
.article_footer .header cufon{
	top: 4px !important;
}
.article_footer .comment .header{
	margin: 20px 0 0 0;
}
.article_footer .h_com{
	margin-left: 20px;
}
.comment_bg{
	padding: 0 20px 0 20px;
	margin-left: 260px;
	background: url(http://static.tumblr.com/gsfxxve/Of1lnlvum/comment_spread_5.png) no-repeat 0 17px;
}
.comment{
	overflow: hidden;
	margin-top: 5px;
	padding: 45px 0 0 60px;
}
.comment_bg.first{
	background: none;
}
	.comment_bg.first .comment{
		margin-top: 0;
		padding-top: 0;
	}
	.level_1 .comment{
		padding-left: 80px;
	}
	.comment .shadow_dark{
		margin: 5px 0 0 -60px;
		float: left;
		width: 40px;
		height: 40px;
	}
		.level_1 .comment .shadow_dark{
			margin: 5px 0 0 -80px;
			width: 60px;
			height: 60px;
		}
.comment_meta{
	overflow: hidden
}
	.comment_meta .comments{
		float: right;
		margin-right: 0;
	}
	.comment_meta p{
		margin: 0;
		padding: 0;
	}

.level_1{
	margin-left: 0px;
	background: url(http://static.tumblr.com/gsfxxve/VhQlnlvv6/comment_spread_1.png) no-repeat 0 top;
}
.level_2{
	margin-left: 80px;
	background: url(http://static.tumblr.com/gsfxxve/1dRlnlvvq/comment_spread_2.png) no-repeat 0 17px;
}
.level_3{
	margin-left: 140px;
	background: url(http://static.tumblr.com/gsfxxve/9e6lnlvwa/comment_spread_3.png) no-repeat 0 17px;
}
.level_4{
	margin-left: 200px;
	background: url(http://static.tumblr.com/gsfxxve/Vw6lnlvwr/comment_spread_4.png) no-repeat 0 17px;
}

.comment .header{
	margin-bottom: 0px;
}

/* Gallery */
.big_gallery_bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: url(http://static.tumblr.com/gsfxxve/Kyklnlvxb/gallery_bg.png) repeat;
}
.big_gallery{
	padding: 40px;
	overflow: hidden;
}
	.big_gallery h1{
		color: #e0ddd7;
		text-shadow: 0 -2px 1px #000;
	}
a.go_back{
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 17px !important;
	line-height: 30px;
	width: 71px;
	padding: 1px 0 1px 3px;
	color: #2e2921;
	text-shadow: 0 -1px 0 #fff;
	text-align: center;
	vertical-align: middle;
	background: url(http://static.tumblr.com/gsfxxve/bUxlnlvxw/go_back.png) no-repeat 0 0;
}
	a.go_back cufon{
		top: -1px !important;
	}
a.go_back:hover{
	text-decoration: none;
	background-position: 0 -32px;
}
.multipics{
	clear: both;
	margin: 30px 0 20px 0;
}
	.multipics a{
		display: block;
		width: 220px;
		background: green;
		margin: 0 20px 20px 0;
		-moz-box-shadow: 0 0 5px #000; /* Firefox */
		-webkit-box-shadow: 0 0 5px #000; /* Safari, Chrome */
		box-shadow: 0 0 5px #000; /* CSS3 */
		-moz-border-radius: 4px; /* Firefox */
		-webkit-border-radius: 4px; /* Safari, Chrome */
		border-radius: 4px; /* CSS3 */
		line-height: 0;
		font-size: 0;
		overflow: hidden;
		background: red;
	}
		.multipics a img{
			visibility: hidden;
		}
		.multipics a i{
			position: absolute;
			display: none;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-moz-border-radius: 4px; /* Firefox */
			-webkit-border-radius: 4px; /* Safari, Chrome */
			border-radius: 4px; /* CSS3 */
			cursor: pointer;
			background: url(http://static.tumblr.com/gsfxxve/vmdlnlvyw/enlarge.png) no-repeat center center;
		}
		.multipics a:hover i{
			display: block;
		}

.gallery{
	width: 620px;
	font-size: 0px;
	line-height: 0px;
	word-spacing: -1px;
	padding: 10px 0;
}
.gallery_item{
	display: inline-block;
	width: 290px;
	margin: 15px 20px 0 0;
	padding: 25px 0 0 0; 
	vertical-align: top;
	font-size: 12px;
	line-height: 20px;
	word-spacing: 0;
	background: url(http://static.tumblr.com/gsfxxve/3mjlnlvzg/gallery_spread.png) no-repeat center 0;
}
.gallery_item.first{
	margin-top: 0px;
	padding-top: 0px;
	background: none;
}
	.gallery_item  h4, .gallery_item  p{
		margin: 0;
		padding: 0;
	}
	.gallery_item .shadow_light{
		display: block;
		line-height: 0px;
		margin: 5px 0 5px 0;
		padding: 0;
		width: 280px;
		height: 150px;
		overflow: hidden;
	}
	
a.go_more{
	display: block;
	float: left;
	height: 21px;
	margin: 5px 0 4px 0;
	clear: both;
	background: url(http://static.tumblr.com/gsfxxve/oaIlnlvzz/go_more.png) no-repeat 0 0;
	color: #EDEDED;
	text-shadow: 1px 1px 0 #000;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
}
	a.go_more span{
		display: block;
		padding: 3px 7px 6px 7px;
		background: url(http://static.tumblr.com/gsfxxve/mP9lnlw0k/go_more_arr.png) no-repeat right 0;
	}
	a.go_more i{
		display: block;
		float: right;
		width: 10px;
		height: 6px;
		background: url(http://static.tumblr.com/gsfxxve/boXlnlw13/rarr.png) no-repeat 0 0;
		margin: 4px 0 0 4px;
	}
a.go_more:hover{
	background-position: 0 -21px;
}
	a.go_more:hover span{
		background-position: right -21px;
	}

	.article ul.gall_std{
		list-style: none;
		line-height: 0;
		margin: 0;
		width: 621px;
	}
		.article .gall_std li{
			background: none;
			background-color: #fff;
			border: solid #fff 5px;
			-webkit-box-shadow: 0px 0px 3px #888;
			-moz-box-shadow: 0px 0px 3px #888;
			box-shadow: 0px 0px 3px #888;
			position:relative;
			max-width: 590px;
			float: left;
			margin: 5px 20px 15px 0;
			padding: 0;
		}
			.article .gall_std li a{
				padding: 0;
				margin: 0;
			}
			/* 4 pics per row */
			/*.article .gall_std li a img{
				width: 125px;
			}*/
			/* 5 pics per row */
			/*.article .gall_std li a img{
				width: 94px;
			}*/

/* Folio */
.folio_box{
	width: 464px;
	margin: 0 16px 8px 0;
	overflow: hidden;
}

.folio_box.col_s{
	width: 224px;
	background: url(http://static.tumblr.com/gsfxxve/QAWlnlw1q/folio_s_shadow.png) no-repeat center bottom;
}
.folio_box.col_m{
	width: 464px;
	background: url(http://static.tumblr.com/gsfxxve/WVhlnlw2c/folio_m_shadow.png) no-repeat center bottom;
}
.folio_box.col_l{
	width: 704px;
	background: url(http://static.tumblr.com/gsfxxve/Dr7lnlw2y/folio_s_shadow.png) no-repeat center bottom;
}

.folio{
	position: relative;
	margin: 2px 2px 10px 2px;
	-moz-box-shadow: 0 0 2px #000;
	-webkit-box-shadow: 0 0 2px #000;
	box-shadow: 0 0 2px #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
	.folio a{
		text-decoration: none;
	}

.folio_just_caption{
	position: absolute;
	visibility: visible;
	width: 100%;
	bottom: 0;
	background: url(http://static.tumblr.com/gsfxxve/g1olnlw3t/folio_pattern.png) no-repeat center 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-radius: 0 0 4px 4px;
	-pie-watch-ancestors: 1;
}
	.folio:hover .folio_just_caption{
		visibility: hidden;
	}
	.folio_just_caption div{
		background: url(http://static.tumblr.com/gsfxxve/198lnlw4k/folio_m_lene_b.png) no-repeat center 3px;
	}
		.col_s .folio_just_caption div{
			background: url(http://static.tumblr.com/gsfxxve/GHQlnlw58/folio_s_lene_b.png) no-repeat center 3px;
		}
		.folio_just_caption div div{
			background: url(http://static.tumblr.com/gsfxxve/qoplnlw5t/folio_m_lene_bb.png) no-repeat center bottom;
			padding: 15px 20px 5px 20px;
			font-size: 17px;
			text-align: center;
		}
			.col_s .folio_just_caption div div{
				background: url(http://static.tumblr.com/gsfxxve/lN1lnlw6d/folio_s_lene_bb.png) no-repeat center bottom;
			}

.folio_mask{
	display: none;
	background: url(http://static.tumblr.com/gsfxxve/IABlnlw6v/folio_desc.png) repeat;
	position: absolute;
	top: 0;
	border: 0;
	width: 100%;
	height: 100%;
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari, Chrome */
	border-radius: 4px; /* CSS3 */
	box-shadow: inset 0 0 10px #aba9a5;
	-moz-box-shadow: inset 0 0 10px #aba9a5;
	-webkit-box-shadow: inset 0 0 10px #aba9a5;
	-pie-watch-ancestors: 1;
	overflow: hidden;
}
	.folio:hover .folio_mask{
		display: block;
	}
.folio_caption{
	position: relative;
	top: 0;
	height: auto;
	background: url(http://static.tumblr.com/gsfxxve/g1olnlw3t/folio_pattern.png) no-repeat center bottom;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-radius: 4px 4px 0 0;
	-pie-watch-ancestors: 1;	
}
	.folio_caption div{
		background: url(http://static.tumblr.com/gsfxxve/zGqlnlw87/folio_m_lene_t.png) no-repeat center bottom;
	}
		.folio_caption div div{
			background: none;
			padding: 6px 20px 14px 20px;
			font-size: 17px;
			text-align: center;
		}
.folio_desc{
	background: none;
	margin: 4px 20px 0 20px; 
	color: #433d30;
	text-shadow: 1px 1px 0 #f4f6f2;
}
.desc_body{
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
	.folio_desc .go_more{
		float: right;
	}
	.folio_desc .ico_link{
		margin-top: 4px;
		float: left;
		color: #433d30;
		text-shadow: 1px 1px 0 #faf8f2;
		background-image: url(http://static.tumblr.com/gsfxxve/IAUlnlw8x/meta_date.png);
		background-position: 0 5px;
	}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* [6. Bottom] */
#bottom{
	clear: both;
	height: 36px;
	background: url(http://static.tumblr.com/gsfxxve/DE8lnlw9g/bottom_bg.png) repeat-x 0 0;
}
	#bottom div{
		position: relative;
		margin: 0 40px;
		padding-top: 11px;
		height: 25px;
	}
	#bottom a{
		color: #56514b;
	}
	#bottom a.go_up{
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 32px;
		height: 27px;
		padding: 23px 1px 0 0;
		background: url(http://static.tumblr.com/gsfxxve/IOqlnlwa1/go_up.png) no-repeat 0 0;
		text-align: center;
		color: #E6E3DC;
		text-shadow: -1px -1px 0 #000;
		font-size: 17px;
	}
	#bottom a.go_up:hover{
		text-decoration: none;
		background-position: 0 -50px;
	}
		#bottom div span{
			float: left;
			font-size: 10px;
			color: #56514b;
		}
		#bottom div ul{
			list-style: none;
			float: right;
			margin-right: 60px;
		}
			#bottom div ul li{
				float: left;
				width: 17px;
				height: 17px;
				margin: 3px 0 0 7px;
				line-height: 17px;
			}
				#bottom div ul li a{
					display: block;
					width: 17px;
					height: 17px;
					background-repeat: no-repeat;
					background-position: 0 0;
				}
				#bottom div ul li a:hover{
					background-position: 0 -17px;
				}
				#bottom div ul li.ico_facebook a{
					background-image: url(http://static.tumblr.com/gsfxxve/yBTlnlwan/facebook.png);
				}
				#bottom div ul li.ico_twitter a{
					background-image: url(http://static.tumblr.com/gsfxxve/zE3lnlwb1/twitter.png);
				}
				#bottom div ul li.ico_flickr a{
					background-image: url(http://static.tumblr.com/gsfxxve/3Pslnlwbi/flickr.png);
				}
				#bottom div ul li.ico_vimeo a{
					background-image: url(http://static.tumblr.com/gsfxxve/GjUlnlwby/vimeo.png);
				}
				#bottom div ul li.ico_tumblr a{
					background-image: url(http://static.tumblr.com/gsfxxve/m6Xlnlwce/tumblr.png);
				}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [7. Misc] */

.hr_w{
	width: 100%;
	padding: 0 20px;
	height: 1px;
	background: #d7d4ce url(http://static.tumblr.com/gsfxxve/aKGlnlwdf/hr_l.png) no-repeat 0 0;
	margin: 0 -20px;
	
}
	.hr_w i{
		display: block;
		float: right;
		margin-right: -20px;
		width: 60px;
		height: 1px;
		background:  url(http://static.tumblr.com/gsfxxve/FF0lnlwe0/hr_r.png) no-repeat right 0;
	}
	.hr_w.top{
		margin-top: 3px;
		margin-bottom: 1px;
	}
	.hr_w.top_a{
		margin-top: 1px;
		margin-bottom: 1px;
	}
	.hr_w.bot{
		margin-top: -4px;
		margin-bottom: 13px;
	}
.article_box .article img.hd{
	margin-left: -20px;
	margin-right: -20px;
	width:460px;
	border:none;
	padding:0;
}
blockquote.hd{
	background: url(http://static.tumblr.com/gsfxxve/stDlnlwep/blockquote_hd.gif) no-repeat 0 bottom;
	border-right: solid #f5f2eb 1px;
	border-top: solid #c5c1ba 1px;
	margin-bottom: 1px;
}

small{
	font-size: 10px;
	color: #8E857C;
}
.quote_author{
	color: #181818;
	font-size: 17px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 11px 0;
}
	.quote_author cufon{
		top: 1px !important;
	}
.media_audio{
	height: 32px;
	margin: 7px 0 1px 0;
}

.media_video{
	line-height: 0px;
	margin: 5px 0 5px 0;
    background: none repeat scroll 0 0 #E0DCD4;
    border-color: #CAC6BF #FCFCFA #FCFCFA #CAC6BF;
    border-style: solid;
    border-width: 1px;
    padding: 4px 5px 5px 4px;
	width: 500px;
}
.col_s .media_video{
	width: 215px !important;
}

.spacing_30{
	height: 30px;
}
.shadow_light, .alignnone, .alignleft, .alignright, .aligncenter{
	background: #e0dcd4;
	padding: 4px 5px 5px 4px;
	border: solid #cac6bf 1px;
	border-right: solid #fcfcfa 1px;
	border-bottom: solid #fcfcfa 1px;
	position:relative;
}
.col_s .shadow_light, .col_s .alignnone, .col_s .alignleft, .col_s .alignright, .col_s .aligncenter {
	max-width:215px;
} 
.alignleft{

	margin: 5px 19px 10px 0;
	
}
.alignright{
	float: right;
	margin: 5px 0 0px 19px;
}
.aligncenter{
	display: block;
	clear: both;
	margin: 5px auto 0px auto;
}

.shadow_dark, .widget .alignnone, .widget .alignleft, .widget .alignright, .widget .aligncenter{
	background: #29241f url(http://static.tumblr.com/gsfxxve/TsKlnlwfc/widget_img_bg.gif) repeat-x 0 0;
	padding: 4px 3px 3px 4px;
	border: none;
	border-bottom: solid #3e3833 1px;
	border-right: solid #3e3833 1px;
	-webkit-box-shadow: 0px 0px 2px #030302;
	-moz-box-shadow: 0px 0px 2px #030302;
	box-shadow: 0px 0px 2px #030302;
	position:relative;
	max-width: 180px;
	line-height: 0;
	font: 0;
}
.shadow_dark img, .widget .alignnone img, .widget .alignleft img, .widget .alignright img, .widget .aligncenter img{
	-webkit-box-shadow: 0px 0px 2px #0b0a09;
	-moz-box-shadow: 0px 0px 2px #0b0a09;
	box-shadow: 0px 0px 2px #0b0a09;	
}
.wp-caption-text, .caption-text{
	margin: -5px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #797a7c;
}
.wp-caption, .caption{
	font-size: 11px;
	color: #797a7c;
}
.wp-caption p, .caption p{
	margin: -5px 0 0 0;
	padding: 0;
}

/* Forms */
.uniform{
	display: block;
	overflow: hidden;
	margin: 4px 0 4px 0;
}
.uniform .i_h{
	width: 50%;
	float: left;
}
.uniform .t_h{
	clear: both;
	margin-right: 6px;
}
.uniform .i_h .l{
	margin: 0 10px 0 0;
}
.uniform .i_h .r{
	margin: 0 6px 0 4px;
}
.uniform input{
	padding: 0 0 0 4px;
	height: 19px;
	line-height: 19px;
	float: left;
	margin: 0 0 9px 0;
	float: left;
	display: block;
	width: 100%;
}
.uniform textarea{
	clear: both;
	width: 100%;
	padding: 0 0 0 4px;
	line-height: 20px;
	margin: 0 0 9px 0;
	overflow: auto;	
	height: 139px;
}
a.go_button{
	display: block;
	float: left;
	height: 22px;
	margin: 1px 0 0 0;
	padding: 0 0 0 8px;
	background: url(http://static.tumblr.com/gsfxxve/vc6lnlwfz/button_mini_l.png) no-repeat 0 0;
	color: #312c22;
	line-height: 14px;
	text-shadow: 1px 1px 0 #fff;
}
	a.go_button span{
		display: block;
		background: url(http://static.tumblr.com/gsfxxve/p9flnlwgj/button_mini_bg.png) no-repeat right 0;
		padding: 2px 8px 6px 0;
	}
	#aside a.go_button{
		color: #312c22;
	}
a.go_button:hover{
	background-position: 0 -22px;
	text-decoration: none;
}
	a.go_button:hover span{
		background-position: right -22px;
	}
	a.go_submit i{
		display: block;
		float: right;
		height: 9px;
		width: 13px;
		background: url(http://static.tumblr.com/gsfxxve/E47lnlwh6/do_submit.png) no-repeat 0 0;
		margin: 4px 0 0 5px;
	}
	a.do_add_comment i{
		display: block;
		float: right;
		height: 14px;
		width: 13px;
		background: url(http://static.tumblr.com/gsfxxve/Krulnlwhx/do_add_comment.png) no-repeat 0 0;
		margin: 2px 0 0 5px;
	}
a.do_clear, #aside a.do_clear{
	margin-top: 1px;
	display: block;
	float: right;
	padding-left: 14px;
	font-size: 11px;
	line-height: 18px;
	color: #8E857C;
	background: url(http://static.tumblr.com/gsfxxve/t32lnlwir/do_clear.png) no-repeat 0 3px;
}
a.do_clear:hover{
	color: #ededed;
	background-position: 0 -17px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* [8. Widgets] */

/* Common styles */
.widget .alignleft{
	float: left;
	margin: 5px 10px 5px 0;
}
.widget .alignright{
	float: right;
	margin: 5px 0 5px 10px;
}
.widget .aligncenter{
	display: block;
	clear: both;
	margin: 5px auto 5px auto;
}
.widget p{
	margin: 0;
}
	#aside .widget .header{
		font-family: Arial, Helvetica, sans-serif;
	}
		#aside .widget .header cufon{
			top: 5px !important;
		}

/* Flickr */
.flickr{
	width: 190px;
	padding: 5px 0 0 0;
}
	.flickr .alignleft{
		margin: 0 8px 8px 0;
		position: relative;
	}
	.flickr i{
		display: block;
		position: absolute;
		left: 4px;
		top: 4px;
		width: 47px;
		height: 47px;
		background: #000;
		opacity: 0;
		filter: alpha(opacity = 0);
	}
	.flickr:hover i{
		opacity: 0.4;
		filter: alpha(opacity = 40);
	}
	.flickr:hover  .alignleft:hover i{
		opacity: 0;
		filter: alpha(opacity = 0);
	}
/* Posts (twitter, blog posts, etc.) */
.post{
	width: 180px;
	overflow: hidden;
	margin: 8px 0 0 -10px;
	padding: 12px 10px 0 10px;
	background: url(http://static.tumblr.com/gsfxxve/SUxlnlwje/widget_post_spread.png) no-repeat center 0;
}
	.post.first{
		margin: 0;
		padding: 0;
		background: none;
	}
.goto_post{
	overflow: hidden;
	clear: both;
}
		#aside .goto_post .ico_link.comments{
			margin-right: 0;
			float: right;
		}
	
/* Categories (1 and 2 col), Post types */
ul.categories{
	width: 200px;
	margin-left: -10px;
}
	ul.categories li{
		float: left;
		width: 160px;
		padding: 7px 30px 0 10px;
		margin: 3px 0 0 0;
		background: url(http://static.tumblr.com/gsfxxve/SUxlnlwje/widget_post_spread.png) no-repeat 0 0;
	}
	ul.categories li:first-child{
		margin-top: 0;
		padding-top: 0;
		background: none;
	}
		ul.categories li a{
			display: block;
			padding: 0 0 0 20px;
			background: url(http://static.tumblr.com/gsfxxve/mrzlnlv4a/ddmenu_arr.png) no-repeat 0 5px;
		}


	ul.categories.type li, ul.categories.col_2 li{
		float: left;
		width: 60px;
		padding: 7px 30px 0 10px;
		margin: 3px 0 0 0;
		background: url(http://static.tumblr.com/gsfxxve/dfOlnlwkz/widget_ul_spread.png) no-repeat 0 0;
	}
	ul.categories.type li.first, ul.categories.col_2 li.first{
		margin-top: 0;
		padding-top: 0;
		background: none;
	}
	ul.categories.type a{
		background-repeat: no-repeat;
		background-position: 0 0;
		padding: 0 0 0 25px;
	}
	ul.categories.type li.text a{
		background-image: url(http://static.tumblr.com/gsfxxve/JMElnlwn3/type_text.png);
	}
	ul.categories.type li.photo a{
		background-image: url(http://static.tumblr.com/gsfxxve/MjFlnlwnu/type_photo.png);
	}
	ul.categories.type li.link a{
		background-image: url(http://static.tumblr.com/gsfxxve/6pGlnlwoe/type_link.png);
	}
	ul.categories.type li.audio a{
		background-image: url(http://static.tumblr.com/gsfxxve/sg0lnlwp5/type_audio.png);
	}
	ul.categories.type li.video a{
		background-image: url(http://static.tumblr.com/gsfxxve/5gvlnlwpo/type_video.png);
	}
	ul.categories.type li.quote a{
		background-image: url(http://static.tumblr.com/gsfxxve/GBzlnlwq8/type_quote.png);
	}

/* Get in touch */
	.uniform.get_in_touch textarea{
		height: 79px;
	}
	
	.pp_gallery { display: none !important; }

div.comments_spead {
height: 15px;
}

.ppt {
display: none !important;
}
.bread .last {
cursor: default;
}


.article h1 a:hover, .article h2 a:hover, .article h3 a:hover, .article h4 a:hover, .article h5 a:hover, .article h6 a:hover{
	color: #505050;
}


.flickr:hover i{
	opacity: 0;
	filter: none;
}
.flickr:hover  .alignleft:hover i{
	opacity: 0;
	filter: none;
}
textarea, input {
   font-style: normal;
   color: #F5F2EB;
}
textarea.placeholder, input.placeholder {
   font-style: italic;
   color: #8E857C;
}
#share_com_top {
   height: 8px;
}
.share_com {
   margin-top: 0px;
}
.folio:hover .folio_just_caption{
	visibility: visible;
}
.big_gallery_bg.hidden {
   display: none;
}


.a_player{
	overflow: hidden;
}
.album_art img{
	max-width:215px;
}
.album_art{
	max-width:225px;
	float:left;
	margin: 0 20px 0 0;
	line-height: 0;
	padding-bottom: 10px;
}
.album_info{
	max-width: 260px;
	float:left;
	padding-bottom: 10px;
}


#tweets .post:first-child {
	background:none;
	padding:0 10px 0;
	margin:0 0 0 -10px;
}
.flickr img {
	width:46px;
	height:46px;
	 -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("http://static.tumblr.com/gsfxxve/TsKlnlwfc/widget_img_bg.gif") repeat-x scroll 0 0 #29241F;
    border-color: -moz-use-text-color #3E3833 #3E3833 -moz-use-text-color;
	 border-color:#3E3833 #3E3833;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    box-shadow: 0 0 2px #030302;
    line-height: 0;
    max-width: 180px;
    padding: 4px 3px 3px 4px;
	float:left;
	margin: 0 8px 8px 0;
   
}
#dsq-content ul.dsq-comment-meta li, #dsq-content ul.dsq-comment-actions li, #dsq-content #dsq-subscribe li {
	background:none;
}
#dsq-content #dsq-subscribe li a.dsq-subscribe-rss{
	 background: url("http://static.tumblr.com/gsfxxve/7aVlnlws0/rss.jpg") no-repeat scroll 0 0;
	 padding:0 0 0 18px;	 
}
#dsq-content #dsq-subscribe li a.dsq-subscribe-email{
	 background: url("http://static.tumblr.com/gsfxxve/bHUlnlwsl/mail.jpg") no-repeat scroll 0 0;
	 padding:0 0 0 20px;	 
}
#dsq-content #dsq-subscribe li a span {
	font-size:0;
	line-height:0;
	height:0;
	width:0;
	display:none;
}
#dsq-sort-select {
	background:#fff;
	border:1px solid #c1c1c1;
	color:#433D30;
	text-shadow:none;	
}

.notes blockquote {
	background:none;
	border:none;
	margin:0;
	padding:4px 0 0px 52px;
}
.article_box .article .notes img {
	padding:0px;
}
.article .notes {
	margin-left:0;
	padding-left:0;
	
}
.article .notes li {

}
.notes li span {
	margin:0 0 5px 0;

}
.chat td{
	color:#433D30;
	text-shadow:#fff 1px 1px 0;
}
.chat td.author {
	font-weight:bold;
	padding:0 5px 0 0;
}
.grey_light {
	font-weight:bold;
}

#tumblr_controls{
	position: fixed !important;
	top: auto !important;
	right: 20px !important;
	bottom: 20px !important;
}

tr.spread td{
	height: 5px;
	line-height: 5px;
	overflow: hidden;
}
table.chat{
	margin-bottom: 5px;
}

#disqus_thread, #dsq-popup-message, #dsq-popup-message label, #dsq-popup-message input, #dsq-popup-message p, #dsq-popup-message h3{
	text-shadow: none !important;
}

#disqus_thread button, #disqus_thread input, #disqus_thread select, #disqus_thread textarea {
	text-shadow: none !important;
}
