body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../img/bg6.jpg) no-repeat center bottom;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1#page-title {
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 5px 0;
	border-bottom: solid 1px #e5e5e5;
	color: #D81F85;
	line-height: 1.2em;
}

#wrap-all {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
}
#wrap-top {
	background: transparent url(../img/header.png) no-repeat bottom;
	height: 300px;
}
#wrap-bottom {
	margin-top: 15px;
	padding-top: 10px;
	background-color: #ced3b6;
	font-size: .9em;
}

.container-16 #postscript-one {
	width: 480px;
}
.container-16 #postscript-two {
	width: 440px;
	margin-left: 0px;
}

#main-content-wrapper {
	background: #fff url(../img/bg-content.png) no-repeat center top;
	padding: 10px;
}
.front #main-content-wrapper,
.section-advice #main-content-wrapper,
.section-find-hotspot #main-content-wrapper {
	background-image: none !important;
	padding: 0;
}

a,
a:link, 
a:visited {
	color: #2868A0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.page-find-hotspot h1#page-title,
.page-find-hotspot #main-content,
.page-advice h1#page-title,
.page-advice #main-content {
	display: none;
}

.clear-float { clear: both; }

#splash-region {
	/*height: 468px;*/
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

#block-views-advice_list-block_1 {
	position: absolute;
	top: 60px;
	left: 20px;
	z-index: 9;
	min-width: 220px;
	background: transparent url(../img/trans.png) repeat;
	padding: 10px;
	color: #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
	#block-views-advice_list-block_1 ul {
		color: #c00;
		margin-left: 0;
	}
	#block-views-advice_list-block_1 ul li {
		margin-left: 10px;
	}
	#block-views-advice_list-block_1 a {
		color: #e5e5e5;
	}

#header-regions {
	padding: 10px 0;
	/*background: transparent url(../img/telkom.png) no-repeat right bottom;*/
}
#branding {
	height:150px;width:300px;margin-top:50px
}
#site-menu {
	text-align: left;
	margin-top: 25px;
	margin-bottom: 15px;
}
	#site-menu ul.links {
		border: solid 1px #e5e5e5;
		padding-left: 10px;
		margin-bottom: 0;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		-webkit-box-shadow: 0px -3px 3px 2px rgba(99, 99, 99, 0.1);
		box-shadow: 0px -3px 3px 2px rgba(99, 99, 99, 0.1); 
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
	}
	#site-menu ul.links li {
		display: inline;
		float: left;
	}
	#site-menu ul.links li.active-trail a {
		border-top: solid 1px #e5e5e5;
		border-left: solid 1px #e5e5e5;
		border-right: solid 1px #e5e5e5;
		margin-bottom: -1px;
		background-color: #fff !important;
		color: #ed1b24;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	#site-menu ul.links li a {
		font-weight: bold;
		color: #999;
		font-size: .9em;
		text-decoration: none;
		display: block;
		padding: 5px 10px;
		margin-top: 10px;
		padding-left: 22px;
	}
	#site-menu ul.links li a:hover {
		color: #333;
	}
	a#primary-home {
		background: transparent url(../img/home.png) no-repeat 3px;
	}
	a#primary-faq {
		background: transparent url(../img/help.png) no-repeat 3px;
	}
	a#primary-find {
		background: transparent url(../img/find_wifi.png) no-repeat 3px;
	}
	a#primary-how {
		background: transparent url(../img/plug-connect.png) no-repeat 3px;
	}
	a#primary-setting {
		background: transparent url(../img/gear.png) no-repeat 3px;
	}
	#site-menu ul.links li a#primary-news {
		background: transparent url(../img/newspaper.png) no-repeat left;
		padding-left: 18px;
	}
	#site-menu ul.links li a#primary-feedback {
		background: transparent url(../img/email_open.png) no-repeat left;
		padding-left: 18px;
	}
	a#primary-help {
		background: transparent url(../img/advice.png) no-repeat left;
	}
	#site-menu ul.links li a#primary-partners {
		background: transparent url(../img/partners.png) no-repeat left;
		padding-left: 27px;
	}
	a#primary-about {
		background: transparent url(../img/about.png) no-repeat left;
	}

