/*- Main Container */

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

/*- Embedded Images */ 

div.one-image {
	display:table;
	margin: 0px auto;
} 

.wpg2tag-image {
    display: table;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
    font-size: 0.8em;
	color: #800000;
}

/*- Sidebar Grid Elements */

.wpg2sidebargrid-image {
	display:inline;
    font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 0.8em;
}

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

/*- Sidebar Block Elements */

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

.wpg2sidebarblock-image {
	display:inline;
    font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 0.8em;
}

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


/*- G2 Image */

.g2image_normal
{
    border: 1px solid #DDDDDD;
    padding: 6px;
	margin: 4px;
}

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

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

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

.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}

.entry-content table, .comment-content table {
    border: 0;
}

.entry-content td, .comment-content td {
    border: 0;
    padding: 0;
}

table.ImageFrame_whiteborder {
	border: 0;
}

.wpg2sidebarblock-image a img {filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;}
.wpg2sidebarblock-image a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;}
.wpg2sidebargrid-image a img {filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;}
.wpg2sidebargrid-image a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;}
.wpg2tag-image a img {filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;}
.wpg2tag-image a:hover img {filter:none; -moz-opacity:1.0; opacity:1.0; -khtml-opacity:1.0;}


/*--------------------------------------------------|
| 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: 10px;
	color: #666;
	white-space: nowrap;
	line-height: 1em;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	font-weight: bold !important;
	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: #CC0000;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}