/*
Theme Name: Firdouss.com II
Theme URI: http://firdouss.com/
Description: New attempt at a different style
Version: 1.00
Author: Firdouss Ross
Author URI: http://www.kucing-kelabu.com/
*/

#content {
  background-color: #e5e5e5;
  position: relative;
  z-index: 30;
}

h1#blog-logo {
  width: 170px;
  height: 40px;
  margin: 20px 0;
  float: left;
}

h1#blog-logo>a {
  display: block;
  width: 170px;
  height: 40px;
  text-indent: -9999em;
  line-height: 1;
  background: transparent url('images/firdouss-logo.png') no-repeat 0 0;
 }

.content-container {
  padding: 20px;
  width: 550px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0;
}

.sidebar-container {
  padding: 20px 20px 20px 0px;
  width: 340px;
  float: right;
  margin: 0;
}

/* navigation */
#nav {
  float:right;
  padding-top: 15px;
  margin: 0;
}

#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#nav ul li {
  float: left;
  margin-right: 10px;
  
  line-height: 1;
}
#nav li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 0.95em;
  padding: 8px 12px;
  display: block;
}

#nav li.current_page_item {
  border: 1px solid #fff;
  border-bottom: 0px none;
  
}

#nav li a:hover {
  background-color: #5d5d5d;
  text-decoration: none;
}

#nav li.current_page_item a {
  color: #444;
  font-weight: bold;
  background: #e5e5e5 url('images/curtab-bg.png') repeat-x 0 0;
}



/* post styles */
.post {
  background: #fff url('images/post-bg.png') repeat-x 0 0;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 50;
  width: 510px;
  margin-bottom: 20px;
}
.post img {max-width: 508px;}
.post h3 {margin: 20px 0 10px 0;}

.post-image {
  width: 510px;
  height: 250px;
  overflow: hidden;
  padding: 0;
  margin:0;
}

.post-image-recent {
  margin-bottom: 1em;
}

.post-recent  {font-size: 0.9em;}
.post-recent h2 {font-size: 1.8em; line-height:1.2; margin-bottom:0;}
.post-latest h2 {margin-top: 0.8em; line-height: 1.1; margin-bottom: 0.4em;}

.post-date {
  color: #666;
  font-size: 0.8em;
  margin-bottom: 15px;
}

.post-meta-comments {
  float: left;
  padding: 5px 10px;
  line-height: 15px;
  color: #444;
  text-transform: uppercase;
  background-color: #e5e5e5;
  font-size: 0.85em;
}
.post-meta-comments-big {
  float: left;
  padding: 5px 10px;
  line-height: 25px;
  color: #444;
  text-transform: uppercase;
  background-color: #e5e5e5;
  font-size: 1em;
}
.post-meta-comments a, .post-meta-comments-big a {color: #444;}
.post-meta-permalink, .post-meta-permalink-big {
  float: right;
}
.post-meta-permalink a {
  display: block;
  height: 25px;
  width: 115px;
  text-indent: -999em;
  background: transparent url('images/btn-read-article-s.png') no-repeat 0 0;
}
.post-meta-permalink-big a {
  display: block;
  height: 35px;
  width: 133px;
  text-indent: -999em;
  background: transparent url('images/btn-read-article.png') no-repeat 0 0;
}
.post-meta-permalink a:hover {background-position: 0px -25px;}
.post-meta-permalink-big a:hover {background-position: 0px -35px;}

.post-shadow {
  position: relative;
  z-index: 40;
  top: -90px;
  left: -10px;
  background: transparent url('images/post-shadow.png') no-repeat 0 0;
  width: 570px;
  height: 100px;
  margin-bottom: -100px;
}

#ribbon-latest {
  position: absolute;
  z-index: 60;
  top: -10px;
  left: -11px;
  width: 160px;
  height: 159px;
  background: transparent url('images/ribbon-latest.png') no-repeat 0 0;
}

.post-info {
  padding: 15px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  font-size: 0.9em;
  margin-bottom: 20px;
}

.post-info dl {
  padding: 2px;
  border: 1px solid #ddd;
  height: 25px;
  background: #fff;
}
.post-info dt {
  float: left;
  text-align: right;
  line-height: 25px;
  height: 25px;
  background: #9e0b0f;
  color: #fff;
  padding: 0px 4px;
}

.post-info dd {
  height: 25px;
  line-height: 25px;
  float: right;
  margin: 0;
  padding: 0px 4px;
  color: #444;
  text-align: right;
}


/* sidebar styles */
#sidebar h2 {
  line-height: 1;
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #666;
  text-transform: uppercase;
}
#sidebar h2 a {color: #666;}

#sidebar>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sidebar>ul>li {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff url('images/post-bg.png') repeat-x 0 0;
  border: 1px solid #ddd;
  position: relative;
}

#sidebar>ul>li.sidebar-narrow {
  padding: 15px 0;
}

#sidebar>ul>li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sidebar>ul>li ul li {
  width: 135px;
  margin-right: 10px;
  float: left;
}

#sidebar>ul>li ul li:hover {
  background-color: #eee;
}

