html, body
{
	margin:0; padding: 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
img
{
	border: none
}
#main
{
	margin: 0 auto;
	width: 1009px;
}
#title
{
	width: 379px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
}
/* CONTENT SECTIONS*/
#content
{
	width: 819px; /*1009-(20x2) for sides = 969, now using 569 to tighten things up*/
	margin: 0 auto;
	padding: 20px;
}
	#content.homepage
	{
		margin: 0 auto 0 auto;
	}
	#content.page
	{
		margin: 19px auto 0 auto;
	}
	#content.biopage
	{
		margin: 0 auto 0 auto;
		min-height: 387px;
		height: auto !important;
		height: 387px;
		padding: 20px 5px 120px 165px;
		width: 379px;
		background: transparent url('../images/marianne.jpg') no-repeat 0 100%;
		
	}
#portfolio_map
{
	width: 487px;
	height: 456px;
	background: transparent url('../images/portfolio_map.jpg') no-repeat scroll;
	position: relative;
	margin: 0 auto;
}
	#portfolio_painting a
	{
		width: 237px;
		height: 223px;
		display: block;
		position: absolute;
		left: 0; top: 0;	
	}
		#portfolio_painting a span
		{
			display: none;
		}
		#portfolio_painting a:hover
		{
			background: transparent url('../images/portfolio_painting_hover.jpg') no-repeat;
		}
	#portfolio_drawing a
	{
		width: 237px;
		height: 223px;
		display: block;
		position: absolute;
		right: 0; top: 0;	
	}
		#portfolio_drawing a span
		{
			display: none;
		}
		#portfolio_drawing a:hover
		{
			background: transparent url('../images/portfolio_drawing_hover.jpg') no-repeat;
		}
	#portfolio_printmaking a
	{
		width: 237px;
		height: 223px;
		display: block;
		position: absolute;
		left: 0; bottom: 0;	
	}
		#portfolio_printmaking a span
		{
			display: none;
		}
		#portfolio_printmaking a:hover
		{
			background: transparent url('../images/portfolio_printmaking_hover.jpg') no-repeat;
		}
	#portfolio_installation a
	{
		width: 237px;
		height: 223px;
		display: block;
		position: absolute;
		right: 0; bottom: 0;	
	}
		#portfolio_installation a span
		{
			display: none;
		}
		#portfolio_installation a:hover
		{
			background: transparent url('../images/portfolio_installation_hover.jpg') no-repeat;
		}
/* MAIN MENU */
#mainmenu
{
	width: 609px;
	margin: 0 auto;
	padding-top: 10px;
}
#mainmenu ul
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	width: 609px;
}
#mainmenu li
{
	padding: 0px 6px 0px 13px;
	display: inline;
	background: transparent url('../images/menu_bullet.jpg') no-repeat scroll 0px 6px;
}
#mainmenu li.first
{
	background: none;
	padding: 0 6px 0px 7px;
}
#mainmenu li a
{
	color: #878787;
	text-decoration: none;
	font-size: 16px !important;
}
#mainmenu li a:hover, #mainmenu li a.current
{
	color: #000000;
}
/*  SIDE BAR */

#Sidebar
{
	width: 155px; 
	float: left;
	padding-right: 10px;
}
	#Sidebar a
	{
		color: #878787;
	}
/* BLOG */
#BlogContent
{
	display: block;
	height: 100%; 
	font-family: Arial;
}
	#BlogContent a
	{
		color: #878787;
	}
	#BlogContent a:hover
	{
		color: #000000;
	}


#PageComments_holder
{
	clear: left;
	float: right;
}
	#PageComments_holder label
	{
		width: 120px;
	}
	.Actions
	{
		clear: both;
		text-align: left;
		margin: 0 auto;
		width: 130px;
		display: block;
		padding-bottom: 30px;
	}
.blogSummary
{
	display: block;
	float: right;
	width: 615px;
	padding-left: 20px;
	border-left: 1px solid #cecece;
	border-bottom: 2px solid #d2d2d2;
}
.blogEntry
{
	display: block;
	float: right;
	width: 615px;
	padding-left: 20px;
	border-left: 1px solid #cecece;
	border-bottom: 2px solid #d2d2d2;
}
	.blogEntry p
	{
		text-indent: 0px;
	}

.blogVitals
{
	padding: 3px;
	background: #ebebeb;
	color: #a0a0a0;
}
	.blogSummary p
	{
		text-indent: 0px;
	}
