/*



File:			custom.css



Description:	Custom styles for Thesis

*/


.custom #header #logo a { 
display: block; height: 209px; width: 937px; background: url('http://mumsart.com/wp-content/uploads/2010/08/mumsartMarch2.png') center no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { 
text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { 
height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { 
padding: 0; }



/* custom CONTAINER */
.custom #container {
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #6c6050;
    border: 0.4em dotted #56bcd2;
}

.custom ul.sidebar_list {padding-top:1em;}


/* BLOCKQUOTE */
.custom blockquote { border-left:none;
}


/* For Teaser Box */

div.teasers_box a.teaser_comments {color:#dd0; border-bottom:none; text-transform:capitalize; letter-spacing:0px; font-size:12px;}

div.format_teaser img.tfe {margin: 0em 0.7em 0.7em 0em;}
/* imgs */

div.format_post img {margin: 0em 0.8em 0.5em 0em;}


		



