/*
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/
*/


/* Dianne's styles */
.stext {font-family: Arial; font-size:10pt;}
.stext2 {font-family: Arial; font-size:10pt; color: #FFFFFF;}
.custom .stext2 {font-family: Arial; font-size:10pt; color: #FFFFFF;}
.stextheadsmall {
	font-family: "Arial";
	font-weight: normal; color: #662211; font-size:12pt;}
.stextheadsmall2 {
	font-family: "Arial";
	font-weight: normal; color: #662211; font-size:10pt;}
.stexthead {
	font-family: "Arial";
	font-weight: normal; color: #662211; font-size:14pt;}
.stextheadtop {
	font-family: "Arial";
	font-weight: normal; color: #662211; font-size:17pt;}
.stexthead2 {
	font-family: "Arial";
	font-weight: normal; color: #662211; font-size:20pt;}
.textcolor {
	font-family: "Arial";
	font-weight: bold; color: #000000;}
.testimonialtexthead {
	font-family: "Arial";
	font-size:10pt;
	font-weight: bolder;
	color: #000000;
}
.headersig{
	font-family: "Lucida Handwriting"; font-size:22pt; color: #000000 }
.headersigsmall{
	font-family: "Lucida Handwriting"; font-size:12pt; color: #000000 }
.stextheader {
	font-family: "Arial";
	font-weight: normal; color: #000000; font-size:14pt;}
.custom .stextheader {
	font-family: "Arial";
	font-weight: normal; color: #000000; font-size:14pt;}
.stextheadersmall {
	font-family: "Arial";
	font-weight: normal; color: #000000; font-size:12pt;}
.itext {
	font-family: "Arial"; font-size:10pt;font-style: italic;
}
.sigtext {
	font-family: "Arial"; font-size:10pt;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


/* For Blogher changes */

#blogherads a { text-align:left; color:#41508E;  font-family: "Times New Roman"; }

#blogherads .bhaheadlines {font-weight:bold; font-size: 1.8em}

#blogherads a:hover, h2 a:hover, h3 a:hover {
        color: #0000FF;   /* was #147 */
        text-decoration: underline;
	}


/* new stuff 04-2010

.sidebar1 {

}

.sidebar2 {

}

.side1, .side2 {
	float:left;
	width:175px;
	border-left:1px dotted #ccc;
	display:block;
	margin-left:1px dotted #ccc;
	padding-left:10px;
	margin-left:10px !important;
	width:110px !important;
}

*/
.custom body { font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
}

    
.custom h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
        color: #662211;    /* was #333 */
	}
    
.custom h2, h2 a, h3, h3 a, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.custom a {
	color: #993300;        /* was color: #06c;  */
	text-decoration: none;
	}

.custom a:hover, h2 a:hover, h3 a:hover {
        color: #000;   /* was #147 */
        text-decoration: underline;
	}
.custom h3 {
	font-size: 1.2em;
    color; #662211;   /* ORR added */
    text-decoration: bold;

	}
    
.custom h1 {
    color; #662211;   /* ORR added */
    text-decoration: bold;
	}
    
.custom h1 {
    color; #662211;   /* ORR added */
    text-decoration: bold;
	}

.custom #logo, #logo a { color: #000000; font-family: "Lucida Handwriting"; font-size:22pt; font-weight: normal;}
.custom #logo a:hover { color: #000000; }
.custom #tagline { font-family: "Arial"; font-weight: normal; color: #000000; font-size:14pt;}

.custom .sidebar h3 { color: #993300; text-decoration: bold;}

.custom   .sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.custom .sidebar h2 { color: #993300; 
                      text-decoration: bold;
                      font-variant: small-caps;
                      letter-spacing: 2px; 
                      font-size: 1.2em; 
                      line-height: 1.385em; 
                      margin-bottom: 0.692em;}


