@import "../common/reset.css" ;
@import "./common.css" ;

html
{
	background-color: #8A4F07;
	overflow-y: scroll;
}
body
{
	color: #010;
	background: #FFF;
	_padding-left: 30px;
}

/* common */

p
{
	margin: 0.8em 0;
	line-height: 1.9;
}

a
{
	color: #d95e0b;
	border-bottom:1px solid;
}
a:visited
{
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover ,
a:active
{
	border-bottom: 2px solid;
}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited 
{
	color: inherit;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 0;
}

h1, h2, h3, h4, h5, h6,
h2 a, h3 a, h4 a, h5 a, h6 a
{
	color: #17552d;
	font-weight: bold;
}

h2, h3, h4, h5, h6
{
	margin: 2em 0 1em;
/*	padding: 3px 0.3em;
	background-color: #a6cc47;*/
}

h1
{
	font-size: 180%;
}

h2
{
	position: relative;
	left: -21px;
	padding-left: 20px;
	font-size: 120%;
	line-height: 1.4;
	background: transparent url('/image/icon/group/xiss.16px-16px') no-repeat left center;
}

h3
{
	font-size: 110%;
}

h4
{
	font-size: 100%;
}

h5
{
	font-size: 90%;
}

h6
{
	font-size: 85%;
}

hr
{
	visibility: hidden;
}

.possessive
{
	display: none;
}

#twitter_update_list li
{
	border-bottom: 1px dotted #71aa4f;
	padding: .2em 0;
}

/* Section */

.section
{
	clear: both;
	padding: 0;
	margin-bottom: 2.5%;
	/*border: double 4px #efe;*/
	min-width: 20%;
	/*[if IE6]
		width: expression(
			((document.body || document.documentElement).clientWidth > 500)? "97.2%" :
			 ((document.body || document.documentElement).clientWidth < 200)? "20%" :
			"auto"
		);
	*/
}

.section .section
{
	clear: none;
	float: left;
	margin-left: 2%;
	/*border: double 3px #cce3c3;*/
	/*[if IE6] width: auto; */
}

/* header */

#header ,
#main
{
	width: 80%;
	max-width: 80em;
	margin: 0 auto;
}

#header address a
{
	display: block;
	width: 135px;
	padding: 48px 0 0 50px;
	border: none;
	color: #FFF;
	background: transparent url("../common/image/xiss.180px-73px.png") no-repeat -25px 0px;
}
#header h1
{
	padding: 0 0 0 50px;
	text-shadow: 0 0 1px #0F0;
}

#main
{
	min-height: 300px;
}

div#url address
{
	padding: 0.5em;
	font-weight: bold;
	color: #FFF;
	background-color:#a6cc47;
}

div#url address a
{
	color: #FFF;
	background-color: inherit;
}

form#search ,
form#searchform
{
	visibility: hidden;
	text-align: right;
	position: relative;
	top: 1.8em;
	z-index: 3;
}

form#search input,
form#searchform input,
form#search button
form#searchform button
{
	visibility: visible;
	margin: 0;
	border: none;
	-webkit-border-radius: 7px;
	-moz-border-radius:    7px;
	-o-border-radius:      7px;
	border-radius:         7px;
	padding: 0.5em;
	background-color: #DFD;
}
form#searchform input#searchsubmit
{
	cursor: pointer;
	margin-left: -6px;
	background-color: #EC8;
}

div#headings
{
	display: none;
}

body.single dl.postmetadata
{
	float: right;
	font-size: 90%;
}

#respond
{
	clear: both;
}
#respond textarea
{
	height: 4em;
}

/* footer */

#main-pages
{
	clear: both;
	position: absolute;
	top: 3.5em;
	right: 10%;
	left: 10%;
	margin-left: 135px;
}
#main-pages ul
{
	float: right;
	margin: 0;
	text-align: right;
}
#main-pages ul li
{
	display: inline-block;
	*display: inline;
	*zoom: 0;
	padding: 0.5em 0 0 0.5em;
	font-weight: bold;
}

#main-pages ul li a
{
	display: block;
	padding: 0 0.5em;
	border: 1px solid #EDE;
	color: #17552d;
	background-color: #FEFEFE;
	opacity: 0.7;
	font-size: 150%;
	text-shadow: 1px 1px 5px #9F9;
	behavior: url('/program/PIE.htc');
}
#main-pages a:hover
{
	border-color: #CEC;
	background-color: #DFD;
	opacity: 1;
}
#main-pages .current_page_item a
{
	background-color: #EFE;
	opacity: 1;
}

.hTagcloud
{
	clear: both;
	min-height: 57px;
	margin: 0 auto;
	padding: 45px 1.5% 0;
	background: url("../common/image/clover-field.311px-150px.png") repeat-x left top; 
	line-height: 1;
	text-align: center;
}
.hTagcloud a
{
	white-space: nowrap;
	color: #9CE18C;
	text-shadow: 1px 1px 1px #090;
	behavior: url('/program/PIE.htc');
}
.hTagcloud:hover a
{
	color: #1A1;
	background-color: #FFF;
	opacity: 0.9;
}

#footer
{
	clear: both;
	text-shadow: 1px 1px 3px #B98;
	background-color: #91E08E;
	background: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0.01, rgb(138,79,7)),
						color-stop(0.76, #91E08E)
					);
	background: -moz-linear-gradient(
						center bottom,
						rgb(138,79,7) 1%,
						#91E08E 76%
					);
}
#footer address
{
	padding: 26px 0 0;
	color: #9B5F18;
	font-size: 90%;
	text-align: center;
}
#footer address a
{
	color: inherit;
}