#block-views--exp-hotspot_finder-page_1 {
	position: absolute;
	top: 210px;
	left: 20px;
	width: auto; 
	z-index: 999;
	padding: 10px 10px 0 10px;
	background: transparent url(../img/transwhite.png) repeat;
	border: solid 1px #ccc;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
}
	#splash #block-views--exp-hotspot_finder-page_1 {
		top: 240px;
	}
	#header-first #block-views--exp-hotspot_finder-page_1 .content {
		-webkit-box-shadow: 0px 0px 5px 3px rgba(99, 99, 99, 0.1);
		box-shadow: 0px 0px 5px 3px rgba(99, 99, 99, 0.1);
	}
	.views-exposed-form .views-exposed-widget {
		padding: 0 !important;
	}
	.views-exposed-form .views-exposed-widget .form-text {
		border: solid 1px #ccc;
		padding: 3px;
	}
	.views-exposed-form .views-exposed-widget .form-submit {
		margin: 0 0 0 5px !important;
		background-color: #66399e;
		color: #fff;
		font-size: .9em;
		text-transform: uppercase;
		border: 0;
		padding: 3px 5px;
		cursor: pointer;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

#block-views-advice-block_1,
#block-block-7 {
	float: left;
}
	.block-advice .views-row {
		padding: 5px;
		border: solid 2px #e5e5e5;
		width: 210px;
		height: 190px;
		margin-bottom: 10px;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	#block-views-advice-block_1 .block-advice .views-row {
		float: left;
		width: 220px;
		margin-bottom: 0;
	}
	.block-advice .views-row-1 {
		background: #fff url(../img/city.png) no-repeat right bottom;
	}
	.block-advice .views-row-2 {
		background: #fff url(../img/globe.png) no-repeat right bottom;
	}
	.block-advice .views-row-3 {
		background: #fff url(../img/globe.png) no-repeat right bottom;
	}
	#block-views-advice-block_1 .block-advice .views-row-1 {
		margin-right: 5px;
	}
	#block-views-advice-block_1 .block-advice .views-row-2 {
		margin-left: 5px;
	}
	#block-views-advice-block_1 .block-advice .views-row-3 {
		margin-left: 5px;
	}
	.block-advice .views-field-field-shorttitle-value,
	#block-block-7 h2 {
		font-size: 2em;
		margin-bottom: 5px;
		border-bottom: solid 1px #e5e5e5;
		font-weight: normal;
	}
	.block-advice .views-row-1 .views-field-field-shorttitle-value {
		color: #2868A0;
	}
	.block-advice .views-row-2 .views-field-field-shorttitle-value {
		color: #6ABE28;
	}
	.block-advice .views-field-field-shortbody-value {
		width: 70%;
	}
	.block-advice a.read-more {
		display: inline-block;
		background-color: #ed1b24;
		color: #fff;
		padding: 5px 10px;
		text-decoration: none;
		margin-top: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.block-advice a.read-more:hover {
		background-color: #999;
	}
	#block-block-7 {
		margin-left: 10px;
	}

#block-views-news-block_1 {
	padding: 0 5px;
	margin-bottom: 15px;
	border: solid 2px #e5e5e5;
	position: relative;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
	#block-views-news-block_1 h2 {
		border-bottom: 1px solid #E5E5E5;
		color: #666;
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 5px;
	}
	#block-views-news-block_1 .feed-icon {
		position: absolute;
		top: 5px;
		right: 5px;
	}

#block-views-partner_slideshow-block_1 {
	float: left;
	margin-left: 10px;
	width: 437px;
	height: 190px;
	padding: 5px;
	border: solid 2px #e5e5e5;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
	#block-views-partner_slideshow-block_1 h2 {
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 5px;
		color: #D81F85;
		border-bottom: solid 1px #e5e5e5;
	}
	#block-views-partner_slideshow-block_1 .views-row {
		float: left;
		margin: 15px 15px;
	}
	.views-slideshow-controls-bottom {
		position: absolute;
		top: 15px;
		right: 10px;
	}
	.views-slideshow-controls-bottom a {
		display: block;
		float: left;
		margin-left: 5px;
		width: 16px;
		height: 16px;
	}
	a#views_slideshow_singleframe_prev_partner_slideshow-block_1 {
		background: transparent url(../img/control_rewind_blue.png) no-repeat center center;
	}
	a#views_slideshow_singleframe_next_partner_slideshow-block_1 {
		background: transparent url(../img/control_fastforward_blue.png) no-repeat center center;
	}
	a.views_slideshow_singleframe_pause {
		background: transparent url(../img/control_pause_blue.png) no-repeat center center;
	}
	a.views_slideshow_singleframe_play {
		background: transparent url(../img/control_play_blue.png) no-repeat center center;
	}

#footer-message {
	color: #999;
	text-align: center;
	margin-top: 15px;
	padding-top: 5px;
	border-top: solid 1px #e8e8e8;
	padding-bottom: 5px;
}

