/* 
	Theme Name: Church WordPress Theme
	Theme URL: http://www.studiopress.com/themes/church
	Description: Church is a 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 3.0
	Tags: three columns, fixed width, white, gray, black, red, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v3.0 - 1.31.09
		Second release of Church, to ensure compatibility with WordPress 2.7
		Third release of Church, recoding theme options page
*/

body {
	background: #FFFFFF; /*RM: changed bg color to white, removed image*/
	width: 980px;
	color: #333333;
	font-size: 14px; /*RM: increased size  */
	font-family: Georgia, Times New Roman; /*RM: changed font from Arial */
	margin: 0px auto 0px;
	padding: 0px;
border: 1px #CC0000;
	}
	
#wrap {
	background: #FFFFFF; /*RM: changed wrap color to white */
	width: 960px;
	margin: 10px auto 10px;
	padding: 0px;
	position: relative;
	border: 0px 10px 10px 10px  solid #FFFFFF; /*RM: changed wrap border width, changed color to white */
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #A91B33;
	text-decoration: none;
	}
	
a:hover {
	color: #A91B33;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #111111 url(images/topnav.png);
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	text-decoration: underline;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF; /*RM: updated header */
	width: 960px;
	height: 100px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

#header h1 {  
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px 20px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header h3 {
	color: #A91B33;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
.headerleft {
	width: 460px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 488px;
	float: right;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {  /*RM: changed navbar */
	background: #FFFFFF; 
	width: 960px;
	height: 25px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#navbarleft {
	width: 680px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#navbarright {
	width: 280px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {   /*RM: updated navbar text */
	color: #333333;
	display: block;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 9px 15px 8px 25px;  /*RM: updated navbar padding */ 
	}

#nav li a:hover, #nav li a:active { /*RM: updated navbar text */
	background: #FFFFFF;
	color: #A91B33;
	margin: 0px;
	padding: 9px 15px 8px 25px; /*RM: updated navbar padding */
	text-decoration: underline;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited { /*RM: updated navbar text */
	background: #FFFFFF;
	width: 150px;
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {/*RM: updated navbar text */
	background: #FFFFFF;
	color: #333333;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}


#nav .current_page_item a:link, 
#nav .current_page_item a:visited, 
#nav .current_page_item a:active    
	{                        /*RM: added to distinguish the link of current page */
	color: #A91B33;
	text-decoration: underline;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	background: #FFFFFF;
	border-bottom: 2px solid #99aacc;
	width: 960px;
	height: 30px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#subnav li {
	float: left; 
	list-style: none;
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 5px 0px 0px;
	padding: 6px 15px 6px 15px;  
	}	
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #333333;
	}

#subnav li a:hover, #subnav li a:active {
	background: #FFFFFF;
	color: #A91B33;
	text-decoration: underline;
	}

#subnav li li {
	background: #FFFFFF;
	width: 150px;
	float: none;
	margin: 0px;
	padding: 6px 15px 6px 0px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}

#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	color: #333333;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #FFFFFF;
	color: #A91B33;
	text-decoration: underline;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	/* margin: 15px 0px 0px -40px; RM:  moved this to header.php for IE  */
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 150px;
	}
	
#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 171px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover1 { 
	position: static;
	}

	
/************************************************
*	Homepage 		    	                    * 
************************************************/
	
#homepage {
	float: left;
	width: 520px; /*RM: changed width from 610 */
	margin: 0px;
	padding: 0px;
	}

#homepage_categories { /*RM: added */
	float: left;
	width: 940px; 
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 520px; /*RM: changed width from 610 */
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagetop p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.featuredtop {
	float: left;
	margin: 0px;
	padding: 10px;
	display: inline;
	}
	
.featuredtop img {
	border: none;
	margin: 0px;
	}
	
#homepagebottom {  /*RM: this is for Recent Posts */
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 520px; /*RM: changed width from 610 */
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagebottom p {
	font-size: 14px;  /*RM: changed from 12 */
	margin: 0px;
	padding: 0px 0px 0px 135px;  /*RM: made left margin flush to 125 thumbnail  */
	}
	
#homepagebottom recenttitle {  /*RM: added to format recent post titles on front page */
	font-size: 14px; 
	margin: 0px;
	font-weight: bold;
	}

