/*

Theme Name: IKUTA THEME

Theme URI: http://www.kobe-ikuta.jp/

Version: 1.0

Description: Basic Theme for Ikuta.

Author: Motoyama

*/



/* standard elements */

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #ff9933;}
a:hover {color: #ff9933;}
a img {border: none;}

body {
	background: #000 url('img/body.jpg') repeat-y center top;
	color: #fff;
	font: normal 65% "ＭＳ Ｐゴシック",Osaka,sans-serif;
	padding-top: 10px;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: bold 1.8em "ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #FF3300;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-left: 22px;
}

h2 {font: bold 1.6em "ＭＳ Ｐゴシック",Osaka,sans-serif;}
h3 {font: bold 1.4em "ＭＳ Ｐゴシック",Osaka,sans-serif;}
h4 {font: bold 1.2em "ＭＳ Ｐゴシック",Osaka,sans-serif; border-bottom: 1px dashed #000; margin-right:150px;}
h2,h3,4 {padding-top: 6px; color: #FF3300; margin-bottom: 6px;}

code {
	background: #000;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */

.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #000;
	background: #000;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 800px;
}

.outer-container {
	padding-bottom: 0px;
}

/* headere & title */

.header {
	background: #000 url('img/header.jpg') no-repeat;
	height: 250px;
	margin-bottom: 5px;
	text-align: center;
}

.header .title {

	color: #FFF;
	padding-top: 10px;
}

.header .title .sitename a {

	border-bottom: 1px dashed #ff3300;
	color: #FFF;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}

.header .title a:hover {border-color: #F60;}

.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}

#menu {
	width:100%;
	padding:0px;
	text-align:left;
	margin:0px 0 0 0;
	background:#303030 url(img/a.gif) repeat-x;
	height:40px;
}

#menu ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#menu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#menu ul li a{
	background: inherit;
	width: 110px;
	height: 40px;
	border-top: 0px solid #f5d7b4;
	border-left: 1px solid #404040;
	border-bottom: 0px solid #f5d7b4;
	border-right: none;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 14px tahoma, sans-serif;
	line-height: 40px;
}

#menu ul li a:hover{
	color: #fff;
	background:url(img/b.gif) repeat-x;
	line-height: 40px;
}

#menu a:active{
	background:url(img/b.gif) repeat-x;
	color: #fff;
	line-height: 40px;
}

#menu li#active a{
	background:url(img/b.gif) repeat-x;
	border: 0px;
	color: #fff;
	line-height: 30px;
}

ol#nav {
	margin:25px 15px 25px 30px;
	font-size:1.3em;
}

ol li {
	margin:15px 0 15px 0 !important;
	margin:-10px 0;
}

#nav a {
	display:block;
	margin:0;
	color:#33B6F8;
	border:none;
}

#nav a b {
	float:right;
	display:none;
	color:#333;
}

#nav a:hover {
	background:none;
	border:none;
	text-decoration:none;
}

#nav a:hover b {
	display:inline;
}

/* path */

.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}

.path li,.path ul {display: inline;}

.path a {
	color: #FAFAFA;
	text-decoration: none;
	margin-right: 16px;
}

.path a:hover {
	color: #FFE;
	text-decoration: underline;
}

/* main */

.main {
	background: url('img/main.gif') repeat-y;
	border-top: 4px solid #000;
	padding: 8px 12px 0 0;
}

/* content */

