/*
Theme Name: Whatnotblog
Author: Azis supangkat
Author URI: http://is-dev.com/

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
  height:121px;
  
}

#headerimg 	{
  background:#000;
	height: 90px;
	width: 100%;
	}

#headermenu{
  font-family:"times new roman" ;
  font-size:13px;
  color:#fff;
  text-transform:uppercase;
  padding:8px;
}

#headermenu a{
  padding-left:20px;
  color:#fff; 
  text-decoration:none;
    font-family:"times new roman" ;

}

#boxprofile{
  margin-top:12px;
  width:100%;
  height:147px;
  background:#000;
  font-family:verdana;
  font-weight:normal;

  color:#fff;
  margin-bottom:10px;
}

#boxprofile p{
  text-align:justify;
    font-size:10px;
}

#boximg{
 width:160px;
 float:left;
}

#boxabout{
  width:270px;
  float:left;
  margin-right:10px;
  padding-top:10px;
}

#boxabout h2{
 font-size:18px;
 margin-bottom:12px
}

#content {
	font-size: 1.2em
	float:left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}
	
#copyright{
 width:72%;
 float:left;
}	

table.moduletableribotban{
clear:both;
}
table.moduletableblink{
 width:27%;
 float:right;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	  font-size: 18px;
    text-transform:uppercase; 
    padding:10px 0;
    padding-left:12px;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.posttitle{
  font-size: 18px;
  text-transform:uppercase; 
  border-bottom:1px dashed #000;
  padding:10px 0;
  padding-left:12px;
  font-weight:bold;
  font-family:"arial";
  color:#000;
}
h2.ptitle{
  font-size: 18px;
  text-transform:uppercase; 
  border-top:1px solid #000;
  border-bottom:1px dashed #000;
  padding:10px 0;
  padding-left:12px;
  font-weight:bold;
  font-family:"arial";
  color:#999;
 
}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, #headerimg .description {
	text-decoration: none;
	}


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
		color:#AD993E;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	}

#header {
	background-color: #000;
	margin: 0 0 0 0px;
	padding: 0;
	height: 121px;
	width: 100%;
	margin-bottom:12px;
	}


#time{
 float:left;
 width:100%;
 height:20px;
 font-family:verdana;
 font-weight:bold;
 color:#333;
}

#category{
 float:right;
 text-align:right;
 
 width:50%;
 height:30px;
 font-weight:bold;
}

.narrowcolumn {
	float: left;
	padding: 0 41px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	height:149px;
}

#footerbanner{
 padding:10px 0;
 border-top:1px dashed #000;
 border-bottom:1px dashed #000;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	border-top:1px #000 dashed;
	border-bottom:1px #000 dashed;
	font-family: "times new roman";
	font-weight:normal;
	}

h2 {
	margin: 5px 0;
	font-size:15px;
	text-transform:uppercase;
	font-family:"verdana";
	color:#fff;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	max-width: 100%;
	}
	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

table.moduletablearc ul li,#sidebar ul li {
	list-style-type: disc;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar2 {
 width: 284px;
 min-height:900px;
 float:right;
}	

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding:0;
	width: 184px;
	min-height:900px;
	float:left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	padding-top:10px;
	height:25px;
	background-color:#000;
	}
/* End Various Tags & Classes*/

/*banner style*/
#r1{
  background:#ccc;
  height:78px;
  margin-bottom:7px;
  
}
#g1{
  height:476px;
  width:142px;  
  float:left;
  
}

#r2{
  margin-bottom:6px;
}

#r4{
  background:#fff;
  height:476px;
  width:141px; 
  float:left; 
}

#c1{
  padding:12px 0;
  border-top:1px dashed #000;
}

/* css for import joomla */

table.moduletable,table.moduletablelink {
	padding-top:12px;
}


table.moduletablebanner{
  padding-bottom:12px;
}

table.moduletable-fea {
	background:#000000 none repeat scroll 0 0;
	padding:0;
	margin-bottom:12px;
}

table.moduletableniceday,table{
	width:100%;
}

table.moduletableniceday {
  margin-bottom:12px;
  padding-bottom:12px;
  border-bottom:1px #000 solid;
}
.mod_contentitemniceday{
  padding-top:12px;

}

table.moduletable-top{
 width:800px;
 float:left;
}
table.moduletablerss{
  float:right;
  width:100px;
  margin-top:-5px;
}