#views-search-attachment-ahah { display: none; }

.map {
	display: none;
	border: solid 1px #ccc;
}
	#map-multiple,
	#map-single {
		width: 700px;
		height: 420px;
		margin-bottom: 15px;
	}
	.map-front {
		width: 450px !important;
	}

.page-find-hotspot-result h1#page-title { display: none; margin-bottom: 0; }
.page-find-hotspot-result ul.pager {
	margin-top: -30px;
}
.page-find-hotspot-result #map-single {
	display: none;
}

.view-hotspot-finder {}
	.view-hotspot-finder .view-content {
		font-size: .9em;
		padding: 5px;
		border: solid 1px #e5e5e5;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.view-hotspot-finder .view-content table {
		margin-bottom: 40px;
	}
	.view-hotspot-finder .view-content tr.even,
	.view-hotspot-finder .view-content tr.odd {
		background-color: transparent;
	}
	.view-hotspot-finder .view-content tr.views-row-last {
		border-bottom: 0;
	}
	.view-hotspot-finder .view-content th {
		text-transform: uppercase;
	}
	.view-hotspot-finder .view-content th,
	.view-hotspot-finder .view-content td {
		padding: 5px 10px;
		background-color: transparent;
	}
	.view-hotspot-finder .views-field-title a {
		text-decoration: none;
		color: #ffa200;
	}
	.view-hotspot-finder .views-field-title a:hover {
		color: #333;
	}
	.view-hotspot-finder td.views-field-distance {
		color: #6abe28;
		text-align: right;
	}
	.view-hotspot-finder .views-field-rownumber {
		text-align: right;
	}
	.view-hotspot-finder .views-field-field-addrcomputed-value {
		color: #666;
	}

#block-views--exp-hotspot_finder-default .content,
#block-views--exp-hotspot_finder-page_1 .content {
	color: #fff;
	padding: 10px;
	display: inline-block;
	margin-bottom: 15px;
	background: #ff1a00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1a00 0%, #ed1b24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1a00), color-stop(100%,#ed1b24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff1a00 0%,#ed1b24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff1a00 0%,#ed1b24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff1a00 0%,#ed1b24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff1a00 0%,#ed1b24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ed1b24',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
	#block-views--exp-hotspot_finder-default form.search-view-executed,
	#block-views--exp-hotspot_finder-page_1 form.search-view-executed {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#block-views--exp-hotspot_finder-default #edit-cancel-modify,
	#block-views--exp-hotspot_finder-page_1 #edit-cancel-modify {
		display: none;
	}
	#block-views--exp-hotspot_finder-default #edit-submit-hotspot-finder,
	#block-views--exp-hotspot_finder-page_1 #edit-submit-hotspot-finder {
		background-color: #ed1b24;
		color: #fff;
		border: solid 1px rgba(0,0,0,.2);
		height: 30px;
		line-height: 30px;
	}
	.browse-button {
		background-color: #333;
		color: #fff;
		border: solid 1px #000;
		margin: 0 0 0 0 !important;
		color: #fff;
		font-size: .9em;
		text-transform: uppercase;
		border: 0;
		padding: 5px;
		cursor: pointer;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#block-views--exp-hotspot_finder-default #edit-addr,
	#block-views--exp-hotspot_finder-page_1 #edit-addr,
	#block-views--exp-hotspot_finder-default  #edit-field-addrcomputed-value,
	#block-views--exp-hotspot_finder-page_1  #edit-field-addrcomputed-value {
		width: 100px;
		height: 28px;
		line-height: 28px;
		padding: 0 5px;
		color: #999;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

.item-list ul.pager {}
	.item-list ul.pager li {
		padding: 2px 5px;
		margin: 1px;
		background-color: #e5e5e5;
		border: solid 1px #ccc;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.item-list ul.pager li.pager-current {
		background-color: #fff;
	}
	.item-list ul.pager li a {
		color: #999;
	}

.page-find-hotspot .splash #block-views--exp-hotspot_finder-page_1 {
	position: absolute;
	top: 70px;
	right: 50px;
	left: auto;
	border: 0;
	padding-top: 50px;
	background: transparent url(../img/bg-search.png) no-repeat left top;
}

.node-type-hotspot .hotspot {
	display: none;
}
.node-type-hotspot #main-content-wrapper {
		border: solid 1px #e5e5e5;
		width: 698px;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
}
.node-type-hotspot h1#page-title {
	padding: 5px 10px;
	border-bottom: solid 1px #e5e5e5;
}
.node-type-hotspot #content-bottom {
	padding: 0 10px 10px 10px;
}

