﻿body
{
    margin: 0;
    background-image: url(images/background.jpg);
}
body, td, th
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
}
img
{
    border: 0;
}
a:link
{
    color: #369;
    text-decoration: none;
}
a:visited
{
    color: #369;
    text-decoration: none;
}
a:hover
{
    color: #800000;
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}

#topstrip
{
    background-color: #800000;
    height: 5px;
}
#headstrip
{
    height: 100px;
    background-image: url(images/head_bg.jpg);
    background-repeat: repeat-x;
}
#header
{
    position: relative;
    width: 900px;
    height: 100px;
    margin: 0 auto;
    background-image: url(images/Bajekan_logo.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
#header #logo1
{
    position: absolute;
    top: 10px;
    left: 10px;
}
#header #logo2
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#titleimg
{
    display: block;
    width: 500px;
    margin: 0 auto;
}

/*** Menu ***/
#menustrip
{
    position: relative;
    background-color: #800000;
    height: 30px;
	width: 100%;
    background-image: url(images/menu_bg.png);
    background-repeat: repeat-x;
}
#menu
{
    position: relative;
    width: 900px;
    height: 20px;
    /*padding-top: 6px;*/
    margin: 0 auto;
    top: 7px;
    text-align: center;
}
/*
*+html #menu
{
    top: 7px;
}*/
#menu a.item
{
    height: 20px;
    background-color: #D7B750;
    font-family: Georgia, serif;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 9px 1px 9px;
    margin: 0 2px;
    color: #030265;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
	border: 1px solid #D7B750;
}
#menu a.item:hover
{
    background-color: #DEC46F;
    color: #FFF;
}
#menu a.selected
{
    background-color: #030265;
    color: #FFF;
}

#menu a.search
{
    height: 20px;
    background-color: #D7B750;
    padding: 2px 5px;
    margin: 0 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#menu a.search:hover
{
    background-color: #DEC46F;
}
*+html #menu a.search
{
    padding: 5px 5px;
}
*+html #menu a#dd
{
    padding-top: 5px;
	padding-bottom: 5px;
}
#menu a#dd:hover
{
    background-color: #D7B750;
}

/* Dropdown Menu */
#ddBar{
	display: none;
	background-color: #D7B750;
	position: absolute;
	height: 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 3px 1px 2px #800000;
	-webkit-box-shadow: 3px 1px 2px #800000;
	box-shadow: 3px 1px 2px #800000;
}
#ddBanner{
	display: none;
	background-color: #D7B750;
	position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	color: #800000;
	-moz-box-shadow: 0 3px 2px #800000;
	-webkit-box-shadow: 0 3px 2px #800000;
	box-shadow: 0 3px 2px #800000;
}
#ddBanner input[type=text]
{
    border: 0;
    height: 20px;
    background-color: #fff;
    color: #030265;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
#ddBanner input[type=submit]
{
    background-color: #DEC46F;
    color: #030265;
    font-size: 14px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#ddBanner h3{
    font-family: Georgia, "Times New Roman" , serif;
	color: #030265;
	font-size: 1.2em;
	font-style: italic;
	margin: 10px auto 5px auto;
}
#ddBanner .twitter-share-button{
	float: left;
}

/* Main content */
#mainstrip{
/*
	background-image:url('images/main_bg.png');
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-position:center; 
*/
}
#main
{
    width: 900px;
    margin: 0 auto;
    min-height: 200px;
    padding: 55px 15px 10px 15px;
    color: #996633;
    background-image: url(images/divider_top.png);
    background-repeat: no-repeat;
    background-position: center -4px;
	font-family: Georgia, "Times New Roman" , serif;
}
#main h1
{
    font-family: Georgia, "Times New Roman" , serif;
    font-size: 1.5em;
    font-style: italic;
    font-weight: normal;
    margin: 15px 0 10px 0;
    color: #030265;
    text-shadow: 0 1px 1px #996633;
	background-image: url(images/h1_bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
	padding-left: 37px;
}
#main h2
{
    font-family: Georgia, "Times New Roman" , serif;
    font-size: 1.3em;
    font-style: italic;
    font-weight: normal;
    margin: 8px 0 10px 0;
    color: #996633;
    text-shadow: 0 1px 1px #996633;
}
#main p
{
    margin-top: 0;
    margin-bottom: 10px;
	text-align: justify;
}
#main p.first-para:first-letter
{
	font-size: 1.3em;
	font-style: italic;
}
#main .photo
{
    color: #030265;
    font-size: .8em;
    line-height: 1.1em;
    text-align: center;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}
#main .photo img
{
    margin-bottom: 2px;
}
#main .right
{
    float: right;
    margin: 0px 0px 10px 10px;
}
#main .left
{
    float: left;
    margin: 0px 10px 10px 0px;
}
blockquote{
	font-style: italic;
	text-align: center;
	quotes: "\201C" "\201D";
	text-shadow: 0 0 1px #A96;
	padding: 5px;
	margin: 5px auto;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
div.alert{
	display: none;
	width: 810px;
	min-height: 50px;
	padding: 10px;
	margin: 10px auto;
	padding-left: 70px;
	background-image: url(images/alert.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 2px dashed #800000;
	color: #800000;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
textarea { resize: none; }
input[type=submit], input[type=reset]{
	cursor: pointer;
}

#facebook_twitter{
	width: 896px;
	margin: 5px auto;
	border: 2px solid #800000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fb_iframe_widget{
	height: 25px;
}
td.facebook{
	background-image: url(images/facebook_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
	height: 26px;
	overflow: hidden;
	border-right: 2px solid #800000;
}
td.twitter{
	background-image: url(images/twitter_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
	height: 26px;
	overflow: hidden;
	border-right: 2px solid #800000;
}
td.google{
	background-image: url(images/google_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 40px;
	height: 26px;
	overflow: hidden;
}

#footertop
{
    height: 50px;
    background-image: url(images/divider_bottom.png);
    background-repeat: no-repeat;
    background-position: center top;
}
#footerstrip
{
    min-height: 100px;
    background-image: url(images/footer_bg.png);
    background-repeat: repeat-x;
}
#footer
{
    width: 900px;
    padding: 10px;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
}
#footer a.link
{
    color: #D7B750;
}
#footer a:link
{
    color: #D7B750;
}
#footer a:visited
{
    color: #D7B750;
}
#footer a:hover
{
    color: #FFF;
}

/* Map Page */
#map{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

/* Achievements page */
#achievements em{
	color: #800000;
	font-weight: bold;
	font-size: 1.1em;
}
#achievements li{
	margin-bottom: 10px;
	list-style: none;
}
#achievements ol li{
	margin-bottom: 2px;
	list-style: decimal;
}
#achievements ol li ul li{
	margin-bottom: 1px;
	list-style: circle;
}

/* Search Results Page */
ol.search_results{
}
ol.search_results li{
	margin-bottom: 10px;
}
#search_form input[type=text]{
	height: 20px;
    background-color: #D7B750;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 0;
}
#search_form input[type=submit]{
    background-color: #D7B750;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Contact Page */
fieldset{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#contactForm legend{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	color: #D7B750;
}
#contactForm input, textarea{
	height: 20px;
    background-color: #D7B750;
    padding: 2px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	border: 0;
}