.hpbottom {
	float: left;
	width: 500px; /*RM: changed width from 590 */
	margin: 0px;
	padding: 10px;
	display: inline;
	}
	
.hpbottom img {
	border: none;
	margin: 0px;
	}
	
#homepageleft {
	float: left;
	width: 220px; /*RM: changed width from 300 */
	font-size: 13px;  /*RM: changed */
	margin: 0px;
	padding: 0px;
	}

#homepageright {
	float: left;
	width: 220px; /*RM: changed width from 300 */
	font-size: 13px;  /*RM: changed */
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

#homepagethird {
	float: left;
	width: 220px; /*RM: changed width from 300 */
	font-size: 13px;  /*RM: changed */
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}


#homepagelifestream {  /*RM: added */
	float: left;
	width: 220px; 
	font-size: 13px; 
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

#homepagelifestream p {  /*RM: added */
	margin: 0px 0px 10px 0px; 
	border-bottom:1px dotted #94B1DF; 
	padding:0px 0px 10px 0px; 
	}

#homepagelifestream h2 {  /*RM: so the links graphic won't be underlined */
	text-decoration: none;
	}

.hpfeatured { /* RM: within the homepage left & right  */
	background: #FFFFFF url(images/featuredtop.gif) top no-repeat;
	float: left;
	width: 200px; /*RM: changed width from 280 */
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}
	
.hpfeatured img {
	border: none;
	margin: 0px;
	}
	

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 0px 0px 0px; 
	line-height: 20px; /*RM: changed line height */
	}
	
#content h1 {  /*RM: used for post titles */
	color: #000066;  /*RM: dark blue */
	font-size: 24px;
	line-height: 28px; 
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content h1 a, #content h1 a:visited  {
	color: #000066;  /*RM: dark blue */
	font-size: 24px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 0px;
	}

#content h1 a:hover {
	color: #A91B33;
	text-decoration: none;
	}
	
#content h2, #content h2 a, #content h2 a:visited  {  /*RM: front page features & category titles */
	color: #000066;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}

#content h2 a:hover {
	color: #A91B33;
	}

#homepagelifestream h2 {  /*RM: so the links graphic won't be underlined */
	text-decoration: none;
	}

#content h3 {  /*RM: used for comments section heading */
	color: #A91B33;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content h4 {  /*RM: used for subheadings in posts */
	color: #A91B33;
	font-size: 18px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	width: 510px; /*RM: changed width from 600 */
	margin: 0px;
	padding: 0px;
	}
	
#contentleft a img {
	border: none;
	}

blockquote {
	background: #FFFFFF;   /*RM: changed from E8E8E8 */
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border: none;   /*RM: removed border */
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 500px; /*RM: changed width from 590 */
	margin: 0px 0px 10px 0px; 
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 8px 0px;  /*RM: added spacing between list items */
	}
	
