/* BEGIN custom welcome_box code for home page */

.custom div.welcome_box {

border: 4px solid #A52A2A;

background-color: #f0f0f0;

color: #000;

padding: 1em;

margin-left: 0em;

margin-right: 1em;

margin-top: 1em;

margin-bottom: 0.5em;

padding-bottom: 0em;

}

/* END custom welcome_box code for home page */



.custom .headline_area {
margin-bottom:1em;
}

.custom #header { padding-top: 0em; padding-bottom: 1em; }

/*--Sidebar Widget Text Headers Modifications--*/

.custom .sidebar h3 {

	//defaults from style.css

	font-variant: small-caps;

	letter-spacing: 1px; 

	color: #333; 

	

	

	

	background: #ffffff; 

	font-weight: bold; 

	text-align: center;

	

	font-variant: normal; 

	margin: 0 0 0 0em; 

	padding: 0em 0em 0em 0em; 

	border-top: 1px solid #ddd; 

	border-bottom: 1px solid #ddd; 

	border-left: 1px solid #ddd; 

	border-right: 1px solid #ddd; 

}







/*optin button*/
.optinbutton {
color: #a60000;
background: #ffffff;
font-weight: bold;
}


.optinbutton:hover {
color: #000000;
background: #a6000;
cursor: pointer;
cursor: hand;}


/* border */
.redborder {border: 4px dashed #000000;}

/* Style the First (or Only) Post */
.custom .post.top {
   background:#FFFFFF none repeat scroll 0 0;
   border:0px double #9a9693 !important;
   margin:0.5em;
   padding:2em;
}

/* Style Remaining Posts (in a Multi-Post Listing) */
.custom .post.post_box {
   background:#FFFFFF none repeat scroll 0 0;
   border:1px double #9a9693;
   margin:0.5em;
   padding:2em;
}

/* Change the padding at the bottom of the nav bar */
.custom ul#tabs { padding-bottom: 0em; }

/* text for name in form */

.mytext { 
  font-size: small; 
  color: #333333;
}

/* testimonials */
.testimonial {
border: 4px solid #A52A2A;
background-color: #f8f8f8;
width:720px;
float:left;
margin:15px 0 50px 0;

}
.left-quote {
float:left;
background:url("http://therapistleadershipinstitute.com/images/quote-leftsm.jpg") no-repeat top;
width:68px;
height:44px;
}
.testi-text {
float:left;
text-align:justify;
background:url("http://therapistleadershipinstitute.com/images/quote-rightsm.jpg") no-repeat right;
width:630px;
padding-right:5px;

}
.testi-pic {
float:left;
width:77px;
height:94px;
margin-left:60px;
display:inline;
}
.testi-name {
float:left;
padding:30px 0 0 25px;

}

.style5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.style7 {font-family: "Trebuchet MS"}
.style22 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
.style29 {
  font-family: "Trebuchet MS";
  font-weight: bold;
  font-size: 18px;
  color: #000066;
}
.style32 {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.style35 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.style39 {color: #000000}
.style41 {font-size: 15px; }
.style42 {
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.style44 {
  font-family: "Trebuchet MS";
  font-size: 16px;
  color: #000000;
}
.style46 {font-family: "Trebuchet MS"; font-weight: bold; }
.style49 {font-family: Arial, Helvetica, sans-serif}
.style51 {color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; }
.style53 {color: #003300}
.style54 {font-size: 13px; color: #003300; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style58 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-style: italic; }
.style61 {color: #990000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 21px; font-weight: bold; }
.style65 {font-family: "Trebuchet MS"; font-weight: bold; font-size: 18px; color: #990000; }
.style66 {font-size: 18px}
.style68 {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.style75 {font-family: "Trebuchet MS"; font-weight: bold; font-size: 21px; color: #000066; }
.style76 {font-size: 21px}
.style82 {
  font-size: 16px;
  color: #003300;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.style84 {font-size: 17px}

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/

*/







