
/*FILESTART*//* This is the CSS that controls the 'everyday' appearance of the About Me Widget */
div#aboutmewidget img.center {
	display: block;
	margin: 0.4em auto;
	}
div#aboutmewidget img.alignright {
	margin: 0.4em 0.4em 0.4em 1.1em;
	}
div#aboutmewidget img.alignleft {
	margin: 0.4em 1.1em 0.4em 0.4em; 
	}
div#aboutmewidget p.center {
  text-align:center;
  }
div#aboutmewidget p {
  line-height:1em;
  }
div#aboutmewidget p.alignright {
  text-align:right;
  }
div#aboutmewidget p.alignleft {
  text-align:left;
  } 
div#aboutmewidget p a.center {
  display:block;
  }
div#aboutmewidget p a.alignright {
  text-align:right;
  }
div#aboutmewidget p a.alignleft {
  text-align:left;
  } 
/*FILESTART*/.social_bookmark
{
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
}

img.social_img
{
	padding: 0px;
	margin: 0px;
	border: none;
}

div#box
{
	width: 25em;
	padding: 10px;
	margin:0 auto;
	/*background:#E6E6E6;*/
	background: #E6E6E6 url(http://www.kawther.info/wpr/wp-content/plugins/social-bookmarks/button1.jpg) repeat-x 0 -5px;
}

a.social_bookmark
{
	color: #208BE1;
	/* color: #D80F2A; */
	/*font: lighter 130% "Trebuchet MS", Arial sans-serif;*/
}


/*FILESTART*/#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px; /* 0px for compatibility with MistyLook theme (orig 10px)*/
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto; /* <- LR displacement of text below image -> */
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#lightbox a img{ border: none; background:none; padding:0;}

/*FILESTART*//*- Main Container */

/*.g2_column { 
	width: 738px;
	margin: 0px 1px 0px 12px;
} */

/*- Embedded Images */ 

div.one-image {
	display:inline;
} 

.wpg2tag-image {
	display:inline;
}

/*- Sidebar Grid Elements */

#wpg2-sbar-grid h2 {
	margin-bottom: 8px;
}

.wpg2sidebargrid-image {
	display:inline;
}

.wpg2sidebargrid-image img {
	margin: 1px;
	padding: 0px;
}

/*- Sidebar Block Elements */

#wpg2-sbar-block h2 {
	margin-bottom: 8px;
}

.wpg2sidebarblock-image {
	display:inline;
}

.wpg2sidebarblock-image img {
	margin: 0px;
	padding: 0px;
}

/*- G2 Image */

.g2image_normal
{
	margin: 4px;
}

.g2image_float_left
{
	float: left;
	clear: left;
	margin: 4px;
}

.g2image_float_right
{
    float: right;
    clear: right;
    margin: 4px;
}

.g2image_centered
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	line-height: 1em;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}