/* Meyer Reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again */
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}

/* remember to define focus styles! */
:focus {outline: 0;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* End Reset */

/* Layout */
.TableHeader .Container {
	height: 120px;
	background: url(../images/headerbg.jpg) repeat-x;
}
.TableHeader .HeaderLeft {
	height: 120px;
	background: url(../images/header_left.jpg) left no-repeat;
}
.Table {
	border-right: 1px solid #b6a779;
	border-left: 1px solid #b6a779;
	line-height: 1.5;
	margin: 0 auto;
}
.TableLeft,
.TableRight {
	width: 1%;
}
.TableLeft,
.TableCenter,
.TableRight {
	padding: 10px;
}
.TableFooter {
	background: #6E2808;
	border-top: 8px solid #C54714;
	color: white;
	text-align: center;
	font-size: 75%;
	padding: 10px 0;
}
.TableFooter a {
	color: white;
}
.TableFooter a:hover {
	color: #C54714;
}
.churchtitle,
.churchtitle_dropshadow,
.churchsubtitle,
.churchsubtitle_dropshadow {
	font-family: Times, serif;
	white-space: nowrap;
	position: absolute;
}
.churchtitle, 
.churchsubtitle {
	z-index: 1;
}
.churchtitle_dropshadow,
.churchsubtitle_dropshadow {
	z-index: 0;
}
.churchtitle {
	color: #4A2A18;
	font-size: 40px;
	left: 160px;
	top: 25px;
}
.churchtitle_dropshadow {
	color: #D99768;
	font-size: 40px;
	left: 162px;
	top: 26px;
}
.churchsubtitle {
	font-size: 25px;
	color: white;
	left: 162px;
	top: 67px;
}
.churchsubtitle_dropshadow {
	color: #A35905;
	font-size: 25px;
	left: 163px;
	top: 68px;
}

/* General */
body {
	background: #FFF1D7;
	word-wrap: break-word;
	font-size: 90%;
	color: #2E0C01;
	font-family: arial, sans-serif;
}
a {
	color: #BE7735;
}
a:hover {
	color: #2E0C01;
}
.TableCenter ol, 
.TableCenter ul {
	margin-left: 35px;
	list-style: square !Important;
}
hr {
	height: 1px;
	border: 0; /* FF */
	background: #273446; /* FF */
	color: #273446; /* IE */
}

/* Document Groups 
-------------------------------------------------------------- */\
#document_group th {
	padding: 5px;
	text-align: left;
}
#document_group table {
	border-collapse: collapse;	
}
#document_group td {
	padding: 5px;
	border-top: 1px solid #5A1D0B;
}

/* Podcasts
-------------------------------------------------------------- */
.products_list h2 {
	background: #F5E2BE;
	padding: 5px;
}
ul.products_list {
	margin: 0;
}
.podcast {
	width: 100%;
	padding: 0;
	border: 0;
}

/* Calendar
-------------------------------------------------------------- */
.calendar {
	width: 100%;
}
.dayName {
	text-align: left;
}
.dayName th {
	border-bottom:3px solid #ABA1AB;
	font-size:85%;
	vertical-align:bottom;
	width: 75px;
	color: white;
	background-color:#5A1D0B;
	padding: 3px;
	height: 35px;
}
.monthName th {
	font-weight:normal;
	padding-bottom:0em;
	padding-top:0em;
	text-align:left;
}
.calendar .day,
.calendar .specialDay {
	padding: 3px;
	border-left:1px dotted #938970;
	border-bottom:1px dotted #938970;
	text-align: left;
	vertical-align: top;
	height: 75px;
	background-color:#FFFFFF;
}
.weekendDay {
	border-bottom:1px dotted #ABA1AB; text-align:left; vertical-align:top;
}
#event_calendar .today {
	background-color:#FCD5A2;
}
.otherMonth.weekendDay {
	color: #7C7C7C;
}
.otherMonth {
	padding: 3px;
	color: #7C7C7C;
	border-right:1px solid white;
	text-align:left;
	vertical-align:top;
	border-bottom:1px dotted #ABA1AB;
	background-color: #D7D7D7;
}
.product_description p {
	margin-left:100px; width:350px;
}
.upcoming_events,
.past_events {
	margin-bottom:25px;
}

/* Scal and TinyScal */
.widget .scal .celebration {
	font-weight: bold;
	background-color: #975243 !Important;
}
.scal .daybox{
	border: 1px solid #525252;
}
.scal .dayboxname{
	border: 1px solid black;
	background-color: black;
	color:white;
	font-size:16pt;
}
.scal .dayboxsunday{
	background-color: #AFA893;
}
.scal .dayboxsaturday{
	background-color: #AFA893;
}
.scal .dayoutmonth{
	background: #817C6C;
	color: #4A473A;
}

/* 
tinyscal - a mini version of the calendar type.  
useful in tight spaces. usage: 
define class of base element as "scal tinyscal" 
as tinyscal is dependent on scal.
*/
.tinyscal {
	font-size:8pt;
	width: 250px;
	min-height:140px;
}
.tinyscal .daybox:hover {
	border-right:1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.scal .dayselected {
	font-weight: bold;
	background-color: #B9897E;
	color: white;
}
.tinyscal .dayboxname:hover {
	border-color: transparent;
}
.tinyscal .daybox {
	border-top: 1px solid #CCC5B2;
	border-left: 1px solid #CCC5B2;
	border-right: 1px solid #525252;
	border-bottom: 1px solid #525252;
	width: 33px;
}
.tinyscal .dayboxname {
	font-weight: bold;
	font-size: 8pt;
	border: 1px solid black;
}
