/*
Theme Name: envy
Theme URI: http://healyourenvy.com
Description: Theme (child) for healyourenvy.com
Author: Joan Lavender with Griffith Feeney
Author URI: http://joanlavender.com
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

/* Font for site */

body {
/*	font-family:garamond; */
	font-family:georgia;
}

/* Don't display author of posts--Joan will always be author */

.author {
	display:none;
}

.entry-meta .meta-sep {
	display:none;
}


/* ---------- Restyle header ---------- */

#wrapper {
	border-top:0; /* Get rid of the black top border */
}

#header {
	background:#003300; /* Change the background color */
}

#blog-title {
	padding: 60px 0 0px; /* Reduce space above title */
	border-bottom:1px solid #ffffff; /* Change color of line below title */
}

#blog-title a {
	font-size:110%; /* Following change to Garamond font */
	color:#00ff00; /* Change color of title text to light green */
	font-style:italic; /* Make title italic */
	letter-spacing:0.15em; /* Put more space between letters */
}

#blog-description {
	font-size:120%; /* Increase font size of description */
	letter-spacing:0.15em;
	padding:8px 0 20px; /* Less space beneath description */
}

#access {
	display:none;
}

#main {
	padding:16px 0; /* Less white space above post title */
}

.entry-title a {
	color:#00aa00;
}


/* ---------- Restyle text content elements ---------- */

.entry-title {
	color:#00aa00;
}

p {
	margin-bottom:0.75em;
	font-size:120%;
}


/* ---------- Restyle footer ---------- */

#footer {
	background:#003300; /* Match header background color */
}


/* ---------- Restyle sidebar ---------- */

.main-aside h3 {
	padding:0;
}

#search {
	display:none;
}

#archives {
         display:none;
}

#pages {
        display:none;
}

#categories {
	display:none;
}

#linkcat-2 {
	display:none;
}

#rss-links {
	display:none;
}

#meta {
	display:none;
}
