@charset "UTF-8";
/* 
	Crafted with lovely:
	Nurudin Jauhari
	---
	08072008 16:20
	ver. 1.0
	---
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Helvetica Neue",Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	background: #8dc63f url(all.jpg) center 0 repeat-y;
}
.clear {
	clear: both;
}
/*
@all 
****************** */
h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

p { 
	margin: 0 0 20px 0; 
}
a {
	color: #003366;
}
a:hover {
	color: #000;
	text-decoration: none;
}

/*
@design
****************** */
#all {
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
	background: #fff url(all.jpg) center 0 repeat-y;
}

/*
@header
****************** */
#cover {
	background: url(logo-moc.gif) 0 0 no-repeat;
	width: 700px;
	margin: 0 auto;
	padding: 0 10px;
	height: 380px;
}
#header {
	width: 700px;
	margin: 20px auto;
	position: relative;
	height: 100px;
}
.info {
	width: 400px;
	margin-left: 300px;
	font-size: 150%;
	color: #000;
}
#header h1 a {
	display: none;
}
/*
@menu
****************** */
#menu {
	margin: 0 auto;
	width: 700px;
	padding-top: 20px;
}
#menu ul {
	list-style: none;
	}
#menu li {
	display: inline;
	font-size: 150%;
}
#menu li a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
}
li.active a {
	background: #800000;
}
li.all a {
	background: #073679;
}
li a:hover {
	background: #000;
}

/*
@content 
****************** */
.foto {
	
}
.foto h3,#majalah h3,#film h3,#brand h3 {
	border-bottom: 2px solid #EBB14B;
}
.yourtitle {
	padding: 10px;
	border: 2px solid #F5D9A7;
	margin-bottom: 20px;
}
#majalah,#film,#brand {
	margin-bottom: 20px;
}
#all h3 {
	margin-bottom: 10px;
}

.foto input {
	width: 400px;
	border: 2px solid #4CB30E;
	padding: 5px;
	font-size:150%;
}
.mesg {
	background: #FFFF80 url(50.png) 4px 4px no-repeat;
	margin-bottom: 20px;
	padding: 4px 4px 4px 25px;;
	color: #494925;
}
#majalah input,#brand input,#film input {
	margin-right: 5px;
}
#submit {
	background: #3A880B;
	padding: 4px 10px;
	color: #fff;
	border: 2px solid #49AB0E;
	border-bottom: 2px solid #265907;
	border-right: 2px solid #265907;
}

/*
@footer 
****************** */
#footer {
	padding: 10px 0 0 ;
	border-top: 2px solid #15843f;
	position: relative;
	color: #265907;
	width: 700px;
	margin: 30px auto 0;
}
#footer p {
	font-size: 110%;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}
#footer p.right {
	position: absolute;
	right: 0;
	top: 10px;
}