/*  
Theme Name: SAI Theme
Theme URI: http://www.sekolahalamindonesia.org/
Description: WordPress theme specially dedicated to Sekolah Alam Indonesia.
Author: Mustafa Kamal.
Author URI: http://mustafakamal.biz/
Version: 1.0
Tags: White, Green, Orange, Blue, Soft, Premium, Rotating Banner, Sekolah Alam Indonesia

This theme is a proprietary theme especially built only for the websites of Sekolah Alam Indonesia
*/



html{
	height: 100%;
}
body{
	background: url(images/background.png) repeat-x;
	margin: 0;
	height: 100%;
	font-family: trebuchet ms, tahoma, arial;
	font-size: 12px;
	color: #555;
}
#bodywrapper{
	background: url(images/header-background.jpg) top center repeat-x;
	height: 100%;
	min-height:100%;

}
#footerwrapper{
	background: url(images/footer-background.jpg) bottom center repeat-x;
	min-height:100%;

}
#wrapper{
	width: 960px;
	margin: auto;
	background: url(images/main-divider.png) bottom center no-repeat;
}
.logo{
	display: block;
	margin: auto;
	width: 282px;
	position: relative;
	top: 30px;
}
.logo img{
	border: 0;
}



.menubarwrapper{
	background: url(images/menu-left.png) top left no-repeat;
	position: relative;
	top: 30px;
}
.menubarwrapper2{
	background: url(images/menu-right.png) top right no-repeat;
}
/*
.menubarwrapper2 .menu{
	margin: 0;
	padding: 0;
	width: 940px;
	height: 50px;
	background: url(images/menu-bar.png) top repeat-x;
	margin: auto;
	--overflow: hidden;
}
.menubarwrapper2 .menu ul{
	list-style: none;
	padding: 0;
	margin:0;
}
.menubarwrapper2 .menu li{
	display: inline;
	height: 50px;
	--border: 1px solid red;
}
.menubarwrapper2 .menu li a{
	--border: 1px solid pink;
	color: #fff;
	font-size:16px;
	font-weight: bolder;
	text-shadow: 0px -1px 0px #999;
	text-decoration: none;
	padding: 10px 20px;
	vertical-align: middle;
	position: relative;
	top: 10px;
}
.menubarwrapper2 .menu li a:hover{
	background: url(images/menu-hover.png) top repeat-x;
}
.menubarwrapper2 .menu li.current_page_item a{
	background: url(images/menu-active.png) top repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
*/
























@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */


