/*
Theme Name: Blogazine
Theme URI: http://syakh.ir
Description: K's Blogazine
Version: 0.1
Author: Syakhir Jaafar
Author URI: http://syakh.ir
Tags: blogazine, css, extensible, basic
*/

/*----------------------Global reset--------------------*/
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/*---------------------Header Footer--------------------*/
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
  min-width: 960px;
}

.header{
    background-image: url('style/images/header000.png');        /*editable*/
    background-position: 0 -30px;
    height: 30px;
    font-size:1.2em;
    position: fixed;
    width:100%;
}
.footer{
    font-size: 0.7em;
    color:#777;                                                                     /*editable*/
    bottom:0;
    text-align:right;
    position: fixed;
    width:100%;
}

#footerSlideButton {
	margin: 0;
	width:80px;
	text-align:center;
	cursor: pointer;
  background-image: url('style/images/header000.png');        /*editable*/
  background-position: 0 -30px;
}
#footerSlideContent {
	width: 100%;
	height: 15px;
	background: black;
	color: white;
	display:none;
  background-image: url('style/images/header000.png');        /*editable*/
  background-position: 0 -30px;
}
.header a, .header a:visited, .footer a, .footer a:visited{
    text-decoration:none;
    color:#fff;                                                                        /*editable*/
}
.header a:hover, .footer a:hover{
    text-decoration:none;
    color:#fa0;                                                                  /*editable*/
}
content{
  width:100%;
}
.site-navigator h1 a, .site-navigator h1 a:visited{
    background-image: url('style/images/header000.png');        /*editable*/
    background-color:#fff;                                                      /*editable*/
    background-position: -240px 0;
    display:block;
    float:left;
    width: 180px;
    height: 30px;
    text-indent: -9999em;
}
.site-navigator h1 a:hover{
     background-color:#fa0                                                    /*editable*/
}
ul.site-navi{
    float:left;
}
.site-navi li{
    float:left;
}
.site-navi li a, .site-navi li a:visited{
    float:left;
    display:block;
    background-image: url('style/images/header000.png');        /*editable*/
    background-position: 0 0;
    background-repeat:no-repeat;
    background-color:#fff;                                                      /*editable*/
    width:25px;
    height:30px;
    text-indent: -9999em;
}
.site-navi li a:hover{
    background-color:#fa0;                                                    /*editable*/
}
.page-navigator{
    float:right;
}
.page-navigator h2{
    padding-top:5px;
    float:left;
    font-style: italic;
    margin-right: 10px;
}
ul.page-navi{
    float:left;
}
.page-navi li{
    float:left;
    background:url(style/images/header000.png) no-repeat;       /*editable*/
    background-position: 0 -30px;
    background-color:#777;                                                     /*editable*/
    width:25px;
    text-indent:-9000px;
    height:30px;

}
.page-navi li a, .page-navi li a:visited{
    float:left;
    display:block;
    background-image: url('style/images/header000.png');        /*editable*/
    background-position: -123px 0;
    background-repeat:no-repeat;
    background-color:#fff;                                                      /*editable*/
    width:25px;
    height:30px;
    text-indent: -9999em;
}
ul.page-navi a:hover{
    background-color:#fa0;                                                   /*editable*/
}

li#homeicon a{ background-position:0 0;}
li#abouticon a{ background-position:-35px 0;}
li#pagesicon a{ background-position:-95px 0;}
li#archivesicon a{ background-position:-155px 0;}
li#contacticon a{ background-position:-65px 0;}
li#lefticon { background-position:-183px 0;}
li#righticon { background-position:-210px 0;}
li#lefticon a{ background-position:-183px 0;}
li#righticon a{ background-position:-210px 0;}
/*-------------------------------------------Gallery-------------------------------------*/
.gallery{
    background-color: #aaa;
    height:100%;
}
.gallery ul{
	margin: 0 auto;
	width: 90%;
    text-align:center;
    padding-top:20px;
}
.gallery img{
    float:left;
    
}



/*-------------------------------------------Greybox JS-------------------------------------*/
#GB_overlay {
  background-image: url(style/images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(style/images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="style/images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}
/*----------------------- Lightbox -----------------------*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
