/**
 * @package		stylesheet
 * @author		Andri Yudatama
 * @copyright	Copyright (c) 2010.
 */

@import url(forms.css);
 
/*-------------------------------
| GLOBAL STYLES
--------------------------------*/

body{
	background: #EBECE2;
	color: #545454;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

h1, h2, h3{
	font-family:  "Lucida Sans", "Lucida Grande", Arial, sans-serif;
	color: #444;
}

h1{ font-size: 24px }
h2{ font-size: 21px }
h3{ font-size: 18px }

p{ margin-bottom: 10px; }

a{	text-decoration: none;	color: #2A8421; }
a:hover{ color: #666 }

ul li, ol li{
	margin-bottom: 10px;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* Find all links where an href is not provided */
/* html body a:not([href]), html body a[href=''], html body a[href='#']  { background: red !important; } */

blockquote{
	border-left: 5px solid #CCC;
	padding-left: 20px;
}

h1.page_title{
	font-size: 30px;
	letter-spacing: -3px;
	color: #2A8421;
	font-family: QuicksandBook, arial, sans-serif;
	margin-top: 5px;
	text-transform: capitalize;
}

table{ background: #f5f6f7;}

table th{ 
	background: url(../images/grad_gray.png) bottom repeat-x white;
	padding: 10px;
	border: 1px solid #DDD;
	border-right: none;
	border-bottom: 1px solid #CCC;
	font-size: 13px;
	color: #666;
}

table th:last-child{
	border-right: 1px solid #DDD;
}

table td{
	border: 1px solid #DDD;
	border-top: none;
	border-right: none;
	padding: 10px;
}

table td:last-child{
	border-right: 1px solid #DDD;
}

.pagination{
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
}

.pagination a{
	text-decoration: none;
	color: #777;
	display: inline-block;
	padding: 4px 7px;
}

.pagination strong{
	color: #333;
	display: inline-block;
	padding: 4px 7px;
}

.pagination a:hover{
	color: #333;
}


/*-------------------------------
| HEADER
--------------------------------*/

div#header{
	height: 110px;
	background: #333;
	/* background: url(../images/header_bg.gif) repeat-x bottom #B13C00; */
	border-bottom: 1px solid #F2F2EC;
}

#header div#logo{
	margin-top: 7px;
	margin-bottom: 8px;
}

#header img#logo{
	height: 65px;
	width: 65px;
	float: left;
	margin-right: 10px;
}

#header span#logo_text_big{
	color: white;
	font-family: Georgia;
	text-transform: uppercase;
	font-size: 39px;
	display: block;
	line-height: 39px;
	font-weight: bold;
	padding-top: 5px;
	text-shadow: 0 0 4px #222;
}

#header span#logo_text_small{
	color: #CCC;
	margin: 0;
	padding: 0;
}

#header div#search{
	text-align: right;
	margin-top: 15px;
}

#header div#lang{
	color: white
}

#header div#lang a{
	color: white;
	text-decoration: none;
}

/*-------------------------------
| MAIN MENU
--------------------------------*/

div#main_menu{
	/* border: 1px solid #F2F2EC; */
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-bottom: none;
	/* background: url(../images/menu_bg.png) repeat-x top; */
	background: url(../images/menu_bg.gif) repeat-x top;
	height: 32px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
}

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

#main_menu ul li{
	float: left;
	height: 32px;
	position: relative;
	margin: 0;
}

#main_menu li a{
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	line-height: 32px;
	display: inline-block;
	padding: 0 26px;
	text-shadow: 0px -1px 1px #777;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#main_menu li a:hover{
	color: #fff37a;
}

/* 2nd level menu */

#main_menu ul.sub_menu{
	position: absolute;
	padding-bottom: 10px;
	display: none;
	left: 10px;
	z-index: 1000;
	-webkit-box-shadow: 0px 0px 4px #222;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-moz-box-shadow: 0px 0px 4px #222;
	box-shadow: 0px 0px 4px #222;
	background: url(../images/trans_white.png);
}

#main_menu li:hover ul.sub_menu{
	display: block;
}

#main_menu ul.sub_menu li{
	border-bottom: 1px solid #BBB;
	display: inline-block;
}

