/*  
Theme Name: Mitra Bali 2
Theme URI: http://mitrabali.com
Description: Design for Mitra Bali
Version: 1.0
Author: 
Author URI:
*/

@import url("reset.css");

body {
	background-color: #003C00;
	color: #FFF;
	font: normal 13px/16px Arial, Verdana, sans-serif;
	}
	
a { color: #FFF; }
a:hover { color: #8EC28A; }
	
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 760px; 
	}

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	height: 400px;
	margin: 0px auto;
	background: transparent url(images/bg.png) top left no-repeat;
	}
	
 
/*=======================
Sidebar
=======================*/

#sidebar_left {
	width: 310px;
	height: 400px;
	float: left;
	position: relative;
	}

#logo a {	
	width: 99px;
	height: 116px;
	background: transparent url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 0px;
	right: 10px;
	}
 	
#slogan {
	font-size: 16px;
	position: absolute;
	top: 200px;
	left: 0px;
	}
	
#wfto {
	width: 50px;
	height: 70px;
	background: transparent url(images/wfto.jpg) no-repeat;
	text-indent: -9999px;
	position: absolute;
	bottom: 0px;
	right: 10px;
	}
 	
/*=======================
Content
=======================*/

#content_right {
	width: 445px;
	height: 400px;
	float: left;
	position: relative;
	}
	
#post {
	margin: 0 0 0 5px;
	height: 200px;
	overflow: hidden;
	}
	
#posttitle {
	position: absolute;
	top: 150px;
	left: 5px;
	font-size: 18px;
	width: 385px;
	
	}
	
/*=======================
Top Menu
=======================*/

#menu {
	padding: 178px 0 0 5px;
	font-size: 13px;
	position: relative;
	z-index: 100;
	}
	
#menu li {
	float: left;
	margin: 0 13px 0 0;
	width: auto;
	}
	
.menu  {
	border: none;
	height: auto;
	position: relative;
	width: auto;
	z-index: 100;
	}
	
.menu ul ul .current_page a {
  color: red;
  background: none;
  border: none;
}

.menu .current_page a {
  color: red;
  font-weight: bold;
  background: none;
}

.menu ul .current_page ul a {
	color: white;
	font-weight: normal;
	background: #1D5B1E;
}

.menu ul .current_page ul a:hover {
	background: #1D5B1E;
}

.menu .current_page a:hover {
  background: #1D5B1E;
}

.menu a, .menu a:visited {
	background: none;
	border: none;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: auto;
	line-height: 16px;
	padding: 0px;
	text-decoration: none;
	width: auto;
	}
.menu ul ul {
	border: none;
	height:0;
	left:0;
	position:absolute;
	top:15px;
	visibility:hidden;
	width: auto;
	border-top: 1px solid #003C00;
}

.menu ul ul li {
	margin: 0px;
	}

.menu ul ul a, .menu ul ul a:visited {
	background: #1D5B1E;
	border: none;
	color: #8EC28A;
	height:auto;
	line-height: 16px;
	padding:3px 10px;
	width:128px;
	}
	
.menu a:hover, .menu ul ul a:hover{color:#FFF; background: #1D5B1E; }
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background: #1D5B1E;}


	
/*==========================================================*/

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
		z-index: 2;
	}
#scroller {

	}
	
	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
		height: auto !important;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(images/scroll.png);
		width: 10px;
		height: 5px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: 84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: 84px 0 !important;
	}
	.simply-scroll-btn-right:hover {
		background-position: 84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: top;
	}
	.simply-scroll-btn-up.disabled {
		background-position: top !important;
	}
	.simply-scroll-btn-up:hover {
		background-position: top;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: bottom;
	}
	.simply-scroll-btn-down.disabled {
		background-position: bottom !important;
	}
	.simply-scroll-btn-down:hover {
		background-position: bottom;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 576px;
	height: 200px;
	margin-bottom: 1em;
}

	.simply-scroll .simply-scroll-clip {
		width: 576px;
		height: 200px;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
			width: 290px;
			height: 200px;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width:445px;
	height: 200px;
}

	.vert .simply-scroll-clip,
	#content .vert .simply-scroll-clip #scoller {
		width:420px;
		height: 200px;
		min-height: 200px;
		text-align: justify;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top:180px;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		bottom: 0;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */

/*============
Homepage : slideshow
==============*/

.home #gallery {
	position:relative;
	padding: 10px 0;
	display: block;
		height: 156px;
		width: 340px;
}
	#gallery p { margin: 0px; padding: 0px; }
	#gallery a {
		float:left;
		position:absolute;
		cursor: default;
	}
	
	#gallery a img {
		border:none;
		height: 156px;
		width: 340px;
	}
	
	#gallery a.show {
		z-index:5
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
/*==================
Products Gallery
===================*/

.page .gallery {
	margin: 0;
	}

.page .gallery .gallery-item {
	float: left;
	margin: 0px 30px 10px 0;
	text-align: center;
	width: auto;
	}

.page .gallery img {
	border: none;
	}

.page .gallery img:hover {
	border: none;
	filter:alpha(opacity=60);
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	}

.page .gallery .gallery-caption {
	margin-left: 0;
	}
	
/*==================
Form
===================*/

input {
	border: none;
	padding: 3px 10px;
	width: 200px;
	background-color: #FFF;
	}
	
