@charset "utf-8";
/* CSS Document */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
ul, ol {
	list-style:none;
}
body {
	width:100%;
	color:#ffffff;
	background-color:#edded4;
}
.clear {
	clear: both;
	height: 0px;
}
#current_page, #permalink_page {
	display: none;
}
div.navi_wrap {
	width:100%;
	position: relative;
	background-color:transparent;
}
#header {
	position:relative;
	width:100%;
	font-family: sans-serif;
	position: relative;
	border-bottom-color:#ffffff;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	z-index:1;
}
#header ul {
	clear:both;
	margin-left:50px;
	padding-bottom:35px;
}
#header li {
	float:left;
	margin-right:20px;
}
#footer {
	position:relative;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:20px;
	border-top-color:#ffffff;
	border-top-style:dotted;
	border-top-width:2px;
	font-family: sans-serif;
	z-index: 1;
}
#footer a {
	font-size:50px;
	color:#ffffff;
}
#next {
	float:right;
	margin-right:50px;
}
#prev {
	float:left;
	margin-left:50px;
}
#adjust, #no_adjust {
	display: none;
}
#adjust img, #no_adjust img {
	margin-right:2px;
}
#log {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:auto;
	background-color:#FFFFFF;
	color:#000000;
	border:solid;
	clear:both;
	display:none;
}
#logo {
	margin-left:40px;
	float:left;
}
h1 {
	color:#ffffff;
	font-size:50px;
	float:left;
	width:800px;
	font-weight:bold;
}
#posts {
	width:100%;
	padding:5px;
	position: relative;
}
div.mask {
	position: absolute;
	top: 0;
	left: 0;
	background-color:#edded4;
	width: 100%;
	height: 100%;
	z-index: 2;
}
div.post {
	float:left;
	margin:5px;
	position: relative;
}
img {
	margin:0;
	padding:0;
	border:none;
}
.text, .quote {
	width:435px;
}
.text .caption .title, .quote_content {
	font-size:30px;
	font-weight:bold;
}
.text_content {
	font-size:25px;
}
.source {
	font-size:1em;
}
div.caption {
	position:relative;
	padding:10px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:transparent;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	overflow:hidden;
	z-index:1;
}
.toneDown div.caption, .toneDown div#header, .toneDown div#footer {
	background-color:#b6aaa3;
}
div.caption_wrap {
	position:relative;
	background-color: transparent;
}
.text .caption, .quote .caption {
	margin:0;
}
.caption .notes {
	padding:10px;
	margin-top:10px;
}
.caption .notes li {
	margin-top:5px;
	margin-bottom:5px;
}
div.post div.icons {
	position: absolute;
	bottom:10px;
	right: 3px;
	height: 10px;
	width: 80%;
	clear: both;
}
.photo .resize {
	display:none;
}
div.post .icon {
	margin-left: 5px;
}
.photo .r {
	position:relative;
	float:right;
}
.photo .l {
	position:absolute;
	top:-2px;
	left:-2px;
}
div.post div.jump_pl {
	float:right;
}
a:link {
	color: #fff000;
	text-decoration:none;
}
a:visited {
	color: #fff000;
	text-decoration:none;
}
a:hover {
	color: #e7ff24;
	text-decoration:none;
}
a:active {
	color: #e7ff24;
	text-decoration:none;
}
a.no_color:link {
	color: #ffffff;
	text-decoration:none;
}
a.no_color:visited {
	color: #ffffff;
	text-decoration:none;
}
a.no_color:hover {
	color: #ffffff;
	text-decoration:none;
}
a.no_color:active {
	color: #ffffff;
	text-decoration:none;
}
.button_gray {
	color: #444444;
}
