/*

		 By: Shoma Nishikawa
		 http://www.nishikawaindustries.com
		 http://www.moneycashshoms.com

*/

/*
	RESET/BACKGROUND
*/

*									{ margin: 0; padding: 0; }
html								{ overflow-y: scroll; }
html, body						{ height: 100%; }
body								{ font-size: 62.5%; font-family: "Georgia", Arial, sans-serif; color: BLACK; 
									  background: url(images///wallspaper.jpg) top center repeat-y; min-height:500px;}
ul									{ list-style: square inside; }
ol									{ list-style: decimal inside; }
a									{ outline: none; text-decoration: none; }
a img								{ border: none; background: none; }
img								{ vertical-align: middle; }
table								{ border-collapse: collapse; }
.contentwrapper				{ min-height: 100%; width: 300px; position:relative; top:-19px; margin:0 auto;}
.footer							{ color:white; background: url(images/footer-repeat.png) bottom repeat-x; height: 33px; width:100%; float:bottom;}
.padding                   { height:30px;}


#posts{
	position:relative;
	left:0px;
	top:0px;
	z-index:2;
}
#transparency{
	background-color:rgba(249,249,249, .2);
	width:424px;
	height: 100%;
	position:fixed;
	right:0px;
	top:0px;
	z-index: 10;
}
#right{
	position:fixed;
	right:0px;
	bottom:0px;
	width:230px;
	padding:20px;
	text-align:right;
	z-index:200;
	
}
#right h1{
	/*
	background: url(images/logo.png) center top no-repeat;
	height: 97px;
	width: 601px*/
	position: relative;
	right: 165px;
	top:15px;
	font-size:40px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
	z-index:200;
}
#right h1 a{
	color:#000000;
	text-decoration:none;
	z-index:200;
}
#right p{
	margin-bottom:10px;
	width:230px !important;
	line-height:18px;
	z-index:200;
}
#right input{
	position:relative;
	top: -17px;
	left: 5px;
	font-size:13px;
	padding:2px;
	text-align:right;
	width:150px;
	color:#aaaaaa;
	z-index:200;
}
#right .tf_focused{
	text-align:left;
	color:#000000;
}
#right .colphon{
	position: relative;
	left: 7px;
	top:10px;
	letter-spacing: 2px;
	font-size: 20px;
	color: #a7a7a7;
}
#right a{
	color: #a7a7a7;
}
#left{
	position:relative;
	top:200px;
	left: 200px;
	font-style: italic;
	letter-spacing: 2px;
	font-size: 1.2em;
	color: #a7a7a7;
}
#left #author, #left #blog, #left #list{
	margin:20px;
	float:left;
	width:200px;
}
#left #author #title, #left #blog #title, #left #list #title{
	color: #ff2222;
}
#twitter_div { 
	font-style: italic;
	letter-spacing: 2px;
	color: #a7a7a7;
	text-align: right;
	position:fixed;
	right:0px;
	top:20px;
	z-index:200;
}
#twitter_div #raging_on{ 
	background: url(http://www.benzandabackpack.com/mcs/images/ragingsmall.png) center top no-repeat;
	text-indent: 99px;
	height:56px;
	width:424px;
	z-index:200;
}
ul#twitter_update_list { 
	list-style: none; 
	font-size: 1.5em;	
}
ul#twitter_update_list li { 
	margin-bottom: 5px;
	padding: 2px;
}
div#twitter_date {
	font-size:10px;
}



/* general post css */
.post,
.entry{
	clear:left;
	float:left;
	position:relative;
	background-image:url('http://static.tumblr.com/xhpdxdi/fOxkinev8/post_background.gif');
	background-position:50px 0px;
	background-repeat:repeat-y;
	padding-bottom:0px;
	padding-right:0px;
	margin-bottom:20px;
	/*
	border-bottom:1px solid rgba(0,0,0, .1);
	border-right:1px solid rgba(0,0,0, .07);
	*/
}
.post .icon,
.entry .icon{
	float:left;
	width:40px;
	line-height:40px;
}
.post .icon a,
.entry .icon a{
	width:40px;
	height:40px;
	display:block;
}
.post .icon a:hover,
.entry .icon a:hover{
	background-color:rgba(255,255,255, .3);	
}
.post .icon a.permalink,
.entry .icon a.permalink{
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}
.post .icon a.notes{
	text-decoration:none;
	text-align:center;
	color:rgba(255,255,255,.5);
	font-weight:bold;
	font-size:15px;
	line-height:40px;
}
.post .icon a.notes:hover{
	color:rgba(255,255,255,1);
}
.post .content,
.entry .content{
	position:relative;
	margin-left:50px;
}
.post .caption,
.entry .caption{
	padding:15px;
	max-width:400px;
	line-height:18px;
}
.arrows{
	font-color: #ff2222;
}
.post .caption a,
.entry .caption a{
	font-weight:bold;
	text-decoration:none;
	color:#aaaaaa;
}
.post .caption a span.arrows,
.entry .caption a span.arrows{
	color:#ff2222;
}
.post .caption a:hover,
.entry .caption a:hover{
	text-decoration:underline;
}
.post .caption h3,
.entry .caption h3{
	font-weight:bold;
	font-size:30px;
	letter-spacing:-1px;
	margin-bottom:15px;
	line-height:30px;
}
.post .caption h3 a,
.entry .caption h3 a{
	text-decoration:none;
}
.post .caption h3 a:hover,
.entry .caption h3 a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;	
}
.entry .caption p,
.post .caption p{
	margin-bottom:10px;
}
.entry .caption blockquote,
.post .caption blockquote{
	border-left:1px dashed #dddddd;
	padding-left:15px;
	margin-bottom:10px;
}
/* dates */
.date{
	background-image:none;
	background-color:rgba(255,255,255, .4);
	height:40px;
	overflow:hidden;
}
.date .icon .permalink{
	background-image:url('http://www.benzandabackpack.com/mcs/images/calendar_icon.png');
}
.date .caption{
	padding:0px;
	line-height:40px;
}
.date .caption a{
	text-decoration:none;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	line-height:40px;
	color:#aaaaaa;
}
.date .caption a:hover{
	color:#666666;
	text-decoration:underline;
}

