@charset "UTF-8";
/* CSS Widgets and Sections Document */




/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 5px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 5px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* Post Meta Data */

.postmetadata {
	margin: 30px 0;
	padding-top: 5px;
	clear: both;
}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: left;
	padding-top: 4px;
	margin: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 85%;
	line-height: 1em;
	padding: 0 4px 5px;
	margin: 0;
}




/* Quotes */


#center_2col_right .quotescollection_randomquote q {
	margin: 0em;
	padding: 0em 0em 37px;
	display: block;
	font-size: 150%;
	text-align: left;
	line-height: 1.5em;
	font-style: italic;
	color: #943f33;
	background: url(../images/quotescollection_close.jpg) bottom right no-repeat;
}

#center_2col_right .quotescollection_randomquote {
	font-family: Comic Sans MS, Comic Sans MS, cursive;
	margin: 0em;
	padding: 25px 0.5em 0.5em;
	background: url(../images/quotescollection_open.jpg) top left no-repeat;
}
#center_2col_right .quotescollection_randomquote cite {
	margin: 0em;
	padding: 0em;
	display: block;
	font-size: 130%;
	text-align: right;
	line-height: 1.25em;
	color: #222;
}






/* Events Calendar */

#wp-calendar {
	margin: 1em 0em 0em;
	padding: 0px;
}

#wp-calendar table {
	width:100%;
}

#wp-calendar caption, #wp-calendar caption a {
	width:100%;
	color: #fff;
	background: #943f33;
	padding:7px 0px 5px;
}

.ec3_eventday a {
	color:#a00 !IMPORTANT;
}

#wp-calendar table td,
#wp-calendar table th {
	padding:7px 0px 5px;
	text-align:center;
	border:solid 1px #999;
}

#wp-calendar table th {
	background: #f8e5c7;
}

#wp-calendar table td {
	background: #e6e9f8;
}

#wp-calendar table.nav tr td {
	border:none;
	background: none;
}

#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
}

#wp-calendar td #prev {
	text-align:left;
}

#wp-calendar td #next {
	text-align:right;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#eeb;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}

.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}

#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}

#ec3_shadow2 div { width:8px; height:32px; }

#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

.ec3_list {
	margin-left:-12px;
	word-spacing:-1px;
	letter-spacing:-0.2px;
	color:#800;
	list-style: none;
}

.ec3_list ul li {
	font-size:1em !IMPORTANT;
	list-style: none;
}

.ec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
 border-collapse:collapse;
 margin:0.5ex 1ex 0.5ex 0;
 border:solid 1px #800;
 float:left;
}

table.ec3_schedule td {
 padding:0 0.5ex 0 0.5ex;
 color:#800;
}

td.ec3_start { text-align:right; }

td.ec3_to    { text-align:center; }





/* Cleaner Gallery */


.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 20px 0 0;
	}
.gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	margin: 0;
	padding: 0;
	border: 2px solid #943f33;
	}


.gallery-caption, .gallery-caption a {
	text-align: left;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.15em;
	color:#4b4b4b;
	margin: 2px 5px 0px;
	padding: 0;
	width: 140px;
	display: block;
}

/* Image sizes depending on the number of columns */
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; }


