/*  
Theme Name: New Life Ministries International, Inc Theme
Theme URI: http://www.matrich.net/wp-content/allen/
Author: Richard Matovu
Author URI: http://www.matrich.net/
Author Email: rkmatrich@yahoo.com

This Theme, CSS, XHTML and design is copyright of Matovu Richard: http://www.matrich.net/

*/


/* -------------------[ Main Page Elements ]------------------- */

body {
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
/*	background-color: #EDECE8; */
	}

#blogtop {
	background: url(images/topbg.jpg) top repeat-x #547797;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	height: 117px;
	}

#blogtitle {
	width: 760px;
	height: 116px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/logo.jpg) left no-repeat;
	}

#blogmenubk {
	clear: both;
	width: 100%;
	background: #604F3F;
	height: 32px;
	}
	
#blogmenu {
	width: 775px;
	margin: 0px auto;
	padding: 0px;
	}

/* -------------------[ Top Navigation Bar ]------------------- */

    #menu {
	  margin: 0px auto;
      float: none;
      font-size: 11px;
      }
	  
    #menu ul {
          margin: 0px auto;
          padding: 10px 10px 0px 50px;
          list-style: none;
      }
	  
    #menu li {
      display: inline;
      margin: 0px;
      padding: 0px;
      }
	  
    #menu a {
      float: left;
      background: url("images/tableft.gif") no-repeat left top;
      margin: 0px;
      padding: 0px 0px 0px 4px;
      text-decoration: none;
      }
	  
    #menu a span {
      float: left;
      display: block;
      background: url("images/tabright.gif") no-repeat right top;
      padding: 5px 15px 4px 6px;
      color:#FFF;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/

    #menu a span {
		float:none;
		}

    #menu a:hover span {
      color:#FFF;
      }

    #menu a:hover {
      background-position:0% -42px;
      }

    #menu a:hover span {
      background-position:100% -42px;
      }

      #menu #current a {
              background-position:0% -42px;
      }
      #menu #current a span {
              background-position: 100% -42px;
      }

/*----------- [ Main frame ] --------------- */

#websize {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url(images/midbk.jpg) left top repeat-x;
	}

#container {
	width: 775px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/bk.jpg) left top no-repeat;
	}

#content {
        width: 520px;
        float: left;
        margin: 0px;
        padding: 15px 5px 0px 5px;
	}

#sidebar {
        font-size: 11px;
        width: 210px;
        float: left;
		margin: 20px 3px 10px 3px;
		padding: 5px auto;
	    background: url(images/sidebg.jpg) repeat-y center;
	}

		
#footer {
        clear: both;
        width: 679px;
        margin: 0px auto;
        padding: 10px 0px 0px 0px;
        text-align: center;
        font-size: 11px;
        }
		
#footer a, a:hover {
		color: #547797;
	}

/* -------------------[ Headings ]------------------- */

h1, h2, h3 {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #111;
	width: 98%; 
	}


h2 {
	font-size: 16px;
	}

h3 {
	font-size: 13px;
	}

#sidebar h2 {
	font-size: 12px;
	margin: 0px 0px 5px 2px;
	}

.comments h2 {
	font-size: 1.6em;
	border-top: 4px solid #111;
	padding: 5px 0;
	margin: 0;
	}

.pagetitle {
	font-size: 2em;
	border-top: 4px solid #111;
	padding: 5px 0px;
	border-bottom: 2px solid #cc0000;
	margin: 0 0 0px 0;
	}

/* -------------------[ Links ]------------------- */

a, a:link {
	color: #ff0000;
	text-decoration: none;
	}

a:hover {
	color: #547797;
	}
	
a:visited {
	color: #6D440E;
	}       
	
/* -------------------[ Images ]------------------- */

.entry img {
        float: right;
        margin: 0 0 8px 10px;
        background: #fff;
        padding: 1px;
        }
	
img.centered {
	display: inline;
	margin: 5px auto;
	float: none;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 5px 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 5px 7px 2px 5px;
	display: inline;
	}



/* -------------------[ Lists ]------------------- 

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which 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 0 10px 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: 0px 7px 0px 7px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	padding: 10px;
/*	background: #eee url(images/sideboxbg.gif) top left repeat-x;
	border: 1px solid #ddd;
	*/
	}

