/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
/* change the line height for headings in the featured page widget */
.widget-area h2 a {
	line-height: 20px;
}

/* change the format for the category widget in sidebar */
#cat, .widget_archive select {
	padding: 0 0 0 2px;
}

/* change color of nav hover */
#nav li a:hover, #nav li a:active, #nav .current_page_item a, #nav .current-cat a, #nav .current-menu-item a {
	background-image: url('http://poolinger.com/wp-content/uploads/2012/12/menu-hover1.png');
}

/* change image of search button */
.searchsubmit {
	background-image: url('http://poolinger.com/wp-content/uploads/2012/12/menu-hover1.png');
}

/* change submenu hover color */
#nav li li a:hover, #nav li li a:active {
	background-image: url('http://poolinger.com/wp-content/uploads/2012/12/menu-hover1.png');
}

/* format the items for the list of posts on the food blog */
/* set the title size */
.display-posts-listing .listing-item a.title {
	Font-size: 20px;
	margin-right: 5px;
}

.display-posts-listing .date {
}

/* add space between items and start text on new line */
.display-posts-listing .listing-item {
	clear: both;
	margin-top: 30px;
}

/* float the image left */
.display-posts-listing img {
	float: right;
	margin: 20px 10px 10px;
	border: 3px solid #C2CED2;
}

.display-posts-listing .excerpt {
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
}

.display-posts-listing .excerpt-dash {
	display: none;
}

/* change the color of the input field for subscribe widget on home page */
#subscribe-blog input {
	background-image: url('/wp-content/themes/premium/tapestry/images/text-bg.gif');
	color: #000000;
}