h2.postTitle
{
	font-size: 16px;
}
/* FOOTER */
#footer
{
	width: 600px; /* 1009-(4x2) for each end  = 1001, replaced with 600 to tighten with layout*/
	height: 36px;
	position: relative;
	margin: 0 auto;
	color: #a3a3a3;
	font-size: 11px;
	line-height: 36px;
	text-align: center;
	background: #f9f9f9;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
	#footer_leftend
	{
		background: transparent url('../images/footer_leftend.jpg') no-repeat scroll;
		width: 4px;
		height: 36px;
		position: absolute;
		left: -4px;
		top: 0;
	}
	#footer_rightend
	{
		background: transparent url('../images/footer_rightend.jpg') no-repeat scroll;
		width: 4px;
		height: 36px;
		position: absolute;
		right: -4px;
		top: 0;
	}
/* GLOBAL */
fieldset { border: none;}
fieldset input
{
	clear: right;
	displaY: block;
	padding: 2px;	
	height: 15px;
	margin: 5px;
}
fieldset input.hidden
{
	display: none !important;
}
input #MemberLoginForm_LoginForm_Remember
{
	clear: right;
	displaY: block;
	padding: 2px;	
	height: 15px;
	margin: 5px;
	border: 10px solid red !important;
}
p#Remember
{
}
p#Remember input#MemberLoginForm_LoginForm_Remember
{
	float: right;
	margin-right: 190px;
}
p#Remember label.right
{
	float: right;
}
p#ForgotPassword
{
	width: 200px;
}
fieldset label
{
	float: left; clear: left;
	displaY: block;
	width: 200px;
	text-align: right;
	margin: 5px;
}
.clear_both{clear:both;}

/* SHADOW BOX */
#shadowbox_title_inner
{
	font-size: 12px !important;
}
.gallery-layout li.break_line
{
	float: left !important;
	clear:left !important;
	display: inline;
}
#shadowbox_counter /* this is the counter for this gallery turned off */
{
	display: none;
}
#shadowbox_title_inner
{
	line-height: 12px !important;
	padding: 0px 0px 0px 2px !important;
}

/* STATEMENTS PAGE */
#content.statements_page
{
	padding: 34px 0px 0px 0px;
	width: 600px;
}
	#content.statements_page a
	{
		text-decoration: none;
		color: #cecece;
		position: relative;
		margin: 20px 0 20px 0;
	}	
	#content.statements_page a:hover
	{
		color: #000;
	}
	#content.statements_page a span
	{
		position: absolute;
		left: 0;
		top: 0;
	}	
	#content.statements_page .statement
	{
		border-bottom: 1px solid #cecece;
		padding: 10px 0 20px 0;
	}	
	#content.statements_page .last_statement
	{
		border-bottom: none;
		padding: 10px 0 20px 0;
	}	
	#content.statements_page a
	{
		color: #878787 !important;
	}
	#content.statements_page a:hover	{
		color: #000000 !important;
	}
	
	#content.statements_page a img
	{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
		-moz-opacity: 0.75;
		opacity: 0.75;
	}
	#content.statements_page a:hover img
	{
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
	}
	

#paintings_of_childhood_eccentricity a
{
	background: transparent url('../images/childhood-statement.jpg') no-repeat scroll center bottom;
	width: 586px;
	height: 216px;
	display: block;
	margin: 0 auto;
}
	#paintings_of_childhood_eccentricity a:hover
	{
		background: transparent url('../images/childhood-statement_hover.jpg') no-repeat scroll center bottom;
		width: 586px;
		height: 216px;
		display: block;
	}
#suede_portrait_paintings a
{
	background: transparent url('../images/suede-statement.jpg') no-repeat scroll center bottom;
	width: 588px;
	height: 218px;
	display: block;
	margin: 0 auto;
}
	#suede_portrait_paintings a:hover
	{
		background: transparent url('../images/suede-statement_hover.jpg') no-repeat scroll center bottom;
		width: 588px;
		height: 218px;
		display: block;
	}

#installations_statement a
{
	background: transparent url('../images/installation-statement.jpg') no-repeat scroll center bottom;
	width: 598px;
	height: 156px;
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
	#installations_statement a:hover
	{
		background: transparent url('../images/installation-statement_hover.jpg') no-repeat scroll center bottom;
		width: 598px;
		height: 156px;
		display: block;
	}
/*Indented Page*/
#IndentedPage{
	margin: 0 120px 0 120px;
}

/*lightbox mod*/
#sb-title, #sb-title-inner{
	position: relative;
	height: 56px !important;
}
