/*
Theme Name: Dirtylicious
Theme URI: http://templates.arcsin.se/
Version: 1.0
Description: A soft-colored, bright and somewhat dirty two-column theme. Based on the <a href="http://templates.arcsin.se/">free website template</a> Dirtylicious. Also available as <a href="http://templates.arcsin.se/dirtylicious-joomla-template/">Joomla template</a>.
Author: Viktor Persson
Author URI: http://arcsin.se
Modifier: Lilia (BUNGAKU GOKUDOU)
*/

/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #048;
}
a:hover {
	color: #06C;
}
a img {
	border: 0 none;
}

body {
/*
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
*/
	background: #E7E7DE url('img/body.jpg') repeat-y center top;
	color: #444;
	font: normal small Tahoma,sans-serif;
	padding: 0;
}

p, ul, ol {
	padding-bottom: 1.2em;
	font-weight: normal;
	font-size: small;
}

ul {
	list-style: none;
}

h1 {
	font: bold large Tahoma,sans-serif;
}
h2 {
	font: bold medium sans-serif;
}
h3 {
	font: bold small Tahoma,sans-serif;
}

h1, h2, h3 {
	padding-top: 6px;
	color: #553;
	margin-bottom: 4px;
}

code, pre, kbd {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	clear: both;
	font-family: Consolas,Monaco,'Courier New','MS Gothic','Osaka&#129;|&#147;&#153;&#149;&#157;','OsakaMono',monospace;
	font-weight: normal;
	font-style: normal;
	font-size: 86%;
	margin-bottom: 1em;
	padding: 8px 10px;
	white-space: pre;
	width: 93%;
	overflow: scroll;
	max-height: 20em;
}
html>body code, html>body pre, html>body kbd {
  overflow: visible;
  /*\*/
  overflow: auto;
  /**/
}
code.code-ng, pre.code-ng, kbd.code-ng {
	background: #F6F6F6;
	border: 1px solid #FEE;
	border-left: 6px solid #E99;
	color: #888;
}
code strong, pre strong, kbd strong {
	color: #333;
}
.code-ng strong {
	color: #C66;
}

blockquote {
/*
	background: url('img/quote.gif') no-repeat;
	padding-left: 28px;
*/
	display: block;
	clear: both;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px double #CCC;
	color: #666;
	width: 93%;
	margin-bottom: 1em;
	padding: 8px 10px;
}
blockquote p {
	padding: 0.5em 0;
}
p.source {
	color: #333;
	text-align: right;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	margin: 0 0.8em 1em 3.5em;
	padding: 0 0.5em 0.5em 1em;
}
p.source cite {
	font-weight: normal;
	font-style: normal;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.null {
	display: none;
}
.u {
	text-decoration: underline;
}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #FFF;
	font-size: medium;
	margin: 0 auto;
	padding: 10px;
	width: 790px;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding: 28px 0 16px 0;
}

.site-menu {
	background-color: #000000;
	color: #ffffff;
	clear: both;
	text-align: right;
	font-family: Arial,Helvetica,Osaka,'MS PGothic',sans-serif;
	font-size: small;
/*
	padding: 5px 0.8em 10px;
*/
	padding: 10px 1.5em 9px;
}
.site-menu a:link, .site-menu a:visited {
	color: #ccccff;
	text-decoration: none;
}
.site-menu a:active, .site-menu a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
.site-menu a.self:link, .site-menu a.self:visited {
	color: #ffffff;
}
#page_top {
	border-bottom: 1px solid #FFF;
}
#page_foot {
	border-top: 1px solid #FFF;
}

