/*
Theme Name: forp
Theme URI: http://focusingorientedrelationalpsychotherapy.com
Description: Theme (child) for focusingorientedrelationalpsychotherapy.com
Author: Lynn Preston and Kristine Rozzi with Griffith Feeney
Author URI:
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

/* ---------- Restyle header ---------- */
#wrapper { border-top:0; } /* Get rid of the black top border */
#header { background:#000066; }/* Change the background color */
#access { display:none; }
#blog-title { padding: 45px 0 0; } /* Less vertical space above title default.css line 99px 0 0*/
#blog-description { padding: 8px 0 30px; } /* Less vertical space below title default.css line 8px 0 63px */

/* ---------- Restyle footer ---------- */
#footer { background:#000066; } /* Match header background color */

/* ---------- Restyle sidebar ---------- */
#categories { display:none; }
#linkcat-2 { display:none; }
#rss-links { display:none; }
#meta { display:none; }

/* ---------- Restyle main ---------- */
#main { padding: 54px 0; } /* 54px 0 default.css line 127 */
.entry-meta { display:none; } /* Don't use this, put author and date into the text of the post */

/* ---------- Restyle posts ---------- */
#content { background:#ffffff; }
.entry-title { text-align:center; } /* Center title of entry */

/* ---------- Restyle typography ---------- */
p { text-align:justify; } /* Lynn likes justified text */
p { font-size:130%; }     /* Default is too small for me (GF), how about others? */