s/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
body {
  background: #ddd;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10px;
  margin: 0;
}
#page_margins {
  width: 930px;
  background: #fff;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.container {
  background: rgb(247, 230, 191);
}

/**************************************/
/*              GLOBALS               */
/**************************************/
.container a,
.container a:link,
.container a:visited,
.container a:hover {
  color: rgb(0, 0, 255);
}

/**************************************/
/*              HEADER                */
/**************************************/
#metamenu {
  text-align: center;
  color: #fff;
}
#metamenu a,
#metamenu a:link,
#metamenu a:visited
#metamenu a:hover {
  color: #fff;
  text-decoration: underline;
}
#search_form form {
  margin: 0;
  padding: 0 0 10px 0;
}
#search_form input {
  border: 1px solid rgb(72, 33, 36);
  margin-left: 10px; 
  padding: 3px;
  background: url(../images/search_icon.gif) top right no-repeat #fff;
  width: 150px;
}
#logo a,
#logo a img {
  display: block;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
  background: rgb(72, 33, 36);
  padding-top: 0px;
  padding-bottom: 3px;
  margin-top: 0px;
  border-top: 3px solid rgb(72, 33, 36);
}
#nav {
  margin: 0;
  padding: 0;
  height: 35px;
  border-bottom: 3px solid #fff;
/*   background: red; */
}
#nav a, 
#nav a:visited, 
#nav a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#nav li {
	display: inline;
	float: left;
	height: 36px;
	margin: 0;
}
#nav li a {
	display: block;
	margin-top: 11px;
  	padding: 0px 17px 0px 17px;
	line-height: 14px;
	border-right: 1px solid #fff;
}
#nav li a:hover {

}
#nav li.last a {
  border: 0;
}
#nav li ul {
	position: absolute;
	margin-top: 7px;
	margin-left: 0;
	padding: 7px 0 7px 0;
	left: -9999em;
	height: auto;
	background: rgb(72, 33, 36);
}
#nav li ul li {
  float: none;
  display: block;
  width: 170px;
  margin: 0;
  height: auto;
}
#nav li ul li a, 
#nav li ul li a:visited, 
#nav li ul li a:hover {
  display: block;
  margin: 0 7px 0 7px;
  padding: 0 10px 0 18px;
  font-size: 11px;
}
#nav li ul li.dotted a, 
#nav li ul li.dotted a:visited, 
#nav li ul li.dotted a:hover {
	border-bottom: 1px dashed #fff;
	height: 25px;
	line-height: 25px;
	border-right: 0;
}
#nav li ul li a:hover {
  background: #fff;
  color: rgb(72, 33, 36);
}
#nav li:hover ul {
	left: auto;
	z-index: 99999;
}
#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}
#nav li ul li.last a,
#nav li ul li.last a:visited,
#nav li ul li.last a:hover {
  border: 0;
}
#nav li.clear {
  display: block;
  float: none;
  height: 0px;
  height: auto;
}
#nav li ul ul {
	margin: -25px 0 0 160px;
	left: -999em;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: normal;
  color: rgb(72, 33, 36);
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: normal;
  color: rgb(72, 33, 36);
}

h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: normal;
  color: rgb(52, 64, 123);
}

h4 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: normal;
  color: rgb(72, 33, 36);
  text-align: center;
}

h5 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 10px;
  line-height: 24px;
  font-weight: normal;
  color: rgb(72, 33, 36);
}

.sidebar h1 {
  background: rgb(237, 220, 181);
  color: rgb(52, 64, 123);
  padding:  7px 10px;
  font-size: 16px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
}

#col1 a,
#col1 a:visited,
#col1 a:hover { 
  display: block;
  text-decoration:none;
  line-height: 18px;
  margin-left: 10px;
  font-weight: bold;
}

#col1 p {
  margin-bottom: 0;
}

#col2 {
  padding-top: 2em;
  padding-bottom: 1em;
}

#col2_content {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding-left:10px;
  padding-right: 10px;
}

#col2_special {
  background: rgb(237, 220, 181);
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  padding-left:10px;
  padding-right: 10px;
}

#col1 {
  min-height: 10px;
  padding-top: 2em;
  padding-bottom: 1em;
}

#col3 {
  min-height: 10px;
  padding-top: 2em;
  padding-bottom: 1em;
}

#col3 p {
  margin-bottom: 0;
}

#col3 a,
#col3 a:visited,
#col3 a:hover { 
  display: block;
  text-decoration:none;
  line-height: 18px;
  margin-left: 0px;
  font-weight: bold;
}

#col3 h3 {
  font-size: 12px;
}

