/*   
Theme Name: La Petite Grocery Child Theme
Theme URI: 
Description: This is the child theme for "CafePress" for La Petite Grocery. Make all modifications here.
Author: Highly Relevant
Author URI: http://www.highlyrelevant.com
Template: cafepress
Version:
*/

/* Apply Space Color default styles */
@import url('../cafepress/style.css');

/*
The follwing CSS code are the customizations for lapetitegrocery.com.
All changes to the site are made through this stylesheet and NOT
the parent theme for purposes of tracking changes and in the case
that the parent theme is updated.
*/

/* CSS Customizations */

p {
line-height: 1.5em;
}

h3.widgettitle {
border-bottom: 1px dotted #999;
font-size: 1.2em;
padding-bottom: 5px;
margin-bottom: 5px;
}


#content, #blocks {
border: 1px solid #333;
background: transparent url(images/bg_70gray.png) repeat scroll 0 0 !important;
}

#blocks {
border: 1px solid  #333333;
}

body {
font-family:Georgia, "Times New Roman", Times, serif;
background-image:url(images/background_grad.jpg);
background-repeat: no-repeat;
background-position:top center;
background-color: #000;
}

#navigation ul {
margin-top: 70px !important;
}

div.thepagepost h2{
text-transform: uppercase !important;
letter-spacing: 1px !important;
color: #B74718;
margin-bottom: 10px !important;
}


div#footer h2 {
font-size: 10px;
letter-spacing: 1px;
color: #fff;
}
div#footer p {
display: none !important;
}

div.entry blockquote img {
background-color: #CCC;
padding: 5px;
display: block-inline !important;
margin: 0 10px 5px 0;
}

div.entry blockquote a {
display: block-inline !important;
font-weight:normal;
font-size: 12px;
}

li.hours, li.contact, li.location {
background: none !important;
padding: 0 !important;
}

#main, .theblogpost, .postdets {
width: 655px !important;
}

.thepagepost {
width: 920px;
}

#sidebar, .widgetblock {
width: 245px !important;
}

#navigation a:hover {
color: #999 !important;
}