﻿/*
Theme Name: Twenty Ten Child
Description: Child theme for the Twenty Ten theme.
Author: evenrain
Template: twentyten
*/

@import url("../twentyten/style.css");

/* 變更原有的 style.css */
.one-column #content {
	width: 100%;
}
#content table {
	border: 0px;
}
#content tr td {
	border-top: 0px;
}
#site-title {
	width: 660px;
}
#site-description {
	width: 260px;
}

/* 部落格牆用 */
#linkbox li {
	margin:2px;
	padding:5px;
	text-align:center;
	display:inline-block;
	border:1px solid black;
	width: 200px;
	min-height: 170px;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#linkbox .linkimage {
	width: 200px;
	height: 150px;
}

#linkbox .linkname {
	width: 100%;
	background-color: #c0c0c0;
}

#linkbox .linkname a {
	text-decoration: none;
}

#linkbox .linkrss {
	text-align: left;
}
