/* Begin Typography & Colors */

#page {
	text-align: left;
}


#headerimg 	{
	margin: 7px 9px 0;
	height: 95px;
	padding-top: 10px;
}

/*added by me*/
#page #header
{
	text-align: center;
} 
.description
{
	margin: 10px 20px 10px 20px;
}
/*end added by me*/

.alt {
	/*background-color: #f8f8f8;
	*/
	background-color: #0D0D0D;
	border-top: 1px solid #343339;
	border-bottom: 1px solid #343339;
	}

/*small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
*/
/*
.entry p a:visited {
	color: #006699;
	}
*/
#commentform textarea, #commentform input, #searchform input
{
background:#0D0D0D;
color:#ccc;
border:1px solid #37363C;
}
 
 #commentform textarea:focus, #commentform input[type="text"]:focus, #searchform input[type="text"]:focus {
	background: #1A1A1A;
	border:1px solid #003366;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #000;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	width:860px;
	padding:0px;
	margin-left: auto; 
  margin-right: auto;

	}

#headerimg {
	margin: 0;
	width: 100%;
	}


.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	/* margin-bottom: 15px; */
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	/*background-color:#CCCCCC;*/
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #ccc; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/* border-left: 5px solid #ddd; */
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* CSS addons and fixes 
--------------------------------------------*/

li.widget
{
	background:transparent url(images/db_first_bg_small.jpg) no-repeat scroll left top;
margin:20px 0pt 10px;
padding-left:20px;
padding-top:10px;
position:relative;
text-align:justify;
min-height:85px;
}

.time_link
{
	background: url('icons/clock.gif') no-repeat scroll left top;
	padding-left:20px;
}

.comment_link
{
	background: url('icons/action_im.gif') no-repeat scroll left top;
	padding-left:20px;
}
.post span.comment_link a, .post span.comment_link a:hover
{
	text-decoration:none;
}
.edit_link
{
	background: url('icons/edit.gif') no-repeat scroll left bottom;
	padding-left:20px;
	min-width:0px;

}

.post span 
{	margin:0px;
}
.post span a
{	color:#929280;
text-decoration:underline;
}

.post span a:hover
{
	text-decoration:underline;
}

.comment_edit 
{
	float:right;
	margin:0px;
}
.post h2
{
	margin-bottom:10px;
}

#commentform #submit:hover, #searchform #searchsubmit:hover
{
	background:#272727;
	cursor:pointer;
}


/*
-----------------------------------------------
Blogger Template Style
Name:     Minima Black
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     26 Feb 2004
  Updated by: Blogger Team
----------------------------------------------- */

body {
	background:#000000;
	margin:0;
	color:#cccccc;
	font: x-small "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size/* */:/**/small;
	font-size: /**/small;
	text-align: center;
}
a:link {
	color:#99aadd;
	text-decoration:none;
}
a:visited {
	color:#aa77aa;
	text-decoration:none;
}
a:hover {
	color:#f8ffd8;
	text-decoration:underline;
}
a img {
	border-width:0;
}

/* Header
-----------------------------------------------
 */

#header-wrapper {
	width:860px;
	margin:0 auto 10px;
	border:1px solid #333333;
}

#header { 
	margin: 5px;
	border: 1px solid #333333;
	text-align: center;
	color:#cccccc;
}

#header h1 {
	margin:5px 5px 0;
	padding:15px 20px .25em;
	line-height:1.2em;
	text-transform:uppercase;
	letter-spacing:.2em;
	font: normal bold 200% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

#header a {
	color:#cccccc;
	text-decoration:none;
}

#header a:hover {
	color:#cccccc;
 }

#header .description {
	margin:0 5px 5px;
	padding:0 20px 15px;
	max-width:900px;
	text-transform:uppercase;
	letter-spacing:.2em;
	line-height: 1.4em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Verdana, Sans-serif;
	color: #777777;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
	width: 860px;
	margin:0 auto;
	padding:10px;
	text-align:left;
	font: normal normal 100% 'Trebuchet MS',Trebuchet,Verdana,Sans-serif;
}

#main-wrapper {
	width: 610px;
	float: right;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
	width: 220px;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}


/* Headings
----------------------------------------------- */

h2 {
	margin:1.5em 0 .75em;
	font:normal bold 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color:#777777;
}


/* Posts
-----------------------------------------------
 */
h2.date-header {
	margin:1.5em 0 .5em;
}

