/* Start of CMSMS style sheet 'Master' */
/*********************************************************************************/
/** Default Styles
/**
/** This section sets/resets the most common elements needed and constructs a
/** solid foundation on which to begin building a site.  
/*********************************************************************************/

html, body, ul, ol, li, dl, p, pre, dd, blockquote, 
h1, h2, h3, h4, h5, h6, a, form, label, fieldset, address {
	margin:0;
	padding:0;
	border:0;
}

/** Font size set to 100.01% to correct several browser bugs **/
html {
	font-size:100.01%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000;
	background:#63774b;
	padding:1em;
}

a:link { color:#4d5740; text-decoration: underline; }
a:visited { color:#4d5740; text-decoration: underline; }
a:hover { color:#4d5740; text-decoration: underline; }
	
img {
	border:0;
}
	
h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin-bottom:.6em;
	font-weight:normal;
	margin-top:0px;
	font-weight:normal;
	clear:both;
	color:#6d7c5b;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size:1.6em;
	font-weight:bold;
}

h2 {
	font-size:1.4em;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:bold;
}

p {
	margin-bottom:1.5em;
	overflow:hidden;
	clear:both;
}

blockquote {
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	margin-bottom:1.5em;
}

	blockquote p {
		margin-bottom:0;
	}

small {
	font-size:.8em;
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}

sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}

pre {

}

code {
	font-family:"Courier New", Courier, monospace;        
	font-size:1em;
	border:1px dashed #CDCDCD;
	background:#F2F2F2;
	padding:1em;
	display:block;
}

address {
	font-style:normal;
	border:none;
}

abbr {
	cursor:help;
	border-bottom:1px dashed;
}

/** Lists **/

ul, ol {
	margin-bottom:1.5em;
	padding-left:0;
}

ul {
	list-style-type:none;
	margin-left:0;
}	

	ul li {
		padding-left:1em;
		margin-bottom:.6em;
		background:url(lib/template/img/icons/bullets/arrow_r.gif) left .45em no-repeat;
		vertical-align:top;
	}

ul.bulletless li {
	padding-left:0;
	background:none;
}
	
ol {
	list-style-type:decimal;
	margin-left:2em;
}	

	ol li {
		padding-left:0;
		margin-bottom:.6em;
	}	
	
/** Tables **/

table {
	width:100%;
	border:none;
	border-collapse:collapse;
}

/** Table used for data representation **/
table.data {
	margin-bottom:1.5em;
	width:100%;
}
	table.data thead tr{
		background:#282d31;
		color:#dcdcdc;
		font-weight:bold;
	}
	
	table.data td {
		vertical-align:top;
		padding:.5em;
	}
	
	table.data tr {

	}
	
		table.data tr.even {	

		}
	
		table.data tr.odd {
		
		}
		
			table.data tr.odd td {
				background:#dadada;
				border-top:1px solid #cdcdcd;
				border-bottom:1px solid #cdcdcd;
			}
			
			table.data tr.even td {
				border-top:1px solid #cdcdcd;
				border-bottom:1px solid #cdcdcd;
			}

/** Forms **/	

form {
	padding:0;
	margin:0;
	margin-bottom:1.5em;
}

	form .row {
		margin-bottom:1.5em;
	}

fieldset {
	border:1px solid #c2c2c2;
	padding:.5em;
	width:35em;
}
	
legend {
	background:none;
	border:none;
	font-weight:bold;
	padding:.5em;
}

label {
	display:block;
	margin-bottom:.5em;
	font-weight:bold;
}

label.inline {
	display:inline;
	margin:0;
	padding-right:1em;
}

label.required {

}

input.text, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	padding:.2em;
	color:#545454;
}

input.text {
	border:1px solid #ccc;
	width:20em;
}

input.checkbox {
	margin:0;
	padding:0;
}

input.radio {
	margin:0;
	padding:0;
}
	
textarea {
	border:1px solid #ccc;
	width:30em;
	height:10em;
}

select {
	border:1px solid #ccc;
	width:20em;
}

/** Filetype links **/

a.pdf {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/pdf.gif) no-repeat center left;
	line-height:1.7em;
}

a.word {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/word.gif) no-repeat center left;
	line-height:1.7em;
}

a.excel {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/excel.gif) no-repeat center left;
	line-height:1.7em;
}

a.txt {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/txt.gif) no-repeat center left;
	line-height:1.7em;
}

a.zip {
	padding:5px 0 5px 20px;
	background:transparent url(lib/template/img/icons/filetypes/zip.gif) no-repeat center left;
	line-height:1.7em;
}

a.external {
	padding:5px 13px 5px 0px;
	background:transparent url(lib/template/img/icons/external_link.gif) no-repeat center right;
}


/** Errors **/	

.alert {
	padding:1em 2em .5em 4.5em;
	margin-bottom:1.5em;
}

	.alert ul {
		margin-bottom:0;
	}

		.alert ul li {
			background:url(lib/template/img/icons/bullets/arrow_r.gif) left .35em no-repeat;
		}

.alert.error {
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	background:#fcf6d0 url(lib/template/img/icons/errors/error.gif) 1.5em 50% no-repeat;
}


