/*
Theme Name: New Life
Theme URI: http://1newlife.us
Description: A Wordpress theme for New Life
Author: A Servant of Jesus
Author URI: http://1newlife.us
version: 2.0
*/

/* basics */

*{margin:0; padding:0;}

body {
	background: #802B55;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt; color:#339999;}
h2 {font-size: 14pt; margin-top:10px; color:#339999;}
h3 {font-size: 10pt; margin-top:10px; color:#339999;}
h4 {font-size: 9pt; color:#339999;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#339999;
	text-decoration:none;
	border: none;
	}

a:hover{color:#339999;text-decoration: underline; border: none;}



/* container */


#container {
	width: %;100
	margin: 0 auto;
	padding: 6px;
	background:#E9F8F8;
	color:#333333;
	border: 1px solid #339999;
}
	
/* header */

#header {
	background: #E9F8F8;
        width: 100%; 
	color: #339999; 
	height: 180px;
}

#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 120px 0 0 16px;	
}
	
#header h1 a{
        color: #339999;
        text-decoration: none;
}
#header h1 a:hover{
        color: #339999;
        text-decoration: underline;
}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #339999;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
}

/* Menu  */

#menubar {
          background: #E9F8F8;
          width: 100%;
          height: 25px;
          border-top: 1px solid #339999;
          border-bottom: 0px solid #339999;
}

#menu {
        float: left;
	background: #E9F8F8;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:60%; 
	height:25px;
}
#menu,
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#menu a {
	display: block;
	padding:6px 10px 7px 10px;
	color: #339999;
	width: auto;
}
#menu a:hover {
	background: #D9F2F2;
	color:#339999;
        text-decoration: underline
}
#menu li {
	float: left;
	display: block;
}
#menu li ul {
	position: absolute;
	background: #E9F8F8;
	width: auto;
	left: -999em;
	display: block;
}
#menu li ul a{
	width: auto;
}
#menu li ul ul {
	margin: -25px 0 0 155px;
	padding: 0;
}
#menu li ul ul a{
	width: auto;
}

#menu li:hover,
#menu li.hover {
    position: static;
}

#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}


/* content */


#content {
	float: left;
	width: 100%;
	overflow: hidden;
	}

.post {
	margin: 0 10px;
	padding:15px;
	line-height: 14pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #339999;
	}
	
.post h2 a{
	color: #339999;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #339999;
	text-decoration: underline;
	}
	
.post p{font-size: 8pt;}

.post a{text-decoration: none;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#E9F8F8;
	padding:6px;
	margin-top: 16px;
	}
	

.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}
	
	.alignleft {float:left; margin:25px;}
	.alignright {float:right; margin:25px;}

.notfound{padding: 25px; font-size: 14pt; font-weight: 300;}


#author, #email, #url, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	border: none; 
	padding: 6px;
	border: 1px solid #B2B2B2;
	}

#submit{margin:5px 5px 0 0;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}

	

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform {margin:0; padding: 2px; float: right;}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 0px;
	border:none;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
	border: 1px solid #B7B7B7;
	background-color: #E9F8F8;
	color: #000000;
	}


/* footer */

#footer {
	background: #E9F8F8;
	clear: both;
	width: 100%;
	margin-top:15px;
	border-top:solid 1px #339999;
        border-bottom:solid 1px #339999;
	font-family: verdana, arial, tahoma;
	font-size: 7pt;
	}
	
#footer p{padding:6px; margin: 0; color: #339999;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

