
/*********************************/
/* educarepress.css              */
/* The Educare Press Style Sheet */
/* http://www.educarepress.com/  */
/*********************************/

/*Color Specs:---------------------------------------------------------*/
/*#669900 - Header, Navbottom and Background
/*#99cc33 - Header Logo */
/*#ffffcc - Header Text*/
/*#006600 - Author Background dark green         */
/*#ffcc99 - Author Text peach
/*#ffffcc - Content background yellow */
/*#660000 - Content Text Color        */
/*#000000 - Future Color */
/*#000000 - Future Color */
/*#000000 - Future Color */
/*#000000 - Future Color */
/*#000000 - Future Color */
/*-----------------------------------------------------------------------------*/

	/* Regular Font Color and Style */

p { font-size:12pt; color: #660000; font-family: georgia, serif }
blockquote { font-size:10pt; color: #660000; font-family: georgia, serif }
pre { font-family: verdana,sans-serif }

	/*Heading Styles*/
	/*Hasn't been decided on yet*/

h1 { font-size: 48pt; font-weight: bold; font-style: italic; font-family: garamond, georgia, serif }
h2 { font-size: 24pt; font-weight: bold; font-family: georgia, serif }
h3 { font-size: 16pt; font-family: georgia, serif }

	/* splash page styles- For the splash page author information box on the far left. */

.splashauthor { background: #006600; color: #ffcc99; 
	font-size: 9pt;  font-family: "times new roman", times, serif }
.masthead { background: #669900; color: #ffffcc }

.indextitle { background: #ffffcc; color: #660000; font-size: 14pt;  font-family: georgia, serif }
.content { background: #ffffcc; color: #660000; font-size: 10pt;  font-family: georgia, serif }
.bottomnav { background: #669900; color: #ffffcc; font-size: 10pt; font-family: georgia, serif }
.copywrite { background: #669900; color: #ffffcc; font-size: 8pt; font-family: georgia, serif }
.big { background: #ffffcc; color: #660000; font-size: 16pt; font-weight: bold;  font-family: georgia, serif }
.bloginfo { background: #ffffcc; color: #660000; font-size: 9pt;  font-family: georgia, serif }

	/* 2nd level page styles */

.header { backgound: #ffffcc; color: #ffffff }
h2.header { font-size: 24pt; font-weight: bold; font-family: georgia, serif }	

	/*Link Styles*/

a:link { text-decoration: underline; color: #669900 }
a:active { text decoration: underline; color: #669900 }
a:visited { text decoration: underline; color: #669900 }
a:hover { text-decoration: none; color: #669900 }

a.splashauthor:link { text-decoration: underline; color: #ffcc99 }
a.splashauthor:active { text decoration: underline; color: #ffffcc }
a.splashauthor:visited { text decoration: underline; color: #ffffcc }
a.splashauthor:hover { text-decoration: none; color: #ffffcc }

a.bottomnav:link { text-decoration: underline; color: #ccff66 }
a.bottomnav:active { text decoration: underline; color: #cc9900 }
a.bottomnav:visited { text decoration: underline; color: #cc9900 }
a.bottomnav:hover { text-decoration: none; color: #ffffcc }

/* REFERENCE */
/*
.text-align { text-align: right; text-align: justify; text-align: right;
	text-align: center; text-align: inherit }
.text-indent { text-indent: 12px; text-indent: .5in; text-indent: 14pt }
.color { color:#cc33cc }
.background-color { background-color:#33cc33 } Background color of an Object 
body.test { background-image: url(http://www.foo.com/image.gif) }
*/