#main_menu ul.sub_menu li a{
	font-size: 12px;
	display: block;
	padding: 0;
	width: 190px;
	padding: 0 15px;
	color: #555;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: none;
}

#main_menu ul.sub_menu li a:hover{
	color: #CCC;
	background: url(../images/trans_black.png);
}

body#home a#home,
body#about a#about,
body#event a#event,
body#news a#news,
body#media a#media,
body#links a#links,
body#contact a#contact{
	color: #FFF;
}

/*-------------------------------
| FEATURE
--------------------------------*/


div#feature{
	height: 320px;
	background: url(../images/bg.gif) top center repeat-x #147609;
}

#feature.page{
	height: 50px;
	background-position: bottom;
}

#feature.page h3{
	line-height: 50px;
	font-size: 24px;
	color: #EEE;
	font-weight: bold;
	text-shadow: 0px -1px 3px #666;
}

#feature div#left{
	height: 280px;
	overflow: hidden;
	color: #CCC;
}

#feature #left h3{
	color: white;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 32px;
	line-height: 38px;
	margin-top: 30px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;
}

#feature div#right{
	background: url(../images/feature_right_bg.png) no-repeat right;
	min-height: 300px;
	position: relative;
	margin-top: 10px;
}

#feature div#right div.slides{
	position: absolute;
	right: 18px;
	top: 20px;
}

/*-------------------------------
| MAIN BODY
--------------------------------*/

div#main_body{
	padding: 20px 0;
}

div#tender_info{
	margin-bottom: 20px;
	border: 1px solid #CCC;
	color: #666;
	padding: 10px 10px;
	-webkit-border-radius: 5px;
}

#tender_info span{
	float: left;
	display: inline-block;
	width: 60px;
	font-weight: bold;
	color: #999;
	padding: 5px 10px;
	border-right: 1px solid #CCC;
}



/*---------------------------
| CONTENT
---------------------------*/

div#content{
	margin-right: 10px;
}

div#content.article h3{
	margin-top: 30px;
}

#content a.primary_image{
	overflow: hidden;
	display: block;
	float: right;
	margin-left: 20px;
}

#content span.article_info{
	display: block;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #999;
}

#content span.article_info strong{
	font-weight: 500;
	color: #666;
}

#content.article img{
	overflow: hidden;
}

#content p{ text-align: justify; font-size: 13px; }

#content p.caption{
	display: block;
	color: #666;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
}


/*-------------------------------
| NEWS
--------------------------------*/

/* news list */

ul.news_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.news_list li{
	margin: 20px 20px 0px 0;
	padding-bottom: 20px;
	display: block;
	border-bottom: 1px solid #d3d3d3;
}

ul.news_list li:last-child{
	border-bottom: none;
}

.news_list li div{ overflow: hidden; }

.news_list a.img_thumb{
	float: left;
	display: block;
	height: 160px;
	width: 160px;
	margin: 0 20px 20px 0;
	overflow: visible;
	background: url(../images/news_thumb_bg.png) no-repeat bottom left;
	position: relative;
	display: none; /* hide temporarily as requested */
}

.news_list img.news_thumb{
	height: 150px;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 5px;
	
}

.news_list h3.news_title{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
	line-height: 24px;
	margin-top: 0;
}

.news_list h3.news_title a{
	text-decoration: none;
	color: #444;
}

.news_list h3.news_title a:hover{
	color: #2A8421;
}

.news_list span.news_date{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #999;
	text-transform: capitalize;
}
/*

.news_list span.news_preview{ text-align: justify; display: block;}
*/

/*
.news_list a.read_more{
	display: block;
	text-decoration: none;
	color: #0F4603;
	margin-top: 10px;
}

.news_list a.read_more:hover{
	text-decoration: underline;
}
*/

