/*   
Theme Name: WCPC 2009
Theme URI: http://www.westsidecumberlandpc.org
Description: The main theme for WCPC's homepage.
Author: Andrew McCallister
Author URI: http://www.andrewmccallister.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

body{
  padding: 0px;
  margin: 0px;
  
  background: #f0d890 url('images/background.png') repeat-x top center;
  
  font-family: verdana, arial, sans-serif;
  font-size: 10pt;
  color: #000000;
}
a{
  text-decoration: none;
  color: #306060;
  cursor: pointer;
}
a:hover{
  text-decoration: underline;
}
h1{
  margin: 0px;
  padding: 1px 0px 6px 0px;
  font-size: 14pt;
  font-weight: bold;
  color: #544526;
}
h2{
  margin: 0px;
  padding: 4px 0px 4px 0px;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
}
h3{
  margin: 0px;
  padding: 3px 0px 1px 0px;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
}
img{
  border: none;
}
p{
  margin: 0px;
  padding: 4px 5px 4px 5px;
  line-height: 1.4;
}
ul{
  
}



#allContent{
  width: 900px;
  margin: 0px auto 0px auto;
}
#footer{
  text-align: center;
  font-size: 8pt;
  margin-top: 8px;
  padding-top: 5px;
  border-top: solid 2px #8b7d51;
}
#header{
  height: 125px;
}
#headerChurchInfo{
  float: right;
  font-size: 9pt;
  padding: 4px;
}
#mainContent{
  
}
#navigation{
  height: 24px;
  float: right;
}
#navigation div{
  float: left;
  font-size: 11pt;
  
  padding: 0px 6px 0px 6px;
  cursor: pointer;
}
#title{
  margin: 17px 0px 0px 0px;  
}
#twitterBox{
  position: absolute;
  width:375px;
  height:59px;
  top: 45px;
  left: 50%; 
  margin-left: -110px;
  background: url('images/twitter_bubble.png') no-repeat top left;
  font-size: 8pt;
  font-weight: bold;
  padding: 5px 35px 5px 35px;
}


.frontBox{
  padding: 10px;
  margin: 0px 0px 5px 0px;
  border: solid 4px #8b7d51;
  cursor: pointer;
}
.greyText{
  color: #333333;
}
.imgLeft{
  float: left;
  padding: 2px;
  border: solid thin #8b7d51;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgRight{
  float: right;
  padding: 2px;
  border: solid thin #8b7d51;
  margin-left: 10px;
  margin-bottom: 10px;
}
.img{
  border: solid thin #8b7d51;
  padding: 2px;
}
.noBorder{
  border: none;
}
.sermonBox{
  border: solid thin #D8C090;
  margin-bottom: 10px;
  padding: 4px;
}
.sermonSeriesBox{
  background: #D8C090;
  margin-bottom: 10px;
  padding: 4px;
}
.smallText{
  font-size: 8pt;
}