.postarea ul ul {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumb {display: none;
/*RM: removed breadcrumb navigation
	float: left;
	width: 500px; /*RM: changed width from 590 */
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
*/
	}
	
#contentwide {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postareawide {
	background: #FFFFFF url(images/fullwidthtop.gif) top no-repeat;
	float: left;
	width: 920px;
	margin: 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
.postareawide p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul li {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postareawide ul ul {
	list-style-type: disc; /*RM: changed to round bullets */
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postareawide ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumbwide {display: none;
/*RM: removed breadcrumb navigation
	float: left;
	width: 920px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
*/
	}
	
.date {
	color: #666666; /*RM: lighter color for dateline */
	font-size: 12px; /*RM: smaller size for dateline */
	width: 500px; /*RM: changed width from 590 */	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.dateleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.dateright {
	width: 110px; /*RM: changed width from 200 */
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.time { background: #FFFFFF;
/*RM: removed icon and padding next to date 
	 url(images/icon_time.gif) no-repeat top left;
*/
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	}
	
.icomment {
	background: #FFFFFF url(images/comment_icon.jpg) no-repeat top left;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}

.linktoblog {   /*RM: for the link from the front page to the blog page  */
	background: #FFFFFF;
	margin: 0px; 
	padding: 0px 0px 10px 10px;
	}
	
.tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	background: #FFFFFF url(images/icon_category.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.postmeta {
	width: 500px; /*RM: changed width from 590 */
	font-size: 12px;
	font-weight: bold; /*RM: added bold */
	padding: 10px 0px 20px 0px;   /*RM: increased top and bottom spaces for Comments Count*/
	margin: 0px;
	border-bottom: double #DDDDDD;  /*RM: moved border to bottom and made it darker*/
	}
	
.postmeta2 {
	width: 500px; /*RM: changed width from 590 */
	font-size: 12px;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: double #EAEAEA;
	}
	
.postmeta3 {   /*RM: for comment count of recent entries on front page  */
	width: 500px; /*RM: changed width from 590 */
	font-size: 12px;
	font-weight: normal; 
	padding: 10px 0px 20px 0px;  
	margin: 0px;
	}

.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.postwidget {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 500px; /*RM: changed width from 590 */
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
.postwidget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.postwidget li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.comments {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 500px; /*RM: changed width from 590 */
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}

/*RM:  Created a photocredit style,
   for example: <span class="caption alignleft">[insert photo] <br> then caption text</span><br> */
.caption { 
	font-size: 10px; 
	font-weight: normal; 
	font-style: italic; 
	line-height: 120%; 
	border:none 
	margin: 0 0 4px 0; 
	padding: 0px; 
	}

/*RM:  Created a yellow text box for notes, 
   for example: <div class="note">write text</div> */
.note { 
	background-color: #ffffaa;
	border: 1px dotted #ffff00; 
	color: #222222; 
	padding: 10px 18px 10px 18px; 
	font-weight: normal; 
	font-style: normal;
	}

/*RM:  Created a blue text box for notes, 
   for example: <div class="bluenote">write text</div> */
.bluenote { 
	background-color: #ccffee; 
	border: 1px dotted #ccbbff; 
	color: #222222;
	padding: 10px 18px 10px 18px; 
	font-weight: normal; 
	font-style: normal;
	}

/*RM:  Created a bordered text box for notes, 
   for example: <div class="bordernote">write text</div> */
.bordernote { 
	background-color: #ffffff; 
	border: 2px dotted #ccbbff; 
	color: #222222;
	padding: 10px 18px 10px 18px; 
	font-weight: normal; 
	font-style: normal;
	}

/*RM:  Added insert text format */
.insertright { 
	 color: #000066;
	 font-size: 20px; 
	 line-height: 26px;
	 margin: 0 0 20px 30px; 
	 width: 220px; 
	 float: right; }

.insertleft { 
	 color: #000066;
	 font-size: 20px; 
	 line-height: 26px;
	 margin: 0 30px 20px 0; 
	 width: 220px; 
	 float: left; }


	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 410px; /*RM: changed width from 320 */
	margin: 0px; 
	padding: 0px;
	display: inline;
	}
	
#sidebar .widget {
	background: none;
	float: left;
	width: 390px; /*RM: changed width from 300 */
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 9px 18px;  /*RM: shifted contents to right */
	border: 1px solid #DDDDDD; 
	border-left: none;  /*RM: remove left border on daily tip and ads */
	}
	
#sidebar h2 {  /*RM: reformatted heading for daily tip*/
	/*background: #FFFFFF url(images/DailyTip.jpg) top no-repeat; */
	/*background: #FFFFFF url(images/NoSpendUpdates.jpg) top no-repeat; */
	/*background: #FFFFFF url(images/HomefortheHolidays.jpg) top no-repeat; */
	background: #FFFFFF url(images/Welcome.jpg) top no-repeat; 
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 6px 2px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px 0px 15px 0px; /*RM: changed left margin from 45 to 0 for daily tip */
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 390px; /*RM: changed width from 300 */
	height: 250px;
	margin: 0px; 
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 20px; 
	margin: 0px;
	}
	
#sidebar ul li ul li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 0px; /*RM: changed left margin from 20 to 0 for daily tip */
	margin: 0px;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 200px; /*RM: changed width from 170 */
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#l_sidebar .widget{
	background: #FFFFFF; /*RM: removed -- url(images/leftsidebartop.gif) top no-repeat; */
	float: right;
	width: 180px; /*RM: changed width from 150 */
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border-top: none;  /*1px solid #DDDDDD; */ /*RM: border only on the top */
	border-left: none;  
	border-right: none;  
	border-bottom: none;  
	display: inline;
	}

#l_sidebar h2 { /*RM: added to separate from top sidebar */
	background: #FFFFFF; 
	color: #000066;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 7px;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

#l_sidebar .aligncenter {  /*RM: added this to be able to center in the sidebar */
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 200px; /*RM: changed width from 140 */
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#r_sidebar .widget{
	background: #FFFFFF; /*RM: removed -- url(images/rightsidebartop.gif) top no-repeat; */
	float: right;
	width: 180px; /*RM: changed width from 120 */
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border-top: none;
	border-left: none;  
	border-right: 1px solid #DDDDDD;  /*RM: border only on the right */
	border-bottom: none;  
	display: inline;
	}
	
#r_sidebar h2 { /*RM: added to separate from top sidebar */
	background: #FFFFFF; 
	color: #000066;
	font-size: 22px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	text-decoration: underline;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 7px;
	}