ul.info{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.info li{
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	border: none;
}

ul.info li strong{
	display: block;
	float: left;
	width: 80px;
}

ul.info li span{
	overflow: hidden;
	display: block;
}

/*-------------------------------
| EVENT CALENDAR
--------------------------------*/

ul.event_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.event_list li{
	display: block;
/* 	background: red; */
	clear: both;
	margin-bottom: 10px;
}

.event_list div.date{
	background: url(../images/cal_bg.png) no-repeat top left;
	height: 56px;
	width: 56px;
	float: left;
	margin-right: 10px;
}

.event_list span.month{
	color: white;
	display: block;
	width: 56px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
}

.event_list span.date{
	color: #333;
	font-size: 26px;
	display: block;
	width: 56px;
	text-align: center;
	line-height: 28px;
}

.event_list div.desc{
	display: block;
}

.event_list span.event_name{
	display: block;
}

.event_list span.event_name a{
	color: #444;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
}

.event_list span.event_name a:hover{
	color: #2A8421;
}

.event_list span.event_desc{
	font-style: italic;
	color: #666;
}

/*-------------------------------
| GAPKI MEMBER
--------------------------------*/

ul.member_list{
	list-style: none;
	margin: 0;
	padding: 0;
}

.member_list li{
	display: block;
	margin: 30px 20px 30px 0;
	clear: both;
}

.member_list li a.member_logo{
	float: left;
	display: block;
	width: 130px;
	height: 130px;
	padding: 10px;
	border: 1px solid #CCC;
	margin-right: 20px;
	background: white;
}

.member_list h3{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	padding-top: 5px;
}

.member_list h3 a{
	text-decoration: none;
	color: #444;
}

.member_list h3 a:hover{
	color: #2A8421;
}

.member_list div{
	overflow: hidden;
}

/* member detail */

.member_info img{
	float: right;
	border: 1px solid #CCC;
	padding: 10px;
	background: #FFF;
	margin-left: 20px;
}

.member_info p{
	text-align: justify;
}


/*-------------------------------
| LINKS
--------------------------------*/

ul.links{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.links li{
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
}

ul.links li a{
	display: block;
	
}

ul.links li span{
	float: right;
	color: #999;
	font-style: italic;
}

ul.links li span a{
	color: #999;
	font-style: italic;
}

ul.links li span a:hover{
	text-decoration: underline;
}

/*-------------------------------
| PRESS RELEASE
--------------------------------*/

ul.press{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.press li{
	border-bottom: 1px solid #CCC;
	padding: 7px 0;
	margin-bottom: 0;
}

ul.press li a{
	display: block;
	
}

ul.press li span{
	display: block;
	float: left;
	width: 85px;
	margin-right: 15px;
	border-right: 1px solid #CCC;
	color: #999;
	text-transform: capitalize
}

ul.press li:hover span{
	color: #666;
}

ul.press li div{
	overflow: hidden;
}

ul.press li span a{
	color: #999;
	font-style: italic;
}

ul.press li span a:hover{
	text-decoration: underline;
}

/*-------------------------------
| MODULES
--------------------------------*/

div.module{
	background: url(../images/mod_bg.png) top left no-repeat;
	padding: 10px 20px;
	margin-bottom: 20px;
}

div.mod_header{
	font-family: QuicksandBook, arial, sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: -2px;
}

/* download reg form */

#reg_form img#download_icon{
	float: left;
	margin-right: 10px;
}

#reg_form a{
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	display: block;
}

#reg_form a:hover{
	color:	#2A8421;
}

/* side menu */

ul.side_menu{
	list-style: none;
	margin: 0;
	padding: 0;
}

.side_menu li{
	border-bottom: 1px solid #CCC;
	height: 30px;
}

.side_menu li a{
	line-height: 30px;
	display: block;
	color: #666;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}

.side_menu li a:hover{
	text-decoration: none;
	color: #2A8421;
}

/* chart module */

#chartcontainer canvas{
	font-family: Verdana, sans-serif;
	-webkit-border-radius: 5px;
}

/*-------------------------------
| POPUP WINDOW
--------------------------------*/

div.popup{
	padding: 20px;
}

div.popup h3.page_title{
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	
}

/*-------------------------------
| FOOTER
--------------------------------*/

#footer{
	background: url(../images/footer_bg.png) repeat-x top #222;
	height: 200px;
}

#footer div#copyright{
	margin-top: 20px;
	color: #777;
}

#footer a{
	text-decoration: none;
	color: #ccc;
}