/*
Theme Name: nyanyi.info
Theme URI: http://nyanyi.info/
Description: is a wordpress theme
Version: 2.0
Author: Daniel DE, SMG
Author URI: http://nyanyi.info/
Tags: personal theme

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
body { /* ini hukumnya wajib, nek ga ada remuk */
	background: #343026;
	font-family: Segoe UI, Tahoma, Trebuchet MS, Arial, Halvetica, san-serif;
	}
#title {
	display: none;
}
#title h1 { /* judul blog */	
	display: none;
	}
	
/* structure */
#foundation 
	{
	position: relative;
	top: 50px;
	width: 520px;
	margin-left: auto;
	margin-right: auto;
	}
#frame
	{
	float: left;
	background: #ffffff;
	width: 520px;
	}
#logo {
	float: left;
	width: 480px;
	margin: 0 0 0 20px;
	background: #000099 url(images/biglogo.png) no-repeat center;
	height: 50px;
	}
#menu
	{
	float: left;
	width: 478px;
	margin: 0 0 0 20px;
	background: #0099FF;
	color: #ffffff;
	border: 1px solid #0099FF;
	font-size: 12px;
	text-align: center;
	}
#menu a 
	{
	color: #ffffff;
	border: 1px solid #0099FF;
	text-decoration:none;
	}
#menu a:hover 
	{
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #0099FF;
	text-decoration:none;
	}
#cartoon {
	float: left;
	width: 480px;
        height: 228px;
	margin: 0 0 0 20px;
	background: url(images/cartoon.jpg) no-repeat;
	border-bottom: 1px solid #0099FF;	
	}
#holder 
	{
	float: left;
	width: 480px;
	margin: 0 0 0 20px;
	background: #ffffff;
	top:0px;
	}
#identify {
	float: left;
	width: 476px;
	margin: 0 0 0 20px;
	border: 2px solid #000099;
	text-align: center;
	background: #000099;
	color: #ffffff; 
	font-size: 12px;
	}
#identify a{
	text-align: center;
	border-left: 1px solid #000099;
	border-right: 1px solid #000099;	
	background: #000099;
	color: #ffffff;
	text-decoration: none;
	}
#identify a:hover {
	text-decoration:none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;	
	background: #ffffff;
	color: #000099;
	}	
#footer {
	float: left;
	background: #343026;
	width: 520px;
	height: 50px;
	}	
/* start.php */


/* menu.php */	

/* m-home.php */
#desc{
	color:#AAAAAA;
	font-size: 11px;
}	
#excerpt {
	color: #000000;
	font-size: 13px;
}
#excerpt a {
	color:#000099;
	text-decoration:none;
	font-size: 13px;
}
#excerpt a:hover {
	text-decoration:none;
	background-color:#FFFF99;
	}
#excerpt h2 {
	display: none;
	}
#excerpttitle {
        font-weight: bold;
	font-size: 16px;
}
#excerpttitle a {
        font-weight: bold;
	font-size: 16px;
	text-decoration:none;
}
#excerpttitle a:hover {
	text-decoration:none;
}
.post blockquote {
	margin:0;
	padding-left:10px;
	color:#000000;
	background:#FFDDB5;
	border-left:10px solid #FF9900;
}
.titleblock {
	background: #ECECFF;
	border-bottom: 4px solid #ECECFF;
}
.line {
	border-top: 1px solid #0099FF;
}		
.title {
	font-size: 14px;
	}
.time{
	font-size: 11px;
}

#pic {
	background: url(images/0-1.jpg) no-repeat;
	height: 240px;
	width: 180px;
        border: 1px solid #dfdfdf;
	}
	
/* m-contact.php */
#red {
	background: #FF0000;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 12px;
	}
.center {
text-align: center;
}

.alt {
	margin: 0;
	padding: 0;
	}

.commentlist {
	padding: 0;
	}
.commentlist blockquote {
	margin:0;
	padding-left:10px;
	color:#000000;
	background:#FFDDB5;
	border-left:10px solid #FF9900;
}


.commentlist li {
	list-style: none;
	border-bottom: 1px solid #0099FF;
	border-top: 10px solid #ECECFF;
	padding-bottom: 10px;
	}
.commentlist li ul li {
}
.commentlist p {
margin-bottom: 2px;
}
.children { 
padding: 0px;
border-top: 1px solid #0099FF;
background: #ECECFF;
margin: 10px 0 10px 20px;
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

#commentform input {
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	font-size: 13px;
	width: 100%;
	height: 50px;
	padding: 2px;
	}
#respond:after {
		color: #000000;
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
#button {
	background: #ffffff;
        padding: 0 40px 2px 40px;
        text-align: center;
        font-size: 24px;
}
#button a{
	background: #000099;
	color: #ffffff;
        padding: 0 40px 2px 40px;
	text-decoration:none;
        text-align: center;
        border: 2px solid #ffffff;
        font-size: 16px;
}
#button a:hover{
        border: 2px solid #000000;
        width: 60px;
        padding: 0 40px 2px 40px;
	background: #ffffff;
	color: #000000;
	text-decoration:none;
        font-size: 16px;
}