#r_sidebar p {
	padding: 0px 0px 10px 20px;
	margin: 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {/*RM: removed icon from sidebar lists
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
*/
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {/* changed footer bg color and removed image, changed height */
	background: #99aacc;
	width: 960px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 12px;  /*RM: changed font size */
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footerleft {
	width: 700px;
	height: 60px;
	float: left;
	margin: 0px;
	padding: 0px;
	}

#footernav {
	margin: 0px;
	padding: 0px;
	}
	
#footernav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#footernav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#footernav li a, #footernav li a:link, #footernav li a:visited {   
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-transform: none;
	margin: 0px;
	padding: 9px 15px 8px 25px;  /*RM: updated navbar padding */
	}

#footernav li a:hover, #footernav li a:active { 
	color: #333333;
	margin: 0px;
	padding: 9px 15px 8px 25px; /*RM: updated navbar padding */
	text-decoration: none;
	}

	
/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox {  /*RM: reformatted */
	background: #EEEEEE !important;
	width: 180px;
	color: #202020;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 1px 0px 2px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#searchbutton {  /*RM: reformatted */
	background: #FFFFFF;
	color: #000066;  
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	font-weight: normal;
	border: 1px solid #999999;
	padding:0 .25em 0 .25em;  /*RM: added for IE to reduce button bulk */
	width:auto;               /*RM: added for IE to reduce button bulk */
	overflow:visible;         /*RM: added for IE to reduce button bulk */
	}
	
#subscribe {  /*RM: reformatted */
	background: #FFFFFF;
	float: left;
	width: 180px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#subbox {
	background: #EEEEEE !important;
	width: 120px; /*RM: shortened subscribe entry box */
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 3px;
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton { /*RM: reformatted the email subscribe button */
	background: #FFFFFF;
	color: #000066;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	border: 1px solid #999999;
	margin: 0px 0px 0px 3px;
	padding:0 .25em 0 .25em;  /*RM: added for IE to reduce button bulk */
	width:auto;               /*RM: added for IE to reduce button bulk */
	overflow:visible;         /*RM: added for IE to reduce button bulk */
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}
	
#submit {  /*RM: reformatted submit comment button  */
	background: #FFFFFF;
	color: #A91B33;  
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	}
	
#comment {
	background: #EEEEEE;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	}


/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 14px; /*RM: increased size */
	}

.commentlist li {
	font-weight: normal; /*RM: not bold */
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite {   /*RM: changed format for the commenter's name */
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #A91B33;
	}

.commentlist cite a, .commentlist cite a:hover {   /*RM: added this part for linked commenter's name*/
	border-bottom-style: dotted;
	border-width: thin;
	text-decoration: none;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	color: #666666; /*RM: lighter color for dateline */
	margin: 0px;
	display: block;
	}

.commentmetadata a {
	font-weight: normal;
	font-size: 10px;
	color: #666666; /*RM: lighter color for dateline */
	margin: 0px;
	display: block;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #FFFFFF; /*RM changed alternating comments background back to white from EEEEEE */
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #999999;  /*RM: darkened line between comments */
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	}

.depth-3, .depth-5 {
	border: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB; 
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	}

.depth-2, .depth-4 {
	border: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;  
	margin: 0px;
	padding: 0px;
	background: #EEEEEE; /*RM: alternating replies to comments change background */
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.says   {
	display: none;  /*RM: Removed "says:" from comments */
	}

.comment-reply-link   {
	font-size: 12px;  /*RM: format for "reply to this comment" */
	}

li.bypostauthor {  /*RM: added to make my admin / author comments distinct*/
	border-top: 2px dotted #A91B33;
	border-bottom: 2px dotted #A91B33;
	}