/*  
Theme Name: iBlog Pro_ID for Macindos.TV

Theme URI: http://

Description:  Modified Premium iBlogPro theme by <a href="http://adeklanin.wordpress.com">Adek Lanin</a> and <a href="http://www.pagelines.com">Pagelines</a>, inspired by Apple. 

Version: 1.0.0

Author: Adek Lanin

Author URI: http://www.adeklanin.wordpress.com

*Theme supports widgets and has 5 different sidebars (accordion, box, three in footer). 
 Note: An empty widget will break the design.

*Edit the theme options in the admin to create your own welcome message and add feedburner

**@ Header File
  *add iphone-like icons in the header by uncommenting and adding your URL within the header.php file.
  *Set which widgets are open by default by adding one line javascript discussed in header.php file.

*Adjust layout dimensions in the "layout section" below, simply tweak the pixel numbers
 NOTE: use this formula (#left-col width + #sidebar width + 20px = #wrapper width)
	
	This theme was designed and built by Andrew Powers @ Pagelines

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell or distribute this theme
    - You may use this theme for personal or commercial projects	
	
*/ 

/* Additional Style by Adek Lanin */

/* layout */
#header2 {	/* height of the header2 */
	height: 66px;
	margin-top: 5px;
	margin-bottom: 15px;
} 

/* nav buttons */
.webisode-buttons {
	margin-bottom: 15px;
}
.webisode-buttons a{
	color:#000000;
	text-align: center;
	font-size: 12px;
	background: url(images/nav-default-button.png) repeat-x top left;
	font-weight: bold;
	padding: 5px;
	border: 1px;
	margin: 1px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.webisode-buttons a:hover{
	background: url(images/nav-hover-button.png) repeat-x top left;
	color:#000000;
	text-decoration: none;
}

/* webisode */
#webisode { clear: both;	overflow: hidden; }
.webisode {	
	padding: 15px 15px 15px 15px;
	background: #fff url(images/post-bg.png) repeat-x left bottom;
	clear: both;
	overflow: hidden;
	padding-bottom: 1em;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 1px;
}
.webisode .thumbnail{
	float: left;
	padding: 1px;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
}
.post .thumbnail{
	float: left;
	padding: 1px;
	border: 1px solid #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
}
.webisode .thumbnail a, a:visited{
	color: #999999;
}
.webisode .thumbnail a:hover {
	border-color: #0088CC;
}
.webisode .date {
	font-style: italic;
	margin-left: 150px;
}
.webisode .title {
	margin-left: 150px;
}
.webisode .category {
	margin-left: 150px;
	font-weight: bold;
	text-decoration: none;
}

/* more footer */
#morefootAdspot {
	color: #666;
	margin: 1.5em 0 10px 0;
  }
#morefootAdspot td {
	text-align:center;
  	background:#FFFFFF url(images/post-bg.png) repeat-x scroll left bottom;
	border-color:#DDDDDD #CCCCCC #BBBBBB #DDDDDD;
	border-style:solid;
	border-width:1px;
	border: 1px solid #ddd;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
  }
#morefoot .colAdspot table {
  float: left;
  width: 320px;
  margin: 0px;
  padding: 0px;
  }

/* content */
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
	background: url(images/navigation-left.gif) no-repeat left center;
}
#langganan {	/* tombol lanjutkan membaca */
	background:transparent url(images/button-lanjutkan.png) no-repeat scroll center top;
	margin:0;
	border: none;
	padding:7px 0 0;
	height: 25px;
	position:absolute;
	right:13px;
	top:0;
	width:165px;
	color: #666;
	overflow: hidden;
}

/* sidebar */
#recent-comments a { font-weight: normal;}