/* header & title */
.header {
	background: #222 url('img/header_loop.jpg') repeat-x;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header h1 {
	font: bold medium sans-serif;
	color: #FFF;
	padding-top: 0;
	margin-bottom: 0;
}
.header .title .sitename a {
	border-bottom: 1px dashed #657382;
	color: #FFF;
	font: bold 2em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {
	border-color: #F60;
}
.header .title .slogan {
	font: normal small Verdana,sans-serif;
	padding-top: 6px;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal small Verdana,sans-serif;
	padding: 8px 12px;
}
.path li, .path ul {
	display: inline;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}
.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* breadcrumb */
.breadcrumb {
	background: #E4E4E0;
	color: #777;
	font: normal small Verdana,sans-serif;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 8px 12px;
}
.breadcrumb a {
	color: #666;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #999;
	text-decoration: underline;
}
.breadcrumb .bc_current a {
	font-weight: bold;
}

/* main */
.main {
/*
	background: url('img/main.gif') repeat-y;
*/
	border-top: 2px solid #FFF;
	padding: 6px 12px 0 0;
}

/* content */
.content {
	float: left;
	width: 550px;
	padding: 2px 5px;
	margin-right: 5px;
}
.content .descr {
	color: #664;
	font-size: 90%;
	margin-bottom: 1em;
}
.content ul li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
.content ol li {
	line-height: 1.4em;
	list-style-type: decimal;
	margin-left: 18px;
}
.content p {
	font-family: 'Lucida Sans Unicode',Osaka,Meiryo,'MS PGothic',sans-serif;
}

/* navigation */
.navigation {
	background-color: #F7F7F2;
	float: right;
	width: auto;
	max-width: 230px;
	margin: 5px 0 12px 5px;
	padding: 0 2px;
}
.navigation h2 {
	color: #5A5A43;
	font: bold medium Tahoma,sans-serif;
	line-height: 200%;
	margin: 0;
	padding-left: 1em;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {
	border-bottom: 1px solid #EAEADA;
}
.navigation li a {
	font-size: small;
	color: #554;
	display: block;
	padding: 8px 0 8px 1em;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background-color: #F0F0EB;
	color: #654;	
}
.navigation li span.item {
	font-size: small;
	color: #554;
	display: block;
	padding: 8px 0 8px 1em;
	width: 95%;
}
.navigation li img.qr {
	margin: 10px 10px 5px;
	border: 1px solid #DDD;
}
.navigation li.google-ad {
	text-align: center;
	margin: 0 0 5px;
}
.navigation li.google-ad .item {
	text-align: left;
	margin: 0;
}
.navigation li.amazon-ad {
	text-align: left;
	padding: 6px 0 5px 6px;
}
.navigation li.amazon-ad img {
	margin: 0;
}
.navigation li.amazon-ad a {
	padding: 0;
}

/* footer */
.footer {
	background-color: #949490;
	color: #F7F7F2;
	font: bold small sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	border: 1px solid #949490;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {
	color: #FFC;
}

.page-navi {
	font-family: Arial,Helvetica,Osaka,Meiryo,'MS PGothic',sans-serif;
	clear: both;
	font-size: small;
	width: 550px;
	margin: 0;
}
.page-navi p.pagenavi {
	background: #FFF;
	color: #654;	
	margin: 0;
	padding: 5px 1em 5px 1.2em;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.page-navi .pagenavi-label {
	padding-right: 1em;
}
p.pagenavi .separator {
	display: none;
}
p.pagenavi .bracket {
	display: none;
}
p.pagenavi strong {
}
.page-navi a, .page-navi span.pagenavi-this {
	margin: 0 1px;
	padding: 1px 0.4em;
	background-color: #f0f0f0;
	color: #333333;
	border: 1px solid #cccccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.page-navi span.pagenavi-this {
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #000000;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.page-navi .pagenavi-num {
	font-weight: normal;
}
.page-navi a.pagenavi-first, .page-navi a.pagenavi-last {
}
.page-navi a:link, .page-navi a:visited {
	text-decoration: none;
	color: #333366;
}
.page-navi a:hover {
	text-decoration: none;
	background-color: #999999;
	color: #eeeeff;
	border: 1px solid #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.page-navi a:active {
	text-decoration: none;
	background-color: #cccccc;
	color: #eeeeff;
	border: 1px solid #666666;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.foot-navi {
	clear: both;
	text-align: right;
	margin: 5px 2.5em 0;
	font-size: small;
}
.foot-navi a {
	padding: 5px 0.8em;
	border-top: 1px solid #D7D7D2;
	border-right: 1px solid #D7D7D2;
	border-left: 1px solid #D7D7D2;
	border-bottom: 0 none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #554;
	background-color: #F7F7F2;
	text-decoration: none;
}
.foot-navi a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* posts */
.post {
	margin: 0 0 15px;
	padding: 5px 1em 0.5em;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.post h1 {
	clear: both;
	line-height: 135%;
}
.post h1 a {
	border-bottom: 1px dashed #AAA;
	color: #664;
	text-decoration: none;
}
.post h1 a:hover {
	border-color: #F60;
	color: #553;
}
.post .descr {
	padding-left: 1.5em;
}
.post .info {
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}

.post img {
	border: 1px solid #DDD;
	margin: 4px 0;
}
.post a img {
	border: 1px dashed #DDD;
}
.post a:hover img {
	border: 1px dashed #CCC;
}

.post h1 img {
	width: 16px;
	height: 16px;
	border: 0 none;
	margin: 2px;
	vertical-align: middle;
	text-decoration: none;
}
.post h1 a:hover img {
	border: 0 none;
	text-decoration: none;
}

.post hr {
	border: 0 none;
	border-top: 1px solid #CCC;
	height: 1px;
	margin: 5px 5px 10px;
	padding: 0;
}

.sticky .post {
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 12px 0 18px;
	background-color: #fffffc;
}
/*
.adhesive-post {
	border: 1px solid #CCC;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background-color: #fffffc;
}
*/
.info a {
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.prev-next {
	display: block;
	clear: both;
	font-size: small;
	padding: 0.4em 1em;
	line-height: 160%;
}
.prev-next .prev {
	display: inline;
	padding-right: 0.5em;
	float: left;
}
.prev-next .next {
	display: inline;
	padding-left: 0.5em;
	float: right;
}
.prev-next a {
	text-decoration: none;
}
.prev-next a:hover {
	text-decoration: underline;
}
p.posts-navi {
	padding-bottom: 0.5em;
}

/* archive */
h2.archive-title {
	font: bold medium sans-serif;
	padding: 6px 0 0 1.5em;
	color: #553;
	margin: 0;
}

/* feedback */
.feedback  {
	margin: 0;
	padding: 0.5em 1em;
}

/* bookmark */
.bookmark  {
	margin: 0;
	padding: 0 1em;
}

/* comments */
.content ol li {
	background: none;
}

.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {
	padding: 2px 0 4px;
}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {
	color: #444;
	text-decoration: underline;
}
.nocomments {
	color: #644;
	font-style: italic;
}

textarea.styled {
	width: 280px;
}

.styled {
	font-size: medium;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
	border-radius: 2px;
	-moz-border-radius: 2px;
}
#commentform input {
	margin-bottom: 3px;
}
#commentform input, #commentform textarea {
	font-size: 100%;
}

input#tb-url {
	display: inline;
	width: 70%;
	margin: 0 0 1.2em;
	padding: 2px;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #F6F6F0;
	font-family: Tahoma,sans-serif;
	font-size: small;
}

/* author page */
.author-profile {
	margin: 1em 2em 0 4.5em;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	clear: both;
}
.author-profile dl {
	margin: 0.5em 1em;
	padding: 0;
}
.author-profile dl dt {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 3px;
}
.author-profile dl dd {
	font-size: small;
	margin-left: 3em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 3px;
}
.author-profile dl dt {
	font-size: small;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 0.5em;
}
.author-profile p {
	font-size: small;
	border-top: 1px dashed #CCC;
	padding: 0.8em 1em;
	margin: 0.5em;
	clear: both;
}

/* calendar */
#wp-calendar {
	color: #A0A0A0;
}

.navigation table caption {
	border-bottom-color: #000;
	font-size: small;
	font-weight: bold;
}

.navigation table thead tr {
	border-bottom-color: #000;
	color: #A53512;
	font-size: small;
}

.navigation table th {
	border-bottom-color: #000;
	font-size: small;
}

.navigation table td#today {
	border-color: #000;
	color: #A53512;
	font-size: small;
}

