/*
Theme Name: MediaTrade Template
Description: A WordPress theme.
Version: 1.0
Author: Media Trade
Author URI: http://www.mediatrade.jp/
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}

div.navigation{
	padding:0 0 30px;
}
div.navigation div.right{ float:right; font-size:0.8em;}
div.navigation div.left{ float:left; font-size:0.8em;}

div#container {
	margin: -20px auto 0;
	font-size:100%;
}


div#sidebar {
	width: 180px;
	padding:1px;
	margin-top:20px;
	float:left;
}
div#sidebar ul {
	padding-bottom: 30px;
}
div#sidebar li {
	list-style: none;
}
div#sidebar li li {
	margin: 0px;
	margin-bottom: 2px;
	padding: 4px;
	background: #F5F5F5;
}
div#sidebar li h2 {
	text-align:center;
	background: #333;
	font-size: 1.2em;
	height: auto;
	margin: 0 0 2px 0;
	padding: 4px;
	text-indent: 1px;
	color: #F5CAB8;
}



div.contents {
	width: 100%;
}
div#content {
	width: 70%;
	margin: 20px 10px 20px 0;
	float: right;
}
#commentform {
	width: 80%;
}
div.post {
	margin: 5px 0 50px;
	border-bottom: 1px dashed black;
	clear:both;
}
div#content h2,
div#content h2 a{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	text-indent: 1px;
	color:#EF7C00;
}
div.post p.time{
	padding:0 0 10px;
	font-size: 0.8em;
}
div.entry p{
	padding:10px 0 20px;
}
blockquote {
	margin-left:20px;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #F5F5F5;
}



div#content h3{
	margin:10px 0 10px;
	font-size:1.2em;
}
ol.commentlist {
	margin: 0 auto 50px;
}
ol.commentlist li {
	margin-bottom: 1em;
	border: 1px solid #cccccc;
	padding: 5px;
	background-color: #F5F5F5;
	list-style:none;
}
ol.commentlist li.alt {
	background-color: #eeeeee;
}
ol.commentlist a {
	color: #333333;
}
div#comments {
	margin: 20px;
}
small.commentmetadata {
	margin-bottom: 1em;
	display: block;
}
input,
textarea{
	margin:2px 0 2px;
}




#searchform {
	text-align: right;
	margin: 2px;
}
#searchform input {
	border: 1px solid #4A2C00;
	background-color: #eeeeee;
}
#searchform #s {
	width:92%;
	background-color: white;
}



table#wp-calendar{
	width:100%;
	margin:0 0 10px;
}
table#wp-calendar th,
table#wp-calendar td{
	text-align:center;
	background: #FFF;
	font-size: 0.8em;
	color: #000;
}
table#wp-calendar td a{
	color:#EF7C00;
}


.sidebanner li { text-align: center; padding-bottom: 10px;}