#guestbook{
	width: 890px;
	margin: 0 auto;
	border: 1px solid #D7B750;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#guestbook  td{
	padding: 10px;
	border-top: 1px solid #D7B750;
}
#guestbook div.author{
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

#dialogZoom{
	display: none;
	position: absolute;
	background-color: #FEEEBD;
	border: 1px solid #D7B750;	
}

/*****************************************************/
/*********************[ TREE ]************************/
/*****************************************************/
#tree{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
}
#tree ul {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
}
#tree li {
	padding: 8px 0 3px 40px;
	margin: 0;
	margin-left: 10px;
	background: url(images/branch.png) 0px 0px no-repeat;
	list-style: none;
	list-style-image: none;
	/*border: 1px dashed #c90;*/
}
#tree li span.t {
	border: 2px solid #c90;
	padding: 1px 5px 1px 5px;
	margin-bottom:4px;
}
#tree li span.n {
	color: #963;
	font-weight: bold;
	padding-left: 2px;
	cursor: pointer;
}
#tree li span.m {
	font-style: italic;
	font-weight: bold;
}
#tree li span.d {
	display: none;
}
#tree li span.d hr{
	border: none;
	border-top: 1px solid #963;
	border-bottom: 1px solid #b96;
}
dt{
	padding-left: 15px;
	background: url(images/bullet.png) 0 3px no-repeat;
}
#tree a {
	text-decoration: none;
}
#tree_tooltip{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	position: absolute;
	display: none;
	color: #feffdf;
	padding: 8px;
	max-width: 520px;
	background-color: #996600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	box-shadow: 0px 0px 8px #000000;
	opacity: 0.9;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 90);
	/*-ms-filter must come before filter*/
	filter: alpha(opacity = 90);

}
img.fbImg{
	float:right;
	padding: 0 0 5px 5px;
}