﻿/* CSS Document created by Dentists4kids.com for Dr. Berryhill */

body {
	margin:0;padding:0;
	font-family:Comic Sans MS, sans-serif;
	background:#352e21;	
}

/* CONTENT STYLES */

.content {
	padding:0px 15px 0 80px;
	line-height:18px;
	font-size:10pt;

}

hr {          
	width:90%; /* Width of the line in percent */
	border-bottom:#990000 solid 2px; 
	/* Firefox doesn't support colors of a HR so a border is used...this changes color & the size */
	}
	
.content .book {     /* This is what holds the book descriptions in a "CSS table". */
	width:400px;
	height:145px;
	padding:5px 10px 20px 10px;
	background-color:#c4b15b; /* Change background color of book tables */
	margin:0 auto; /* Centers the book table in the middle of page */
	}


.content h1 { 
	font-size:14pt; /* Size of the font, then the color and then the code to make it bold */
	color:#730000; 
	font-weight:bold;
	text-align:center; /*This aligns the header in the center, if you want to make it left justified say "left" */
	}

/*These are the headers, use the "heading 2" tag in your Website editor to call these values */

.content h2 { 
	font-size:12pt; /* Size of the font, then the color and then the code to make it bold */
	color:#4f7306;
	font-weight:bold;
	}
	
/* Header for the back to top links. Call it using "Heading 3." */

h3 {
	font-size:8pt;
	font-style:italic;
	}	


/* SIDEBAR STYLES */

.sidebar {
	padding:10px 66px 0 40px;
	color:#e6d99f;
}

.sidebar hr {
	width:175px;
	margin-left:-8px;
	border:0;
	background:#8cb78d;
	height:2px;
}

/* NAVIGATION STYLES */

#navigation ul {
	padding:0;
	list-style-type:none;
}

#navigation ul li a {
	text-decoration:none;
	display:block;
	color:#ffd771;
	background:#820000;
	padding:6px 0 6px 12px;
	border-left:#ca0000 solid 1px;
	margin:2px 0;
	font-size:12pt;
	font-family:Comic Sans MS,sans-serif;

}

#navigation ul li a:hover {
	background:#48681c;
	border-left:#fff solid 1px;
	color:#fff;
}

/* FOOTER STYLES */

.footer {
	text-align:center;
	font-size:8pt;
	color:#d2be63;
}

.footer a {
	color:#ebdb90;
}

.predev {
	font-size:11pt;
	font-weight:bold;
	margin-bottom:-10px;
	}
		
ol li {
	padding-bottom:10px;
	list-style-type:circle;
	}
	
.content img {
	margin-left:10px;
	margin-right:10px;
	}

