/*   
Theme Name: Jacquee-T
Theme URI: truetoneenterprises.com
Description: built up from the blueprint CSS framework
Author: Tony Thomas
Author URI: anthonygthomas.com
.
Let's see how this thing works.
.
*/

/****************************************/
/************* color scheme *************/
/*


#D70000 red
#FFFFFF white
#F2B6A7 pink
#9B0000 dark red

*****************************************/

/* tags */

a {

	color:#9B0000;

}

a:hover{

	text-decoration:none;

}

a:visited{

	text-decoration:none;
	color:#D70000;

}

body {
	
	font-family:Tahoma, Geneva, sans-serif;
	background: #9B0000
	
}

h3.toc_title{
	margin:10px 0 5px 0;
}

hr {

	visibility:hidden;
	
}

li{

	font-size:1.5em;

}

li.toc {
	font-size:90%;
}

ul {

	list-style:none;

}

/* ids */

#header {

	background:url('images/3-roses.jpg');

}

#header hr {

	visibility:visible;
	color:#ccc;

}

#searchsubmit {

	border:2px solid #9B0000;
	font-weight: bold;

}

/* classes */

.center {

	text-align:center;

}
	
.description{

	margin:120px 0 10px 3px;
	font-size:1.25em;

}

.whitebg {

	//background:#fff;
	background:#f0f2f3;

}