/*
Theme Name: Default Reach
Theme URI: http://reachingoutmag.com
Description: A child theme for the default WordPress theme -- for Reaching Out
Version: 1.0
Author: Mark Roth
Author URI: http://anabaptists.org
Tags: blue, custom header, fixed width, two columns, widgets
Template: default

*/

@import url('../default/style.css');


#page {
     background-color: white;
     border: 1px solid #959596;
     text-align: left;                 /* myup was 	justify */
     }

h2.pagetitle {
     font-size: 1.6em;
     color: red;                                /* myup = added this line */
     }

#sidebar h2 {
     font-family: 'Lucida Grande', Verdana, Sans-Serif;
     font-size: 1.2em;
     color: #993300;                              /* myup = added this line; dark brown */
     }

i.verse {						/* myup = added this section */
     font-weight: bold;
     font-style: normal;
     color: #993300;        /* dark brown */
     }

h3, h3 a, h3 a:visited {          /* myup = took these three out of the h2 set above */
     color: green;
     }

.entry p a:visited {
     color: #b85b5a;             /* myup had been red */
     }

.widercolumn {                                /* myup */
     padding: 10px 0 20px 0;
     margin: 5px 0 0 50px;                    /* 50px instead of 150px */
     width: 650px;
     }

h2 {
     margin: 30px 0 0;
     color: green;                            /* myup = line addition */
     }

#sidebar ul li {
     list-style-type: none;
     list-style-image: none;
     margin-bottom: 15px;
     margin-left: 0px;                   /* myup = added this and next two lines */
     padding-left: 10px;
     text-indent: -10px;
     }

.entry {                           /* added: September 30, 2012 */
  font-size: 1.4em;
  line-height: 1.6em;
  font-family: georgia, times new roman, serif;
  text-align: left;
}