/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: &lt;body class="custom">;. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

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/
*/

/*---:[ image widgets ]:---*/
.image-feed-small a img { height: auto; max-width: 200px; }


/*---:[ backgrounds ]:---*/
body.custom {
    background: #543019 url('http://cdn.dealseekingmom.com/wp-content/themes/thesis16/custom/images/DSM-BGpattern-white.png') 50% 0 repeat-x;
}

.custom #container {
    margin-top: 0;
    margin-bottom: 2em;
    width: 101.5em;
}

.custom .full_width > .page {
     background: transparent;
     padding-left: 0;
     padding-right: 4em;
     width: 98.7em;
}

.custom #content_box { 
    border: 5px solid #391d0c;
    background: #fff;
    margin-top: 25px; 
    padding: 15px;
}

/*---:[ STYLES FOR SIGNUP PAGE ]:---*/

.custom #content .mu_register {
   background: #fff;
   border: 5px solid #391d0c;
   padding: 25px;
   margin-top: 25px;
   margin-left: auto;
   margin-right: auto;
}


/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */

/* header: http://cdn.dealseekingmom.com/wp-content/themes/thesis16/custom/images/newDSMlogobag.png */

.custom #header #logo a { display: block; height: 225px; width: 390px; background: url('http://cdn.dealseekingmom.com/wp-content/themes/thesis16/custom/images/newDSMlogobag.png') no-repeat; 
        outline: none; 
        margin-top: -13px;
        margin-bottom: 5px;
}

/*---:[ STYLES FOR LOGO AND HEADER AREA ]:---*/
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { padding: 0; width: 1030px; }


/*---:[ STYLES FOR NAV MENU ]:---*/
.custom .menu { width: 855px; 
        float: right;
        margin-top: -33px;
}

.custom .menu a { 
        font-weight: bold; 
        letter-spacing: 1px;
        padding: 0.636em;
}



/*---:[ STYLES FOR HEADER SUBSCRIBE AREA ]:---*/
.custom #subscribe {
	float: right;
        margin-top: -176px;
        position: inherit;
}


.custom #subcount {
        color: #543019;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 26px;
        font-weight: bold;
        padding-left: 92px;
}
/*---:[ STYLES FOR SOCIAL MEDIA ICONS ]:---*/
.custom .socmedicons img {
        margin-bottom: -1px;
        margin-top: -7px;
}



/*---:[ STYLES FOR SIDEBAR TABBER ]:---*/
ul.domtabs li.active {background:#ffffff;}		/* Active tab background color */
ul.domtabs li.active a {color:#b32017;}		/* Active tab font color */
ul.domtabs li {background:#543019;}			/* Inactive tabs background color */
ul.domtabs li a {color:#ffffff;}				/* Inactive tabs font color */
.domtab div {border:1px solid #543019;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#ffffff;
        border:1px solid #ffffff;
}						/* Box background color */

ul.domtabs li {margin-right:0.5em;}			/* Space between each tab. Set to 0 for no space. */

.domtabwrap > div {	
        background: #543019;
        margin-top: 15px;
        width: 378px;
        border: 5px solid #543019;
        font-size: 12px;
}

div.domtab > div {
	display:none;
        background: #ffffff;
        width:362px;
        border: 3px solid #ffffff;
}

div.domtab div li {
	text-align: left;
        border-bottom: 1px dotted #bbbbbb;
        padding: 5px 0;
        margin-left: 20px;
}


ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:5px 10px;
	text-align:center;
	border-style:none;
	border-width:1px 1px 0 1px;

	}


ul.domtabs li a {
	text-decoration:none;	}

.domtab > div {
	padding:0.5em;
	clear:both;
	}

.search-form input {
       width: 325px;
       margin: 10px;
       padding: 5px;
} 


/*---:[ HEADLINES ]:---*/
.custom h2 {
	font-weight: bold;
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 1.1;
}

.headline_area h1 {
	font-weight: bold;
        font-size: 32px;
        letter-spacing: -0.5px;
        line-height: 1.1;
}



.custom .sidebar h3 {
	border-top: 1px solid #ddd;
        border-bottom: 1px dotted #ddd;
        padding: 5px 0;
}


/*---:[ RECENT POSTS LIST STYLE ]:---*/

.custom #recentposts li {
       border-bottom: 1px dotted #000000;
       padding-bottom: 5px;
       margin-bottom: 5px;
       list-style: none;
}

.custom #grocerygrab {
       font-size: 13px;
       line-height: 1.8;
       margin-left: 20px;
       font-weight: normal; 
       text-align:left;
        }



/*---:[ FAT FOOTER STYLES ]:---*/
.custom #footer_area {
        background:#ffffff url('http://cdn.dealseekingmom.com/wp-content/themes/thesis16/custom/images/footerbg.png') repeat;
        padding:0.5em 0; 
        border-top:5px solid #4DC8E9;
        margin-top: 20px;
}

.custom #footer_area .page {background:transparent;}

.custom #footer {border-top:0;
       width: 1050px;
       padding: 0;
}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:239px; margin-right:23px; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {
                       color:#b32017;
                       border-top: 1px dotted #000000;
                       border-bottom: 1px dotted #000000;
                       text-align: center;
                       font-weight: bold;
                       padding: 5px;
                       margin-top: 15px;
                       margin-bottom: 15px;
                    }
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}


.custom #footer_1 ul.sidebar_list li.widget ul li {
       border-bottom: 1px dotted #000000;
       padding-bottom: 5px;
       margin-bottom: 5px;
}
.custom .sidebar ul.sidebar_list {
padding-left:0;
padding-right:0;
}

.custom #sidebar li {list-style:square}

.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}