#worship_times p {
  margin-bottom: 5;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	text-align: center;
    background: rgb(72, 33, 36);
	color: #fff;
	height: 1%;
	padding: 10px;
}
#footer a,
#footer a:visited,
#footer a:hover {
	color: #fff;
	padding: 0;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}

/**************************************/
/*               CALENDAR              */
/**************************************/
.container table.month-small,
.container table.calborder {
  width: 100%;
  border: 0;
  font-size: 11px;
}
.container table.month-small {
  margin: 0;
}
.container table.month-small th,
.container  table.month-small td,
.container table.calborder td {
  padding: 3px 0;
  text-align: center;
  border: 0;
}
.tx-cal-controller .sideback {
  background: transparent;
  border: 0;
}
.container table.month-small th  a,
.container table.month-small th a:visited,
.container table.month-small th a:hover {
  color: #0d5387;
  font-size:11px;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
}
table.month-small .monthSelected {
  background-color: #48a9d4;
  color: #fff;
  border: 0!important;
}
table.month-small th.monthCorner,
table.month-small th.month-weekdays {
  background: transparent;
  border-bottom: 2px solid #0d5387;
  color: #0d5387;
  font-weight: bold;
}
.tx-cal-controller div.event_list dl dt.even,
.tx-cal-controller div.event_list dl dd.even {
  background: #fff;
  margin: 0;
}
.tx-cal-controller .dayview table td a,
.tx-cal-controller .dayview table td a:visited,
.tx-cal-controller .dayview table td a:hover {
  color: #fff;
}
.default_catheader {
  padding-left: 10px;
}
.year_month_calendars .V9 {
  display: none;
}
.container .event_list dt {
  margin-bottom: 0;
}
.container .event_list dd {
  margin-bottom: 10px;
}
/**************************************/
/*               Contact form               */
/**************************************/
.tx-powermail-pi1_formwrap form fieldset {
	border: 0;
}
.tx-powermail-pi1_formwrap form legend {
	display: none;
}
.tx-powermail-pi1_formwrap form label {
	width: 160px;
	margin-right: 10px;
	display: inline;
	float: left;
	text-align: right;
	font-weight: normal;
}
.container  .tx_powermail_pi1_fieldwrap_html_radio_title {
	margin-bottom: 5px;
}
.tx_powermail_pi1_fieldwrap_html {
	padding-top: 15px;
}
.tx-powermail-pi1_formwrap textarea {
	padding: 10px;
	width: 200px;
	height: 100px;
}
.powermail_mandatory_js {
	color: red;
	font-weight: bold;
	padding-left: 170px;
}
.validation-failed {
	border: 1px solid red;
}
.tx_powermail_pi1_fieldwrap_html_submit {
	padding-left: 170px;
}

/******************************************************/
/* 			Search
/************************************************/
.tx-indexedsearch .result_title {
  background: url("../../../typo3/sysext/indexed_search/pi/res/pages.gif") 0 7px no-repeat;
  padding-left: 30px;
  line-height: 30px;
  height: 30px;
  color: #009EDF;
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}
.tx-indexedsearch .result_percent {
  display: inline;
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  height: 30px;
}

/* ### Content ### */
.container h1.csc-firstHeader {
	margin-top: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
  padding-bottom: 10px;
  margin-bottom: 0;
}
div#links {
  padding-bottom: 20px;
}

