/* Pages Circuit */


/* PageContent */

#circuitContentPage {padding-top:1px;}

.article {
}
.contentImageAlignLeft {
	position: relative;
	top: 0px;
	float: left; 
	margin-right: 1em;
	width: auto;
	text-align: center;
}

.alignLeft, .articleImageWrapperalignLeft {
	float: left; 
	margin-right: 1em;
	width: 50%;
	/*hide from Mac IE \*/
	width: auto;
	/* */
	text-align: center;
}

.alignRight, .articleImageWrapperalignRight {
	float: right; 
	margin-left: 1em;
	width: 50%;
	/*hide from Mac IE \*/
	width: auto;
	/* */
	text-align: center;
}

.alignDefault, .articleImageWrapperalignDefault {
	text-align: center;
}

/*new styles for columns*/
#contentWrapper {
	position: relative;
}

.sidebar, .sidebarTop, .oneColumnRight, .rightColumn {
	padding-left: 1em;
}

.leftColumn {
	padding-right: 1em;
}

.sidebarLeft {
	padding-right: .1em;
}


.commentLink {
	text-align:right;
	}
	
/*#commentForm fieldset {
	border:.25em #999 solid;
	border-top:1em #999 solid;
	}

#commentForm legend {
	background-color:#999;
	color:#fff;
	font-size:.8em;
	height:1em;
	}*/
	
#commentForm fieldset label.commentLabel{
	display:block;
	float:left;
	text-align:right;
	width:200px;
	font-size:.85em;
	font-weight:bold;
	margin-right:.5em;
		}

#commentForm fieldset span.commentLabel{
	display:block;
	text-align:right;
	width:200px;
	font-size:.75em;
	margin-top:-10px;
		}

#commentForm fieldset input.commentField, #commentForm fieldset textarea.commentField{
	width:300px;
		}

.commentTOS {
	font-size:.75em;
	}
	
.liveEditHeadline {font-size:1em;}