/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

div#wrapper {
background:transparent url(http://grinandbakeit.com/wp-content/themes/headway-156/media/images/grin-back.png);
}
li.brlink {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 0 0 0px;
}

ul.recipe-list li {
background:transparent url() no-repeat scroll left top;
float:left;
height:150px;
line-height:100%;
list-style-type:none;
margin:0 0 10px;
padding:10px 0 5px 12px;
text-align:center;
width:90px;
}

#recipe-leaf {
width:539px;
}

h2.recipe-title {
border-bottom:#C3C3C3 1px solid;
color:#754C29;
font-family:verdana,sans-serif;
font-size:17px;
font-variant:normal;
font-weight:normal;
letter-spacing:2px;
line-height:22px;
text-transform:none;
}

ul.recipe-list li a:hover img {
background-color:#46B3BD;
}

ul.recipe-list li img {
margin:0 0 3px;
}

.recipe-list img {
border:1px solid #B0B0AE;
max-width:600px;
padding:4px;
}

.clearit{
clear:both;
}

.post-image-right img, .post-thumbnail-right img {
display:none;
float:right;
}


.small-post-image-right img, .small-post-thumbnail-right img {
float:right;
}
