/* CSS Document */

/***** Body and main container *****/

body {
margin:8 auto; /* margin top di edit jadi 8px */
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
color:#404040;
background-color: #b3b3b3; /* Body background di edit */
}

#wrap {
background:#ffffff;
color:#404040;
margin:0 auto;
width:760px;
}

/* Menu */
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding: 10px;
}


/* Header */

#header {
	padding:0;
	height:64px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear:both;
}
#header p {
	width:250px;
	float:right;
	text-align:right;
	font-weight:normal;
	line-height:1.3em;
	margin-top: 44px;
	margin-right: 8px; /* Header p ----> margin right diedit dari 0 jadi 8px */
	margin-bottom: 0;
	margin-left: 0;
}

#header h1 {
	background-color:inherit;
	width:310px;
	margin:0 0 10px;
	float:left;
}

#header h1 a {
	background-color:inherit;
	text-decoration: none;
}

#horizontal {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	line-height:1.5em;
	margin-bottom: 10px;
}

#horiz {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	line-height:1.5em;
	background-color: #F8F8F8;
	margin-bottom: 17px;
}

#horiz p {
	text-align: left;
	padding: 5px;
}

#separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	line-height:1.5em;
	margin-bottom: 17px;
	width: 90%;
}

/* Right sidebar */

#extras {
float:right;
width:170px;
margin:0 0 5px;
padding:0;
line-height:1.4em;
}

#extras p {
margin:0 0 16px;
padding:0;
font-size:12px;
line-height:1.4em;
}

#extras h3 {
	color: #256AA9;
	font-size:14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
	text-align: center;
}

/* Main content */

#content {
	line-height:1.5em;
	float: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBEBEB;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 5px;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

#content h1 {
font-size:18px;
margin:0 0 10px;
}

#content h2 {
font-size:16px;
margin:0 0 10px;
}

#content h3 {
font-size:14px;
margin:0 0 8px;
}

#content i {
	font-size:14px;
	margin:0 0 8px;
	font-style: italic;
	font-weight: bold;
}

#content p {
text-align: justify;
}

.block {
	padding:10px;
	background-color: #FFFFFF;
	width: 450px;
	border: 1px solid #F2F2F2;
}

/* Table */

table {
	line-height:1.3em;
	margin:0 0 12px;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	color:#303030;
	font-size:1em;
	padding:7px;	
}

/* Various tags */

a {
	text-decoration:none;
	font-weight:normal;
	background-color:inherit;
	color: #0000FF;
}

a:hover {
	text-decoration:underline;
	background-color:inherit;
	color: #0000FF;
}

a img {
border:0;
}

p {
margin:0 0 1.4em 0;
}

.small {
font-size:11px;
}

.bold {
font-weight:bold;
}

.underline {
	text-decoration: underline;
}

.color {
	color: #CC0000;
}

.center {
text-align:center;
}

.optin {
	padding: 5px;
	border: 3px dashed #FF0000;
}

/* Social media di edir jadi class */
.socialmedia {
	background-color: #ffffff;
	text-align: right;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sponsored {
	background-color: #ffffff;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 5px;
}

.inlinesponsored {
	background-color: #ffffff;
	float: left;
	width: auto;
	height: auto;
	margin-top: 8px;
	margin-right: 17px;
	margin-bottom: 8px;
	margin-left: 0px;
}

/* Footer */

#footer {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	width:760px;
	text-align:center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f0f0f0;
	color:#404040;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#footer p {
margin:0;
padding:0;
}

#footer a {
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}
