/*
Theme Name: LoveMoreLiveBetter01
Theme URI: http://www.lovemorelivebetter.com
Description: A lovemorelivebetter.com theme
Version: 1.0
Author: Jerrill S. Johnson
Author URI: http://www.jerrill.com
Tags: 
*/


img.wp-smiley {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;   
}

h3.bio {
       margin-top: 10px;
       margin-bottom: 30px;
       font-size: 1.6em;
}

div.bio img {
        float: left;
        margin: 0 10px 10px 0;
        }

div.inset p {
        margin: 0px 0 20px 0;
}

div.inset img {
        margin-right: 10px;
}

div.post img {
        padding:6px;
        border:1px solid #586;
        }

blockquote {
	margin: 15px 40px 0 40px;
	padding-left: 40px;
        padding-top: 10px;
	}

blockquote {
	font-size: 1.2em;
	}

blockquote {
        background: transparent url("/images/quotes/blockquote.gif") no-repeat 0 0;
	color: #444;
	}

blockquote cite {
	margin: 15px 0 10px 0;
	display: block;
        padding-left: 15px;
	}
blockquote cite {
        background: transparent url("/images/quotes/dash.gif") no-repeat 0 7px;
        color: #777;
	}





/**************** CSS INITIALIZATIONS ********************/

* {
	margin: 0;
	padding: 0;
	}

body, div, p, img, a {
	border: 0;
	}




/**************** PAGE LAYOUT ********************/

body {
        padding-bottom: 20px;
        }

div#container {
        position:relative; /* allows us to position contained divs using position:absolute */
        width: 960px;
        margin: 0 auto;
        }
        
div#banner {
        position: static; /* inline with any static divs that precede or follow */
        height: 200px;
        width: 960px;
        }        
        
div#header {
        position: absolute; /* removes the element from the layout */
        display: none; /* hides it */
        }

div#headermenu {
        position: absolute; /* removes the element from the layout */
        top: 154px; /* Places it exactly... */
        left: 204px; /* ... where I want it! */
        height: 46px;
        width: 900px;
        }                

/* NOTE: See below for menu item typeography */

div#headernewsletter {
        position: absolute; /* removes the element from the layout */
        top: 0; /* Places it exactly... */
        right: 0; /* ... where I want it! */                
        height: 45px;
        width: 960px;
        padding-top: 13px;
        }
        
div#narrowpage {
        position: static; /* inline with any static divs that precede or follow */
        width: 960px;
        }

div#widepage {
        position: static; /* inline with any static divs that precede or follow */
        width: 960px;
        } 

div#content {
        float: left;
        }        

.narrowcolumn {
	padding: 0 20px 20px 45px;
	width: 640px;
	}

.widecolumn {
	padding: 0 45px 20px 45px;
	width: 870px;
	}
 
div#sidebar {
        float: right;
        width: 220px;
        padding: 0 10px 10px 10px;
        }  

div#sidebar h2 {
        margin-top: 10px;
        padding:0 0 .2em 0;
        }

/* NOTE: See below for layout of individual search bar widgets */

div#clear {
        clear: both;
        }             
        
div#footer {
        position: relative; /* allows us to position contained divs using position:absolute */
        height: 40px;
        width: 960px;
        }               

div#footer div {
        padding-top: 13px;
        }

div#footer div.copyright {
        position: absolute; /* removes the element from the layout */
        top: 0; /* Places it exactly... */
        left: 0; /* ... where I want it! */   
        width: 330px;
        padding-left: 20px;
}        
        
div#footer div.links {
        position: absolute; /* removes the element from the layout */
        top: 0; /* Places it exactly... */
        right: 0; /* ... where I want it! */   
        width: 630px;
        padding-right: 20px;
}    

/* HEADER MENU ITEMS */

div#headermenu ul a {
  	display: block;
  	text-decoration: none;
  	padding: 13px 15px 13px 15px;
  }

div#headermenu ul ul a {
  	width: 125px;
  	padding: 7px 10px 7px 10px;
  }

