﻿/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/*for better reading set line height */
.custom p {
line-height: 22px;
}

.custom h1 {
line-height:45px;
}

/* add extra padding between bullets */
.custom #content li {padding-bottom:10px;}

.table-border table th td 
{
border: 1px solid black ;

}

table.black-border {
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	font-size: 14px;	
}
table.black-border th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	
}
table.black-border td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	
}



.custom .breadcrumbs {
	font-family:Verdana,Arial;
	font-size:1.2em;
	padding:1.2em 1em 1em 1em;
	border-bottom:1px dotted #666;
	border-top:1px dotted #666;
}
.custom .breadcrumbs a {
	color:#339933;
	border-bottom:1px dotted #fff;
}
.custom .breadcrumbs a:hover {
	border-bottom:1px dotted #339933;
}

.testimonials-box p#testimonial-box
{
	font-size:12px;
	text-align:justify;
	font-style:italic;
	border:thin white solid;
	padding:8px;
	background-color:#99CC66;
	color:white;

}

.custom blockquote 
{
	border : 2px solid #fff;
 	width: 350px;
 	float: none;
 	margin:20px auto 20px auto;
 	padding: 10px 50px;
 	background-color: #99cc66;
 	quotes: "\201C" "\201D";	
	font-size:12px;
	font-style:italic;
	color: #663366;
	font-weight:bold;		
}

.custom blockquote a {
 	color: #663366;
}
.custom blockquote.sidebar 
{
	border : 2px solid #fff;
 	width: 150px;
 	float: none;
 	margin:5px auto 0px auto;
 	padding: 10px;
 	background-color: #99cc66;
 	quotes: "\201C" "\201D";	
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	color: #663366;
}

/*remove print friendly from page - commmented out for now.. use remove-print-friendly in the css box on the page to delete from page */
.printfriendly {
display: none!important;

}


/* remove dotted line around images */
.custom a:focus, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

/* code for paypal button */

.custom .format_text input, #commentform, #commentform textarea {
	width:auto;
}
 /* CSS code for Book Sales page */
 .booksalesletter #header { padding: 0; border-bottom: 0em; }
 .booksalesletter #footer { padding-bottom: 0; border-top: 0em; }
 .booksalesletter #footer { display: none; }
 .booksalesletter #sidebars { display: none; border: none; }
 .booksalesletter #tabs {display:none;}
 .booksalesletter #content_box { background:none; }
 .booksalesletter .comments_closed { display: none; }
 .booksalesletter #header #logo { display: none; }
 .booksalesletter #header #tagline { display: none; }
 .booksalesletter #content { margin: 0 auto; float: none; }

/* Page Headline large, bold and centered */
.booksalesletter #content h2, .sale #content h1 { font-size:30pt; text-align:center; font-weight:bold; }

/* Center your content in a nice box */
.booksalesletter #container { width:650px; margin-top: 1em; border: 0.2em solid #000; }

/* give the yellow background when someone hovers over a link - good sales letter effect */
.booksalesletter a { color: #111; }
.booksalesletter a:hover { color:#111; background: #f2e127; }



/* background color outside of your text box - helps make text stand out */

.booksalesletter #page { background: #fff; }
body.booksalesletter { background: #8db6b6; }


/*
.custom blockquote:before {
	content:open-quote;font-weight:bold;
}

.custom blockquote:after {
	content:close-quote;font-weight:bold;
}
*/