/* ### Calendar ### */

	.calendar-day {
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
        .calendar-day .prev_day_arrow {
                float: left;
                width: 20px;
        }
        .calendar-day .prev_days {
                float: left;
                width: 130px;
                text-align: right;
                padding-top: 5px;
		text-align: right;
        }
        .calendar-day .next_days {
                float: right;
                width: 130px;
                padding-top: 5px;
        }
        .calendar-day .the_day {
/*                 font-size: 15pt; */
                font-weight: bold;
                color: #288EBD;
                text-decoration: none;
                text-align: center;
        }

	.dayHeader,.weekHeader {
/* 		font-size: 15pt; */
		font-weight: bold;
		color: #288EBD;
		text-align: center;
	}


	.calendar-day .prev_day_arrow {
		float: left;
	}
	.calendar-day .next_day_arrow {
		float: right;
	}


        .calendar-day .p_d_1,
        .calendar-day .p_d_2,
        .calendar-day .p_d_3,
        .calendar-day .n_d_1,
        .calendar-day .n_d_2,
        .calendar-day .n_d_3
        {
          color: #288EBD;
          display: inline;
		  padding-left: 5px;
		  padding-right: 5px;
        }

        .calendar-day .p_d_1 A,
        .calendar-day .p_d_2 A,
        .calendar-day .p_d_3 A,
        .calendar-day .n_d_1 A,
        .calendar-day .n_d_2 A,
        .calendar-day .n_d_3 A
        {
                color: #288EBD;
                text-decoration: none;
        }

        .calendar-day .p_d_1,
        .calendar-day .n_d_1 {
/*                 font-size: 12pt; */
        }

        .calendar-day .p_d_2,
        .calendar-day .n_d_2 {
/*                 font-size: 10t; */
                padding: 10px;
        }

        .calendar-day .p_d_3,
        .calendar-day .n_d_3 {
/*                 font-size: 9pt; */
        }

		.hourcontainer {
			float: left;
			width: 65px;
			border-right: 1px solid #AAAAAA;
			margin-right: 5px;
		}
		.hour {
			height: 20px;
			padding: 0 0 0 10px;
			margin: 0pt;
			font-size: 8pt;
		}

		.hour-00-00, .hour-00-30, .hour-01-00, .hour-01-30, .hour-02-00, .hour-02-30, .hour-03-00, .hour-03-30, .hour-04-00, .hour-04-30, .hour-05-00, .hour-05-30, .hour-06-00, .hour-06-30, .hour-07-00, .hour-07-30, .hour-17-00, .hour-17-30, .hour-18-00, .hour-18-30, .hour-19-00, .hour-19-30, .hour-20-00, .hour-20-30, .hour-21-00, .hour-21-30, .hour-22-00, .hour-22-30, .hour-23-00, .hour-23-30 {
		/*
			display: none;
		*/
		}

		.hour-00-30 .time, .hour-01-30 .time, .hour-02-30 .time, .hour-03-30 .time, .hour-04-30 .time, .hour-05-30 .time, .hour-06-30 .time, .hour-07-30 .time,
		.hour-08-30 .time, .hour-09-30 .time, .hour-10-30 .time, .hour-11-30 .time, .hour-12-30 .time, .hour-13-30 .time, .hour-14-30 .time, .hour-15-30 .time,
		.hour-16-30 .time, .hour-17-30 .time, .hour-18-30 .time, .hour-19-30 .time, .hour-20-30 .time, .hour-21-30 .time, .hour-22-30 .time, .hour-23-30 .time {
			display: none;
		}

/*
		.hour-00-00 {
			display: block;
			position: relative;
			top: -10px;
		}
*/

		.eventcontainer {
			float: left;
			padding: 0px;
			width: 450px;
		}

		.event {
			border: 1px solid #AAAAAA;
            border-color: #288EBD;
			background-color: #FFFFFF;
			float: left;
			/*
			width: 50px;
			*/
			width: 50px;
			margin-right: 5px;
			overflow: hidden;
			font-size: 8pt; 
			padding-left: 2px;
			padding-right: 2px;
		}
		.event A {
			height: 100%;
			display: block;
			width: 100%;
			text-decoration: none;
		}

		.event-range-0 {  height: 18px; }
		.event-range-1 {  height: 18px; }
		.event-range-2 {  height: 38px; }
		.event-range-3 {  height: 58px; }
		.event-range-4 {  height: 78px; }
		.event-range-5 {  height: 98px; }
		.event-range-6 {  height: 118px; }
		.event-range-7 {  height: 138px; }
		.event-range-8 {  height: 158px; }
		.event-range-9 {  height: 178px; }
		.event-range-10 { height: 198px; }
		.event-range-11 { height: 218px; }
		.event-range-12 { height: 238px; }
		.event-range-13 { height: 258px; }
		.event-range-14 { height: 278px; }
		.event-range-15 { height: 298px; }
		.event-range-16 { height: 318px; }
		.event-range-17 { height: 338px; }
		.event-range-18 { height: 358px; }
		.event-range-19 { height: 378px; }
		.event-range-20 { height: 398px; }
		.event-range-21 { height: 418px; }
		.event-range-22 { height: 438px; }
		.event-range-23 { height: 458px; }
		.event-range-24 { height: 478px; }
		.event-range-25 { height: 498px; }
		.event-range-26 { height: 518px; }
		.event-range-27 { height: 538px; }
		.event-range-28 { height: 558px; }
		.event-range-29 { height: 578px; }
		.event-range-30 { height: 598px; }
		.event-range-31 { height: 618px; }
		.event-range-32 { height: 638px; }
		.event-range-33 { height: 658px; }
		.event-range-34 { height: 678px; }
		.event-range-35 { height: 698px; }
		.event-range-36 { height: 718px; }
		.event-range-37 { height: 738px; }
		.event-range-38 { height: 758px; }
		.event-range-39 { height: 778px; }
		.event-range-40 { height: 798px; }
		.event-range-41 { height: 818px; }
		.event-range-42 { height: 838px; }
		.event-range-43 { height: 858px; }
		.event-range-44 { height: 978px; }
		.event-range-45 { height: 898px; }
		.event-range-46 { height: 918px; }
		.event-range-47 { height: 938px; }
		.event-range-48 { height: 958px; }

		.event-range-fullday {
			overflow: hidden;
			height: 958px;
			/* width: 20px; */
		}

		.event-00-00 { position: relative; top: 0px; }
		.event-00-30 { position: relative; top: 20px; }
		.event-01-00 { position: relative; top: 40px; }
		.event-01-30 { position: relative; top: 60px; }
		.event-02-00 { position: relative; top: 80px; }
		.event-02-30 { position: relative; top: 100px; }
		.event-03-00 { position: relative; top: 120px; }
		.event-03-30 { position: relative; top: 140px; }
		.event-04-00 { position: relative; top: 160px; }
		.event-04-30 { position: relative; top: 180px; }
		.event-05-00 { position: relative; top: 200px; }
		.event-05-30 { position: relative; top: 220px; }
		.event-06-00 { position: relative; top: 240px; }
		.event-06-30 { position: relative; top: 260px; }
		.event-07-00 { position: relative; top: 280px; }
		.event-07-30 { position: relative; top: 300px; }
		.event-08-00 { position: relative; top: 320px; }
		.event-08-30 { position: relative; top: 340px; }
		.event-09-00 { position: relative; top: 360px; }
		.event-09-30 { position: relative; top: 380px; }
		.event-10-00 { position: relative; top: 400px; }
		.event-10-30 { position: relative; top: 420px; }
		.event-11-00 { position: relative; top: 440px; }
		.event-11-30 { position: relative; top: 460px; }
		.event-12-00 { position: relative; top: 480px; }
		.event-12-30 { position: relative; top: 500px; }
		.event-13-00 { position: relative; top: 520px; }
		.event-13-30 { position: relative; top: 540px; }
		.event-14-00 { position: relative; top: 560px; }
		.event-14-30 { position: relative; top: 580px; }
		.event-15-00 { position: relative; top: 600px; }
		.event-15-30 { position: relative; top: 620px; }
		.event-16-00 { position: relative; top: 640px; }
		.event-16-30 { position: relative; top: 660px; }
		.event-17-00 { position: relative; top: 680px; }
		.event-17-30 { position: relative; top: 700px; }
		.event-18-00 { position: relative; top: 720px; }
		.event-18-30 { position: relative; top: 740px; }
		.event-19-00 { position: relative; top: 760px; }
		.event-19-30 { position: relative; top: 780px; }
		.event-20-00 { position: relative; top: 800px; }
		.event-20-30 { position: relative; top: 820px; }
		.event-21-00 { position: relative; top: 840px; }
		.event-21-30 { position: relative; top: 860px; }
		.event-22-00 { position: relative; top: 880px; }
		.event-22-30 { position: relative; top: 900px; }
		.event-23-00 { position: relative; top: 920px; }
		.event-23-30 { position: relative; top: 940px; }

		.borders {
			width: 100%;
			height: 25px;
			position: absolute;
			left: 0;
			z-index: -1;
			border-bottom: 1px dashed #AAAAAA;
		}
		.calendar_container {
			padding-top: 15px;
			clear: both;
		}
		
		.mini-month {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
		}
		.mini-month .mini-month-header,
		.mini-month .mini-month-header a,
		.mini-month .mini-month-header a:visited,
		.mini-month .mini-month-header a:hover {
			color:#0D5387;
			font-size:11px;
			font-weight:bold;
			padding:5px 0;
			text-decoration:none;
			text-align: center;
			padding: 5px;
		}
		.mini-month .mini-month-header A {
	        color: #288EBD;
			text-decoration: none;
		}
		.mini-month TD.day {
			text-align: center;
			font-size: 8pt;
		}
		.mini-month TD.day A {
			text-decoration: none;
		}

		.mini-month TD.has_events A {
			color: #FF0000;
		}

		.mini-month TD.not_in_month {
			visibility: hidden;
		}
		.mini-month table {
		  border: 0;
		  width: 100%;
		}
		.mini-month table td {
		  padding: 3px 0;
		  border: 0;
		}
		.mini-month table thead th {
		  background:transparent none repeat scroll 0 0;
		  border-bottom: 2px solid #0D5387;
		  border-left: 0;
		  border-right: 0;
		  color:#0D5387;
		  font-weight:bold;
		  font-size: 8px;
		  padding: 3px 0;
		}
		.mini-month table td.has_events {
		  background: #99AABB;
		  color: #fff;
		}
		.mini-month table td.has_events a,
		.mini-month table td.has_events a:visited,
		.mini-month table td.has_events a:hover {
		color: #fff;
		}