﻿/*These styles are for the pages which use the splitcolumn class of the content div in the page.php template*/

.splitcolumn{
	/*border:1px dotted orange;*/
	width:700px;
	position:relative;
	top:-50px;
}
.splitcolumn h3{
	margin:20px 0 0 475px;
	color:#FF7F00;
	font-size:150%;
}
.splitcolumn p{
	/*border:1px dashed purple;*/
}
.splitcolumn img, .splitcolumn object, .splitcolumn embed{
	position:absolute;
	left:0;
	top:0;
	/*border:1px solid green;*/
}
.splitcolumn .entry{
	/*border:1px dotted blue;*/
	margin-left:475px;
	border-bottom:2px solid #FF7F00;
}
.editpostlink{
	margin-left:475px;
}
/*These styles are to allow the widecolumn to display the page title*/
.widecolumn .textonly h3{
	/*Show the page heading*/
	display:block;
	color:#FF7F00;
}
.widecolumn .textonly{
	margin-left:35px;
}