.post {
	margin:.5em 0 1.5em;
	border-bottom:1px dotted #333333;
	padding-bottom:1.5em;
}
.post h3 {
	margin:.25em 0 0;
	padding:0 0 4px;
	font-size:140%;
	font-weight:normal;
	line-height:1.4em;
	color:#f8ffd8;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
	display:block;
	text-decoration:none;
	color:#f8ffd8;
	font-weight:bold;
}

.post h3 strong, .post h3 a:hover {
	color:#cccccc;
}

.post p, .post div {
	margin:0 0 .75em;
	line-height:1.6em;
}

.post p{
	text-indent: 1.6em;
	text-align:justify;
}

.post-footer {
	margin: .75em 0;
	color:#777777;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	line-height: 1.4em;
}

.comment-link {
	margin-left:.6em;
}
.post img {
	padding: 2px 4px 2px 4px;
	border: none;/*1px solid #333333;*/
}
.post blockquote {
	margin:1em 20px;
	text-indent: 0;
}

.post blockquote p {
	margin:.75em 0;
	text-indent: 0;
}
  
.wp-smiley{
	position:relative;
	top:3px;
}

.post .noindent{
	text-indent: 0;
}

.post .indent{
	text-indent: 1.6em;
}

.post .cite{
	margin-left: 1cm;
	text-indent: 0;
}

.post .bibleq{
	font-style:italic;
	margin-left: 2cm;
	text-indent: -1cm;
}

.post .bibleinl{
	font-style:italic;
}

.post .chorus1{
	margin-left: 1.5cm;
  text-indent: 0;
}

.post .chorus2{
	margin-left: 2.5cm;
	text-indent: 0;
}

.post .author{
	margin-left: 5.5cm;
	font-style:italic;
	font-weight: bold;
	text-indent: 0;
}

.post .postscriptum{
	margin-top: 3.0em;
	margin-left: 3.6em;
	text-indent: -2.0em;
}



/* Comments
----------------------------------------------- */
#comments h4 {
	margin:1em 0;
	font-weight: bold;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.2em;
	color: #777777;
}

#comments-block {
	margin:1em 0 1.5em;
	line-height:1.6em;
}
#comments-block .comment-author {
	margin:.5em 0;
}
#comments-block .comment-body {
	margin:.25em 0 0;
}
#comments-block .comment-footer {
	margin:-.25em 0 2em;
	line-height: 1.4em;
	text-transform:uppercase;
	letter-spacing:.1em;
}
#comments-block .comment-body p {
	margin:0 0 .75em;
}
.deleted-comment {
	font-style:italic;
	color:gray;
}

.feed-links {
	clear: both;
	line-height: 2.5em;
}

.blog-pager-newer-link {
	float: right;
	margin-right:1.6em;
}
 
.blog-pager-older-link {
	float: left;
	margin-left:1.6em;
}
 
.blog-pager {   
	text-align: center; 
}

.blog-pager a, .blog-pager a:visited, .blog-pager a:active, .blog-pager a:hover{
	color:#929280;
}
/* Sidebar Content
----------------------------------------------- */
.sidebar { 
	color: #999999;
	line-height: 1.5em;
}

.sidebar ul {
	list-style:none;
	margin:0 0 0;
	padding:0 0 0;
}
.sidebar li {
	margin:0;
	padding:0 0 .25em 15px;
	/*text-indent: -15px;*/
	line-height:1.5em;
}

.sidebar li .textwidget {
	margin-left:10px;
}
.sidebar li h2 {
	padding-top: 5px;
	margin-left: 15px;
}

.sidebar li select {
	margin-left: 15px;
}

.sidebar .widget, .main .widget { 
	border-bottom:1px dotted #333333;
	margin:0 0 1.5em;
	padding:0 0 1.5em;
}

.main .Blog { 
	border-bottom-width: 0;
}

/* Profile 
----------------------------------------------- */
.profile-img { 
	float: left;
	margin: 0 5px 5px 0;
	padding: 4px;
	border: 1px solid #333333;
}

.profile-data {
	margin:0;
	text-transform:uppercase;
	letter-spacing:.1em;
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	color: #777777;
	font-weight: bold;
	line-height: 1.6em;
}

.profile-datablock { 
	margin:.5em 0 .5em;
}

.profile-textblock { 
	margin: 0.5em 0;
	line-height: 1.6em;
}

.profile-link { 
	font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer {
	width:860px;
	clear:both;
	margin:0 auto;
	padding-top:15px;
	line-height: 1.6em;
	text-transform:uppercase;
	letter-spacing:.1em;
	text-align: center;
}

/** Page structure tweaks for layout editor wireframe */
body#layout #header { 
	margin-left: 0px;
	margin-right: 0px;
}
#footer p {
	font-size: 78%;
}