/* Main Theme Hacks */
.container {
	padding: 0 15px;
	background-color: #fff;
 }
#post_content blockquote {
	clear: both;
	margin: 0.5em 0 0 1.8em;
	font: bold 1em georgia, serif;
}

/* Main Theme Additions */
#support_page .lcol {
	float:left;
	width: 365px;

}
#support_page .rcol {
	float: right;
	width: 365px;
	vertical-align: top;
}

#support_page .lcol img, #support_page .rcol img {
	padding-bottom:150px;
	width: 48px;
}
#support_page h3 {
display: inline;
}
#support_page fieldset {
	margin: 0;
	padding: 2px 0;
	line-height: 14pt;
	}
#support_page form label {
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 60px;
}
#support_page input {
	width: 175px;
}
#support_page .button, #support_page .button2 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px;
}
#support_page .powered_by {
clear: both;
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Gallery Styles */
#myGallery {
	width: 468px;
	height: 200px;
	border: 1px solid #999;
	margin: 0 0 1.5em;
}
.jdGallery .slideInfoZone {
	height: 70px;
}
.jdGallery .slideInfoZone h2
{
	padding: 0;
	font-size: 120%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdGallery .slideInfoZone p
{
	padding: 0;
	font-size: 90%;
	margin: 2px 5px;
	color: #eee;
}

/*Jquery tabs*/

.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-state-default .mast a {
	color: #999999;
}
.ui-state-active .mast a {
	color: #A11B1B;
}

.tabchooser {	
	list-style-type: none;
	display: inline;
	}
.chooseleft {float: left;}
.chooseright {float: right;}
.widget {clear:both;}
