/*
Theme Name:     Modularity Lite
Theme URI:      http://graphpaperpress.com/themes/modularity-lite/
Description:    Child Theme for Modularity Lite by JB Harlin 
Author:         JB Harlin
Author URI:     http://www.jbhphoto.com
Template:       modularity-lite
Version:        0.1.0
*/

/* Import Parent Theme Style */  
 @import url(../modularity-lite/style.css); 

/* Make Child Theme modifications for jbhphoto.comBLOG 01/22/2011 by JB Harlin */


/* set background color to BLACK... reomve BG Image jbh*/
body {
	color: #eee;
	background: #000 url(images/xx.jpg) no-repeat center fixed;
}

/* 'P' is where you set justified text jbh*/
p {	
	color: #eee;
	text-align:justify;
}



/* 'li' format for page Descriptoin in blog-roll plugin */
li {
display: list-item;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
color: #bbb;
}

/* '#top a' format for page Name in blog-roll plugin */
#top a {
color: #fff;
}