.navigation table td a {
	border-bottom-color: #000;
	background-color: #EDF3DE;
	font-size: small;
}

.navigation table tfoot {
	border-top-color: #000;
	font-size: small;
}

.navigation table tfoot a {
	background: none;
}

/* calendar
--------------------------------------------------*/
#wp-calendar {
	display: inline-table;
	border-collapse: collapse;
	width: 185px;
	margin: 0px 10px 0 10px;
	text-align: center;
}

.navigation table caption {
	margin: -5px 10px 0 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	letter-spacing: 0.1em;
}

.navigation table thead tr {
	border-bottom: 1px solid;
}

.navigation table th {
	border-bottom: 1px solid;
}

.navigation table td {
	width: 225px; /* maximaize width; honestly, I don't know much about tables... */
	padding: 1px;
	font-size: small;
}

.navigation table td#today {
	padding: 0;
	border: 1px solid;
	font-size: small;
	font-weight: bold;
}

.navigation table td a {
	display: block;
	border-bottom: 1px solid;
	font-weight: bold;
	font-size: small
}

.navigation table tfoot {
	border-top: 1px solid;
}
.navigation table tfoot a {
	border: none;
	font-weight: bold;
}
.navigation table tfoot #prev a {
	text-align: left;
}
.navigation table tfoot #next a {
	text-align: center;
}

#searchform {
	padding: 6px;
}
#searchform input {
	font-size: small;
}
#searchform #s {
	display: inline;
	width: 140px;
	margin: 0;
	padding: 2px;
	border-top: 1px solid #999;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fcfcfc;
}
#sidebarsubmit {
	margin: 0;
	padding: 2px 5px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #CCC;
}
#searchform #sidebarsubmit {
	margin-left: 1px;
	padding: 0;
	background: url(img/search_short.gif) no-repeat left bottom;
	border: 0 none;
	font-size: 0;
	color: #FFF;
	height: 22px;
	width: 25px;
}

/* Google ads */
.g-bigbanner {
/*
	text-align: center;
	padding: 8px 0 16px;
	margin: 0;
*/
	text-align: center;
	background-color: #fcfcfc;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin: 16px 0 0;
	padding: 3px 0 0;
}

/* Amazon ads */
.content .amazon-ad {
	margin: 6px 0 8px;
	padding: 5px 0 5px 30px;
}
.content .amazon-ad iframe {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.content .amazon-widget {
	margin: 6px 0 8px;
	padding: 5px 0 5px 15px;
}

/* monthchunks */
.monthchunks li {
	font-size: small;
	display: block;
	color: #554;
	padding: 8px 0 8px 0.5em;
	width: 170px;
	line-height: 160%;
}
.monthchunks li a {
	display: inline;
	padding: 0 0.4em 0 0.5em;
	width: auto;
}
.monthchunks li strong {
	padding: 0 0.4em 0 0.5em;
}

/* free area */
li.free-area {
	font-size: small;
	display: block;
	color: #554;
	padding: 8px 0 8px 0.5em;
	line-height: 160%;
}
li.free-area a {
	display: inline;
	padding: 0;
}
li.free-area .note {
	font-size: xx-small;
}