/* BLESSINGS ART CSS MAIN STYLESHEET */

/* global styles */

html {
	font-size: 125%;
	}

body {
	font-size: 50%;
	font-family: Comic Sans MS, Verdana, Helvetica, Arial, sans-serif;
	background: url(images/presentation/backgrounds/body_background.gif) top left repeat fixed;
	}
	
* {
	margin: 0px;
	padding: 0px;
	}
	
.nomargin-padding {
	margin: 0px;
	padding: 0px;
	}

#main {
	width: 750px;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 7px;
	}

#content {
	width: 750px;
	margin: auto;
	}
	
ul {
	margin-left: 20px;
	}
	
p {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
hr {
	margin: auto;
	margin-top: 10px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}

h1 {
	font-size: 20px;
	padding-top: 30px;
	margin-bottom: 10px;
	}

h2, h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	}

img {
	border: none;
	}

.center {
	margin: auto;
	text-align: center;
	}
	
.supra {
	vertical-align: super;
	font-size: 8px;
	}
	
.red {
	color: red;
	}
	
.green {
	color: green;
	}
	
.blue {
	color: blue;
	}
	
.purple {
	color: purple;
	}
	
.orange {
	color: orange;
	}

a {
	text-decoration: none;
	color: red;
	}
	
a:hover {
	color: green;
	}
	
.redbold {
	color: #FF0000;
	font-weight: bold;
	}
	
.purplebold {
	color: purple;
	font-weight: bold;
	}
	
.redcenter {
	color: #FF0000;
	margin: auto;
	text-align: center;
	}

.notice {
	font-weight: bold;
	color: #FF0000;
	}
	
.highlight {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;	
	}
	
.highlightsmall {
	font-weight: bold;
	font-style: italic;	
	}
	
#calendarcenter {
	padding-top: 10px;
	padding-left: 35px;
	}

/* end global styles */

/* home page layout styles */

#pallet {
	background: url(images/presentation/backgrounds/pallet.gif) top left no-repeat;
	padding-right: 23px;
	margin-left: 23px;
	width: 705px;
	height: 519px;
	font-size: 13px;
	}
	
#logo {
	position: relative;
	top: -330px;
	left: 560px;
	width: 130px;
	height: 143px;
	}

#logorollover {
	width: 130px;
	height: 143px;
	display: block;
	background: url(images/presentation/logo/logo.gif) 0px -143px no-repeat;
	}

#logorollover:hover {
	background: url(images/presentation/logo/logo.gif) 0px 0px no-repeat;
	}

/* end home page layout styles */

/* home page navbar styles */

#homenav {
	position: relative;
	padding-top: 35px;
	padding-bottom: 20px;
	}

dt.navonhome {
	padding-left: 80px;
	}

#homenav a:hover {
	background: #ffd200;
	}

.topleft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	}

.contentoff {
	position: absolute;
	top: 160px;
	left: 210px;
	width: 295px;
	height: 265px;
	padding: 5px;
	text-align: left;
	color: #170088;
	visibility: visible;
	}

#homenav a .contentroll {
	position: absolute;
	top: 160px;
	left: 210px;
	width: 295px;
	height: 265px;
	background: #ffd200;
	color: #170088;
	padding: 5px;
	visibility: hidden;
	}

#homenav a:hover .contentroll {
	visibility: visible;
	}

/* end home page navbar styles */

/* home page navbar button positions */

#home1 {
	margin-top: -10px;
	margin-left: 145px;
	}

#home2 {
	margin-top: -20px;
	margin-left: 40px;
	}

#home3 {
	margin-top: 0px;
	margin-left: -20px;
	}

#home4 {
	margin-top: 10px;
	margin-left: -50px;
	}

#home5 {
	margin-top: 10px;
	margin-left: -40px;
	}

#home6 {
	margin-top: 10px;
	margin-left: 15px;
	}

#home7 {
	margin-top: -165px;
	margin-left: 490px;
	}

#home8 {
	margin-top: 10px;
	margin-left: 455px;
	}

/* end home page navbar button positions */

/* easel page layout styles */

#easel {
	width: 750px;
	}

#easel #top {
	background: url(images/presentation/backgrounds/easel_top.gif) top left no-repeat;
	margin-bottom: 20px;
	padding-bottom: 17px;
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

#easel #bottom {
	background: url(images/presentation/backgrounds/easel_bottom.gif) bottom left no-repeat;
	margin-top: -20px;
	padding-bottom: 157px;
	}

#easelcontent {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 14px;
	color: #0000ff;
	}
	
.easelcell {
	margin-top: 20px;
	padding: 10px;
	}
	
#doodlebug {
	border: outset red 5px;
	}

#children {
	border: outset green 5px;
	}

#homeschool {
	border: outset blue 5px;
	}

#advanced {
	border: outset orange 5px;
	}

#drawing {
	border: outset green 5px;
	}

#private {
	border: outset purple 5px;
	}

.feecell {
	margin-top: 20px;
	margin-bottom: 40px;
	background: #FF7F00;
	text-align: center;
	color: #001381;
	border: 5px #ffc13b inset;
	}
	
