/* ======================================================================== */
/* WPG2 (WordPress-Gallery2) Style settings to match my KyotoGreen2 theme   */
/* I've tried to keep the changes here to a minimum. There are a few        */
/* overrides in the style.css for some items in the sidebar.                */
/* David Edwards, 05/07/09                                                  */
/* ======================================================================== */
/*- 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 */
/* ------------------------------------------------------------------------ */
/* Ignore the changed settings in the g2image_normal. They have been        */
/* overwritten in the style.css                                             */
/* ------------------------------------------------------------------------ */
.g2image_normal
{
	padding: 0 11px 0 11px;
	/* 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&#246;               |
|--------------------------------------------------*/

.dtree {
	white-space: nowrap;
	line-height: 1em;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
        /* added the following to overwrite the img tag in style.css */
        /* DAE 26.03.08 */
        padding: 0px;
        margin: 0px;
        float: none;
        background-color: transparent;
}
.dtree p {
	padding: 4px 0 4px 0;
}
.dtree a {
	font-weight: normal;
	text-decoration: none;
}
.dtree a:hover {
	border-bottom: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
