body {
	font-size: 75%/150%; 
	font-family: Georgia, serif;
	color: #333333;
	background: #F0F0F0;
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}
p {
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 100%;
}
h1 {
	margin:0px;
	height: 60px;
	font: bold 30px/100% Arial;
	color: #c9eefe;
}
h1 a{
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover{
	color: #c9eefe;
	text-decoration: none;
	border-bottom: 1px solid #c9eefe;
}
h2 {
	color: #59770e;
	margin: 5px 0px;
	letter-spacing: -1px;
	font: normal 150%/100% Georgia,serif;
	padding-bottom: 10px;
}
h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}
h2 a:hover {
	color: #FF6600;
	text-decoration: none;
}
h3 {
	font: normal 125%/100% Georgia,serif;
	color: #758d38;
	margin: 0px 0px 10px;
}
h3 a {
	color: #069;
}
h4 {
	margin-top:10px;
	margin-bottom: 10px;
}
h4:first-child {
	margin-top: 0px;
	border-top: none;
}
h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	width: 970px ; <!--970px-->
	-moz-box-shadow: 5px 5px 2px #ccc;
	-webkit-box-shadow: 10px 10px 5px #ccc;
	box-shadow: 4px 0px 6px #bbb, 0px 4px 6px #bbb, -4px 0px 6px #bbb;
	background: #FFFFFF;
}
#header {
	background: #00585F url(images/img_header_bg.jpg) no-repeat;
	height: 130px;
	position: relative;
}
#header h1 {
	display: inline;
}
#headerimg {
	position: relative;
	padding: 20px 0px 0px 15px;
	height: 60px;
	width: 500px;
	display: inline-block;
}
#headerimg .description{
	position: absolute;
	bottom: 8px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	border-top: solid 1px #ffffff;
	background-color: #e4e1b2;
	overflow: hidden;
	width: 100%;
	box-shadow: 0px 1px 3px #bbb;
	position: absolute;
	bottom: 0px;
}
#menu {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
 	overflow: hidden;
 	float: left;
}
#menu li {
	float: left;
}
#menu a {
	color: #009393;
	text-decoration: none;
	padding: 8px 15px;
	font: 13px/100% Arial, Helvetica, sans-serif;
	border-right: 1px solid #ffffff;
	display: block;
}
#menu a:hover {
	background: #cc6600;
	color: #ffffff;
}
#content {
	padding: 10px 0px 30px 15px;
	float: left;
	width: 695px; <!--695px-->
	overflow: hidden;
}
.post {
	clear:both;
	padding: 35px 0px 0px 10px;
	border: 5px solid #f5f5f5;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	position: relative;

}
.page_entry {
	padding-top: 10px;
}
.post-date {
	position: absolute;
	top: 0px;
	padding: 3px 10px;
	left: -10px;
	overflow: hidden;
	margin-right: 10px;
	background-color: #cc6600;
	color: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.entry h4:first-child {
	padding-top: 0px;
}
.post-month {
	font-size: 15px;
	text-transform: capitalize;
	color: #FFFFFF;
	line-height: 11px;
	margin-right: 2px;
}
.post-day, .post-year {
	font-size: 15px;
	color: #ffffff;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries {
	float: left;
	margin-top: 25px;
	color: #999;
}
.next-entries {
	float: right;
	margin-top: 25px;
	color: #999;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
}
#sidebar {
	float: right;
	padding: 0px 10px 20px 10px;
	width: 220px;
	margin-top: 15px;
	overflow: hidden;
	height: 100%;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
#searchform {
	padding: 5px 10px 10px 0px;
}
#searchform #s {
	border:1px solid #203346;
	width: 140px;
	height: 20px;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bbb;
	background: #eee;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 28px;
	height: 24px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}
.direction img {
	display: block;
	margin: 10px 0px 10px 0px;
	border: solid 1px #ccc;
	padding: 1px;
	box-shadow: 1px 0px 2px #ccc, 0px 1px 2px #ccc, -1px 0px 2px #ccc, 0px -1px 2px #ccc;
}
.direction img:hover {
	border: solid 1px #F60;
}
.direction a {
	font-size: 13px;
	text-decoration: none;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear: both;
	background: #009393 url(images/img_triangle.jpg) repeat-x;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
	padding:20px 0px 20px 0px;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 300px;
	float: left;
	margin-left: 20px;
}
#footer .right-col{
	width: 240px;
	float: right;
	padding-right: 10px;
	padding-left: 20px;
	border-left: solid 1px #fff;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin-bottom: 5px;
	padding-top: 5px;
}
#footer .contact h5 {
	font-size: 1.2em;
	font-weight: normal;
}
#footer .contact p {
	font-size: 1em;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 110%;
}
.recent-comments li{
	padding: 0px 0px 10px 0px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 110%;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts li {
	margin-top: 15px;
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

/* page specific style*/
/*home*/
.featured_section {
	padding: 10px;
	background-color: #f5f5f5;
	overflow: hidden;
	box-shadow: 1px 0px 3px #eee, 0px 1px 3px #eee, -1px 0px 3px #eee, 0px -1px 3px #eee;
	margin: 15px 3px 15px 0px;
}
.verse {
	font-size: 18px;
	clear: right;
}
.book {
	float: right;
	margin-bottom: 10px;
}
.featured_image {
	float: left;
	margin-right: 15px
}
.sub_featured {
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
}
.sub_featured h4 {
	font-size: 15px;
	padding-top: 0px;
	color: #CC6600;
	border-top: none;
	margin: 10px 10px 5px 10px;
}
.sub_featured ul {
	margin: 0 10px 10px 10px;
}
.sub_featured li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #fff;
	line-height: 150%;
}
.sub_featured li:first-child {
	border-top: none;
	padding-top: 0px;
}
.sub_featured li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.sub_featured .latest_post {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
.column {
	margin: 0 0 0 10px;
	width: 210px;
	float: left;
	background: #f5f5f5;
	padding: 2px;
	border: solid 1px #f5f5f5;
}
.column:first-child {
	margin-left: 0px;
}
.column img {
	width: 210px;
}
.column p {
	font-size: 13px;
	color: #555555;
	margin-top: 10px;
}

.boxed{
  border: 1px solid gray;
}

