/* CSS Document */

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(assets/bg.gif);*/
	background-repeat: repeat-y;
	background-align: center;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/**** fonts content area */

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CC3300;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	/* margin-bottom: .4em;
	*/
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/h3.png) no-repeat;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 102%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #0066FF;
	
}

a:hover {
	text-decoration: none;
	color: #CC0000;
}

img {
	border: none;
}

.comments {
	background: url(images/img10.gif) no-repeat;
}

.tajuk {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 1.1em;
	font-weight: bold;
/*	background: url(assets/h3.png) no-repeat;
*/
}
.post {
	margin-bottom: 5px;
	margin-right: 4px;
	margin-left: 4px;
}




.links {
	width: 180px;
	height: 20px;
	margin: 0 -5 0 0;

	/*padding: 6px 0 20px 6px;*/
	background: url(assets/h3.png) no-repeat;
	font-size: 0.8em;
	font-weight: bold;
	color:#FF9900;
	line-height:10px;
}

.links .sizeM {
}
.sizeXS {
	font-size: 0.66em;
	color:#252525;
	line-height: 1.2em;
	letter-spacing: 0.12em;
}
a.sizeXS {
	font-size: 0.66em;
	color: #0033FF;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.12em;
}

.sizeS {
	font-size: 0.75em;
	color:#252525;
	line-height: 1.2em;
	letter-spacing: 0.14em;
}
a.sizeS {
	font-size: 0.75em;
	color: #0033FF;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 0.14em;
}

.sizeM {
	font-size: 11px;
	color:#252525;
}

a.sizeM {
	font-size: 11px;
	color: #660000;
	font-weight: bold;
}

.sizeL {
	font-size: 12px;
}
.sizeXL {
	font-size: 14px;
}

.titleBlack {
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: bold;
	line-height: .9em;
}
a.titleBlack {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration:none;
	font-weight: bold;
}
a.titleBlack:Hover {
	color: #0033FF;
}
