/*************************
|| Main Template Styles ||
*************************/

body {
	margin: 0;
	background-color: #fff;
	font-family:      Lucida Grande, Verdana, Sans-serif;
	font-size:        62.5%;
	color:            #000000;
	text-align: center;
}
      
#wrapper {
	width: 95em;
	margin: auto;
	border: #999999 1px solid;
	text-align: justify;
}
      
#header {
	height: 28.5em;
	width: 95em;
	background-image:url(/templates/christianliving/images/banner.jpg);
}

#contentleft {
	float: left;
	margin: 1em;
	width: 16em;
}

#contentright {
	float: left;
	margin: 1em;
	width: 16em;
}
   
      
#contentmain  {
	float: left;
	margin: 1em;
	width: 51em;
	font-size: 1.1em;
}
   
#footer {
	clear: both;
	text-align: center;
	margin: 5px;
	margin-top: 40px;
}
      
h1 {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

h2 {
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
	color: #990000;
	margin: 0px 0px 20px 0px;
}
      
a {
	color: #069;
	text-decoration: none;
}
      
a:hover {
	color: #900;
}

/****************************
|| Navigation Styles	   ||
****************************/

#navbuttons {
	margin: 0 auto; 
	padding: 0;
	margin-bottom: 20px;
}

#navbuttons ul, #navbuttons li {
	margin: 0; 
	margin-bottom: 5px; 
	padding: 0; 
	list-style-image: none; 
	list-style-type:none; 
}

#navbuttons li {
	width: 146px; 
	background-color: #8cc86c; 
	border: 1px solid #666; 
	padding: 2px; 
	line-height: 25px;
}

#navbuttons a {
	display: block;	
	width: 130px; 
	height: 25px;
	padding-left: 5px; 
	line-height: 25px; 
	text-decoration:none; 
	color: #FFF; 
	font-weight: bold; 
	border-left: 5px solid #FFF;
}

#navbuttons a:hover {
	color:#339; 
	border-left: 5px solid #339;
}

#navbuttons h2 {
	font-size: 1.2em; 
	margin: 0; 
	margin-bottom: 5px;
}


/****************************
|| Daily Reading Styles    ||
****************************/

#reading_title {
	text-align: center;
	font-size: 1.5em;
	color: #990000;
	margin: 0px 0px 5px 0px;
}

#reading_author {
	text-align: center;
	font-size: 1.3em;
	color: #990000;
	margin: 0px 0px 10px 0px;
}

#reading_key {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

#reading_plan {
	text-align: right;
	font-size: 1.2em;
	margin: 0px 0px 20px 0px
}
#reading_heading {
	font-weight: bold;
	line-height: 1.55;
	margin: 0px 0px 12px 0px;
}

#reading_text {
	line-height: 1.55;
}

#reading_text li {
	margin: 0 30px 1em 0;
	}
