/*
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-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: bold;
}

div.navigation{
	padding:0 0 30px;
}
div.navigation div.alignleft{ float:left; font-size:0.8em;}
div.navigation div.alignright{ float:right; font-size:0.8em;}


div#sidebar {
	width: 180px;
	padding:1px;
	margin-top:20px;
	float:left;
}
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: #000;
	font-size: 1.2em;
	height: auto;
	margin: 0 0 2px 0;
	padding: 4px;
	text-indent: 1px;
	color: #EEE;
}



div.contents {
	float:left;
	width: 890px;
}
div.contents br.clear{
	line-height:1;
}
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;
	height:auto;
	font-size: 1.2em;
	text-indent: 1px;
	color:#958343;
}
div#content h2.pagetitle{
	margin: 0 0 30px;
	padding: 0;
	height:auto;
	font-size: 1.4em;
	text-indent: 1px;
	border-bottom: dashed 1px #958343;
	color:#958343;
}
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;
	color:#958343;
}
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;
}