div#headermenu ul li {
  	float: left;
  	position: relative;
  }

div#headermenu ul li ul {
  	display: none;
  	position: absolute;
  	left: 0;
  	top: 100%;
  	width: 125px;
  }

div#headermenu ul li:hover ul { 
  	display: block; 
  }

div#headermenu ul li:hover ul li ul { 
  	display: none; 
  	position: absolute;
  	left: 149px;
  	top: 3px;
  }

div#headermenu ul li ul li:hover ul {
  	display: block;
  }  

div#headermenu ul li ul li:hover ul li ul { 
  	display: none; 
  	position: absolute;
  	left: 149px;
  	top: 3px;
  }

div#headermenu ul li ul li ul li:hover ul {
  	display: block;
  }  

/* SIDEBAR WIDGET: SEARCH */

div#sidebar form#searchform {
	text-align: left;
        padding-top: 5px;
	}

div#sidebar form#searchform input#s {
	width: 210px;
	padding: 2px;
	}

div#sidebar input#searchsubmit {
	padding: 1px;
        margin: 3px 0 0 0;
	}

div#sidebar div#followus img {
	margin-top: 5px;
}

div#sidebar div#subscribe img {
	margin-top: 5px;
}

/* INSETS */

div.inset {
        margin: 30px auto 30px auto;
        padding: 20px 20px;
	}

div.inset h1 {
        margin: -20px -20px 20px -20px;
        padding: 10px;
        }

div.inset table {
        margin-left: auto;
        margin-right: auto;
}




/**************** TYPOGRAPHY ********************/

body {
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	}

div#headermenu {
	text-align: left;
  }	

div#headermenu ul {
	list-style: none;
  }

div#headermenu ul a {
  	text-decoration: none;
  }

div#headermenu ul li {
  	font-size: 15px;
  }

div#headermenu ul li li {
  	font-size: 10px;
  }

div#headermenu ul a:hover {
  	text-decoration: none;
  }

div#headernewsletter {
        text-align: right;
        }

div#narrowpage {
	text-align: left;
	}

div#widepage {
	text-align: left;
	}

div#content {
        padding-top: 20px;
}

div#content h2 {
	margin: 10px 0 0;
	}

div#content p {
	font-size: 1.2em;
        margin-top: 10px; /* spacing between paragraphs */
        }

div#ancestors ul li:before {
	content: "\00BB \0020";
	}

div#ancestors ul li {
        display: inline;
	list-style-type: none;
	list-style-image: none;
}

div#topics {
        padding-bottom: 30px;
        }

div#topics h3 {
        font-size: 1.6em;
        }

div#topics ul {
	list-style: none;
        }

div#topics ul {
	font-size: 1.4em;
        }

div#topics ul ul {
	font-size: 0.8em;
        }

div#topics ul li {
	padding: 20px 0 0 10px;
        }

div#topics ul ul li {
	padding: 10px 0 0 10px;
        }

div#topics ul ul ul li {
	padding: 5px 0 0 10px;
        }

div#topics li {
        padding-bottom: 5px;
        }

div.inset {
        font-size: 1.2em;
	}

div.inset h1 {
        text-align: left;
        font-size: 20px;
        }


div#podcastlist ol li {
        clear: both;
        position: relative;
        display: block;
        padding-top: 5px;
        margin-top: 20px;
}

div#podcastlist ol li span.rssLinkListItemTitle {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.3em;
}

div#podcastlist ol li span.rssLinkListItemTitle, 
div#podcastlist ol li span.rssLinkListItemTitle a, 
div#podcastlist ol li span.rssLinkListItemTitle a:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #333;
	}

div#podcastlist ol li span.rssLinkListItemTitle, 
div#podcastlist ol li span.rssLinkListItemTitle a, 
div#podcastlist ol li span.rssLinkListItemTitle a:hover, 
div#podcastlist ol li span.rssLinkListItemTitle a:visited {
	text-decoration: none;
	}

