article {
	background-image: url(https://bbb6ba.claudeassets.com/20221231233957im_/https://www.swazilandkualalumpur.org/images/article_bg.jpg);
	background-repeat: repeat;
	float:left;
	display:block;
	min-height: 1000px;
	padding: 15px 0px 0px 15px;
	width: 759px;
}

/*Box*/
#content .box header {
	color:#FFF;
	font-weight:bold;
	font-size: 16px;
	height: auto;
	padding: 8px 15px;
	text-shadow: 0px -1px 0px #9c0e06;
	width: auto;
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #cf0404 42%, #ff3019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(42%,#cf0404), color-stop(100%,#ff3019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #cf0404 42%,#ff3019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #cf0404 42%,#ff3019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #cf0404 42%,#ff3019 100%); /* IE10+ */
	background: linear-gradient(-45deg,  #cf0404 42%,#ff3019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: inset 0px -1px #a80000;
	-moz-box-shadow: inset 0px -1px #a80000;
	-webkit-box-shadow: inset 0px -1px #a80000;
}

#content .box #weather_header {
	/*background-image: url(https://4befda.claudeassets.com/20221231233957im_/https://www.swazilandkualalumpur.org/images/weather_cloud.jpg);*/
	background-position-y: -28px;
	text-shadow: 0px -1px 0px black;
	-webkit-box-shadow: none;
}

.box {
	color: #505050;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	float: left;
	line-height: 18px;
	margin-bottom: 15px;
	min-height:200px;
	text-shadow: 0px 1px 0px #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.box .box_padding {
	display: block;
	padding: 15px 15px 0;
}

.box .box_padding_big {
	display: block;
	padding: 50px 50px 40px 50px;
	min-height:540px;
}

.box figure {
	float:left;
	margin: 0 20px 20px;
}
.box figure.right {
	float:right;
}

figure figcaption {
	background: #CCC;
	clear: both;
	padding: 5px 10px;
	width: auto;
}

/*}----- For Discover index only----- */ 
figure figcaption.one {
	background: #CCC;
	clear: both;
	padding: 5px 10px;
	width: 182px;
}

figure figcaption.two {
	background: #CCC;
	clear: both;
	padding: 5px 10px;
	width: 280px;
}

figure figcaption.three {
	background: #CCC;
	clear: both;
	padding: 5px 10px;
	width: 361px;
}

figure figcaption.four {
	background: #CCC;
	clear: both;
	padding: 5px 10px;
	width: 260px;
}
/*}----- END For Discover index only----- */ 

.box figure.insert_left {
	padding:5px;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
	margin-right:40px;
}

.box figure.insert_right{
	padding:3px;
	float:right;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
	margin-left:40px;
}

.box .thumbs {padding:10px 10px 10px 10px}

/*-----------------------------#End box#---------------------------------*/

/*Typography*/

.box .box_padding_big p.introduction {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:26px;
	margin-bottom:40px;
}

.box .box_padding_big p.elegant {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.box .box_padding_big h2 {
	font-family: 'Arape', serif;
	font-weight:normal;
	font-size:28px;
	margin-bottom:40px;
}

.box .box_padding h4 {
	font-size:14px;
	margin-bottom:10px;
}
/*-----------------------------#End Typography#---------------------------------*/

/*Button*/
.box a.button {
	display:inline-block;
	margin-bottom:20px;
	text-decoration:none;
	font-size: 12px;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	background-color:#cf0404;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow:none;
	border: 1px solid transparent;
	
}

.box a.button:hover {
	background: #cf0404; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf0404 0%, #b50000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf0404), color-stop(100%,#b50000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf0404 0%,#b50000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf0404 0%,#b50000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf0404 0%,#b50000 100%); /* IE10+ */
	background: linear-gradient(top,  #cf0404 0%,#b50000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#b50000',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
	color:#fff;
	border: 1px solid #960000;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}
	
/*Sections*/
.slideshow {
	height:350px;
	width: 759px;
}

.full {
	width: 759px;	
}

.col-2-1 {
	margin-right: 15px;
	width: 372px;	
}

.col-3-1 {
	margin-right: 15px;
	width: 243px;
}

.col-3-2 {
	margin-right: 15px;
	width: 501px;	
}

.last {
	margin-right:0px;	
}
/*-----------------------------#End sections#---------------------------------*/



/*Content Links*/

article .box  a, nav .aside a {text-decoration:none; color:#4993bf;}

article .box  a:hover, nav .aside a:hover {color:#1f6c9a; text-decoration:underline;}

/*-----------------------------#End links#---------------------------------*/

---------------------------#End Columns#---------------------------------*/

/*
     FILE ARCHIVED ON 08:21:17 Dec 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:50:59 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.388
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.026
  esindex: 0.006
  cdx.remote: 11.178
  LoadShardBlock: 181.709 (3)
  PetaboxLoader3.datanode: 132.666 (4)
  PetaboxLoader3.resolve: 367.037 (3)
  load_resource: 379.739
*/