.float_containter {
	height: 100%;
	margin: auto;
	text-align: center;
	padding: 5px;
	}
	
.float_containter_left {
	height: 100%;
	margin: auto;
	padding: 5px;
	float: left;
	}
	
.cell_left {
	width: 200px;
	float: left;
	}
	
.cell_center {
	margin-right: 240px;
	margin-left: 240px;
	}
	
.cell_right {
	width: 225px;
	float: right;
	}
	
#rightcellalign1 {
	text-align: left;
	padding-left: 10px;
	}
	
#rightcellalign2 {
	text-align: left;
	padding-left: 10px;
	}
	
#border_green {
	border: solid green;
	}
	
#border_red {
	border: solid red;
	}
	
#border_purple {
	border: solid purple;
	}
	
#border_blue {
	border: solid blue;
	}
	
#border_orange {
	border: solid orange;
	}
	
.clear_floats {
	clear: both;
	font-weight: bold;
	color: #006600;
	}

/* end easel page layout styles */

/* easel navbar styles */

#easelnav {
	margin-top: 20px;
	}

.navoneasel {
	float: left;
	text-align: center;
	font-size: 16px;
	}

#easel1, #easel2, #easel3, #easel4, #easel5, #easel6 {
	background: top left no-repeat;
	width: 100px;
	height: 25px;
	color: #000000;
	display: block;
	}
	
#easel1 {
	position: absolute;
	margin-left: 25px;
	background: url(images/content/chalk_blue.gif);
	}
	
#easel2 {
	position: absolute;
	margin-left: 135px;
	background: url(images/content/chalk_red.gif);
	}
	
#easel3 {
	position: absolute;
	margin-left: 245px;
	background: url(images/content/chalk_green.gif);
	}
	
#easel4 {
	position: absolute;
	margin-left: 355px;
	background: url(images/content/chalk_yellow.gif);
	}
	
#easel5 {
	position: absolute;
	margin-left: 515px;
	background: url(images/content/chalk_orange.gif);
	}
	
#easel6 {
	position: absolute;
	margin-left: 625px;
	background: url(images/content/chalk_purple.gif);
	}

#easel1:hover, #easel2:hover, #easel3:hover, #easel4:hover, #easel5:hover, #easel6:hover {
	font-weight: bold;
	font-style: italic;
	}

/* end easel navbar styles */

/* easel navbar buttons

#easel1 {
	background: url(images/content/chalk_blue.gif);
	}

#easel2 {
	background: url(images/content/chalk_red.gif);
	}

#easel3 {
	background: url(images/content/chalk_green.gif);
	}

#easel4 {
	background: url(images/content/chalk_yellow.gif);
	}

#easel5 {
	background: url(images/content/chalk_orange.gif);
	}

#easel6 {
	background: url(images/content/chalk_purple.gif);
	}

/* end easel navbar buttons */

/* image gallery styles */

.gallery {
	position: relative;
	margin: auto;
	width: 700px;
	height: 550px;
	}
	
#thumbgallerynarrow {
	padding-top: 5px;
	padding-left: 315px;
	width: 400px;
	overflow: visible;
	}
	
#thumbgallerywide {
	padding-top: 5px;
	padding-left: 500px;
	width: 210px;
	overflow: visible;
	}
	
#thumbgallery dt {
	float: left;
	margin: .5px;
	}
	
a.narrow {
	display: block;
	width: 60px;
	height: 96px;
	float: left;
	text-decoration: none;
	cursor: default;
	}
	
a.wide {
	display: block;
	width: 96px;
	height: 60px;
	float: left;
	text-decoration: none;
	cursor: default;
	}
	
a.narrow img {
	width: 60px;
	height: 96px;
	}
	
a.wide img {
	width: 96px;
	height: 60px;
	}

#thumbgallerynarrow dt a:hover, #thumbgallerywide dt a:hover {
	background: #fff;
	}
	
a.narrow .imageroll {
	position: absolute;
	width: 300px;
	height: 480px;
	top: 5px;
	left: 5px;
	visibility: hidden;
	}
	
a.wide .imageroll {
	position: absolute;
	width: 480px;
	height: 300px;
	top: 5px;
	left: 5px;
	visibility: hidden;
	}
	
#thumbgallerynarrow dt a:hover .imageroll, #thumbgallerywide dt a:hover .imageroll {
	visibility: visible;
	}
	
#gallerysignnarrow {
	position: absolute;
	width: 300px;
	height: 480px;
	padding-top: 5px;
	padding-left: 5px;
	}
	
#gallerysignwide {
	position: absolute;
	width: 480px;
	height: 300px;
	padding-top: 5px;
	padding-left: 5px;
	}

/* end image gallery styles */

/* footer styles */

#footer {
	clear: both;
	margin: auto;
	text-align: center;
	font-size: 12px;
	}
	
#footernav {
	color: #000000;
	}
	
#footernav a {
	color: #FFFFFF;
	}
	
#footernav a:hover {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	}
	
#webmaster {
	color: #000000;
	}
	
#webmaster a {
	color: #FFFFFF;
	}
	
#webmaster a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}