<body class="custom">
<p>/* File: custom.css Description: Custom styles for Thesis BASIC USAGE: If you 
  have enabled the custom stylesheet in the Thesis options panel, the tag will 
  be appended with the "custom" class, like so: . 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/ 
  */</p>


<p>

body.custom { background: #44443f; 
} 

.custom #header { border-bottom: 3px double 
  #ddd; clear: both; background: url('images/caregiverland_header2_banne.jpg') 
  0 no-repeat; padding: 1.2em 1.1em; height: 100px;
    }
  
  .post_box { border-top: 
  1px dotted #bbb; 
  }
  
  .top { border: none !important; 
  }
 .custom .entry-title
{
    font-family: 'Verdana';
    color: #666666;
    font-style: italic;
}

.custom h2 a, h2 a:visited
{
    font-family: 'Verdana';
    color: #666666;
    font-style: italic;
}
.custom p
{
    color: #333333;
}

.custom h3
{ 
    color:Maroon;
    font-family: 'Verdana';
    font-weight: bold; }

.custom .drop_cap
{ font-family: 'Trebuchet MS'; color: #800000; font-weight: bold; }
}
  
/*Changes to the random quotes widget in sidebar */