.content {
	width:780px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li {
	line-height: 1.4em;
	list-style-type: none;
	margin-left: 18px;
}


.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* navigation */
.navigation {
	float: left;
	width: 160px;
}

.navigation h2 {
	color: #ff3300;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation ul {
	padding: 0;
}

.navigation li {border-bottom: 1px;
	background: url('img/manav.gif');
	margin-left: 0px; 
}

.navigation li a {
	font-size: 1.4em;
	color: #fff;
	display: block;
	padding: 12px 0 12px 5%;
	text-decoration: none;
	width: 95%;
	background: url('img/manav.gif') no-repeat;
}

.navigation li a:hover {
	background: #666666;
	color: #ffffff;
	background: url('img/manavh.gif') no-repeat;
}

/* footer */
.footer {
	background: #000;
	color: #fff;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}

.footer a {
	color: #ff3300;
	text-decoration: none;
}

.footer a:hover {color: #ff3300;}

/* posts */
.post h1 a {
	border-bottom: 1px dashed #ff3300;
	color: #ff3300;
        font: normal 1em Tahoma,sans-serif;
	text-decoration: none;
}

.post h1 a:hover {
	border-bottom: 1px dashed #ff3300;
	color: #ff3300;
}

.post {
	width: 600px;
	margin: 6px 0 2px;
	float:right;
}

.post .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}

.post img {
	border: 0px solid #000;
	margin: 4px 0;
}
.post a img {border: 0px solid #000;}
.post a:hover img {border-color: #CCC;}

.post table{
	margin:0px 0px;
}

.post tr{border: solid 1px #ff3300;}

.post td{
	border: solid 1px #ff3300;
	padding: 5px;
}

.info a {text-decoration: none;}

.info a:hover {text-decoration: underline;}

/* comments */
.content ol li {background: none;}

.commentlist {margin: 0; padding: 0;}

.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* calendar */
#wp-calendar {color:#A0A0A0;}

.navigation table caption {border-bottom-color:#000;}

.navigation table thead tr {
  border-bottom-color:#000;
  color:#A53512;
}

.navigation table th {border-bottom-color:#000;}

.navigation table td#today {
  border-color:#000;
  color:#A53512;
}

.navigation table td a {
  border-bottom-color:#000;
  background-color:#EDF3DE;
}

.navigation table tfoot {border-top-color:#000;}

.navigation table tfoot a {background:none;}

/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

.navigation table caption {
  margin: -5px 10px 0 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
}

.navigation table thead tr {border-bottom:1px solid;}

.navigation table th {border-bottom:1px solid;}

.navigation table td {
  width: 225px; /* maximaize width; honestly, I don't know much about tables... */
  padding: 1px;
  font-size: 0.9em;
}

.navigation table td#today {
  padding: 0;
  border: 1px solid;
  font-size: 1em;
  font-weight: bold;
}

.navigation table td a {
  display: block;
  border-bottom: 1px solid;
  font-weight: bold;
  font-size: 1.15em;
}

.navigation table tfoot {border-top:1px solid;}
.navigation table tfoot a {
  border: none;
  font-weight: bold;
}
.navigation table tfoot #prev a {text-align:left;}
.navigation table tfoot #next a {text-align:center;}

#searchform {padding: 10px;}

#topnews {
 float:left;
 width:280px;
}

#topnews ul {
	width:275px;
	font-size:1.1em;
	font-weight:700;
	margin:2px 0px;
	padding: 0px;
}

#topnews li {
	margin-left: 2px;
	margin-top: 4px;
	margin-bottom: 1px;
	padding: 2px;

}

#topnews ul a {
	clolor:#000;
}

#topnews img {
	border: 0px;
	margin: 2px 0;
}

#topcontent {
	float:right;
	width:320;
}

#bread {
	margin:0;
	font-size:1em;
	font-weight:bold;
}

/* tpost */
.tpost h1 a {
	border-bottom: 1px dashed #ff3300;
	color: #ff3300;
        font: normal 1em Tahoma,sans-serif;
	text-decoration: none;
}
.tpost h1 a:hover {
	border-bottom: 1px dashed #ff3300;
	color: #ff3300;
}

.tpost {
	width: 480px;
	margin: 6px 0 2px;
}

.tpost .info{
	background: #F5F5F5;
	border: 1px solid #E3E4E4;
	color: #666;
	margin: 2px 0 4px;
	padding: 5px 10px;
}

.tpost img {
	border: 0px solid #000;
	margin: 4px 0;
}

.tpost a img {border: 0px solid #000;}
.tpost a:hover img {border-color: #CCC;}

.tpost table{
	margin:0px 0px;
}

.tpost tr{
	border: solid 1px #ff3300;
}

.tpost td{
	border: solid 1px #ff3300;
	padding: 5px;
}

.newspost {
	width: 650px;
	margin: 6px 100px 2px;
}

.newspost table{
	margin:0px 0px;
}

.newspost tr{
	border: solid 1px #ff3300;
}

.newspost td{
	border: solid 1px #ff3300;
	padding: 5px;
}

#h1back{
background: url('img/h1back.gif') no-repeat;
	border: none;
}
