/*-- This file is the default for Default Functions and Form, Pagination and Flash Message styles ---*/

/*---------- BLOG ------------>*/
h2.blogtitle { 
	background-color: transparent; 
	margin-bottom: 0px;
}
.blogtitle a{ 
	text-decoration: underline; 
}
.blogtitle a:hover { 
	text-decoration: none; 
}
.blogdate { 
	font-weight: bold; 
	font-size: 12px;
	padding-left: 8px;
	padding-bottom: 6px; display: block;
}
.blogcomments { 
	display: block;
	border-top: 1px solid #ddd;
	background-color: #eee;
	padding: 5px;
	text-align: right;
	margin-top: 8px;
}
.commentdiv { 
	display: block;
	border-bottom: 1px dotted #ddd;
}
.commenter { 
	width: 160px;
	float: left;
	text-align: left;
}
.commenter h3 { 
	font-size: 15px; 
	text-align: left; 
	padding-left: 8px;
}
.commentpost {
	width: 450px;
	float: left;
}
.commentdelete { 
	float: right;
}
.commentdelete a {
	color:#B00000;
}

/*----------- NEWS ----------------->*/
.newsItem {
	padding: 8px; 
	display: block;
}
.newsPhoto {
	float: left;
	width: 80px;
}
.newsPhoto img {
	border: 3px solid #ddd;
}
.newsTitle {
	float: left;
}
.newsTitle a {}
.newsTitle a:hover {}

/*----------- EVENTS ----------------->*/
#eventMonth {
	background-color: #F3E9C9;
	padding: 8px;
	margin: 0 8px;
	border-bottom: 1px solid #F0DC9D;
}
.eventItem {}
.eventTitle {}
.divider {}
#other-occurances {}

/*----------- PHOTOS ----------------->*/
.thumbs {}
.thumbs img {
	margin: 5px 6px; 
	border: 3px solid #ddd;
}

/*------------FORM ---------------->*/
form { 
	padding: 0;
	margin: 0;
}
fieldset { 
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 8px;
}
legend { 
	font-size: 18px;
	margin-bottom: 5px;
	font-style : italic;
}
label {
	display: block;
	font-weight: bold;
	margin-top: 3px;
}
input {
	font-size: 16px;
}

ul.errors { 
	list-style: none; 
	padding: 0 0 5px 15px;
}
ul.errors li { 
	color: red; 
}

span.warn { 
	display:none;
	font-size:0.8em;
	line-height:1em;
}
fieldset.invalid { 
	border-color:#B00000;
}
label.invalid {
	color:#B00000;
}
label.invalid span.warn {
	display:inline; 
	color:#555; 
	font-style:italic; 
}
input.invalid {
	border-color:#B00000;
	background:#FFF3F3 url(/images/admin/icons/error.png) no-repeat 100% 50%; 
}
textarea.invalid { 
	border-color:#B00000; 
	background:#FFF3F3 url(/images/admin/icons/error.png) no-repeat 100% 0; 
}
fieldset.warn { 
	border-color: #555;
}
label.warn { 
	color:#555; 
}
label.warn span.warn { 
	display:inline; 
	color:#666; 
	font-style:italic;
}
input.warn, textarea.warn { 
	border-color:#aaa; 
	background-image: none;
}

/*------------FLASH MESSAGES -------------->*/

#progress-bar {
	z-index: 101;
	text-align: center;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
	
#feedback-good {
	background: #D4ECB8;
	border: 1px solid #38BD17;
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	color: #38BD17;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}
#flash-warning {
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	background: #FF6966;
	border: 1px solid #FF4A47;
	color:#fff;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}

#flash-error {
	padding: 7px 10px;
	margin-bottom: 1em;
	margin: 0px 20px 10px 20px;
	background: #FF6966;
	border: 1px solid #FF4A47;
	color:#fff;
	position: absolute;
	left: 50%;
	width: 250px; /* Overall width of div */
	top: -35px; /* half of the overall height */
  margin-left: -125px; /* half of the overall width */
  visibility: visible
}

/*------------PAGINATION ------------>*/

.pagination {
        padding: 3px;
        margin: 3px;
		text-align: right;
}
.pagination a {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #aaaadd;
        text-decoration: none;
        color: #000099;
}
.pagination a:hover, .pagination a:active {
        border: 1px solid #000099;
        color: #000;
}
.pagination span.current {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #000099;
        font-weight: bold;
        background-color: #000099;
        color: #FFF;
}
.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        border: 1px solid #eee;
        color: #ddd;
}