/* CSS Document */
*{
	margin:0;
	padding:0;
}
a:link {
	color: #d3bda5;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}

a:visited{
	color: #d3bda5;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}
a:hover{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bold;
}

img:link{
	border: none;
}

img:hover{
	border: 1px solid yellow;
}

body {
	background-color: #000000;
	margin: 0;
}

/* head 
-----------------------------------------*/
.tom img{
	border: none;
}

.tom:hover img{
	border: none;
}

#top {
	width: 100%;
	height: 135px;
	background-color: #634318;
	text-align:center;
	/*background: #634318 url('img/head.gif') no-repeat center; */
}
#menu {
	width: 100%;
	height: 35px;
	background-color: #422906;
	border-bottom: 1px solid #634318;
	text-align:center;
	padding-top: 15px;
}

/*-----------------------------------------

            badan content 
-----------------------------------------*/
#page {
	width: 640px;
	margin: 50px auto;	
	padding: 0;
	/*border: 1px solid #fff; 
	background-color: #614d33;	*/
}

#categoryboxhead{
	background: #000 url('img/box_top.jpg') no-repeat bottom center;
	margin: 0 ;
	padding: 0;
	height: 22px;
	width: 100%;
}

#dalem {
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #614d33;
}

#categoryboxfoot{
	background: #000 url('img/box_bottom.jpg') no-repeat top center;
	clear:both;
	height: 22px;
	width: 100%;
}

#bio {
	background: url('img/bio.jpg') no-repeat top center;
	height: 150px;
	width: 101px;
	margin: 0 0 0 20px;
	padding:0;
	border: 2px solid white;
	float: left;
	position: relative;
}

#biocage {
	width: 550px;
	height: 200px;
}

.biotext ul{
	margin-left: 20px;
	padding-left: 15px;
	list-style-type: none;
	
}

.biotext ul li {
	padding-left: 2px;
	color: #d3bda5;
	font: normal 14px/20px Arial;
	list-style-type: square;
}	
.bodytext1 {
	/*width: 450px;*/
	font: normal 14px/20px Arial;
	color: #d3bda5;
	margin-left: 120px;
	padding-left: 15px;
	/*padding-top: 15px;*/
	padding-right: 15px;
	text-align:left;
}

.bodytext {
	/*width: 450px;*/
	font: normal 14px/20px Arial;
	color: #d3bda5;
	margin: auto;
	padding-left: 15px;
	/*padding-top: 15px;*/
	padding-right: 15px;
	text-align:left;
}

.biotext strong {
	color: #d3bda5;
}

.category {
	width: auto;
	height: auto;
	margin:auto;
	font: normal 14px/20px Arial;
	color: #d3bda5;
}

/*-----------------------------------------
             daftar gambar
-----------------------------------------*/
#posisi {
	margin: 150px;
	text-align: center;
	border: 1px solid white;
}

.tabel {
	margin:auto;
	width:500px;
}
.acak {
	width:600px;
	margin:auto;
	text-align:center;
	padding:0;
}



/*-----------------------------------------
             
-----------------------------------------*/

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	background-color:#614d33;
	font-size: 16px;
	color:#FFFFFF;
	border-width: thin;
	border-style: solid;
	border-color: #614d33 #614d33 #d3bda5 #614d33;
}

.cssform textarea{
	width: 250px;
	height: 150px;
	font-size: 16px;
	color:#FFFFFF;
	background-color:#644e31;
	border-width: thin;
	border-style: solid;
	border-color: #5d4526 #8e7049 #8e7049 #5d4526;
}

.cssform input[type="submit"]{
	width: 110px;
	height: 30px;
	color: #FFFF00;
	background-color:#6d583c;
	border-width: thin;
	border-style: solid;
	border-color: #8e7049 #5d4526 #5d4526 #8e7049;
}

.cssform input[type="reset"]{
	width: 50px;
	height: 30px;
	color:#FFFF00;
	background-color:#6d583c;
	border-width: thin;
	border-style: solid;
	border-color: #8e7049 #5d4526 #5d4526 #8e7049;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.footer {
	border-top: 3px dotted #4a3315;
	color: #587158;
	font-size: 12px;
	margin: 50px auto;
	padding: 10px 0 30px 10px;
	text-align: center;
}
.footer a{
	color: #6d583c;
	font-size: 12px;
}

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