#block-views-hotspot-block_1 {}
	#block-views-hotspot-block_1 .view-content .views-row > div {
		clear: left;
		margin-bottom: 5px;
	}
	#block-views-hotspot-block_1 .view-content label {
		display: block;
		float: left;
		width: 150px;
		font-weight: bold;
	}
	#block-views-hotspot-block_1 .view-content div.field-content {
		margin-left: 150px;
	}
	#block-views-hotspot-block_1 .view-content .views-row .views-field-tid a {
		color: #ed1b24;
	}
	#block-views-hotspot-block_1 .view-content .views-row .views-field-body {
		margin-bottom: 10px;
	}
	#block-views-hotspot-block_1 .view-content .views-row .views-field-body label {
		float: none;
	}

#banner-find-side {
	position: absolute;
	top: 0;
	right: 0;
}

.content-list {}
	.content-list .views-row {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: dotted 1px #e5e5e5;
	}
	.content-list .views-row .views-field-rownumber {
		float: left;
		width: 25px;
		font-weight: bold;
		background-color: #ed1b24;
		color: #fff;
		border-radius: 3px;
		text-align: right;
		padding: 0 2px;
	}
	.content-list .views-row .views-field-title {
		font-weight: bold;
		margin-bottom: 5px;
		margin-left: 35px;
	}
	.content-list .views-row .views-field-field-addrcomputed-value {
		margin-right: 35px;
	}
	.content-list .views-row .views-field-field-addrcomputed-value p {
		margin-bottom: 0;
	}
	.content-list .views-row .views-field-created {
		font-size: .9em;
		font-style: italic;
		color: #000;
	}
	.content-list .views-row .views-field-field-newsimg-fid {
		float: left;
		width: auto;
		margin-left: 0 !important;
	}
	.content-list .views-row .views-field-field-newsimg-fid img {
		padding: 3px;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}
	
.node {}
	.node .submitted {
		margin-bottom: 15px;
		font-size: .9em;
		font-weight: bold;
		color: #000;
	}
	.node .field-type-filefield {
		float: left;
		width: auto;
		margin-right: 10px;
	}
	.node .field-type-filefield img {
		padding: 5px;
		background-color: #fff;
		border: solid 1px #e5e5e5;
	}
	.field-field-newssource a {
		color: #ed1b24;
	}
	.node p {
		margin-bottom: 15px;
	}
	.taxonomy {
		margin-top: 15px;
	}
	.taxonomy .links a {
		display: block;
		float: left;
		padding: 2px 5px !important;
		border: solid 1px #e5e5e5;
		font-size: .9em;
		color: #999;
		background: rgb(232,232,232);
		background: -moz-linear-gradient(top,  rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		background: linear-gradient(top,  rgba(232,232,232,1) 0%,rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff',GradientType=0 );
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.taxonomy .links a:hover {
		background-color: #fff !important;
		text-decoration: none;
		color: #333;
	}

.node-links { display: none; }

/* Twitter */
#block-block-3 {
	float: left;
	padding: 0;
	width: 220px;
	height: 190px;
	margin-bottom: 10px;
}
#block-block-4 {
	width: 250px;
	float: left;
	margin-top: 0 !important;
	padding: 0;
	margin-left: 10px;
}

.webform-component {
	margin-bottom: 10px;
}
.webform-container-inline label {
	width: 100px;
	display: inline-block;
}

.faq-list {}
	.faq-list .views-row {
		margin-bottom: 10px;
	}
	.faq-list .views-row .views-field-title a,
	.faq-list .views-row .views-field-title a:link,
	.faq-list .views-row .views-field-title a:visited {
		color: #999;
		font-weight: bold;
	}
	.faq-list .views-row .views-field-body {
		display: none;
	}

#block-lang_dropdown-0 {
	position: absolute;
	top:0;
	right: 0;
}

#footer-last .block {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	width: 220px;
}
#footer-last #block-views-news-block_2 {
	width: 440px;
	padding-bottom: 60px;
	/*background: transparent url(../img/telkom2.png) no-repeat right bottom;*/
}
#footer-last .block h2 {
	font-size: 1.2em;
	color: #ed1b24;
}
	#footer-last .block ul li {
		list-style-image: url("../../../../../misc/menu-leaf.png");
		padding: 0.2em 0.5em 0 0;
		margin-left: .5em;
	}
	#footer-last .block ul li a {
		color: #666;
	}