@import url(/css/blog.css);
@import url(/css/body.css); 


.tags, .xt_tags, .comment, 
.xt_blog_comments { 
background: #f0f0f0;
font-weight: bold;color:#000;
border: 1px solid #999; display: inline-block; margin:2px; padding:5px;
position: relative;
}
 


iframe {
display:inline-block;
width:100%;
background:#000;
}
iframe:focus { 
    outline: none;
}

iframe[seamless] { 
    display: block;
} 
 /* Start XtBlog css */

/* XtBlog holder */

.xt_blog { }
.xt_blog a { }
.xt_blog a:link { } 
.xt_blog a:visited { } 
.xt_blog a:active , .xt_blog a:hover { }
.xt_blog br { }

/* XtBlog post list */

.xt_blog_title_link { } 
.xt_blog_comments_number { }
.xt_blog_title_content { }
.xt_blog_paging { }


/* XtBlog posts */

.xt_blog_title { } 
.xt_blog_subtitle { } 
.xt_blog_content { } 
.xt_blog_back_to_posts { } 
.xt_blog_comments { } 
.xt_blog_comments_title { } 
.xt_blog_comment { } 
.xt_blog_comment_date { } 
.xt_blog_comment_author { } 
.xt_blog_comment_content { } 

/* XtBlog comment form holder */

.xt_blog_write_a_comment { }
.xt_blog_write_a_comment_title { }

/* XtBlog comment form */

#xt_blog_comment_form { } 
.xt_blog_write_a_comment label { }
.xt_blog_write_a_comment input[type="text"] { }  
.xt_blog_write_a_comment input[type="text"]:focus { }  
.xt_blog_write_a_comment textarea { } 
.xt_blog_write_a_comment textarea:focus { }
.xt_blog_write_a_comment input[type="submit"] { }
.xt_blog_write_a_comment input[type="submit"]:focus , .xt_blog_write_a_comment input[type="submit"]:hover { }

/* End XtBlog css */ 

 /* PAGINATION versi 1 */
.xt_blog_paging a:nth-child(odd),
.filelist_paging a:nth-child(odd) {
display: inline-block;
background: #f0f0f0;
margin: 1px;
padding: 7px;
color: #fff;
text-decoration: none;
border: 1px solid #999;
}
.xt_blog_paging a:hover, .filelist_
paging a:hover {
background: teal; 
text-decoration: none;
border: 1px solid #999;
color: #fff;
}
.xt_blog_paging a:nth-child(even),
.filelist_paging a:nth-child(even) {
display: inline-block;
background: #f0f0f0;
margin: 1px;
padding: 2px 7px 2px;
color: #fff;
text-decoration: none;
border: 1px solid #999;
}
.xt_blog_paging a:hover, .filelist_
paging a:hover {
padding: 2px 7px 2px;
border: 1px solid #999;
color:#fff;
text-decoration: none;
}
.xt_pagination, .xt_blog_paging,
.filelist_paging {
background: #000;
padding: 7px;
margin:1px;
border: 1px solid #999;
text-align:center
}
.xt_blog_paging a, .xt_pagination a
{padding: 2px 7px 2px;margin:1px;
color:#fff;background: teal;
border: 1px solid #999; }
.xt_blog_paging span, .selected {
padding: 2px 7px 2px;
margin: 1px;
background: teal;
border: 1px solid #999;
color:#fff;}