/*
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: <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/
*/

.custom #header { border-bottom:none;
height:157px;
padding-top:0;
padding-bottom:0;
background:url(http://www.breadmachinereviewer.com/wp-content/themes/thesis_17/custom/images/BreadMachineReviewer1.jpg)
center left no-repeat; }

.custom #header #logo { display:none; }
.custom #header #tagline { display:none; }

/*Custom Bold h3 text*/ 
.custom h3 {font-weight:bold;}

.custom .sidebar a {color: #3C657B;}
.custom .sidebar a:hover {color: #3C657B;}
.custom #sidebar_2 {background-color:#EDEDED;}

/*Custom Blue Widget Title Background*/
.custom .widget h3 {font-weight:normal;}
.custom .widget h3 {color:#000000;}
.custom .widget h3 {text-align:center;}

.cat_black-and-decker-bread-machines h2.entry-title {font-size:14px;}
.cat_black-and-decker-bread-machines h2.entry-title a {color:#2361A1;}

.cat_breadman-bread-machines h2.entry-title {font-size:14px;}
.cat_breadman-bread-machines h2.entry-title a {color:#2361A1;}

.cat_breville-bread-machines h2.entry-title {font-size:14px;}
.cat_breville-bread-machines h2.entry-title a {color:#2361A1;}

.cat_cookworks-breadmakers h2.entry-title {font-size:14px;}
.cat_cookworks-breadmakers h2.entry-title a {color:#2361A1;}

.cat_cuisinart-bread-machines h2.entry-title {font-size:14px;}
.cat_cuisinart-bread-machines h2.entry-title a {color:#2361A1;}

.cat_hinari-breadmakers h2.entry-title {font-size:14px;}
.cat_hinari-breadmakers h2.entry-title a {color:#2361A1;}

.cat_hitachi-bread-machines h2.entry-title {font-size:14px;}
.cat_hitachi-bread-machines h2.entry-title a {color:#2361A1;}

.cat_kenwood-bread-machines h2.entry-title {font-size:14px;}
.cat_kenwood-bread-machines h2.entry-title a {color:#2361A1;}

.cat_morphy-richards-breadmaker h2.entry-title {font-size:14px;}
.cat_morphy-richards-breadmaker h2.entry-title a {color:#2361A1;}

.cat_oster-bread-machines h2.entry-title {font-size:14px;}
.cat_oster-bread-machines h2.entry-title a {color:#2361A1;}

.cat_panasonic-bread-machines h2.entry-title {font-size:14px;}
.cat_panasonic-bread-machines h2.entry-title a {color:#2361A1;}

.cat_prima-breadmakers h2.entry-title {font-size:14px;}
.cat_prima-breadmakers h2.entry-title a {color:#2361A1;}

.cat_sunbeam-bread-machines h2.entry-title {font-size:14px;}
.cat_sunbeam-bread-machines h2.entry-title a {color:#2361A1;}

.cat_toastmaster-bread-machines h2.entry-title {font-size:14px;}
.cat_toastmaster-bread-machines h2.entry-title a {color:#2361A1;}

.cat_welbilt-bread-machines h2.entry-title {font-size:14px;}
.cat_welbilt-bread-machines h2.entry-title a {color:#2361A1;}

.cat_west-bend-bread-machines h2.entry-title {font-size:14px;}
.cat_west-bend-bread-machines h2.entry-title a {color:#2361A1;}

.cat_zojirushi-bread-machines h2.entry-title {font-size:14px;}
.cat_zojirushi-bread-machines h2.entry-title a {color:#2361A1;}


.cat_bread-machine-recipes h2.entry-title {font-size:14px;}
.cat_bread-machine-recipes h2.entry-title a {color:#2361A1;}

.cat_bread-machine-articles h2.entry-title {font-size:14px;}
.cat_bread-machine-articles h2.entry-title a {color:#2361A1;}

.cat_sandwich-recipes h2.entry-title {font-size:14px;}
.cat_sandwich-recipes h2.entry-title a {color:#2361A1;}


/*Custom Background Settings*/

body.custom {
    background: #44443f;
}

.custom #container {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.3em;
    background: #33332f;
    border: 0.4em solid #3e3e3a;
}

.custom #page {
    background: #fff;}

.akpc_report span {
  display: none;
}
