/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

.blog #main {
	margin: 0 auto;
	width: 717px;
	float: none;
	padding: 5px 0 0;
	margin-bottom: 50px;
	font-size: 83%;
}

.blog{
	font-size:14px;
	font-family:
	"ＭＳ Ｐゴシック",
	MS P Gothic ,
	Osaka,
	"ヒラギノ角ゴ Pro W3",
	Hiragino Kaku Gothic Pro;
}
.blog p{
	margin: 5px 0 15px 0;
}

.head div.headLeft{
	text-align:left;
}

#blogSide{
	width:144px;
	margin:0 auto;
	padding:10px 0 0 0;
}


a {
	color:#666666;
}

a img {
	border: none;
}

a:visited {
	color: #666666;
}

a:hover {
	color: #999;
	border: none;
}

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

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

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}


cite {
	font-size: 100%;
	font-style: normal;
}

.blog h2 {
	width:575px;
	height:35px;
	background-image:url(images/blogh2.jpg);
	background-repeat:no-repeat;
	font-size: 120%;
	font-weight:bold;
	letter-spacing: 0.1em;
	margin: 10px 0 1px 0;
	padding: 1px 0 0 20px;
}

.blog h2 a{
	border:none;
}


h3 {
	width:575px;
	border-bottom: 1px dotted #eee;
	margin: 0;
}


.categories{
	width:144px;
	height:24px;
	background-image:url(images/side_cate.jpg);
	background-repeat:no-repeat;
}



ol#comments li p {
	font-size: 100%;
	width:95%;
}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	width:95%;
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #ccc;
	padding: .2em;
}

#commentform textarea {
	width: 80%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#archives{
	margin:0;
	padding:0;
}


#calendar{
	margin:15px 0 0 0;
}

#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 144px;
}

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

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 12px;
	text-align: left;
	margin:0;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
