 style.css
File Type: ASCII C program text

* { margin:0; padding: 0; }

body {
	background-color: #000;
 	color: #999999; 
 	font: 70%/1.3  tahoma, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin-top: 50px 0;
}  


a	{ 
	color: #999999;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #ffffff;
	background: inherit; 	 
}
 

h1, h2, h3 { 
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
} 
h1 {
	font-size: 1.5em;	
}
h2 {	background: url(top-s.gif) no-repeat bottom;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #666666;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #FFFC00;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #FFFC00;	
}
ul span, ol span {
	color: #ccc;
}


img {
	border: 1px solid #000;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}


#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#000;
   width: 790px;  	
}
#content-wrap {
	clear:both;
   margin:0; padding:0;
	width: 790px;		
}


#header {
	position: relative;
   clear:left;
   width: 790px;
	height: 135px; 
	margin: 0; padding: 0;margin-top:5px;
	background: #000 url(images/headerbg.jpg) no-repeat left bottom;		
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* posisi logo*/
	top: 36px; right: 35px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font:  1.4em 'tahoma', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 5px;
	color: #FFF;
	
	/* posisi slogan*/
	top: 85px; right:35px;		
}


#header #header-tabs {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:right;
   background: #000;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: #000;
   padding:7px 15px 4px 8px;
   color: #FFF;border-top:#F00 solid 1px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FF0;
}
#header-tabs a:hover {
	background: #F00;
}

#header-tabs a:hover span {
	background: #393939;
}



#main {
	float: left;
	width: 535px;
	margin: 0; padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 5px 0 3px 5px;
	background: #3C444B url(images/bgh1.gif);
	text-transform: none;
	border-bottom: 1px solid #666;	
	color: #FFFC00;	
}	


#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}
#sidebar h1 {
	padding: 8px 0px 3px 5px;
	text-transform: none;	
	color: #FFF;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 0px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #FFFC00;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #000;
	border-left: 5px solid #F00;	
	
	min-height: 18px;	
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #000;
	color: #F00;
	border-left:5px solid #FFFC00;
}



#footer { 
	clear: both;
	height: 35px;
	color: #CCC;
	background: #3C444B;
	margin: 0;	
	font-size: 90%;			
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF; 
}
#footer a:hover{ 
	text-decoration: none; 
	font-weight: bold;	
	color: #A2E00E; 
}

#footer #footer-left {
	width: 68%;
	float: left;
	text-align: left;
	margin: 0; padding: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}


.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }


.clear {	clear:both;	} 
.hide  { display: none; }
.red  { color: #F00; }
.yellow  { color: #FFFC00; }

.comments { 
	color: #FFFC00; 
	background: #000;
	text-align: right; 
	border-top: 1px dashed #F00; 
	padding: 5px 0;
	margin-top: 10px;
}

