html{
border: 0;
}

body{
color: #000;
cursor: default;
font-family: georgia, "trebuchet ms", arial, helvetica, sans-serif;
background: transparent url("images/hibiscusbg.jpg") no-repeat 5ex 3.5em fixed;
}

/*Heads*/

#head{
padding: 1em 1em .5em;
border-bottom: 1px solid #c33;
background: transparent url("images/head_2.png") no-repeat -100% -100%; /*preload*/
}

h1{
text-align: right;
margin: 0;
font-size: 3em;
background: transparent url("images/keranamu.png") no-repeat 35% 20%;
min-height: 47px;
height: 47px;
}

html>body h1{
height: auto;
}

h2{
font-size: 2em;
margin-bottom: .1ex;
}

h1 a:link,
h1 a:visited,
h1 a:active{
padding-right: 70px;
display: block;
background: transparent url("images/head_1.png") no-repeat 100% 50%;
height: 64px;
min-height: 64px;
}

h1>a:link,
h1>a:visited,
h1>a:active{
height: auto;
}

h1 a:hover{
background-image: url("images/head_2.png");
border-bottom: none;
}

h1,h2{
margin-top: 0;
}

h1,h2{
font-weight: normal;
}

h3{
font-size: 1em;
margin: 0;
}

h2,h3,h4{
color: #333;
background-color: transparent;
}

p#desc{
text-align: right;
font-weight: bold;
margin: 0;
font-size: 80%;
color: #333;
background-color: transparent;
}

html>body p#desc{
border-right: 1px solid #c77;
margin-right: 2ex;
padding-right: 2ex;
padding-bottom: 2.5em;
margin-bottom: -2.5em;
}

/*Hyperlinks*/

a:link,
a:visited,
a:hover,
a:active{
background-color: transparent;
font-weight: bold;
text-decoration: none;
}

a:link{
color: #c33;
}

a:visited{
color: #c66;
}

a:hover{
border-bottom: 1px dashed #039;
color: #039;
}

a:active{
color: #900;
}

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active{
font-weight: normal;
}

h1 a:hover{
color: #c00;
}

/*Content section*/

#content{
padding: 0em 1em 3em;
margin: 0% 11%;
max-width: 144ex;
min-width: 72ex;
}

html>body #content{
margin: auto;
width: 75%;
max-width: 144ex;
min-width: 400px;
}

#content p,
#content dd{
text-align: justify;
line-height: 1.4em;
}

.para p{
text-indent: 5ex;
}

span[xml:lang]{
font-style: italic;
}
/*above selector cannot work in Gecko, so this should do the trick..*/
#content span{
font-style: italic;
}

span[xml:lang="ms"][title]{
border-bottom: 1px dotted #666;
}
/*above selector also cannot work in Gecko, so this should do the trick..*/
#content span[title]{
border-bottom: 1px dotted #666;
}

dt{
font-weight: bold;
}

dt a:after,
h3 a:after{
content: " \00BB";
font-weight: normal;
}

dd{
display: list-item;
margin-left: 4ex;
margin-bottom: .5em;
color: #333;
background-color: transparent;
}

div.float,
.block{
border: 1px solid #c77;
padding: 1em;
margin: 1em;
background: transparent url("images/light2.png");
font-size: 80%;
}

.block{
padding-top: .5em;
}

html>body .block{
padding-top: 1em;
}

html>body div.float{
padding-top: .5em;
}

.block,
.cleft{
clear: left;
}

.cright{
clear: right;
}

.float{
width: 24%;
clear: both;
}

html>body .float{
width: 30%;
}

.quote{
margin-left: 0;
color: #333;
background-color: transparent;
font-weight: bold;
font-size: 80%;
}

/*Who said tables are bad? It's good for displaying tabular data!*/
table{
border: 1px solid #ccc;
background: transparent url("images/light.png");
color: inherit;
width: 100%;
font-size: 1em;
}

caption{
display: none;
}

th{
font-weight: bold;
text-align: left;
}

.left{
float: left;
clear: left;
}

.right{
float: right;
clear: right;
}

#content address{
font-size: 80%;
font-style: normal;
text-align: right;
color: #666;
background-color: transparent;
}

.nolistype{
list-style-type: none;
margin: 0;
padding: 0;
}

.image{
padding: 1em;
margin-left: 1.5em;
margin-right: .5em;
margin-bottom: 0em;
border-top: 1px solid #c66;
border-left: 1px solid #c66;
}

html>body .image{
padding-top: 0;
padding-left: 0;
}

.image img{
padding-left: 1em;
padding-top: 1em;
margin-left: -1em;
margin-top: -1em;
border-bottom: 1px solid #c66;
border-right: 1px solid #c66;
}

#content h2+img{
margin-bottom: 1em;
}

/*Navigation section*/

#nav{
width: 25%;
color: inherit;
float: left;
margin-right: 3ex;
margin-bottom: 1em;
font-size: 80%;
border-right: 1px solid #c77;
padding-top: 2em;
margin-top: -2em;
background: transparent url("images/hibiscus_2.png") no-repeat -100% -100%; /*preload*/
}

#nav h2{
display: none;
}

#nav ul{
list-style-type: none;
margin: 0;
padding: 0;
}

#nav ul li{
display: inline;
}

#nav ul li a{
display: block;
position: relative;
padding: .28em 1.3ex;
}

#nav ul li a:link,
#nav ul li a:visited,
#nav ul li a:active{
background: transparent url("images/light.png");
border-left: 3px solid #c77;
border-bottom: 1px solid #c77;
color: #c33;
}

#nav ul li a:hover{
color: #c00;
background-color: transparent;
border-left-color: #c00;
background-image: none;
text-decoration: none;
}

#nav ul li a:link span,
#nav ul li a:visited span,
#nav ul li a:active span{
padding-left: 24px;
background: transparent url("images/hibiscus_1.png") no-repeat 0% 50%;
color: inherit;
}

#nav ul li a:hover span{
background-image: url("images/hibiscus_2.png");
}

/*Foot section*/

#foot{
border: 1px solid #c77;
padding: 1em;
margin: 2em 8ex 1em;
background: transparent url("images/light2.png");
font-size: 80%;
clear: both;
color: #333;
}

#foot address,
#foot p{
display: inline;
padding-right: 1ex;
font-style: normal;
}

/*Misc*/

.skip{
display: none;
}

img,
a img{
border: 0;
}

img.null{
width: 400px;
height: 80px;
}

.bright{
border-top: 1px solid #c77;
border-right: 1px solid #c77;
padding-top: 1em;
margin-top: -1em;
}

.lright{
border-bottom: 1px solid #c77;
border-left: 1px solid #c77;
padding-bottom: 1em;
margin-bottom: -1em;
}

#where{
position: absolute;
top: 0;
left: 2ex;
}

body[id] #where{
right: 50ex;
}

/*Cool stuffs*/

body[id]:before{
content: "Site signature : #" attr(id);
display: block;
font-weight: bold;
text-align: right;
margin-bottom: -1.3em;
padding: .5em 1em 0em;
font-size: 80%;
color: #333;
background-color: transparent;
}

a[accesskey]:hover:after{
content: " [" attr(accesskey) "]";
}

h1 a[accesskey]:hover:after{
content: "";
}