/* Agar ukuran layout pas dilayar, tidak ada jarak atas, bawah, kiri dan kanan */
*{
	padding: 0;margin: 0;
}

/* Agar ukuran body 100% layar */
html, body{
	height: 100%;
	background: #661554;
/*	background: url(../img/bg.jpg) no-repeat center center fixed; 
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
*/
}

#wrap{
	width:100%;
    margin:0 auto;
}
 
header{
    font-family: 'Ubuntu', sans-serif;
	font-size:16px;
	color:#fff;
	box-shadow: 0px 1px 2px 0px #0D0D0D; /* bayangan 1. kalo + dikana - dikir, 2. kalo + diatas - dibawah, 3. blur, 4. radus, 5. warana */
	background:#3B3B3B;
/*	background: -webkit-gradient(linear, center top, center bottom,color-stop(0%, #575757), olor-stop 50%, #454545), color-stop(100%, #575757));
	background: -moz-linear-gradient(top, #575757 0%, #454545 50%, #575757 100%); */
    width:100%;
    height:4%;
}

header .text{
	float: left;
	margin-left: 10px;
	margin-top: 1px;
}

header .icon{
	float: right;
	margin-left: 10px;
	margin-top: 1px;
}

main{
    font-family: 'Ubuntu Mono';
	font-size:28px;
	color:#fff;
	float:right;
	width: 100%;
	height:96%;
    background:#2d0925;
/*	border-radius: 7px 7px 0 0; /* Spesifikasi W3C, Opera Mini */
/*	-moz-border-radius: 7px 7px 0 0; /* Mozile Firefox */ /* angka pertama kiri atas, kanan atas, kiri bawah, kanan bawah */
/*	-webkit-border-radius: 7px 7px 0 0; /* Ssafari dan Chrome */
}

.teletype-prefix{ 
	color: #00bd9c;
}

/*
main .head{
	height:4%;
	background:#3B3B3B;
	background: -webkit-gradient(linear, center top, center bottom,color-stop(0%, #3B3B3B), olor-stop 50%, #252525), color-stop(100%, #3B3B3B));
	background: -moz-linear-gradient(top, #3B3B3B 0%, #252525 50%, #3B3B3B 100%);
	box-shadow: 1px 0px 2px 0px #0D0D0D; 
	border-radius: 3px 3px 0 0; 
	-moz-border-radius: 3px 3px 0 0; 
	-webkit-border-radius: 3px 3px 0 0;
}
*/
 
sidebar{
    font-family: 'Ubuntu', sans-serif;
	background:#491a3f;
	float:left;
	position: fixed;
    width:67px;
	height:96%;
	box-shadow: 1px 0px 2px -2px #E7D6E3;
}
 
/*
#footer{
    width:100%;
    height:100px;
    clear:both;
    background:#cc7;
}
*/