/* Copyright Tea P. of http://colorfilter.net and http://owarinai.net
---------------------------------------------------------------------
You are allowed to use my coding as reference to learn more from ONLY.
You MAY NOT copy my coding or the design, and nothing on my site may be
reproduced in any way unless explicit permission has been obtained from
me first. Please visit my site(s) for current methods of contact.
------------------------------------------------------------------ */

/* Kimura Takuya FL version 2 stylesheet */


/* ------------------------------------------------------------------
GENERAL FORMATTING
------------------------------------------------------------------ */

a:link, a:visited {text-decoration: none; color: #8C412B; background-color: transparent; font-weight: bold;}
a:hover, a:active {text-decoration: none; color: #8C412B; background: transparent url(kimura_linktile.jpg) repeat; font-weight: bold; outline: none;}

html, body {
	font-family: Arial, "Times New Roman", Georgia, Arial, serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
	color: #554944;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ECE4D9 url(kimura_bodybg.jpg) repeat-x;
	}
img {
	border: 0;
	margin: 2px;
	}

ul, li {
	margin: 0;
	padding: 0;
	}

/* --------------------
LAYOUT STYLING PORTION
-------------------- */		

/* top level div for entire layout
-----------------------------------*/
#container {
  	position: relative;
	width: 650px;
	margin: 0px auto;
	padding: 0px;
	background: #DED0C3 url(kimura_contentbg.jpg) repeat;
	text-align: justify;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* --------------------
HEADER SECTIONS PRIOR TO MAIN CONTENT AREA
-------------------- */

#pageheader {
	padding: 0px;
	margin: 0px;
	}
#pageheader h1 {
	width: 650px;
	height: 395px;
	margin: 0px;
	padding: 0px;
	background: url(kimura_header02.jpg) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}
	
/* fanlisting stats
-----------------------------------*/
#stats {
	position: absolute;
	top: 250px;
	left: 7px;
	width: 310px;
	height: 120px;
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 12px;
	line-height: 14px;
	color: #4E2A39;
	}
	
/* --------------------
FOOTER SECTION AFTER MAIN CONTENT AREA
-------------------- */

#pagefooter {
  	position: relative;
	width: 650px;
	height: 89px;
	margin: 0px auto;
	margin-top: -89px;
	padding: 0px;
  	background: #DECFBF url(kimura_footer.jpg) no-repeat;
	}	
#pagefooter2 {
	padding: 45px 15px 0 15px;
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 10px;
	font-weight: normal;
	color: #886C6F;
	line-height: 12px;
	}
#pagefooter2 a:link, #pagefooter2 a:visited { 
	text-decoration: none;
	color: #4E2A39;
	background-color: transparent;
	font-weight: normal;
	}
#pagefooter2 a:active, #pagefooter2 a:hover {
	text-decoration: underline;
	color: #4E2A39;
	background-color: transparent;
	font-weight: normal;
	}

/* --------------------
MAIN CONTENT AREA
-------------------- */

/* main content area text and objects */
#content {
	position: relative;
	overflow: visible; /* For IE's buggy italics problem */
	min-height: 255px;  /* For Modern Browsers */
	margin: 4px 15px;
	padding-bottom: 100px; /* For Footer Space */
  	background: #DED0C3 url(kimura_contentbg.jpg) no-repeat;
	}
#content h1 { /* CONTENT MAIN HEADING */
	padding: 2px 0 4px 35px;
	margin: 0;
	line-height: 23px;
	font-family: "Times New Roman", Georgia, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #613537;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.05em;
	background: url(kimura_flower.gif) no-repeat;
	}
#content ul {
	margin-top: 16px;
	margin-left: 20px;
	}
#content ol li {
	padding-bottom: 8px;
	}
ul.info ul {
	margin-top: 10px;
	margin-left: 20px;
	}
ul.info li {
	padding-bottom: 15px;
	}
ul#navigation {
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	color: #DFC7A9;
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 11px;
	line-height: 12px;
	}
ul#navigation li {
	display: inline;
	padding: 2px 8px 2px 8px;
	margin: 1px;
	border: 1px #CDBEB4 solid;
	background-color: #D2C5BE;
	letter-spacing: 0.05em;
	}
ul#navigation a {
	text-transform: uppercase;
	color: #9A8980;
	font-weight: bold;
	background: transparent;
	outline: none;
	}
ul#navigation a:hover {
	background-color: #ECE4D9;
	color: #9A8980;
	}

/* ------------------------------------------------------------------
MISCELLANEOUS, OLD, AND FROM BELLABUFFS
------------------------------------------------------------------ */

/* for style of form */
input, select, textarea {
	padding: 2px;
	margin: 2px 0px 5px 0px;
	background-color: #E5DACB;
	color: #4E423E;
	border: 1px #4E423E solid;
	font-size: 12px;
	font-family: "Courier New", Georgia, "Times New Roman", serif;
	vertical-align: middle;
	}

/* for width of all but submit */
#name, #email, #country, #fave, #comments, #url, #newemail, #newurl, textarea {
	width: 280px;
	}
label {
	font-weight: bold;
	}

.small {
	font-family: Arial, Tahoma, Arial, Verdana, san-serif;
	font-size: 9px;
	color: #544026;
	font-weight: normal;
	text-transform: uppercase;
	}
.fave {
font-family: georgia, times new roman, tahoma, serif;
font-size: 11px;
}
