form { margin:0; padding:0; }
body {
	margin: 0;
	background: #353535;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1em; }
p, ul, ol { margin-top: 0; line-height: 180%; }
ul, ol {}
a { text-decoration: none; color: #C0BFBF; }
a:hover { background: none; }
a img { border:0; }

/* Header */
.wrap { width:800px; margin:0 auto; }
#header {
	background: #000;
	width: 100%;
	height: 209px;
	margin: 0 auto;
	text-align:center;
}
#header .wrap { background: #000 url(images/japan-cars.jpg) no-repeat; height: 209px; border:1px solid #353535; border-top:0; border-bottom:0; }

/* Logo */
#logo { float: left; }
#logo h1 { float: left; }
#logo p {
	float: left;
	margin: 0;
	padding: 102px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
} 
#logo a {
	background: none;
	text-decoration: none;
	color: #fff;
}

/* Search */
#search { float: right; width: 230px; margin:0 20px 0 0; }
#search form {}
#search fieldset {
	margin:0;
	padding:0;
	border:none;
}
#search-text {
	text-transform: lowercase;
/*	border: 1px solid #fff;*/
	border:0;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background:#222;
	padding:5px;
	width: 230px;
	margin:0;
}
#search-submit { display: none; }

/* Menu */
#menu-wrap { width:100%; height:60px; text-align:center; background:#222; }
#menu {
	width: 800px;
	height: 60px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	margin-left: 15px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}
#menu li { float: left; }
#menu a, #menu span {
	margin-right: 3px;
	padding: 5px 20px;
	background: #222;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
#menu span { padding: 5px 5px; }
#menu a:hover, #menu .current_page_item a { background:#fff; color:#000; font-weight:bold; }
#menu a:hover { font-weight:normal; background:#D6D6D6; }
#menu .current_page_item a:hover { font-weight:bold; }

/* Page */
#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */
#content { float: left; width: 500px; margin-left:10px; }
.post {}
.post .title { padding: 5px 0; font-size:2em; text-align:left; }
.post .title a { background: none; color:#fff; }
.post h2 { color:#fff; font-weight:normal; letter-spacing:2px; }
.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}
.post .entry { padding: 20px 0; text-align: justify; }
.post .entry p { line-height:150%; }

/* Sidebar */
#sidebar {
	float: right;
	width: 258px;
	background: #D6D6D6;
	border: 1px solid #D3D3D3;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {}
#sidebar li ul { padding: 20px; }
#sidebar li li {}
#sidebar h2 {
	padding: 5px 10px;
	background: #000;
	font:1.4em Verdana, Helvetica, sans-serif;
	color:#eee;
}
#sidebar p { padding: 20px; color:#555; }
#sidebar a { color:#000; }
#sidebar a:hover { text-decoration:underline; }

/* Calendar */
#calendar {}
#calendar_wrap { padding: 20px; }
#calendar table { width: 100%; }
#calendar tbody td { text-align: center; }
#calendar #next { text-align: right; }

/* Footer */
#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}