/***** Master Classes *****/
html,body {
  height:100%;
  font-family:Arial,Sans-Serif;
  color:#444;
	font-size: 100%;
	line-height:1.5em;
	font-weight: normal;
	text-align: left;
}

#bg {
  width:100%;
  height:100%;
  min-height:620px;
  background:#FFF url(../images/bg.jpg) repeat-x center bottom;
}

#wrapper {
  width:875px;
  margin:0 auto;
}

#header {
  width:100%;
  height:140px;
  padding:60px 0 0 0;
  text-align:center;
}

#logo {
  width:368px;
  height:82px;
  margin-right:50px;
  background:transparent url(../images/thriveChurch.jpg);
  color:#6c3;
  text-indent:-9999em;
  float:right;
}

#main {
  width:445px;
  height:auto;
  margin:0 0 0 16px;
  float:left;
}
#main-top {
  width:100%;
  height:8px;
  background:transparent url(../images/main.top.png) no-repeat top left;
}
#main-content {
  width:422px;
  height:238px;
  padding:0 16px 0 8px;
  background:transparent url(../images/main.bg.png) repeat-y top left;
}
#main-bottom {
  width:100%;
  height:18px;
  background:transparent url(../images/main.bottom.png) no-repeat top left;
}

#main-content h1 {
  width:380px;
  height:1em;
  padding:42px 0 0;
  margin:0 12px 0.5em;
  border-bottom:solid 2px #52d428;
  color:#52d428;
  font-size:1.5em;
}

#main-content p {
  padding-left:12px;
  font-size:0.856em;
  line-height:1.1em;
}

#sidebar {
  width:406px;
  height:auto;
  float:left;
}
#sidebar-top {
  width:100%;
  height:8px;
  background:transparent url(../images/sidebar.top.png) no-repeat top left;
}
#sidebar-content {
  width:100%;
  height:241px;
  background:transparent url(../images/sidebar.bg.png) repeat-y top left;
}
#sidebar-bottom {
  width:100%;
  height:15px;
  background:transparent url(../images/sidebar.bottom.png) no-repeat bottom left;
}

#currentSeries {
  width:138px;
  height:173px;
  padding:58px 28px 0;
  margin:2px 0 8px 11px;
  background:transparent url(../images/currentSeries.bg.jpg) no-repeat top left;
  font-size:0.64em;
  line-height:1.15em;
  float:left;
}
#currentSeries img {
  margin-bottom:8px;
}

#sidebar-nav {
  list-style:none;
  padding:0;
}
#sidebar-nav li,#sidebar-nav a {
  height:78px;
}