@CHARSET "UTF-8";


/*alignment of the editor and the headings*/
div#holyPlace h2,
div#holyPlace h3, 
div#holyPlace div.GEdit {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/*Page Heading*/
div#holyPlace h2 {
	font-size: 16px;
	color: rgb(64, 35, 3);
}

/*Photos heading*/
div#holyPlace h3 {
	font-size: 14px;
	color: rgb(64, 35, 3);
}

/*add photos button*/
a#addPhotos {
	display: block;
	margin-left: 10px;
	background: url(appProxy/nav/arrow.gif) 5px no-repeat;
	text-decoration: none;
	border: 1px solid #000;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	width: 110px;
	font-weight: bolder;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: rgb(64, 35, 3);
}

/*List of photos*/
div#holyPlace ul {
	list-style: none;
	width: 422px;
	margin-left: 10px; 
}

div#holyPlace ul li {
	display: block;
	float: left;
}

div#holyPlace ul li img {
	padding: 5px;
	border: 1px solid #000;
	margin-left: 6px;
}

div#holyPlace ul li img:hover {
	background-color: rgb(220, 208, 169);
}

div#holyPlace ul li img.first {
	margin-left: 0;
}
div#holyPlace .GEdit
{
	color:#3E2304;
	font-size:12px;
	line-height:17px;
}

