 /* Reset CSS
-----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

/* Header
 * ---------------------------------- */
.header {
	background-color: #8B8B8C;
	height: 70px;
	margin: 0;
	padding-top: 5px;
	width: 100%;
}
.site-header {
	margin: 0 auto;
	padding: 0px 20px;
	max-width: 0 auto;	
}
.header-title {
	color: #d7ecfa;
	font: 20px sans-serif;
	line-height: 60px;
  	font-weight: bold;
  	margin-left: 10px;
}
.header-title:hover {
	color: #fff;
}
.site-header img {
	padding: 0px 5px;
	float: left;
	margin-top: 15px;
	width: 0 auto;
	height: 30px;
}
.site-header img:hover {
	background: #126da7;
	transform: translateY(5%);
	-ms-transform: translateY(5%);
	-webkit-transform: translateY(5%);
	-moz-transform: translateY(5%);
	-o-transform: translateY(5%);
}
.site-header ul {
	float: right;
	margin-top: 7px;
	padding: 10px 0px;
	overflow: hidden;
}

.site-header li {
	display: inline;
	padding: 10px 0px;
	border: 5px;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.site-header li:hover {
	background-color: #1e82e8;
}
	
.site-header span {
	color: #d7ecfa;
	display: inline-block;
	padding: 0px 20px;
	font: 18px Calibri, sans-serif;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.site-header li:hover span {
	transform: translateY(200%);
	-ms-transform: translateY(200%);
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-o-transform: translateY(200%);
}

.site-header li span:before {
	display: none;
	font: 18px Calibri, sans-serif;
	height: 100%;
	left: 0;
	top: -200%;
	position: absolute;
	width: 100%;
}

.site-header li:hover span:before {
	display: block;
}
	
.logout:before {
	color: #d7ecfa;
	content: "Logout";
	padding: 0px 20px;
}

/* Navigasi
 * ----------------------------------- */
.navigasi{
	background-color: #F2F2F2;
	height: auto;
	width: 215px;
	float: left;
	border: thin solid #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
}

/* Content
 * ----------------------------------- */
.isi{
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
}

/* Footer
 * ----------------------------------- */
.footer{
	background-color: #126da7;
	height: 35px;
	margin: 0;
	padding: 0;
	width: 100%;
}
.site-footer {
	margin: 0 auto;
	padding: 10px;
	max-width: 0 auto;	
	text-align: center;
}
.site-footer span,
.site-footer span a {
	color: #d7ecfa;
	font: 12px sans-serif;
}
.site-footer span a:hover {
	color: #fff;
}

body {
	background-color: #F2F2F2;
}