/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* this changes the site background (concrete tile) and adds a margin around the top and bottom */
body.custom {
    background: #8db6b6 url('http://www.mykitchenintherockies.com/wp-content/gallery/background-image_1/white-linen-pattern.jpg') 100% 0 repeat;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

/*this changes teaser from two next to each other to one*/
.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #bbb;
   text-align: justify;
}
.custom .teasers_box {
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;}

/*site header styling*/
h1#my_site_title {
    font-size: 4em;
    font-family: "Helvetica Neue";
    color: #0996c3;
    padding-bottom: 0em;
}
h3#my_site_tagline{
    font-size: 2em;
    font-style: italic;
    font-family: "Helvetica Neue";
    color: #0996c3;
    padding-bottom: 1em;
}

/* add padding after the header picture*/
#header {
   padding-bottom: 20px;
}

/* remove thesis plug and wordpress admin link from footer */
#footer p {
   display: none
}

/* styling for my copyright line in footer */
#my_footer_div {
   text-align:left
}