.navigation div {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  border-bottom: 1px dotted #eee;
}

p.postmetadata {
  font-size: 0.8em;
}

ol.top-ten {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol.top-ten>li {
  margin-bottom: 0px;
}

ol.top-ten>li:hover {
  background-color: #f3f3f3;
}

.top-ten-comment {
  float: left;
  margin-right: 10px;
  padding: 4px 8px;
  background: #e5e5e5;
  width: 18px;
  text-align: center;
}

.top-ten-link {
  padding: 4px;
}

#sidebar>ul>li>ul.related_post>li {
  float: none !important;
  width: 100%;
  padding: 4px 0;
}

/* general form */
form p {
  margin: 0;
}

form#searchform label {display: none;}
form#searchform #s {width: 286px;}

#search-tip {
  background: #ddd;
  padding: 10px;
  font-size: 0.9em;
  position: relative;
  z-index: 50;
}

#ddd-tip {
  width: 16px;
  height: 16px;
  position: absolute;
  z-index: 60;
  top: -12px;
  left: 8px;
  background: transparent url('images/ddd-tip.png') no-repeat 0 0;
}

/* comments */

ul.commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.commentlist li {
  margin-bottom: 15px;
  padding: 15px;
}

.comment-author {
  float: left;
  margin-right: 15px;
  width: 64px;
}

li.pingback .comment-auhor {
display: none;
}

.comment-content {
  float: right;
  width: 400px;
}

li.pingback .comment-content {
width: 480px;
}

li.pingback {
font-size: 0.9em;
}

.comment-content a {font-weight: bold;}

.comment-metadata {
  float: right;
  font-size: 0.8em;
  text-transform: uppercase;
}
.comment-metadata a {
  font-weight: normal;
  color: #999;
}

.alt {background: #f3f3f3;}

#respond {
  margin-top: 40px;
}

input.submit-comment {
  display: block;
  margin: 0;
  padding: 0;
  width: 133px;
  height: 35px;
  text-indent: -9999em;
  background: #cc3a24 url('images/post-comment.png') no-repeat 0 0;
  color: #fff;
  border: 0px none;
  cursor: pointer;
  float: right;
}

input.submit-comment:hover {
  background-position: 0px -35px;
}

/* footer */

#footer {
  color: #e5e5e5;
  font-weight: normal;
  font-size: 0.8em;
  padding: 15px 0;
  position: relative;
}

.scroll-top {
  position: absolute;
  right: 0;
  bottom: 20px;
}

/* pages */

ul.page-archives {
  list-style-type: none;
  padding: 0;
  clear: both;
}

ul.page-archives>li {
  width: 200px;
  float: left;
  margin-right: 20px;
  line-height: 25px;
  background: transparent url('images/list-icon.png') no-repeat 8px 50%;
  padding: 0 0 0 24px;
}

ul.page-archives>li:hover {
  background-color: #e5e5e5;
}

ul.page-links, ul.page-links li>ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  
}

ul.page-links h2 {
  padding: 20px 0 0px 0;
  font-size: 1.7em; color: #666;
  clear: both;
}

ul.page-links li>ul li {
  padding: 2px 10px 2px 24px;
  width: 210px;
  float: left;
  margin-right: 10px;
  background: transparent url('images/list-icon.png') no-repeat 8px 50%;
}

ul.page-links li>ul li:hover {
  background-color: #f3f3f3;
}

.aktt_tweets {
  padding: 5px 0 0 0;
}

.aktt_tweets li {
  font-size: 0.95em;
  float: none !important;
  width: 100% !important;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #ddd;
}

.aktt_more_updates {
  border-bottom: 0px none !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  text-align: right;
}

.aktt_tweet_time, .twitter-timestamp abbr {
  font-size: 0.8em;
  background: #ddd;
  display: inline;
  padding: 2px 6px;
  color: #666;
}

.twitter-message {font-size: 0.95em;}

.aktt_credit, .aktt_tweets form {display: none;}

.wp-pagenavi {
  margin: 10px auto;
  font-size: 0.9em;
}


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px 6px;
	margin: 2px;
	text-decoration: none;
	color: #cc3a24;
	background-color: #fff;
  border: 1px solid #ddd;
}
.wp-pagenavi a:visited {
	margin: 2px;
	text-decoration: none;
	color: #666;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	color: #fff;
	background-color: #cc3a24;
}
.wp-pagenavi a:active {
	margin: 2px;
	text-decoration: none;
	color: #fff;
	background-color: #cc3a24;
}
.wp-pagenavi span.pages {
  padding: 4px 6px;
	margin: 2px 2px 2px 2px;
	color: #444;
	background-color: #fff;
  border: 1px solid #ddd;
}
.wp-pagenavi span.current {
  padding: 4px 6px;
	margin: 2px;
	font-weight: bold;
	color: #fff;
	background-color: #cc3a24;
}
.wp-pagenavi span.extend {
  padding: 4px 6px;
	margin: 2px;
	color: #444;
	background-color: #fff;
  border: 1px solid #ddd;
}

#nnadsfoot>a { display: none; }