@charset "utf-8";
/*
Theme Name: Leather Square Blog
Theme URI: http://leather-square.com/
Description: We are Leather Square.
Version: 1.0
Author: Wataru Sasaki
Author URI: http://www.crea.bz/
*/


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #4D331A;
	background-image: url(images/bk_blog.jpg);
	color: #999999;
	text-align: center;
	line-height: 1.5em;
	}
	
#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

.widecolumn .postmetadata {
	text-align: center;
	}

#footer {
	background: #000000;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	position: relative;
	left: 25px;
	font-size: 16px;
	}

#headerimg .description {
	position: relative;
	left: 25px;
	margin-top: 5px;
	font-size: 11px;
	color: #666666;
	}

h2 {
	font-size: 14px;
	}
.post h2 {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #666666;
	}
.post .entry {
	padding-top: 10px;
}

h3 {
	font-size: 13px;
	}

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

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

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

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: #999999;
	}

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: #DDDDDD;
	text-decoration: none;
	}

.postmetadata a {
	text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: #444033;
	margin: 20px auto;
	padding: 0;
	width: 550px;
	border: 1px solid #666666;
	text-align: left;
	}

#header {
	background-color: #000000;
	padding: 0;
	height: 150px;
	width: 550px;
	border-style: none none solid none;
	border-width: 1px;
	border-color: #666666;
	}

#headerimg {
	margin: 0;
	height: 150px;
	width: 550px;
	background-image: url(images/bk_bloghead.jpg);
	background-repeat: no-repeat;
	background-position: right;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 0;
	width: 550px;
	}

.post {
	padding: 0 25px 25px;
/*	text-align: justify; */
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

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

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

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 550px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #444444;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 60px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

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

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
/* End Headers */



/* Begin Images */
.entry img {
	border-style: solid;
	border-width: 2px;
	border-color: #999999;
}

p img {
	padding: 0;
	max-width: 100%;
	}

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

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

img.alignleft {
	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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
/* End Entry Lists */


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

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

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	margin: 10px auto 60px auto;
	width: 500px;
	text-align: center;
	font-size: 11px;
	}
.navigation a {
	color: #999999;
}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #666666;
	text-align: center;
	background-color: #999999;
	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;
	color: #333333;
}
/* End captions */

#ac {
	display: none;
}
