WHY THIS WORKS:








By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!




More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/






    /* This line sets up our clickable background image based on the site title's link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header's file name */
    /* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

body.custom {
    background: #8db6b6 url('images/BodyBG.jpg') 50% 0 ;
}

.custom #content_box { background: url('images/ContentBG.jpg') 50% 0 ;}
.custom #content {background-color:#fff;} 
.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
}

.custom #page {
    background: #fff;
}


    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
    .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 { border-bottom:none;
                      height:225px;
                      width:800;
                      padding-top:0;
                      padding-bottom:10;
                      padding-left:0;
                      padding-right:0;
                     background:url('http://www.simplesavingsavvy.net/wp-content/themes/thesis_16/custom/images/paperbgsmall.jpg') center left no-repeat ; }



.custom .sidebar ul.sidebar_list {position: relative;margin:0px 0px -30px 20px;}
.custom #header_widget_1 ul.sidebar_list li.widget {position: absolute; display: block; top:0px; left:650px; width:350px;height:250px;
padding-left:15px;}


div#sidebar_1.sidebar, div#sidebar_2.sidebar, 
div#sidebar_8.sidebar, div#sidebar_9.sidebar {
	width: 200px;
        float: left;
        margin-left:0px;
        margin-bottom:10px;
        
}
.custom #sidebar_1 ul li.widget, .custom #sidebar_2 ul li.widget,
.custom #sidebar_8 ul li.widget, .custom #sidebar_9 ul li.widget  {
      width:160px;
      border-style:solid;
      border-color:#d5bb86;
      text-align:center;
      background-color:#fff;

}

.Footer1 li.widget,
.Footer2 li.widget,
.Footer3 li.widget { 
    text-align:center; 
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}



.custom ul#tabs li {background:#909090;}




.custom #header #logo { display:none; }








.custom #header #tagline { display:none; }




.custom .menu {
padding-bottom:0;
padding-right:0;
padding-top:0;
text-align:center;
background:#d5bb86;
width:800;
} 

/* code for add image in sidebar headings*/

.custom .sidebar h3{
background:url("http://www.simplesavingsavvy.net/wp-content/themes/thesis_16/custom/images/sidebarheaderbg.png");
margin-left:0.em;
width:320px;
height:30px;
font-size:1.2em;
font-style:verdana;
line-height:1.7em;
color:#fff;
padding-top:0.2em;
padding-left:0.5em;

}

/*SEARCH BOX*/

#s {
     float: right;
     color: #0000;
     background: url("images/search.png") 0 0 no-repeat;
     margin-top:111px;
     margin-right:80px;
     padding: 6px 10px 6px 10px;
     width: 200px;
     height:15px;
     position:relative;
     z-index:600;
}

.custom .prev_next{
     position:relative;
     z-index:600;
}

/* WELCOME BOX */
.custom div.welcome_box {
width: 98%;
padding: 0.5em 0em 0em 0.5em;
margin-left: 0em;
margin-right: -1em;
margin-bottom: 0.0em;
margin-top: 0.0em;
margin-bottom: 0em;
padding-bottom: 0em;
}
.format_text p.note, .format_text p.alert {
padding:0.5em 0.8em;
line-height:1.4em;
text-align:left;
font-style: normal;
font-weight: normal;
font-size: 10pt;
color:#67502e;
}

.format_text p.alert {
background:#f7f0d5 none repeat scroll 0 0;
border:1px solid #E5E597;
}

.custom .comments_closed p {
  display: none;
}

/* Headline */
h2.entry-title { background:#f7f0d8; padding-left:5px; }
.custom .post_box { margin-left: 15px; margin-right:5px;}

/* Category */
.custom #category_widget h3{
background:#ffffff;
width:0px;
height:0px;
line-height:0px;
}
.custom #category_widget li.widget { 
    margin-bottom:0px;
    margin-left:60px;
    margin-right:0px;
    margin-top:-6em;;
}


/*global/universal image classes */img.alignleft, img.left { float: left; 
}img.alignright, img.right { float: right; }img.aligncenter, img.center 
{ display: block; margin-right: auto; margin-left: auto; float: none; clear: 
both; }img.alignnone, img.block { display: block; clear: both; 
}img.frame { background: #eee; border-style: solid; border-color: #ddd; 
}img.stack { clear: none !important; }img[align="left"] { float: left; 
clear: left; }img[align="right"] { float: right; clear: right; 
}img[align="middle"] { display: block; margin-right: auto; margin-left: 
auto; float: none; clear: both; }


/*—:[ image captioning ]:—*/.wp-caption { border-style: solid; 
border-color: #ddd; background-color: #eee; text-align: center; font-style: 
italic; }.wp-caption.alignleft { float: left; }.wp-caption.alignright { 
float: right; }.wp-caption.aligncenter { margin-right: auto; margin-left: 
auto; float: none; clear: both; }.wp-caption.alignnone { clear: both; }


/*global/universal image classes */











































































































































































