/* General
-------------------------------------------------------------- */

body {background: #fff; width:1000px; margin:auto; color: #000;}

#Main {color: #7e3113;}

#PageFrame {min-width: 750px;}

a {color: #c54611;}
a:hover {color: #613112;}

h2 {
  color: #6e2808;
  font-weight: bold;
  margin-bottom: 5px;
}

h3 {
  color: #6e2808;
  margin-top: 3px;
  font-weight: bold;
}

/* Header
-------------------------------------------------------------- */

#Header {
	background: url(../images/headerbg.jpg) repeat-x;
	height: 112px;
  position: relative;
}

.churchtitle {color: #4a2a18; left: 170px; top: 30px; font-size: 3.1em;}
.churchsubtitle {color: #fff; left: 170px; top: 70px;}

.HeaderLeft {float: left;}
.HeaderRight {float: right;}
#Header .sitesearch {bottom: 15px; right: 5px; position: absolute;}

/* Layout
-------------------------------------------------------------- */

#LeftColumn {padding: 10px 0; float: left; width: 250px;}
#RightColumn { width: 250px; padding: 10px 0; float: right;}
#ContentColumn {width: auto; margin-left: 250px;}
#Footer {clear: both;}

/* Main menu
-------------------------------------------------------------- */

.widgetdiv4 .menu_primary {padding: 0;}
.widgetdiv4 .menu_secondary {padding: 0;}

.menu_primary {font-size: 1.2em; line-height: 1em;}
.menu_primary ul {margin: 0;}

.menu_primary ul li, .menu_secondary ul li {list-style: none;}

.menu_primary ul li a {
	border-top: 1px solid #fff7eb;
	border-bottom: 1px solid #e9d3b5;
	display: block;
	color: #c54611;
	padding: 7px 10px;
	text-decoration: none;
}

.menu_primary ul li a:hover {
	border-top: 1px solid #ffc6ab;
	border-bottom: 1px solid #833d1c;
	background: #aa5c39;
	color: #fff;
}

.menu_secondary ul li a {padding-left: 30px;}

/* Content
-------------------------------------------------------------- */

#Content {padding: 10px; width: 480px; float: left; font-size: 1.2em; line-height: 1.2em;}
#ContentNoContainers {padding:10px;}
#ContentNoContainers .store_sidebar {float: right; width: 250px;}
#ContentNoContainers .store_main {width: 440px; float: left;}

.LeftColumn #Content, .RightColumn #Content, .MenuLeft #Content {width: 710px;}
.RightColumn #ContentColumn, .MenuLeft #ContentColumn {margin-left: 0;}
.MenuLeft #ContentColumn {float: left;}
.MenuLeft #LeftColumn {padding-right: 20px;}
.MenuLeft #Content {float: none;}

#ContentColumnNoContainers {
  float:left;
  color:#4D2D12;
}
#ContentNoContainers {
  padding:10px 0pt;
}
#ContentNoContainers .store_main {
  float:left;
  width:500px;
}
#ContentNoContainers .store_main_inner {
  padding: 0px 15px;
}
#ContentNoContainers .store_sidebar {

  float:left;
  width:250px;
}

/* Sidebars
-------------------------------------------------------------- */

.widgetdiv1 {border: 1px solid #dbbf9a; background: #feeed8;}

h3.widgettitle {background: #fcd5a2; color: #c54611; text-align: center; margin-top: 0; font-size: 1.3em; font-weight: normal;}

/* Footer
-------------------------------------------------------------- */

#Footer {
	border-top: 5px solid #c54714;
	background-color: #6e2808;
	font-size: 1.1em;
	line-height: 1.0em;
	text-align: center;
	padding: 10px;
	color: #d68b69;
}

#Footer a {color: #fff;}
#Footer a:hover {color: #d68b69;}

.creds {padding: 2px;}

#Footer p {margin-bottom: 0;}

/* Calendar
-------------------------------------------------------------- */

.calendar {
  height:440px;
  margin-right:auto;
  width:450px;
  font-family:"Lucida Grande","Verdana",sans-serif;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:1.5em;
  text-align:center;
  clear: left;
  
}


.dayName {
  text-align: center;
}

.dayName th {
  border-bottom:3px solid #6e2808;
  color:#6e2808;
  font-size:85%;
  vertical-align:bottom;
  width:75px;
  background-color:#FFF;
  padding-bottom: 0;
  padding-top: 0;
  height: 35px;
}

.monthName th {
  font-weight:normal;
  padding-bottom:0em;
  padding-top:0em;
  text-align:left;
}

#event_calendar .specialDay {
  background-color: #feeed8;
  border-bottom:1px dotted #6e2808;
}

.calendar .day, .calendar .specialDay {
  border-bottom:1px dotted #d4d4d4;
  text-align:left;
  vertical-align:top;
  height:75px;
  background-color:#fff;
}

.weekendDay {
  border-bottom:1px dotted #6e2808;
  text-align:left;
  vertical-align:top;
}
#event_calendar .today {
  background-color:#C4470F;
}

.otherMonth.weekendDay {
  color: #e1ece8;
}

.otherMonth {
  color: #c0c0c0;
  border-right:1px solid white;
  padding:0.7em 1em;
  text-align:left;
  vertical-align:top;
  border-bottom:1px dotted #6e2808;
  background-color:#f0f0f0;
}

.product_description p {
  margin-left:100px;
  width:350px;
}
.upcoming_events, .past_events {
  margin-bottom:25px;
}

/* News List
-------------------------------------------------------------- */

ul.news_list, ul.products_list {border-top: 1px solid #F3ECF3; margin-top: 10px; padding: 10px 0; margin: 0;}
ul.news_list li, ul.products_list li {overflow: auto; padding-bottom: 24px;}
ul.news_list li h3, ul.products_list li h3 {margin-bottom: 5px;}
ul.news_list li p, ul.products_list li p {margin-bottom: 3px;}