/*File:			custom.cssDescription:	Custom styles for ThesisBASIC 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*//* 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 */.custom #header #logo a { display: block; height: 94px; width: 310px; background: url('images/logo.png') no-repeat; outline: none; }/* This line gets rid of the site title & tagline by casting them out to far left field */.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image *//* This is a bit of a kludge, but it seems to work. */.custom #header #tagline { height: 0; }/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */.custom #header { padding: 0; }body.custom {    background: #FFFFDF;}.custom #container {    margin-top: 2em;    margin-bottom: 2em;    padding: 0.3em;    background: #FFFFBF;    border: 0.1em solid #3e3e3a;}.custom #page {    background: #fff;}.salesletter #header { padding: 0; border-bottom: 0em; }.salesletter #footer { padding-bottom: 0; border-top: 0em; }.salesletter #footer { display: none; }.salesletter #sidebars { display: none; border: none; }.salesletter #tabs {display:none;}.salesletter #content_box { background:none; }.salesletter .comments_closed { display: none; }.salesletter #header #logo { display: none; }.salesletter #header #tagline { display: none; }.salesletter #content { margin: 0 auto; float: none; }.salesletter #content h2, .sale #content h1 { font-size:20pt; text-align:center; font-weight:bold; }.salesletter #content h3, .sale #content h3 { font-size:18pt; text-align:center; font-weight:bold; }.salesletter #content h4, .sale #content h4 { font-size:16pt; text-align:center; font-weight:bold; }.salesletter #container { width:75em; }.salesletter .headline_area h1 { display:none; }.salesletter blockquote { width: 550px;	margin: 0 auto;	margin-top:30px;	padding: 0px 40px 30px 40px;	border: none;	background-image: url(images/blockquotebg1.png);	background-repeat: no-repeat;	background-position: bottom center;	border: none;	color: #000;}.salesletter .entry ul li {	background: url(http://www.healmybrokenheart.com/checkmark.gif) top left no-repeat;	height: 25px;	padding-top:6px;}	.expertcorner #sidebars { display: none; border: none; }.expertcorner #content_box { background:none; }.expertcorner #content { margin: 0 auto; float: none; }







form ul li.hilight
{
background-color:orange;
}
form ul {
list-style-type:none;
margin:0;
padding:0;
width:100%;
}
form label.desc {
border:medium none;
color:#222222;
display:block;
font-size:95%;
font-weight:bold;
line-height:150%;
margin:0;
padding:0 0 3px;
}
span.req {
color:red !important;
display:inline;
float:none;
font-weight:bold;
margin:0;
padding:0;
}
form li div, form li span {
color:#444444;
margin:0 0.3em 0 0;
padding:0;
}
select.medium {
min-width:50%;
width:50%;
}

.salesletter3 #header { padding: 0; border-bottom: 0em; }
.salesletter3 #footer { padding-bottom: 0; border-top: 0em; }
.salesletter3 #footer { display: none; }
.salesletter3 #sidebars { display: none; border: none; }
.salesletter3 #tabs {display:none;}
.salesletter3 #content_box { background:none; }
.salesletter3 .comments_closed { display: none; }
.salesletter3 #header #logo { display: none; }
.salesletter3 #header #tagline { display: none; }
.salesletter3 #content { margin: 0 auto; width: 960 }
.salesletter #header #tagline { display: none; }



.salesletter4 #header { padding: 0; border-bottom: 0em; }
.salesletter4 #content .headline_area { display:none; margin-bottom:0em; }
.salesletter4 #footer { padding-bottom: 0; border-top: 0em; }
.salesletter4 #footer { display: none; }
.salesletter4 #sidebars { display: none; border: none; }
.salesletter4 #tabs {display:none;}.salesletter #content_box { background:none; }
.salesletter4 .comments_closed { display: none; }
.salesletter4 #header #tagline { display: none; }
.salesletter4 #content { margin: 0 auto; float: none; }
.salesletter4 #content h2, .sale #content h1 { font-size:20pt; text-align:center; font-weight:bold; }
.salesletter4 #content h3, .sale #content h3 { font-size:18pt; text-align:center; font-weight:bold; }
.salesletter4 #content h4, .sale #content h4 { font-size:16pt; text-align:center; font-weight:bold; }
.salesletter4 #container { width:75em; }
.salesletter4 blockquote { width: 550px;	margin: 0 auto;	margin-top:30px;	padding: 0px 40px 30px 40px;	border: none;	background-image: url(images/blockquotebg1.png);	background-repeat: no-repeat;	background-position: bottom center;	border: none;	color: #000;}
.salesletter4 .entry ul li {	background: url(http://www.healmybrokenheart.com/checkmark.gif) top left no-repeat;	height: 25px;	padding-top:6px;}


/*Drop down menu css*/
#cusmenu,#cusmenu ul {padding:0;margin:0}
#cusmenu li ul a {margin-left:1em}
#cusmenu li {
	float:left;
	position:relative;
	list-style-type:none;
	text-align:center;
}

#cusmenu li ul {
	visibility:hidden;
	position:absolute
}

#cusmenu li:hover ul {
	visibility:visible;
}


#cusmenu .top,#cusmenu .top li{
background:none repeat scroll 0 0 #EFEFEF;
border-color:#DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
border-style:solid solid solid none;
border-width:1px 1px 1px 0;
float:left;
margin-bottom:-0.1em;
}


#cusmenu li a,#cusmenu li a:hover,#cusmenu li a:active,#cusmenu li a:focus {
font-family:"Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Arial,sans-serif;
font-size:12px;
padding:0.545em 0.818em;
color:#111111;
display:block;
letter-spacing:2px;
line-height:1em;
text-transform:uppercase;
text-decoration:none;
width:75px;
text-align:center;
outline:none;	
}
