﻿/* Reset 
------------------------------- */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

/* Global 
------------------------------- */

body {
    background-color: #3184D2;
	line-height: 1.90;
	font-size: 14px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #222;
}

#all {
	max-width: 1024px;/*960*/
	padding-top: 0px;
	/*margin-right: auto;
	margin-left: auto;*/
	background: #6FA3D2 ;/*#6B95C3 ;#6495ed;*/
/*	background-color: transparent;*/
	margin: auto auto auto auto;
}

#wrap {
	max-width: 900px;/*960*/
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 28px;
	padding-bottom: 10px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 1;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 18px;
	margin-top: 18px;
}

h3 {
	font-size: 16px;
}

p {
	margin-bottom: 16px;
	margin-top: 16px;
}

a {
	color: #2971d2;
}

img {
	max-width: 100%;
}

#galleria img {
	max-width: none;
}

iframe {
	max-width: 100%;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	height: 0px;
	width: 0px;
	clear: both;
}

/* Header 
------------------------------- */

#header {
   width: 1024px;
	height: 189px;
	margin: auto;
	padding-bottom: 2px;
	padding-top: 12px;
	background-color: transparent;
	/* blue #3c5d78 */
	/* green #4f6944 */
	/* grey #494949 */
	background: url(../img/bg-header.jpg) no-repeat top;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: gold;
    }
.inner {
	max-width: 900px;/*960*/
	margin-right: auto;
	margin-left: auto;
}

.miful{
	max-width: 1024px;/*960*/
	margin-right: auto;
	margin-left: auto;
}

#header img {
	float: left;
}

#header ul {
	margin-top: 2px;/*4*/
	padding-bottom: 2px;/*8*/
	padding-top: 2px;/*8*/
	float: left;
	background-color: rgba(0, 0, 0, .1);
 	color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header li {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	list-style-type: none;
}

#header li a {
	letter-spacing: 1px;
	color: #eee;
	text-decoration: none;
}

#header li a:hover {
	color: white;
}
 
#header p {
	color: white;
}

#header li a.on {
	font-weight: bold;
	color: white;
}

/* Galeri menu */

#navgl {
   width: 1000px;
	height: 20px;
	margin: 0px; /* auto */
	padding-bottom: 40px; /* 2 */
	padding-top: 0px;
	background-color: transparent;
	/* blue #3c5d78 */
	/* green #4f6944 */
	/* grey #494949 */
}


#navgl img {
	float: left;
}

#navgl ul {
	margin-top: 2px;/*4*/
	padding-bottom: 2px;/*8*/
	padding-top: 2px;/*8*/
	float: left;
	background-color: rgba(0, 0, 0, .1);
 	color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#navgl li {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	display: inline;
	list-style-type: none;
}

#navgl li a {
	letter-spacing: 1px;
	color: #eee;
	text-decoration: none;
}

#navgl li a:hover {
	color: white;
}
 
#navgl p {
	color: white;
}

#navgl li a.on {
	font-weight: bold;
	color: white;
}

/*Koniec Galeri menu */

/* Main Content Area 
------------------------------- */

#content {
	width: 65%;
	float: left;
	min-height: 600px;
}

.border {
	border-color: #eee;
	border-width: 6px;
	border-style: solid;
}

#micontent {
	width: 100%;
	float: left;
/*	background: url(../img/bus09_30_2.png) no-repeat bottom; */
	background-color: transparent;
   min-height: 600px;
/*	min-width: 1024px;*/
}

.border {
	border-color: #eee;
	border-width: 0px;
	border-style: solid;
}

/* Sidebar 
------------------------------- */

#sidebar {
	padding: 20px;
	float: right;
	background-color: #eee;
	width: 27%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../img/bg_sidebar.png) no-repeat;
	min-height: 500px;
}

/* Footer 
------------------------------- */

#footer {
	padding-bottom: 20px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-width: 1px;
	padding-top: 20px;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	clear: both;
	margin-top: 30px;
	color: #555555;
	border-top-color: #cccccc;
	border-top-style: dotted;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;/*960*/
}

#footer ul {
	float: left;
}

#footer li {
	margin-right: 15px;
	list-style-type: none;
	display: inline;
}

.copyright {
	clear: left;
	padding-top: 15px;
	margin: 0px;
	float: left;
}

.soc-icons {
	padding-top: 8px;
	margin: 0px;
	float: right;
}

.soc-icons img {
	padding-left: 10px;
}

.soc-icons a {
	display: inline;
}

.copyright a {
	color: #666666;
}

.hello {
	padding-right: 15px;
	float: left;
}