/** Positioning **/

.float_left {
	float:left;
	margin-right:5px;
}

.float_right {
	float:right;
	margin-left:5px;
}

/*********************************************************************************/
/** Site-Specific Styles
/**
/** This section comtains styles specific to a site and that will most likely be
/** different from site to site.
/*********************************************************************************/

/** Structure **/

#wrapper {
	width:757px;
	margin-left:auto;
	margin-right:auto;
	border:#546441 1px solid;
}

#header {
	background:#b4bbab;
	overflow:hidden;
}
	
	#header #logo {
		padding:10px;
	}
	
	#header #address {
		text-align:right;
		vertical-align:bottom;
		padding:10px;
	}

#banner {

}

#topnav {
	background:#949e88;
	padding:11px 0 12px 0;
}
	#topnav .item {
		display:block;
	}

#events {
	padding:1em;
}

#content {
	
}

	#content .container {
		width:100%;
	}
	
	#content #side_column{
		vertical-align:top;
		width:240px;
		background:#dadada;
	}
	
	#content #main_column{
		vertical-align:top;
		background:#e5e5e5;
		width:523px;
	}
	
	#main_content{
		padding:1em;
                background:#E5E5E5;
	}

#footer {

}

#footer .left {
	background:#b4bbab;
	padding:1em;
	border-top:#b4bbab 3px solid;
	}
	
#footer .right {
	background:#e5e5e5;
	padding:1em;
	border-top:#cdcdcd 3px solid;
	text-align:center;
	}


/*********************************************************************************/
/** Digital Peach Simple CMS Styles
/**
/** This section contains styles that are only needed for Simple CMS sites.
/*********************************************************************************/


			
/** Errors **/	

.errors {
	padding:1em 2em .5em 4.5em;
	border-top:1px solid #ecd757;
	border-bottom:1px solid #ecd757;
	margin-bottom:1.5em;
	background:#fcf6d0 url(lib/template/img/icons/errors/error.gif) 1.5em 50% no-repeat;
}

	.errors h4 {
		background:url(lib/template/img/icons/bullets/arrow_r.gif) left .35em no-repeat;
		padding-left:1em;
		margin-bottom:.6em;
		font-size:1em;
	}

/** Calendar ** /

/* Upcoming list */
#cal-upcominglist .calendar-event {
	margin-bottom:1.5em;
}

.calendar-list .calendar-event {
	margin-bottom:1.5em;
}

/* Grid */
.calendar_grid {
	border-collapse:collapse;
}

	.calendar_grid th{
		padding:.5em;
		font-weight:bold;
	}
	
	.calendar_grid td{
		border:1px solid #ccc;
		padding:.5em;
		vertical-align:top;
		width:14%;
	}
	
	.calendar_grid td.blank{
		border:none;
	}
	
	.calendar_grid caption {
		padding-bottom:1em;
	}
	
	.calendar_grid caption h2 {
		display:inline;
		margin:0;
	}
	
	.calendar_grid .prev_link a, .calendar_grid .next_link a {
		text-decoration:none;
		font-size:1.3em;
	}
	
	.calendar_grid .prev_link {
		padding-right:.5em;
	}
	
	.calendar_grid .next_link {
		padding-left:.5em;
	}
	
	.calendar_grid .calendar-today {
		background:#FFFFDF;
	}
	
	.calendar_grid li{
		background:#F0F0F0;
		border:1px solid #C4C4C4;
		padding:5px;
		font-size:.8em;
	}
	
	.calendar_grid .calendar-today li{
		background:#E1EECE;
		border:1px solid #DCDC83;
	}

/* Event */
.calendar_event {

}

	.calendar_event p.returnlink {
		margin-top:1.5em;
		padding:5px 0 5px 20px;
		background:transparent url(lib/template/img/icons/arrow_left.gif) no-repeat center left;
		line-height:1.7em;
	}
/* End of 'Master' */

/* Start of CMSMS style sheet 'Gallery' */
.albumlist {

}

.albumlist td {
	padding:1em;
	vertical-align:top;
	width:50%;
	text-align:center;
}

.albumlist .thumbnail {

}

.albumlist .thumbnail img {
	padding:1em;
	background-color:#fff;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
}

.albumlist .description {

}

.albumlist .description .name{
	font-weight:bold;
}

.albumlist .picturecount {
	font-size:smaller;
}

.albumlist .nav {
	text-align:center;
}

.picturelist {
	margin-left:0;
	padding-left:0;
}

.picturelist .row {

}

.picturelist .thumbnail {
	padding:1em;
	vertical-align:middle;
	text-align:center;
}

.picturelist .thumbnail img {
	padding:1em;
	background-color:#fff;
	border-top:1px solid #eee;
	border-right:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:1px solid #eee;
}

.picturelist .thumbnail a:visited img {

}

.picturelist .thumbnail a:hover img {
	border-top:1px solid #D4D4D4;
	border-right:2px solid #A8A8A8;
	border-bottom:2px solid #A8A8A8;
	border-left:1px solid #D4D4D4;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(lib/template/img/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
/* End of 'Gallery' */

