/* This line sets up our clickable background image based on the site title's link */
.custom #header #logo a { display: block; height: 198px; width: 945px; background: url('images/header.jpg') 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 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: #f9f5db url('images/bg.jpg');  background-repeat: no-repeat; }
.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #b5b198; border-top: 0; }

/*When images are left-aligned add no extra space to the left, top, or bottom but 1em space to the right*/
.custom img.alignleft { margin: 0 1em 0 0; }

/*Separate list items by 10px space in the content area – does not affect list items in sidebars*/
.custom #content li { padding-bottom: 10px; }

/*Reduce the space between widgets in the sidebars*/
.custom li.widget { margin-bottom: 10px; }

/*testing*/


body.custom {
    background: #906595 url('images/bg.jpg') repeat-x scroll 0% 0%;
}

.custom #container {
background: White none repeat scroll 0 0;
border:0.3em solid #52115B  ;
margin-bottom:4em;
margin-top:2em;
padding:0.3em;}

 .custom #page {
background: White none repeat scroll 0 0;
}

.custom ul#tabs li { background-color: #AB8AAE; } /* these are the tabs at the top */

.sidebar h3 {border-top: 1px dotted #CFAEC7;  border-bottom: 1px dotted  #CFAEC7; }/* top and bottom in sidebar header */
.sidebar h3 {color: #72316E; } /* sidebar headers */
.format_text {  color: #696969; }


.custom a, .custom a:visited { color: #52115B; }/* post title */
.custom ul#tabs li a, .custom ul#tabs li a:visited { color: #3c0038; text-decoration: none;}/* tab font color */
.custom .sidebar a:link, .custom .sidebar a:visited { color: #a16b9d;} /* sidelink color */

.custom .sidebar a:hover {color: #a16b9d; text-decoration: none;} /* sidelink hover */
.custom a:hover, .custom a:focus { color: #a16b9d;}/* post hover */

.custom .format_text .drop_cap { color: #52115B; }


/*---Headings---*/
H1{
	Font-Family : Verdana;
	Font-Size :16pt;
	Font-Weight : bold;
	Color : #440BB0;

	text-align: center; line-height:100%
	}

/*---Double line border under header---*/
.custom #header { width: 93.8em; padding: 2.2em 1.1em;   border-bottom: 0px double  #83548a; text-align: left; clear: both; }
.custom #footer { padding-top: 1.1em; color: #888; border-top: 3px double #83548a; text-align: right; }
.custom 	#header #logo a, #header #logo a:visited { color: #3c0038; text-decoration: none; }

.custom 	#header #logo a:hover { color: #a16b9d; }
	
.custom #header #tagline { font-weight: normal; font-size: 1.4em; line-height: 1em; color: #52115B; }

.custom .author_and_date {color: #551949; }

.custom blockquote {color:#8b1d9a; border-left: 0px solid   #a33fd6; } /*Line on the left of blockquote */

.custom h1 { color: #52115B;}