



/* ---------- GENERAL ELEMENTS ---------- */

body {
	background: #fff;
	background-image: url('00105_kyotobamboo_1280x960_green.jpg');
	color: #000;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: small;
	margin:0;
}

h2 {
	font-family: verdana, arial, helvetica, san-serif;
	font-size: small;
}

a:link, a:visited {
	text-decoration: none;
	color:#942D27;
}

a:hover {
	color:#000;
	//font-weight: bold;
	background-color: #C03E3E;
}

a:active {
	//font-weight: bold;
	color:#942D27;
}




/* ---------- FORMS ---------- */

form {
	margin: 0;
	padding: 0;
	padding-left:10px;
//	padding-right:10px;
//	padding-top: 1em;
//	padding-bottom: 1em;
	margin-bottom: 1em;
}
/*
form:hover {
	border-left: 8px double #942D27;
	border-top: 1px solid #942D27;
	border-bottom: 1px solid #942D27;
	background-color:#c03e3e;
	color:#000;
}

div.forms:hover {
	border-right: 1px solid #942D27;
	border-left: 3px solid #000;
	border-bottom: 2px solid #000;
}

input:hover, select:hover, textarea:hover,
input:focus, select:focus, textarea:focus {
	background-color: #000;
	color: #c03e3e;
}
*/

input, select, textarea, option {
	font-size: small;
	font-family: verdana, arial, helvetica, san-serif;
}

input, select, textarea {
	border:0;
	color: #fff;
	border-right:2px #942D27 solid;
	border-top:1px #942D27 solid;
	background-color:#000;
	border-style:solid;
	margin-top:2px;
	margin-bottom:2px;
}

input[type="submit"] {
	color: #c03e3e;
}

input[type="submit"]:hover {
	background-color: #942D27;
	color: #fff;
}

div.forms {
	margin:0;
	padding:0;
	top:0;
	margin-left:10px;
	//width:45%;
}

form h2, form h2 > a:link, form h2 > a:visited {
	color:#c03e3e;
}

form h2 > a:hover {
	color:#000;
}

form h2 > a:after {
	content: " >>";
	font-weight:normal;
}

form a:link, form a:visited {
	text-decoration: none;     
	color:#942D27;
}

form a:hover {
	color:#000;
	//font-weight: bold;
}




/* ---------- TAO ---------- */

.tao h2, .babelfish h2 {
	display: inline;
}

.tao h2 {
	padding-left:20px;
}

.tao h2:after {
	content:":";
}

div.tao {
	left:0px;
	padding-bottom:0;
	margin-bottom:0;
	background-color: #C03E3E;
	width:100%;
	border-bottom: 1px solid black;
}




/* ---------- STYLE SWITCHER ---------- */

ul.styleSwitch {
	display: inline;
	position:absolute;
	padding:0px;
	margin:0px;
	left:0px;
	bottom:0px;
	background-color: #C03E3E;
	width:100%;
	border-top: 1px solid #942D27;
}
.styleSwitch li {
	display: inline;
	padding-left:1em;
}

.styleSwitch li + li:before {
	content: " | ";
	color: #942D27;
	padding-right:1em;
}

.styleSwitch a:link, a:visited  {
	color: #000;
}




/* ---------- LINKS ---------- */

div.links {
	position:absolute;
	right:0px;
	top:0px;
	margin:0;
	padding:0;
	padding-top:1.3em;
	text-align:right;
	width:20em;
}

.links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 0.4em;
	border-left: 2px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 0;
}

.links li {
	background-color: #C03E3E;
	display: block;
	padding-left: 100px;
	padding-right: 10px;
	border-left: 8px double #942D27;
	border-bottom: 1px solid #942D27;
}

.links a {
	color:#000;
}

.links li:hover, .links a:hover {
	background-color:transparent;
	color:#c03e3e;
	font-weight: normal;
}

.links a + a:before {
	content: "| ";
	color: #942D27
}

div.toggleDisplay {
	background-color: #b01E1E;
	display: block;
	padding-left: 100px;
	padding-right: 10px;
	border-left: 8px double #000;
	border-bottom: 1px solid #000;
	margin-top:1em;
	font-style: italic; 
}
div.toggleDisplay:hover {
	background:#ddd;
}
#utility, #personal, #reference, #entertainment, #news, #streams {
	margin-top:0;
	padding-top:0;
}


/* ---------- GENERAL PALETTES ---------- */

input, select, textarea {
	/* translucent */
	filter:alpha (opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	-khtml-opacity: 0.5;
}

input:hover, select:hover, textarea:hover, 
input:active, select:active, textarea:active {
	/* mostly opaque */
	filter:alpha (opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	-khtml-opacity: 0.8;
}


