/*  
Theme Name: Back 2 Basic
Theme URI: http://www.imtomo.com
Description: This is a theme for www.imtomo.com.
Version: 1.0
Author: Tomo
Author URI: http://www.imtomo.com/
*/


body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}


body {
	margin: 0;
	font-family: Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 12px;
	color: #555;
	text-align: left;
	background: #FFF;
}


h1 {
	font-family: Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 24px;
	margin: 35px 0 0 20px;
	padding: 0;
}


h1 img {
	border: 0;
}


h1 a:hover {
	background: none;
}


a:link, a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}


a:hover {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	background: #fff700;
}


p {
	padding: 5px 0;
}


#wrapper {
	margin: 0;
	padding: 0;
	width: 1000px;
	text-align: left;
	over-flow: hidden;
}


#header {
	width: 166px;
	height: 500px;
	float: left;
	margin: 0 0 0 36px;
	background: url('images/header.gif') no-repeat;
	display: inline;
}


#header #nav {
	margin: 220px 0 0 40px;
	list-style: none;
	padding: 0;
}
#header #nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}


#container {
	float: left;
	width: 600px;
	margin: 180px 0 0 -40px;
	display: inline;
}


.post-date {
	float: left;
	background: url('images/post-date.gif') no-repeat;
	width: 64px;
	height: 64px;
	text-align: center;
	margin: 0;
	padding: 8px 0 0;
}


.post-date .month {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}


.post-date .day {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 26px;
	margin: 0;
	padding: 0;
}


.post-date .year {
	color: #000;
	font-size: 8px;
	line-height: 10px;
	margin: 0;
	padding: 0;
}


.post {
	padding: 10px 0 20px;
}


.post h2 {
	font-family: "微软雅黑", Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 0 70px;
	color: #000;
	line-height: 35px;
}

.post h2 a:link, .post h2 a:hover, .post h2 a:visited {
	color: #000;
	font-size: 35px;
	font-weight: normal;
}

.page .post h2 {
	font-family: "微软雅黑", Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 35px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #000;
	line-height: 35px;
}

.indeximg {
	clear: both;
	padding: 0 5px;
}

.indeximg img{
	border: 1px solid #aaa;
	width: expression(this.width > 578 ? 578: true); 
	max-width: 578px;
	padding: 5px;
	background: #FFF;
	margin: 5px 0;
}


.indeximg a:hover {
	background: none;
}


.entry {
	clear: both;
	line-height: 22px;
	padding: 0 5px;
}


.entry img {
	border: 1px solid #aaa;
	width: expression(this.width > 578 ? 578: true); 
	max-width: 578px;
	padding: 5px;
	background: #FFF;
	margin: 5px 0;
}

.entry .excerpt {
	text-align: left;
	margin: 5px 0;
}

.entry .excerpt a {
	font-size: 10px;
	padding: 3px;
	background: #000;
	display: block;
	width: 40px;
	color: #FFF;
	line-height: 10px;
	text-align: center;
}

.entry .excerpt a:hover {
	font-size: 10px;
	padding: 3px;
	background: #FFF700;
	width: 40px;
	display: block;
	color: #000;
	line-height: 10px;
	text-align: center;
}

.postmetadata {
	background: url('images/line.gif') no-repeat;
	padding: 5px 0;
	margin: 12px 0 30px;
	font-size: 11px;
	color: #777;
}

.postmetadata a {
	color: #555;
}

.navigation {
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 20px;
}
.navigation .prev{
	background: url('images/prev.gif') no-repeat;
	float: left;
	width: 79px;
	height: 27px;
	margin-left: 5px;
	display: block;
	cursor: hand;
}
.navigation .next{
	background: url('images/next.gif') no-repeat;
	float: right;
	width: 79px;
	height: 27px;
	margin-right: 5px;
	display: block;
	cursor: hand;
}


.sidebar {
	float: left;
	width: 227px;
	margin: 185px 0 0 8px;
	display: inline;
}


.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}


.sidebar ul li {
	padding: 15px 0;
}


.sidebar ul li h2 {
	font-family: Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #000;
}


.sidebar ul li ul {
	padding: 0 8px;
	margin: 0;
	list-style: none;
}


.sidebar ul li ul li {
	padding: 0;
	line-height: 20px;
	margin: 0;
}
.sidebar ul li ul li h2{
	font-family: Arial, Helvetica, Verdana, Sans-seriff;
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000;
}
.sidebar ul li ul li ul li {
	list-style: disc;
	margin-left: 10px;
}
.sidebar #searchform {
	background: url("images/s_bg.gif") no-repeat;
	height: 29px;
}
.sidebar #s {
	background: transparent;
	border: 0;
	width: 146px;
	height: 29px;
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
	color: #FFF;
	overflow: hidden;
}
.sidebar #go {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}


.sidebar h2 img {
	border: 0;
}


.sidebar .foto a:hover {
	background: none;
}

.sidebar .about a:hover {
	background: none;
}

.sidebar .about b img {
	padding: 5px;
	border: 1px solid #aaa;
}

.sidebar .tags a {
	color: #666;
}

.sidebar .tags a:hover {
	color: #000;
}

table#wp-calendar {
	width: 180px;
	text-align: center;
}


table#wp-calendar tr {
	height: 22px;
}


table#wp-calendar #prev {
	text-align: left;]
	padding-top: 10px;
}


table#wp-calendar #next {
	text-align: right;
	padding-top: 10px;
}


#footer {
	clear: both;
	text-align: center;
	width: 1000px;
	height: 180px;
	background: url('images/footer.gif') no-repeat 240px 50px;
}


#footer p {
	padding: 85px 110px 0 0;
	line-height: 18px;
	color: #CCC;
	font-size: 10px;
}


#footer p a {
	color: #FFF;
}


#footer p a:hover {
	text-decoration: none;
	color: #fff700;
	background: none;
}


/* Begin Comments*/
.comments-template {width:590px; padding:5px;}
ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist h5 { margin-top:20px; font-size:12px; font-weight:bold; }
ol.commentlist h3 { font-size:16px; font-weight:bold; }
ol.commentlist li { border:1px solid #ddd; height:1%; margin:0 0 10px; padding:5px 7px 5px 57px; position:relative; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { color:#c00; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { padding:5px; background:#FFF; border:1px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.4 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#aaa; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#999; background:none;}
ol.commentlist li p { font:normal 12px/1.4 helvetica,arial,sans-serif; margin:0 0 1em; }
ol.commentlist li ul { font:normal 12px/1.4 helvetica,arial,sans-serif; list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#ccc; border:1px solid #bbb; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 12px/1.4 helvetica,arial,sans-serif; padding:2px 5px; text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#ddd; border:1px solid #ccc; }
ol.commentlist li div.reply a { background:none; color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {&nbsp; }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#f7f7f7; }
ol.commentlist li.odd { background:#fff; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
/* End Comments */
