/*------------- Styles for editor pages -------------*/

.content {
	border-left: 1px solid #660000;
	padding: 0 25px 25px 15px;
	width:473px;
	height:450px;
}

.content h1 {
	color: #630400;
	font-size: 14px;
	margin-top: 0;
	padding-top: 0;

}

.content h2 {
	color: #630400;
	font-size: 12px;
}

.content p {
	color: #000;
	font-size: 12px;
}

.content ul {
	list-style-type: circle;
}

.content li {
	font-size: 12px;
}

.float-left {
	float: left;
	padding: 5px 10px 5px 0;
}

.float-right {
	float: right;
	padding: 5px 0 5px 10px;
}

/*------------- Styles for calendar/gallery pages -------------*/

.border-left {
	border-left: 1px solid #660000;
}

.image-bar {
	padding: 0 15px 25px 15px;
}

.image-bar h1 {
	color: #630400;
	font-size: 13px;
	margin-top: 0;
	padding-top: 0;
}

.calendar {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

.calendar a {
	color: #630400;
	text-decoration: underline;
}

.date {
	color: #630400;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
}


.title {
	font-size: 12px;
	color: #660000 !important;
	font-weight:bold;
}


.bottom-border {
	border-bottom: 1px solid #000;
}

/*------------ Gallery styles -------*/

.main-image {
	padding-top: 20px;
	padding-bottom: 20px;
}

.description {
	border-top: 1px solid #000;
	font-size: 12px;
	color: #000;
	text-align: center;
}
