/*  
Theme Name: 1st Zaxioma simple
Theme URI: http://www.zaki.web.id/
Description: Simple unique, 2-columns, no-images, widgets-ready WordPress 2.3 theme.
Version: 1.0
Author: Zaki
Author URI: http://www.zaki.web.id/
*/

body{
	font-family:  Arial, "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a4a4a;
}

a{
	color: maroon;
	text-decoration: none;
}

a:hover{
	color:#333333;
	text-decoration: none;
}

h1,h2, h3{
	margin: 0;
	padding: 0;
}


/*====Header Section====*/
#header{
	width: 800px;
	margin: 20px auto;
	padding-bottom: 2px;

}

#header h1.blogname {
	position:relative;
	z-index: 10;
	bottom: -40px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size:30px;
	margin: 0;
	padding: 0;
}
#header h1.blogname a{
	margin: 0;
	padding: 0;
}

#bigfont {
	position: relative;
	top: -35px;
	z-index: 8;
	bottom: 0;	
	height:40px;
	font-size: 85px;
	color: #f4f4f4;
	margin:0;
	padding:0;
	white-space:nowrap;
	letter-spacing: -6px;
}

/* IE - Positioning Fix */
* html #bigfont {
	height:95px;
	overflow: hidden;
	margin-bottom: -50px;
	width: 780px;
}
/*==============*/

.description{
	position: relative;
	z-index:9;
	margin:5px 0 0 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	color:#999999;
}
	
#header p.description:before, #header p.description:after{
	font-size: 15px;
	color: maroon;
}

#header p.description:before{
	content: "{ ";
}

#header p.description:after{
	content: " }";
}

#headcontent{
	margin: 4px 2px 2px;
	padding: 5px;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	background: #fdfdfd;
	overflow: hidden;
	text-align:center;	
}

/*=====Pages Bar=====*/
.menupage{
	width: auto;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-weight:bold;
}

.boxmenu{
	margin: 2px;
	padding: 0 20px;
	text-align: justify;
	background: #ccc;
	height: 1%;
}

* html #header .boxmenu{
	margin: 0;
}

.menupage ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.menupage ul li{
	margin: 0 10px 0 0;
	padding: 5px 0;	
	float: left;
	display: inline;
}

.menupage ul li a {
	width: auto;
	display: block;
	font-family: "Lucida Sans Unicode", "Palatino Linotype",  Arial, Helvetica, sans-serif;
	color: #fcfcfc;	
	padding: 1px 5px;
	text-decoration: none;
	
}

.menupage ul li.current_page_item a{
	background: #840000;
	color: #fff;
}

.menupage ul li a:hover{
	background: black;
	color:#fff;
	font-weight: bold;
}

.menupage ul li a:focus{
	background: #c58b8b;
}


/*=====Main Content=====*/
#wrapper{
	margin: 10px auto;
	padding: 10px 0;
	width: 800px;
}

#maincolumn{
	width: 800px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#maincolumn h2{
	font-family: Arial, "Trebuchet MS","Palatino Linotype", Helvetica, sans-serif;
}

#maincolumn h3{
	font-family: Arial, "Lucida Sans Unicode","Trebuchet MS","Palatino Linotype", Helvetica, sans-serif;
	font-size:1.2em;
}

.box2{
	width: 795px;
	margin-bottom: 30px;
}

.box1{
	width: 792px;
}

.shadow2{
	position: relative;
	background: #f1f1f1;
	padding-bottom: 1px;
	padding-right: 1px;
}

.shadow1{
	position: relative;
	left: -2px;
	top: -2px;
	background: #e4e4e4;
	padding: 0;
}

.boxcontent{
	position: relative;
	left: -5px;
	top: -5px;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid orange;
	border-left: 1px solid #e4e4e4;
	padding: 0;
	margin: 0;
	background: #ffffff;
}

.headx, .footx {
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

.postx{
	border-top: 4px solid orange;
}

.sidex{
	border-top: 3px solid black;
	margin:0;
	padding:0;
}

.commentx{
	border-top: 4px solid #ffe4b3;
	border-left: 1px solid #e4e4e4;
}

.tagx{
	text-align:center;
}

.content{
	margin: 10px 25px;
	overflow: hidden;
}

.contentx{
	height: 1%;
}

.authorpost{
	font-style: italic;
	font-family:"Palatino Linotype", "Times New Roman", Times, serif;
	font-size: 1.2em;
}

.content img{
	margin: 2px 4px;
	padding: 2px;
}

a img{
	border: 2px solid #ccc;
}

a:hover img{
	border: 2px solid orange;
}

.content h2{
	font-size: 1.7em;
}

h2.archivetitle{
font-size:1.2em;
}

.postmetadata{
	margin: 0 0 1px 0;
	padding:0;
	font-size: 11px;
	color:#999999;
	text-align:right;
	clear:left;
}

.postmetadata a{
	font-family: "Lucida Sans Unicode", "Palatino Linotype", Arial, Helvetica, sans-serif;
	color: #c55a00;
}

.postmetadata a:hover{
	color: #3F3F3F;
}

.tags{
	text-align:left;
}

.tags a, #sidebar a{
color: #FF6600;
}

.tags a:hover{
color:white;
background-color: orange;
}

.commentpost{
	float: right;
	font-family: "Lucida Sans Unicode", "Palatino Linotype", Arial, Helvetica, sans-serif;
	font-size:1em;
	clear:left;
}

.timepost{
	text-align: center;
	width: 52px;
	margin: 0 0 5px 10px;
	border-top: 3px solid #ffc65d;
	border-bottom: 1px solid #eee;
	float: right;
}

