
/** Font styles 
---------------------------------*/

body {
  margin: 0;
  /*
   * Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography
   */
  font: 12px/1.5em Arial, sans-serif;
  letter-spacing:0.01em;
  color:#5C4624;
}

/* Links */

a:link, a:visited {
  color: #0C608D;
  text-decoration: none;
}

a:hover, a:active {
  color: #1393D8;
  text-decoration: underline;
}

/* Titles  */

h1, h2, h3, h4, h5, h6 {line-height:1.3em;}

h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}

h2 {font-size:1.8em;font-weight:300;margin-bottom:0.75em;}
h3 {font-size:1.4em;margin-bottom:1em;}
h4 {font-size:1.2em;margin-bottom:0.8em;}
h5 {font-size:1.1em;font-weight:600;margin-bottom:0;}
h6 {font-size:1em;font-weight:bold;}

/* Paragraph Styles */

p {
  margin:0 0 1em 0;
}

/* List Styles  */

ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.odd {
	background-color: #fff;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}

/** Region Colors
---------------------------------
*  delete when starting a new theme */

#header, #footer { background-color: #efefef; }
#sidebar-second { background: #ffd075; }
#navigation { background-color: #feffa5; }

body{
background:url("../images/Page-BgTexture.jpg") 0 0;
}

#body-grad{
padding:50px 0 200px 0;
background:url("../images/Page-BgGradient.jpg") 0 0 repeat-x;
}

#header{
background:url("../images/header.jpg") 0 0 no-repeat;
}

#block-superfish-1 {
background:url("../images/nav.png") 0 0 repeat-y;
}

#block-superfish-1 .block-inner{
border:none;
}

#block-superfish-1 .block-inner .content{
padding:0px;
}

#block-superfish-1 ul{
padding:0 0 0 0;
}

.sf-menu li a {
}

#page{
background:#fff;
border:5px solid #C6A36C;
}

thead,
h3.block-title{
background:url("../images/BlockHeader.png") 0 0 repeat-y;
height:25px;
margin-bottom:0px;
padding:3px 0 0 10px;
color:#fff;
}

th {
font-size:1.2em;
font-weight:bold;
padding:0 5px;
}

th.views-field-field-hasil-kajian-fid,
th.views-field-changed{
width:100px;
}

.block-inner{
background-color:#F2ECE3;
border:1px solid #D1B689;
}

.block-inner .content{
padding:10px;
}

#footer{
background:url("../images/Footer.png") 0 0 no-repeat;
padding:10px 20px;
text-align:center;
}

#logo-title img {
padding:5px 0 0 15px;
}

h1.title{
color:#0E70A4;
font-family:Trebuchet MS;
}

.breadcrumb,
.taxonomy{
background:#FCF1DF;
padding:1px 5px;
border:1px solid #E2D7C5;
margin-bottom:1.3em;
}

.taxonomy{
margin-top:1em;
}

table.anggota td {
padding:2px 5px;
border-bottom:1px solid #ddd;
}

table.anggota th {
background:url("../images/BlockHeader.png") 0 0 repeat-y;
padding:2px 4px;
color:#fff;
font-size:1.2em;
font-weight:bold
}

.block ul {
padding:0 0 0.25em 0;
}

#welc{
margin-bottom:1.5em;
border-bottom:5px dotted #ddd;
}

#welc h2.pane-title{
font-family:Trebuchet MS;
font-size:2.5em;
border-bottom:5px dotted #eee;
}

.pnl .views-field-field-tanggal-value,
.pnl .views-field-field-waktu-value{
font-size:9px;
background-color:darkblue;
color:#fff;
padding:1px 3px;
font-weight:bold;
}

.pnl .views-row {
border-bottom:1px solid #ddd;
margin-bottom:10px;
}

.pnl .views-row-last {
border:none;
}


.pnl .views-field-title a{
font-weight:bold;
font-size:1.1em;
}
.panel-col-first, .panel-col-last {
margin-bottom:1.5em;
border-bottom:5px dotted #ddd;
padding-bottom:1em;
}

#gall h2.pane-title,
.pnl h2.pane-title{
background:url("../images/icn.gif") 0 0 no-repeat;
line-height:26px;
padding-left:36px;
font-family:Trebuchet MS;
font-weight:bold;
font-size:1.6em;
color:darkblue;
}

.imagecache-galery_block {
border:1px solid #cccc33;
padding:3px;
background-color:#eee;
}

.block{
margin-bottom:1em;
}

.guestbook-entry{
padding:3px 5px;
border:1px solid #ccc;
margin-bottom:10px;
}

.view-menu-berita .views-field-title{
font-size:1.3em;
font-weight:bold;
}

.view-menu-berita .views-row{
margin-bottom:1.5em;
border-bottom:1px solid #ddd;
padding-bottom:6px;
}

.view-galery table td {
text-align:center;
padding:5px;
border:1px solid #ccc;
}

.imagecache-galery_thumb {
border:2px solid #ccc;
padding:1px;
}