/* Font setting */

body, input, select {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
	font-size: 76%;
}



body {
	padding: 0 25px;
	margin: 29px 0;
	_margin: 28px 0;
	text-align: center;

}

a {
	text-decoration: none;
}

/* Header image */

#front {
	/*height: 16em; 
	max-height: 262px; */
	height: 6em; 
	max-height: 100px; 
	margin: 20px 0;
}


/* Content frame */

#shadow {
/*	background: url("outline.gif") center top no-repeat;*/
	margin: 0 auto 0 auto;
	padding: 9px 0 0;
	text-align: left;
	/*width: 716px;*/
	width: 756px;

}
#content {
	border-top: 0;
	margin: 0 8px;
	padding: 0 20px 20px;
	_height: 1em;
}


/* Location */

#location {
	padding: 20px 0 16px 0;
}
#location h1 {
	font-size: 21px;
	padding: 0;
	margin:0px;
	font-weight: normal;
}
#location h1 a {
	font-size: 18px;
	text-decoration: none;
}


/* Main & Extra */

#main {
	position: relative;
	float: left;
	width: 460px;
	margin: 20px 0;
}

#extra {
	position: relative;
	float: right;
	width: 180px;
	margin: 20px 0;
}

#main h1, #extra h1 {
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
}

#main h2, #extra h2, #main h3, #extra h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
}


#main h4, #extra h4, #main h5, #extra h5 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
}

/* My photos */

#photo img {
	padding: 0;
	margin: 0;
}

.message{
color: red;
}

.error{
color: red;
}

/* Files content */

#files {
	position: relative;
	float: left;
	margin: 20px 0;
	width: 100%;
}
#files h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}

#files h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
}


/* Copyright notice */

#copy {
	margin-top: 5px;
}
#copy p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}
#copy a {
	text-decoration: none;
}
#copy a:hover {
	text-decoration: underline;
}



/* Line */

.line {
	height: 1px;
	font-size: 0;
	clear: both;
	margin: 0;
	padding: 0;
}


/* Item box */

.item {
	position: relative;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
}
.item a:hover {
	background: #fff;
}
.item h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #222;
}
.item p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 10px 0;
}
.delicious-posts {
	position: relative;
	padding: 10px 10px 20px 10px;
	margin-bottom: 10px;
	background: #fafafa url("http://www.kebar.com/inc/item.gif") left bottom repeat-x;
}
.delicious-posts a:hover {
	background: #fff;
}
.delicious-posts h4 {
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #222;
}
.delicious-posts p {
	font-size: 0.9em;
	text-align: justify;
	margin: 0 0 10px 0;
}
/* Lists */

.nav {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: disc outside url("arrow.gif");
}
.nav li {
	padding: 0;
	margin: 0;
}

.delicious-link li {
	padding: 0;
	margin: 0;
}

.check {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("check.gif");
}
.arrow {
	padding: 0;
	margin: 0 0 0 18px;
	list-style: outside url("arrow.gif");
}


.right {
	position:relative;
	float:right;
}


.files {
	width: 100%;
	
}
.files th {
	text-align: left;
}
.files td {
	border-top: 1px solid #fff;
}
.files img {
	border: 0;
	margin-right: 2px;
	vertical-align: text-bottom;
}

h4.func {
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	background: #eeeeee;
}

/* forms */
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-size: 0.9em;
}

code, pre {
	padding: 1px;
	font-family: "Courier New", courier, monospace;
	font-size: 0.8em;
	border: 1px solid #dddddd;	background-color: #eeeeee;
}
