/* 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;
}



/*comments*/
	
#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 .loggedInName span {
	display: block;
	font-size: 12px;
	margin-left: 20%;
}


#commentForm fieldset input.commentField, #commentForm fieldset textarea.commentField{
	width:300px;
}

input.commentField {
	padding: .2em;
}

.commentTOS {
	font-size:.75em;
	}

#commentForm .commentField {
	width: 700px;
}
#articleComments {
	font-size: 12px;
}

.commentCount {
	white-space: nowrap;
}

#articleComments .commentArea {
	margin: 1em 0;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1em;
}

#articleComments span {
	display: block;
}

#articleComments .commentInfo {
	float: left;
	width: 20%;
}
.displayComment {
	margin-left: 20%;
}

.comment-quote {
	border-left: 1px solid #ccc;
	margin: 1em 0;
	padding-left: 1em;
}
#articleComments .suggest_removal, #articleComments .comment_reply {
	font-size: 90%;
}

#articleComments .displayComment .visitorName {
	font-weight: bold;
	font-style: italic;
}

#verify_removal {
	font-size: 12px;
}
.previewComment {
	background: #CCCCCC;
	padding: .5em;
}

.previewComment .notPosted {
	font-weight: bold;
	color: red;
	text-align: center;
}

#modalCommentForm, #modalRemoveForm {
	text-align: left;
	font-size: 13px;
	width: 450px;
}
#modalCommentForm label, #modalRemoveForm label {
	font-weight: bold;
	display: block;
	
}


.postEditDelete {
	display: block;
	margin: 1em;
	margin-left: 25%;
}
.liveEditHeadline {font-size:1em;}

/**for headline links**/
h2 a:link, h2:visited {color:inherit;size:inherit;}


.contentOneQuarter {
	width:25%;
	float:left;

}

.contentOneHalf {
	width:50%;
	float:left;
}