ul.menu {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 50px;
	background: url(images/menu-bar.png) top repeat-x;
	margin: auto;
	--overflow: hidden;
}

	ul.menu li {
		display: inline;
		height: 50px;
		--border: 1px solid red;
	}
	
	ul.menu li a{
		--border: 1px solid pink;
		color: #fff;
		font-size:16px;
		font-weight: bolder;
		text-shadow: 0px -1px 0px #999;
		text-decoration: none;
		padding: 10px 20px;
		vertical-align: middle;
		position: relative;
		top: 12px;
	}
	
	ul.menu li a:hover{
		background: url(images/menu-hover.png) 10px 0px repeat-x;
	}
	.menubarwrapper2 .menu li.current_page_item a{
		background: url(images/menu-active.png) top repeat-x;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

	ul.menu li.hover,
	ul.menu li:hover {
	 --background-color: #eee;
	 --color: #000;
	 --background: url(images/menu-hover.png) 10px 0px repeat-x;
	 --background: #002C4F;
	}

	ul.menu a:link,
	ul.menu a:visited	{ --color: #000; text-decoration: none; }
	ul.menu a:hover		{ --color: #000; }
	ul.menu a:active	{ --color: #ffa500; }


	/* -- level mark -- */

	ul.menu ul {
	 width: 200px;
	 --margin-top: 1px;
	 --border: 1px solid red;
	 background: #F15B21;
	 --top: -10px;
	 --padding: 0;
	 --margin: 0;
	 -moz-border-radius-bottomleft: 3px;
	 -webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-left: 2px solid #002C4F;
	border-right: 2px solid #002C4F;
	border-bottom: 2px solid #002C4F;
	}

		ul.menu ul li {
		 font-weight: normal;
		 --top: 2px;
		 display: block;
		 padding: 0;
		}
		
		ul.menu ul li a{
		 display: block;
		 --padding: 10px 20px;
		 --margin: 0;
		 --position: relative;
		 top: 7px;
		 --border: 1px solid pink;
		}
		ul.menu ul li a:hover{
		 background: #002C4F;
		}
		ul.menu ul li.hover,
	ul.menu ul li:hover {
	 --background-color: #eee;
	 --color: #000;
	 --background: url(images/menu-hover.png) 10px 0px repeat-x;
	 background: #002C4F;
	}








@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.menu,
ul.menu li,
ul.menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.menu {
	position: relative;
	z-index: 597;
	float: left;
	margin: 10px 0;
}

ul.menu li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.menu li.hover,
ul.menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menu ul {
 visibility: hidden;
 position: absolute;
 top: 80%;
 left: -2px;
 z-index: 1598;
 width: 200px;
}

ul.menu ul li {
 float: none;
}

ul.menu ul ul {
position: absolute;
 top: -2px;
 left: 100%;
 border: 2px solid #002C4F;
}

ul.menu li:hover > ul {
 visibility: visible;
}


*/





















@charset "UTF-8";

/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 *

ul.menu,
ul.menu li,
ul.menu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.menu {
 position: relative;
 z-index: 597;
 float: left;
}

ul.menu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.menu li.hover,
ul.menu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menu ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.menu ul li {
 float: none;
}

ul.menu ul ul {
 top: 0px;
 left: 100%;
}

ul.menu li:hover > ul {
 visibility: visible;
}


@charset "UTF-8";

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 *


ul.menu {
 font-weight: bold;
}

	ul.menu li {
	 padding: 7px 10px;
	 border-style: solid;
	 border-width: 1px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #f6f6f6;
	 color: #000;
	}

	ul.menu li.hover,
	ul.menu li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.menu a:link,
	ul.menu a:visited	{ color: #000; text-decoration: none; }
	ul.menu a:hover		{ color: #000; }
	ul.menu a:active	{ color: #ffa500; }


	/* -- level mark -- *

	ul.menu ul {
	 width: 150px;
	 margin-top: 1px;
	}

	ul.menu ul li {
	 font-weight: normal;
	}




*/

















.page_item ul{
	display: none;
}

#middle{
	position: relative;
	top: 40px;
	padding: 0 10px;
}
#mainfrontpage{
	background: url(images/main-divider.png) bottom center no-repeat;
	padding: 0 0 20px 0;
	min-height: 260px;
}
#mainmiddle{
	background: url(images/main-divider-flip.png) bottom center no-repeat;
	padding: 0 0 40px 0;
	min-height: 260px;
}
#maintext{
	width: 450px;
	float: left;
}
#maintext h2{
	margin: 0;
	font-size: 30px;
	font-family: arial;
}
#maintext p{
	font-size: 18px;
	font-family: trebuchet ms;
	font-weight: bold;
	color: #003D6D;
	line-height: 22px;
}
#maintext a{
	color: #777;
	font-size: 14px;
	text-decoration: none;
	font-weight: bolder;
}
#maintext a:hover{
	text-decoration: underline;
	color: #F15A22;
}
#mainbanner{
	width: 489px;
	float: right;
	position: relative;
	left: 10px;
}
.glosser{
	background: url(images/mainbanner-cover.png) no-repeat;
	width: 489px;
	height: 234px;
	position: absolute;
	z-index: 100;
	top: 0px;
}
.showtime{
	position: relative;
	top: 2px;
	left: 4px;
	z-index: 0;
}
#slideshow{
	-moz-border-radius: 10px;
	width: 489px;
	height: 234px;
}

#trifront{
	background: url(images/main-divider-flip.png) bottom center no-repeat;
	padding: 0 0 20px 0;
}
.tribox{
	width: 280px;
	margin: 0 30px 0 0;
	float: left;
}
.tribox h3{
	color: #004277;
	font-size: 18px;
	text-align: left;
}
.tribox ul{
	padding: 0;
}
.tribox ul li{
	list-style: none;
	--border-bottom: 1px dotted #777;
	padding: 5px 0;
}
.tribox ul li ul li{
	list-style: none;
	border-bottom: 1px dotted #777;
	padding: 5px 0;
}

.tribox ul li a{
	text-decoration: none;
	color: #003D6D;
}
.tribox ul li a:hover{
	color: green;
	text-shadow: 0px 1px 1px #aaa;
}