div#podcastlist ol li span.rssLinkListItemTitle a:hover {
	color: #06c;
	text-decoration: none;
	}

div#podcastlist ol li img {
        float: left;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-right: 5px;
        width: 100px;
}

div#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        }

div#sidebar h2 {
	font-size: 1.5em;
        border-bottom:1px dotted #456;
        line-height:1.5em;
	}

div#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

div#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

div#sidebar ul p {
	margin: 5px 0 8px;
	}

div#sidebar ul select {
	margin: 5px 0 8px;
	}

div#sidebar ul ul {
	margin: 5px 0 0 10px;
	}

div#sidebar ul ol {
	margin: 5px 0 0 10px;
	}

div#sidebar ul ul ul {
	margin: 0 0 0 10px;
	}

div#sidebar ul ol {
	margin: 0 0 0 10px;
	}

div#sidebar ul ol li {
	list-style: decimal outside;
	}

div#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
        padding-left: 1em;
	text-indent: -1em;
	}

div#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

div#footer {
	font-size: 1.3em;
        }

div#footer div.links a {
        margin-left: 3px;
        }

div#footer a:link {
	text-decoration: none;
	}

div#footer a:visited {
	text-decoration: none;
	}

div#footer a:hover {
	text-decoration: underline;
	}

div#footer div.copyright {
	text-align:left;
	}

div#footer div.links  {
	text-align:right;
	}



/***************** COLORS AND BACKGROUNDS *********************/

body {
	background: #112233;
	color: #333;
	}

div#banner {
        background: url('images/header.png') no-repeat;
        }

div#headermenu {
	border-left: 1px solid #34523E;	      
  }	

div#headermenu ul a {
  	color: #FFFFFF;
  	border-left: 1px solid #558666;
  	border-right: 1px solid #34523E;
  }

div#headermenu ul ul a {
  	background: #3B5D47;
        border-left: 3px solid #558666;
  }

div#headermenu ul a:hover {
  	background: #325373;
  }

div#headernewsletter {
        color: #FFFFFF;
        }

div#headernewsletter form input.button {
        color:#FFFFFF;
        background-color:#33503D;
        border:1px solid;
        border-color: #696 #363 #363 #696;
        }

div#narrowpage {
        background-image: url('images/sidebar.png');
        background-repeat: repeat-y;
        background-position: top right;
	background-color: white;
	}

div#widepage {
	background-color: white;
	}

div#ancestors a:link {
	color: #999;
	}

div#ancestors a:visited {
	color: #999;
	}

div#ancestors a:hover {
	color: #999;
	}

div.inset {
	background-color: #EEEEEE; /*#A5D1FF*/
	}

div.inset h1 {
	background-color: #33503D;
	}

div#sidebar {
        background: #234;
        color:#abc;
        }  

div#sidebar h2 {
        color:#abc;
	}

div#sidebar input#searchsubmit {
        color:#FFFFFF;
        background-color:#33503D;
        border:1px solid;
        border-color: #696 #363 #363 #696;
        }

div#sidebar ul ul li {
	color: #777;
	}

div#sidebar ul ol li {
	color: #777;
	}

div#footer {
	background: #335577;
	color: #FFFFFF;
	}

div#footer a:link {
	color: #FFFFFF;
	}

div#footer a:visited {
	color: #FFFFFF;
	}

div#footer a:hover {
	color: #FFFFFF;
	}

div#sidebar a:link {
	color: #FFFFFF;
	}

div#sidebar a:visited {
	color: #FFFFFF;
	}

div#sidebar a:hover {
	color: #FFFFFF;
	}















/***************** WORDPRESS LEFTOVERS *********************/


/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.depth-1 {
        border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 2em;
	}

h2.pagetitle {
	font-size: 2em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

small, .nocomments, .postmetadata, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#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 */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.postsubtitle {
	padding: 0;
	margin: 3px 0 3px 0;

}

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 {
	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;
	}

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */


.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* 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: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

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;
}

.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 */