div.copyright ,
div.copyright *
{
	color: #DDB;
	background-color: #E5B000;
	font-weight: bold;
	padding: 3px;
}

#footer h1
{
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	color: #DDB;
}

#contact
{
	width: 30em;
	height: 10px;
	margin: 0.5em auto 0;
	-webkit-transition: height ease-in-out 500ms;
	-moz-transition:    height ease-in-out 500ms;
	-o-transition:      height ease-in-out 500ms;
	transition:         height ease-in-out 500ms;
}
#contact fieldset
{
	margin: 0 auto 1em;
	border: none;
	padding: 0 1em;
	vertical-align: top;
	opacity: 0.7;
}
#contact fieldset:hover
{
	opacity: 1;
}
#contact p
{
	margin: 0;
}
#contact textarea
{
	width: 100%;
	max-width: 100%;
	height: 4em;
	margin-top: 0.3em;
	padding: 2px;
}
#contact input
{
	width: 20em;
	padding: 2px;
}
#contact fieldset.submit
{
	display: block;
	background-color: #EFE;
}

div.edit
{
	position: absolute;
	top: 0;
	left: 0;
}

/* home */

#first h2
{
	font-size: 100%;
	text-indent: 1.5em;
	text-align: center;
	background: none;
}

#home-nav dl
{
	text-align: center;
}
#home-nav dt
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 49%;
	max-width: 240px;
	margin: 20px 0.5em 0;
}
#home-nav dd
{
	display: none;
}
#home-nav dt a
{
	display: block;
	max-height: 180px;
	padding: 2em 0;
	-webkit-box-shadow: 0 0 8px #090;
	-moz-box-shadow:    0 0 8px #090;
	box-shadow:         0 0 8px #090;
	border: 2px solid #DFC; 
	-webkit-border-radius: 7px;
	-moz-border-radius:    7px;
	-o-border-radius:      7px;
	border-radius:         7px;
	color: #060;
	text-shadow: 1px 1px 2px #EFF;
	background: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0.01, #EFE),
						color-stop(0.70, #CFC)
					);
	background: -moz-linear-gradient(
						left bottom,
						#EFE 1%,
						#CFC 70%
					);
	background-color: #EFE;
	font-size: 200%;
	letter-spacing: 0.1em;
	text-align: center;
	behavior: url('/program/PIE.htc');
}
#home-nav dt a:hover
{
	-webkit-box-shadow: 0 0 18px #090;
	-moz-box-shadow:    0 0 18px #090;
	box-shadow:         0 0 18px #090;
	background-color: #DED;
	behavior: url('/program/PIE.htc');
}

body.home #main-pages
{
	display: none;
}

/* project */

.category.section
{
	text-align: center;
}
.category.section h2 rt
{
	text-transform: capitalize;
}
.category.section .hentry
{
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 240px;
	height: 180px;
	margin: 0 15px 15px 0;
	border-top:    3px solid #DFD;
	border-right:  3px solid #DED;
	border-bottom: 3px solid #DED;
	border-left:   3px solid #DFD;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-o-border-radius:      3px;
	border-radius:         3px;
	background: no-repeat center center;
}
.category.section .hentry:hover
{
	border-color: #CEC;
}
.category.section .hentry h3
{
	position: absolute;
	opacity: 0.8;
	width: 234px;
	margin: 0;
	padding: 0 3px 0.2em;
	background-color: #DDFEDD;
	font-size: 95%;
	line-height: 1.4;
}
.category.section .hentry h3 a
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: none;
	font-weight: normal;
	text-shadow: 2px 2px 2px #BDA;
}
.category.section .hentry h3 a[rel]
{
	font-weight: bold;
}
.category.section .hentry dl
{
	position: absolute;
	opacity: 0.6;
	width: 234px;
	bottom: 0;
	padding: 0 3px 1px;
	background-color: #FFF;
	line-height: 1;
	text-align: center;
}
.category.section .hentry:hover h3 ,
.category.section .hentry:hover dl
{
	opacity: 0.95;
}
.category.section .hentry dt
{
	display: none;
}
.category.section .hentry dd
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 0.5em;
	font-size: 70%;
}
.category.section .hentry dd a
{
	color: #393;
}
.category.section .hentry dd.url
{
	display: block;
	overflow: hidden;
	font-size: 65%;
}