#sidebar{
	float: left;
	width: 250px;
	--border: 1px solid green;
}
#maincontent{
	float: right;
	width: 650px;
	padding:0 0 0 40px;
	min-height: 300px;
}

#partnerplace{
	text-align: center;
}
#partnerplace h3{
	font-size: 20px;
}
.partnerlogo{
	height: 50px;
	--border: 1px dotted #ccc;
	margin: 0 5px 5px 0;
	display:inline;
	position: relative;
	top: 18px;
}
#footer{
	position: relative;
	top: 60px;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	letter-spacing: 10px;
}
.captionDiv{
	padding-left: 7px;
}

.sahabat-sai-title{
	font-size: 18px;
	text-align: center;
}
a img{
	border: 0;
}


.side-widget-title{
	font-size: 18px;
	background: url(images/widget-title-bottom.png) center bottom no-repeat;
	padding: 0 0 20px 0;
	margin: 0;
	text-align: center;
}
.side-widget-container{
	margin: 0 0 20px 0;
	text-align: center;
}
.side-widget-container select{
	width: 100%;
}
.side-widget-container ul{
	padding: 0 20px;
	margin: 0;
}
.side-widget-container li{
	list-style: none;
	--border-bottom: 1px dotted #777;
	text-align: left;
}
.side-widget-container li:before{
	content: "\00BB \0020";
}
.side-widget-container li a{
	color: #555;
	text-decoration: none;
}
.side-widget-container li a:hover{
	color: #5CA549;
	text-decoration: underline;
}
.widget_tag_cloud a{
	color: #555;
	text-decoration: none;
}
.widget_tag_cloud a:hover{
	color: #F15A22;
	text-decoration: none;
}
.screen-reader-text{
	display: none;
}

h1.entry-title{
	margin: 0 0 10px 0;
}
h1.entry-title a{
	text-decoration: none;
}
.post{
	margin: 0 0 40px 0;
}
.entry-utility{
	font-size: 10px;
	color: #777;
}
.entry-utility a{
	font-size: 10px;
	color: #5CA549;
	text-decoration: none;
}
.entry-utility a:hover{
	color: blue;
	text-decoration: underline;
}
ol.faq li h3 a{
	text-decoration: none;
	color: #5CA549;
}
ol.faq li h3 a:hover{
	text-decoration: underline;
	color: #F15A22;
}
.alignright{
	float: right;
}
.alignleft{
	float: left;
}
.entry-content img{
	border:1px solid #ccc;
	background: #eee;
	padding: 5px;
	-moz-border-radius: 5px;
}
.entry-content .wp-caption{
	border:1px solid #ccc;
	background: #eee;
	padding: 5px 0 0 0;
	width: 90%;
	-moz-border-radius: 5px;
	text-align:center;
}
.entry-content .wp-caption img{
	border:0;
	background: none;
	padding: 0;
}
.entry-content .wp-caption p.wp-caption-text{
	margin: 5px 0 0 0;
	font-size: 10px;
	color:#999;
}
img.wp-smiley{
	border: 0;
	background: none;
	padding: 0;
}
.entry-content del{
	color: #aaa;
}
.entry-content h2, .entry-content h3{
	color: #5CA549;
}
.entry-content a{
	color: #5CA549;
}
.entry-content a:hover{
	color: #5CA549;
	text-decoration: none;
}
.entry-content blockquote{
	border: 1px dotted #ddd;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry-content blockquote p{
	margin: 0;
}
.entry-content table{
	border: 2px solid #07546F;
	border-collapse: collapse;
}
.entry-content table td, .entry-content table th{
	border: 1px solid #07546F;
	padding: 5px;
	color: #777;
}
.entry-content table th{
	background: #5CA549;
	color: #fff;
}
.entry-content table caption{
	background: #07546F;
	color: #fff;
}
.form-allowed-tags{
	font-size: 10px;
	color: #999;
}
img.wp-image-133, img.wp-image-132, img.wp-image-131{
	border:0;
	background: none;
	padding: 0;
	margin: 0;
}
#contacttable{
	border: 0;
}
#contacttable td{
	border: 0;
}

.upcoming .more-link{
	display: none;
}
.upcoming .when{
	float: right;
	font-size: 10px;
}
#tec-content{
	width: 940px;
	margin: auto;
}
#tec-content .ical{
	display: none;
}
.tec-calendar th{
	background: #5CA449;
}
.tec-calendar .tec-present div{
	background: #F15A22;
}