table.moduletablebanforum {
	border-top:1px dashed #000000;
	margin-top:12px;
	padding:12px 0;
}

table.moduletablebannerlefttop1 {
	border-top:1px solid #000000;
	margin-top:10px;
	padding-top:12px;
}

table.moduletablebanner, table.moduletablebannerlefttop1 {
	padding-bottom:12px;
}

table.moduletablesearch {
   width:100%;
   border-top:1px dashed #000000;
}

table.moduletable-center {
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	margin:0;
	padding:10px 0;
}

table.moduletable th,table.moduletableblog th,table.moduletableniceday th,table th{
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	color:#000000;
	font-family:"Times New Roman";
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	padding:10px;
	text-transform:uppercase;
}



table.moduletable-thd th {
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	color:#000000;
	font-family:"Times New Roman";
	font-size:12px;
	font-weight:normal;
	margin-bottom:5px;
	padding:10px;
	text-transform:uppercase;
}

table.moduletable-fea th{
  color:#fff;
}

table.moduletable td,table.moduletable-thd td,table.moduletablearc td {
  padding-top:12px;
}

table.con,table.con td{
  padding:0px;
  margin:0px;
}

table.moduletablelink td {
padding:12px 0;
}

table.moduletablesearch td {
	padding-bottom:10px;
	padding-top:10px;
}

table.moduletablearc ul,ul#mainlevel-nav, ul.latestnews-thd {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:9px;
	padding-left:20px;
}
#mainlevel-nav, .latestnews-thd {
	font-family:"Verdana";
	font-size:9px;
	margin:0;
	padding:0;
}

table.moduletablearc li,#mainlevel-nav li, li.latestnews-thd {
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

table.moduletablearc li a,#mainlevel-nav li a {
	color:#FFFFFF;
	text-decoration:none;
}
a.mainlevel-nav, a.mainlevel-nav:link, a.mainlevel-nav:hover, a.mainlevel-nav:visited, 
a.latestnews-thd, a.latestnews-thd:link, a.latestnews-thd:hover, a.latestnews-thd:visited {
	color:#FFFFFF;
	font-weight:bold;
}
a:link, a:visited {
	color:#AD993E;
	height:auto;
	text-decoration:none;
}
a.mainlevel-nav, a.mainlevel-nav:link, a.mainlevel-nav:hover, a.mainlevel-nav:visited,
a.latestnews-thd, a.latestnews-thd:link, a.latestnews-thd:hover, a.latestnews-thd:visited {
color:#FFFFFF;
font-weight:bold;
}

.inputbox {
	border:1px solid #000000;
	font-family:Verdana;
	margin-bottom:4px;
	padding:5px;
}
.inputboxsearch {
	border:1px solid #000000;
	font-family:"verdana";
	height:15px;
	padding:7px;
	width:209px;
}
.button {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Verdana;
	font-weight:bold;
	height:27px;
	padding:5px;
}
.buttonsearch {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Verdana;
	font-weight:bold;
	height:27px;
	padding:0;
	width:59px;
}

/*form comment*/

#commentform{
 background:#eee;
 padding:25px;
 height:100%;
 padding-bottom:70px;
 margin-bottom:12px;
}

#commentform label{
  width:25%;
  display:block;
  float:left;
}

#commentform input,#commentform textarea{
	border:1px solid #000;
	font-size:12px;
	 width:70%;
}
#commentform input#submit{
   width:200px;
   margin:14px;

}

ul#comment {
	color:#FFFFFF;
	margin:0;
	padding:20px;
}	

#comment li {
	clear:both;
	font-size:9px;
	margin:0;
	padding-left:10px;
}

#comment li a{
	color:#AD993E;
}

#comment li a:hover{
	color:#999;
}

#container-1 {
   margin-top:12px;
}

table.loginform td {
	margin:0;
	padding:0;
}

#footer p, #footer div {
  font-size:9px;
}

#footer a {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}

.bookmark{
  width:30%;
  float:right;
}
.comment{
  width:60%;
  float:left;
}

h1 a,h1 a:visited{
  color:#000;
}
h2.ptitle a{
  color:#333333;
}
h1 a:hover,,h2.ptitle a:hover{
  color:#999; 
}
div.entry{
 color:#333333;
}

.post p img{
 padding:4px 0;
}

.post p{
 padding:4px 0;
 font-size:10px;
}