#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 0px 0px;
	padding: 0px;
	background: transparent;
	border: none;
	}

#sidebartop {
	width: 100%;
    background: url(images/topsidebg.jpg) no-repeat center top;
	height: 28px;
	}
	
#sidebarcontent {
	text-align: justify;
	}

#sidemenu {
		padding: 5px 13px 3px 10px;
	}

#news {
	font-size: 10px;
	padding: 5px 13px 3px 10px;
	}

#news h3 {
	font-size: 11px;
	}
	
#sidebarbottom {
	width:100%;
    background: url(images/bottomsidebg.jpg) no-repeat center top;
	height: 28px;
	}


/* -------------------[ Form Elements ]------------------- */

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea {
        width: 448px;
        padding: 0px; 
	}

#commentform #submit {
	margin: 0 0 20px 0;
	float: left;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
        margin: 5px 0;
	}


/* -------------------[ Comments ]------------------- */

.comments {
	font-size: 11px;
    }

.commentlist ul, .commentlist ul ol {
        margin: 0;
        padding: 0px;
        }

.commentlist li {
	display: block;
	font-size: 11px;
	list-style: none;
	margin: 0 0 25px -40px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}

.commentlist li.alt {
        background-color: #f5f5f5;
        }

.blocks {
	background: #f5f5f5;
	border: 1px solid #000000;
	width: 200px;
	float: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 5px;
	}

.content {
	padding: 20px 0px 10px 25px;
	text-align: justify;
	width: 520px;
	float: left;
	}

.commentlist p {
	margin: 15px 0px 0px 0px;
	}

.comments h3 {
	margin: 40px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 3px 0px;
	}

.commentmetadata {
	margin: 0px;
	padding: 0px;
	}

.nocomments {
		background: url(images/commentsforthispost.jpg) no-repeat;
		height: 69px;
		padding: 20px 0px 0px 25px;
		font-size: 20px;
		font-weight: bold;
	}

.leavecomments {
		background: url(images/sayitout.jpg) no-repeat;
		height: 69px;
	}

/* -------------------[ Misc Tags and Classes ]------------------- */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dotted #999;
	}

* html acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px;
	padding-left: 10px;
	border-left: 5px solid #ddd;
    color: #666;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 10px;
	}

.navigation .alignright1 {
	float: right;
	margin: 0px 0px 10px 0px;
	}
	
.navigation .alignleft1 {
	float: left;
	margin: 0px 0px 10px 0px;
	}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	} 

.postmetadata {
	font-size: 11px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 15px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	}

.entry {
	padding: 10px 0px 0px 0px;
	text-align: justify;
	margin: 0px;
	}

.author {
        float: left;
		height: 44px;
        border: 1px solid #ddd;
        background: #eee url(images/authorbg.jpg) top left repeat-x;
        padding: 3px 7px;
        color: #666;
        font-size: 10px;
        text-align: center;
        margin: 10px 10px 10px 0px;
        }

.postinfo {
	margin: 0px;
	padding: 5px 0px 5px 20px;
	font-size: 23px;
	height: 50px;
	background: url(images/comments.jpg) top left no-repeat;
	}
	
.postinfono {
	float: left;
	padding: 0px 0px 0px 0px;
	clear: left;
	font-weight:bold;
	width: 30px;
	}
	
.postinfono a {
	color: #000099;
	}
	
.postinfono a:hover {
	color: #000000;
	}
	
.postinfocat {
	float: left;
	font-size: 18px;
	padding: 7px 0px 0px 140px;
	font-style: italic;
	}

.postinfo2 {    
    clear: both;
	font-size: 11px;
	text-align: right;
	padding: 0px 30px 0px 0px;
/*    border-top: 1px solid #cc0000; */
	}

.post {
	margin: 5px 0px 30px 5px;
	padding: 0px;
	}

.description {
        color: #fff;
        text-align: center;
        padding: 0 50px;
        }

.date {
        text-align: center;
        font-size: 12px;
        font-weight: bold; 
		padding: 0px 0px 5px 0px;
        }

.search {
        float: right;
        margin: 0;
        padding: 0;
        }

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