/* search: */
#search{
	position:relative;
	top:17px;	
}
.search .icon .permalink{
	background-image:url('http://static.tumblr.com/xhpdxdi/tujkineyu/search.png');
}
.search .caption{
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	line-height:40px;
}
.search .caption span.query{
	font-weight:bold;
}

/* pagination */
.pagination{
	background-image:none;
	background-color:none;
	height:30px;
	border:none;
}
.pagination .caption{
	font-size:18px;
	line-height:30px;
	padding-top:0px;
	padding-bottom:0px;
	color:#aaaaaa;
}
.pagination .caption p{
	padding-left:0px;
}
.pagination .caption p a span{
	color:#aaaaaa;
}
.pagination .caption p a:hover span{
	color:#000000;
}

/* photo post specific css */

.photo{
	background-color:#ffffff;	
}
.photo .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/7tOkinelf/camera_icon.png');
}
.photo .the_photo{

}
.photo .photo_loading{
	background-image:url('/http://static.tumblr.com/xhpdxdi/Ns9kineq1/loading_circle.gif');
	background-repeat:no-repeat;
	background-position:10px 10px;
}
.photo .the_photo .photo_inner{

}
.photo .icon a.zoom{
	background-image:url('/http://static.tumblr.com/xhpdxdi/VkRkineqt/magnifying_icon.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:2px;
}

/* video specific: */
.video{
	background-color:#ffffff;
}
.video .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/Hjmkinf01/video_icon.png');	
}

/* link specific: */
.link{
	background-color:#ffffff;
}
.link .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/Qngkineov/link_icon.png');
}
.link .caption h3 a{
	font-style:italic;
	color:#ff2222;
	letter-spacing: .05em;
}

/* regular: */
.regular{
	background-color:#ffffff;
}
.regular .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/kMukinewt/regular_icon.png');
}
.regular .caption h3 a{
	color:#ff2222;
}

/* quotes: */
.quote{
	background-color:#ffffff;
}
.quote .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/kMukinewt/regular_icon.png');
}
.quote .the_quote{
	font-style:italic;
	text-indent: -0.5em;
	margin-right:20px;
}
.quote .short{
	font-size:24px;
	line-height:26px;
}
.quote .medium{
	font-size:18px;
	line-height:21px;
}
.quote .long{
	font-size:15px;
	line-height:19px;
}
.quote .the_quote .quote_mark{
	color:#ff2222;
	font-weight:bold;
}

/* audio: */
.audio{
	background-color:#ffffff;
}
.audio .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/FVskinekl/audio_icon.png');
}
.audio .icon .download{
	background-image:url('/http://static.tumblr.com/xhpdxdi/LlJkinf45/folder_add.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.audio .the_player{
	background-color:#dadada;
	width:420px;
	padding:10px;
	padding-left:10px;
}

/* conversation */
.conversation{
	background-color:#ffffff;
}
.conversation .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/wQ5kinemf/conversation_icon.png');
}
.conversation .caption h3
.conversation .caption h3 a{
	color:#ff2222;
}

/* notes */
.post_notes{
	background-image:none;
	background-color:transparent;
	border:none;
	border-top:1px solid rgba(0,0,0,.1);
	width:500px;
}
.post_notes .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/ugRkines4/notes_icon.png');
}
.post_notes .the_notes{
	font-size:13px;
	line-height:24px;
	width:440px;
}

/* my credit */
.credit{
	background-image:none;
	background-color:transparent;
	border:none;
	border-top:1px solid rgba(0,0,0,.1);
	width:500px;
	height:40px;
	overflow:hidden;
}
.credit .icon .permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/wifkineo4/credit.png');
}
.credit .caption{
	font-size:12px;
	line-height:40px;
	padding:0px;
	padding-left:15px;
}
/* twitter */

#twitter{
	background-color:#ffffff;
}
#twitter p.latest{
	margin-bottom:0px !important;
	font-size:12px !important;
	color:#bbbbbb !important;
}
#twitter .icon a.permalink{
	background-image:url('/http://static.tumblr.com/xhpdxdi/RlYkinezi/twitter_icon.png');
}
#twitter .lastTweet span{
	display:block;
	margin-bottom:4px;
}
/*css for lightboxed images.*/
#lightbox{
	background-color:transparent;
	padding:0px;
}
#lightboxDetails{

}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{
	-webkit-box-shadow: 2px 2px 2px #bbbbbb;
} 
#overlay img{ border: none; }
#overlay{
	background-color:#f0f0f0;
	background-color:rgba(249,249,249, .93);
}
#credit{
	padding-bottom:30px;
	font-family:Helvetica, Arial;
	font-size:13px;
	color:#bbbbbb;
	padding-left:70px;
}
#credit a{
	font-weight:bold;
	color:#aaaaaa;
}
/* END LIGHTBOX */