/*
Theme Name: A Piece of Tokyo
Theme URI: http://www.apieceoftokyo.se/
Description: Custom made theme for Jennifer Lindbergs blog called A Piece of Tokyo.
Version: 1.0
Author: Johannes Koggdal
Author URI: http://www.koggdal.se/
Tags: black, white, grayscale, clean

This theme was based on the default theme of Wordpress 2.8.4:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	color: #383838;
	}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, 'Trebuchet MS', Sans-Serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 34px;
	font-weight: normal;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
h2.pagetitle small {
	font-size: 0.8em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea, #contactform input, #contactform textarea {
	font: 11px 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li #respond { font-size: 1.1em; }


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #c62894;
	text-decoration: none;
	}

a:hover {
	color: #871b65;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Arial, Helvetica, Verdana, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	background: #303030 url('images/header_bg.png') repeat-x;
	}

#page {
	margin: 0;
	padding: 0;
	width: 100%;
		}

#header {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 0;
	height: 71px;
	position: relative;
	}

#header p#quickbutton_desc {
	margin: 0;
	padding: 7px;
	background: #000;
	position: absolute;
	top: 10px;
	right: 150px;
	display: none;
	color: #fff;
}
#header ul.quickbuttons {
	list-style: none;
	float: right;
	margin: -38px 0 0 0;
}
#header ul.quickbuttons li {
	display: inline-block;
	float: left;
	margin: 0 0 0 5px;
}
#header ul.quickbuttons li a {
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -9999999px;
}
#header ul.quickbuttons li.contact a { background: url('images/quickbutton_contact.gif') no-repeat 0 0; }
#header ul.quickbuttons li.facebook a { background: url('images/quickbutton_facebook.gif') no-repeat 0 0; }
#header ul.quickbuttons li.bloglovin a { background: url('images/quickbutton_bloglovin.gif') no-repeat 0 0; }
#header ul.quickbuttons li.rss a { background: url('images/quickbutton_rss.gif') no-repeat 0 0; }
#header ul.quickbuttons li.contact a:hover { background-position: -29px 0; }
#header ul.quickbuttons li.facebook a:hover { background-position: -29px 0; }
#header ul.quickbuttons li.bloglovin a:hover { background-position: -29px 0; }
#header ul.quickbuttons li.rss a:hover { background-position: -29px 0; }

#content-wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	background: #272727;
	padding: 10px 0 10px 10px;
	}
#content {
	width: 640px;
	background: #fff;
	margin: 0;
	padding: 30px;
	float: left;
	min-height: 820px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

#footer {
	padding: 20px;
	margin: 10px auto 30px auto;
	width: 930px;
	clear: both;
	background: #272727;
	color: #555;
	}

#footer p {
	margin: 0;
	padding: 0;
	}
#footer p.copyright { float: left; }
#footer p.admin { float: right; text-align: right; }
#footer:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }

#w3counter { display: none; }
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 11px 0 0 0;
	text-indent: -10000000px;
	text-align: left;
	}
h1 a {
	display: block;
	background: url('images/logo.png');
	width: 288px;
	height: 47px;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin: 0 0 30px 0;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

ul.postmetadata {
	background: #f5f5f5;
	padding: 7px;
	margin: 10px 0 0 0;
	font-size: 11px;
}
ul.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0 10px 0 18px;
	}
ul.postmetadata li.category { background: url('images/meta_category.gif') no-repeat 0 2px; }
ul.postmetadata li.date { background: url('images/meta_date.gif') no-repeat 0 2px; }
ul.postmetadata li.comments { background: url('images/meta_comments.gif') no-repeat 0 2px; }
ul.postmetadata li.permalink { background: url('images/meta_permalink.gif') no-repeat 0 2px; }
ul.postmetadata li.edit { background: url('images/meta_edit.gif') no-repeat 0 2px; }

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 15px 15px;
	}

#sidebar #searchform #s {
	width: 160px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}


#commentform {
	margin: 10px 0 0 0;
	}
#commentform fieldset { border: 0; padding: 0; margin: 0; }

#commentform p.signed-in { font-size: 11px; }

#commentform div.name { width: 33.5%; float: left; }
#commentform div.email { width: 33.5%; float: left; }
#commentform div.web { width: 32.9%; float: left; }
#commentform div label { display: block; color: #444; }

#commentform input {
	padding: 4px;
	margin: 0;
	border: 1px solid #dedede;
	width: 93%;
	}
	
#commentform textarea {
	width: 98%;
	height: 130px;
	padding: 4px;
	margin: 5px 0 0 0;
	border: 1px solid #dedede;
	}
#commentform input:focus, #commentform textarea:focus { border-color: #bebebe; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit {
	margin: 5px 0 0 0;
	float: right;
	}

#contactform { margin: 30px 0 0 0; }
#contactform fieldset { border: 0; padding: 0; margin: 0; }
#contactform div { float: left; }
#contactform div.name { width: 322px; }
#contactform div.email { width: 318px; }
#contactform div.name input { width: 307px; }
#contactform div.email input { width: 308px; }
#contactform input {
	padding: 4px;
	margin: 0;
	border: 1px solid #dedede;
}
#contactform textarea {
	padding: 4px;
	margin: 5px 0 0 0;
	border: 1px solid #dedede;
	width: 630px;
}
#contactform button {
	margin: 5px 0 0 0;
	float: right;
}

#contactform p.mail_sent {
	padding: 20px;
	background: #ebffe2;
	border: 1px solid #e3e3e3;
	margin: 10px 0 20px 0;
}
#contactform p.error {
	padding: 20px;
	background: #dd9191;
	border: 1px solid #818181;
	color: #fff;
	margin: 10px 0 20px 0;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-left: 20px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	

.commentlist li div div.comment_meta
{
	background: url('images/comment_arrow.gif') no-repeat bottom left;
	padding: 0 0 5px 30px;
	margin: 0 0 -1px 15px;
	position: relative;
	z-index: 20;
}
.commentlist .comment-author
{
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
.commentlist .comment-author small { font-size: 12px; font-weight: normal; }
.commentlist .date
{
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
}
.commentlist .actions
{
	float: right;
	margin: -12px 5px 0 0;
}
.commentlist .actions a { margin-left: 10px; font-weight: normal; }
.commentlist li div p.comment_text {
	border: 1px solid #e6e6e6;
	background: #f5f5f5 url('images/comment_bg.gif') repeat-x;
	padding: 19px;
	margin: 0;
	font-size: 11px;
	position: relative;
	z-index: 10;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	width: 260px;
	float: left;
	position: relative;
	}
#content-wrapper:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }

#sidebar h2 {
	font: italic bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 245px;
	height: 28px;
	padding: 10px 0 0 15px;
	background: #1a1a1a;
	margin: 0;
	}

#profile {
	padding: 0 0 0 15px;
	color: #bfbfbf;
}
#profile h2
{
	font: italic bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	background: none;
}
#profile img
{
	display: block;
	margin-bottom: 10px;
}
#profile dl
{
	margin: 5px 0 0 0;
}
#profile dl di
{
	float: left;
	margin-right: 20px;
}

#profile dl dt
{
	text-transform: uppercase;
	color: #e5e5e5;
}
#profile dl dd
{
	margin: 0;
}
#profile dl:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }
#profile p { margin: 7px 5px 10px 0; }


#sidebar ul li.categories { margin: 0; }
#sidebar ul li.categories ul li:before {
	content: "";
}
#sidebar ul li.categories ul { margin: 0; }
#sidebar ul li.categories ul li { margin: 0; }
#sidebar ul li.categories ul li a {
	display: block;
	width: 235px;
	height: 33px;
	font-size: 12px;
	background: #000;
	padding: 17px 0 0 25px;
	color: #fff;
	font-weight: bold;
}
#sidebar ul li.categories ul li a:hover { text-decoration: none; }
#sidebar ul li.categories ul li.fashion a { background: #000 url('images/fashion-shopping.jpg') 0 0; }
#sidebar ul li.categories ul li.luxury a { background: #000 url('images/lyxliv.jpg') 0 0; }
#sidebar ul li.categories ul li.just-my-life a { background: #000 url('images/just-my-life.jpg') 0 0; }
#sidebar ul li.categories ul li.photography a { background: #000 url('images/om-mig.jpg') 0 0; }
#sidebar ul li.categories ul li.videoblog a { background: #000 url('images/videoblogg.jpg') 0 0; }
#sidebar ul li.categories ul li.health a { background: #000 url('images/traning_halsa.jpg') 0 0; }
#sidebar ul li.categories ul li.camera-equipment a { background: #000 url('images/kamerautrustning.jpg') 0 0; }
#sidebar ul li.categories ul li.fashion a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.luxury a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.just-my-life a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.photography a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.videoblog a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.health a:hover { background-position: 0 -50px; }
#sidebar ul li.categories ul li.camera-equipment a:hover { background-position: 0 -50px; }

#sidebar ul.archive li.archive_month:before, #sidebar ul.archive li.archive_year:before { content: ''; }
#sidebar ul.archive li.archive_month > a, #sidebar ul.archive li.archive_year > a
{
	text-transform: uppercase;
	font-size: 10px;
	margin: 10px 0 0 0;
		color: #aaa;
}

#sidebar ul.archive li.archive_month ul { text-transform: none; }
#sidebar ul.archive li ul { display: none; }
#sidebar ul.archive li.archive_visible > ul { display: block; }


#sidebar form {
	margin: 0;
	}

#sidebar .publicity {
	text-align: center;
}
#sidebar .publicity a {
	display: inline-block;
	margin-bottom: 10px;
}
#sidebar .publicity h2
{
	margin: 0 0 10px 0 !important;
	text-align: left;
}
#sidebar .ad_cocoo
{
	display: block;
	width: 168px;
	margin: 0 auto 20px auto;
	text-align: center;
}
#sidebar .ad_cocoo img { border: 0; }
#sidebar .ad_cocoo:hover,
#sidebar .ad_cocoo:active
{
	text-decoration: none;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