.day{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #ddd;
	background: #f9f9f9;
	line-height: 40px;
}

.month{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-bottom:1px dashed #ccc;
	font-weight: bold;
	line-height: 18px;
	background: #ffe4b3 ;
}

.squarelist{
list-style: square;
}

/*=====Sidebar Section=====*/

#sidebar{
	margin: 0 0 0 30px;
	width: 210px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 0;
}

#sidebar ul{
	width: auto;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
}

#sidebar ul ul li{
margin: 0;
	padding: 0 3px;
	background: #f9f9f9;
}

/*#sidebar ul ul li h3{*/
#sidebar ul li h3{
	border-bottom: 1px solid #ccc;
	color:#666666;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
}

* html #sidebar ul li{
height: 1%;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0 0 4px 0;
}

#sidebar ul ul ul li{
margin: 0;
padding:0;
	line-height: 16px;
}

#sidebar ul ul ul li a:before {
	content: ": : ";
	color: #666666;
}
	
#sidebar ul ul ul li a:hover:before {
	content: "# ";
	color: orange;
}

#sidebar ul ul ul li a{
	width: auto;
	display: block;
	font-family: "Lucida Sans Unicode", "Palatino Linotype",  Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #c55a00;
	margin: 0;
	padding: 1px 5px;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration:none;
	color: #4B4B4B;
}
	
#sidebar ul ul ul ul li{
	padding-left: 10px;
}


* html #sidebar ul ul ul li  a{  /* make hover effect work in IE */
	width: 150px;
}

#sidebar ul ul ul li a:hover{
	background: black;
	color:#fff;
	font-weight: bold;
}

.sidecontent{
	margin: 4px 4px;
	text-align: left;
	overflow: hidden;
	padding:0;
}

.marginli{
	margin-bottom: 20px;
}

.navigation {
	display: block;
	margin: 10px 0;
	padding: 0;
	height: 1%;
}

h3.archive_title{
	list-style-type: none;
}

.kontennav{
	margin: 10px 5px;
	padding: 5px 0;
}

.alignleft{
	float: left;
}

.alignright{
	float: right;
}

/*=====Comments=====*/
#comments{
	margin: 0;
	padding: 0;
}

.authorcomment{
	margin: 5px 0;
	background: #ffedcc;
	border-top: 4px solid #ffc65d;
	border-bottom: 1px solid orange;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	padding: 2px;
}

.alt {
	padding: 3px;
	background:#f9f9f9;
	border-top: 1px solid #ffc65d;
	border-bottom: 1px solid #eee;
}
	
.commentmetadata{
	font-variant:small-caps;
	padding:0;
}

.commentmetadata a{
	color: #828282;
}

.commentmetadata a:hover{
	color: maroon;
}

h3#comments, h3#respond{
	font-size: 1.1em;
}

.commentlist{
	list-style:none;
	list-style-type:none;
	padding: 0;
}

.comment_number{
	font-size: 2em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #d3d3d3;
	font-weight: bold;
	text-align:right;
	margin: 0;
	padding:0;
	float:right;
}

.commentauthor p.comment_number{
	color: white;
}

.commenttext{
	padding: 0 8px 0 10px;
}

.commentts1{
	float: left;
	display: inline;
}

.commentts2{
	margin-left: 15px;
	float: left;
}

/*=====Footer Section=====*/
#footer{
	width: 800px;
	margin: 10px auto;
	padding: 0;
	clear: both;
}

.footercontent{
	margin: 0;
	padding:4px 0;
	font-size: 11px;
	color:#999999;
	clear: left;
}

.footercontent a:visited{
	color: maroon;
}

.footercontent p{
	margin: 5px auto;
	padding:0;
	line-height: 18px;
	text-align:center;
}

.name1{
	font-weight:bold;
}

.name2{
	color: orange;
}
a.name2:hover{
	color: maroon;
}
.sbanner{
	border: 1px solid black;
	font-size:0.7em;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
}

.sbanner1{
	text-transform:uppercase;
	padding: 0 3px;
	background-color:#43528e;
	color: white;
	letter-spacing: 1px;
}

.sbanner2{
	text-transform:uppercase;
	margin-left:1px;
	padding: 0 3px;
	background-color: #626262;
	color: white;
	letter-spacing: 1px;
}

.rssorange{
	background-color: #FF6600;
}

.valid{
background-color: #fcfcfc;
color:#000000;
}
/*=====Anothers Element=====*/
acronym, abbr {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	font-family: "Palatino Linotype", "Times New Roman", Times, sans-serif;
	font-style:italic;
	margin: 10px 20px;
	padding: 0 5px;
	background: #f9f9f9;
	color: #666666;
	border-left: 2px solid #999999;
}

code{
font-family:"Courier New", Courier, mono;
}

table#wp-calendar{
	width:80%;
}
table#wp-calendar a{
	color: #c55a00;
}

#s, #author, #email, #url, #comment{
	border: 1px solid #ccc;
}

#commentsubmit,#searchsubmit{
font-size:0.9em;
}

#s:focus, #author:focus, #email:focus, #url:focus, #comment:focus{
	border: 1px solid orange;
}
input{
	background-color: #e6e6e6;
	padding: 1px 2px;
}

input:hover{
	background-color: #eee;
}

input:focus{
	background-color: #fff;
}

textarea#comment {
    background-color: #ffeece;
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	padding: 3px;

}
textarea#comment:hover {
    background-color: #fff7e8;
}

textarea#comment:focus{
	background-color: #fff;
}
