@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
	font-family: copperplate;
	src: url('../fonts/copperplate_ce.eot');
	src: local(copperplate), url('../fonts/copperplate_ce.ttf') format('opentype');
}

h1 {
	font-family:copperplate;
	font-size:28px;
	color:#567447;
	font-weight:normal;
	padding:10px 0px 0px 0px;
	text-decoration:none;
}

h1 a {
	text-decoration:none;
}

h1 a:visited {
	color:#567447;
}


h2 {
	font-family:copperplate;
	font-size:22px;
	color:#567447;
	font-weight:normal;
	padding:10px 0px 0px 0px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	font-weight:normal;
}

#frame {
	width:960px;
	height:600px;
	margin: 0 auto;
}

#head
 {
	width:1200px;
	height:285px;
	float:left;
	background-image:url(../images/head.png);
	background-position:40px 50px;
	background-repeat:no-repeat;
}

#topline
	{
	width:960px;
	height:30px;
	float:left;
	margin-bottom:5px;
	background-color:#d4d9c3;
}


#wrapper {
	width:480px;
	height:245px;
	margin:0px 0px 0px 480px;
}

#head_line {
	width:960px;
	height:5px;
	float:left;
	background-color: #567447;
	position:relative;
	margin-top:0px;
}

#menu {
	width:670px;
	height:34px;
	float:left;
	margin-top:5px;
	background-color:#d4d9c3;
}

#menu li.active {
	color: #FFF;
	background-color:#567447;
	}

#search {
	width:283px;
	height:29px;
	float:left;
	margin:5px 0px 0px 4px;
	background-color:#567447;
	padding:2px 0px 2px 3px;
}

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

#menu li
{
   float: left;
}

#menu a
{
   float: left;
   color: #333;
   padding:8px 10px 8px 10px;
   text-decoration: none;
   font: 18px copperplate;
}

#menu a:hover
{
	color: #FFF;
	background-color: #567447;
}

#menu a:active
{
    background: #bb413b;
    position: relative;
}

#content
 {
	width:960px;
	float:left;

}

#image_med {
	background-color:#d4d9c3;
	text-align: left;
	width:auto;
	height:auto;
	padding:10px;
}

.left {
	float: left;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.right {
	float: right;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.kepala {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #8e836b;
}

.group-container {
    list-style: none;
	background-color:#d4d9c3;
	text-align: left;
	width:145px;
	height:auto;
	padding:10px;
	float:left;
	margin:9px;
}

.group-name {
font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	font-weight:normal;
}

.group-name a {
	color:#567447;
	text-decoration:none;
}

.group-latin-name {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#567447;
	font-weight:bold;
}

.loader {
	width: 100%;
	height: 48px;
	line-height: 48px;
	margin-top: 25px;
	text-align: center;
	font-family: copperplate;
	font-size: 22px;
	color: #567447;
}

#copy-url {
	vertical-align: middle;
	margin-left: 5px;
}

#content > ul {
	padding-left: 0px;
}

#content > ul > li {
	list-style-position: inside;
}

input, textarea {
	padding: 5px;
	border: solid 1px #d4d9c3;
	outline: 0;
	font: normal 11px/100% Verdana, Tahoma, sans-serif;
	width: 265px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #567447;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
}
