html { 
	padding: 0px;
	margin: 0px;
}	/* the site in the constrains of the browser */

body {
	background-color: #B3C9D7;
	font-size: 10px;
	font-family: arial, sans-serif;
	color: #000000;  
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}	/* global properties of the site */

div#content {
	width: 870px;
	height: 100%;
	margin: 0px auto;
	padding: 20px;
	text-align: left;
}	/* a box that is created to keep the site at a fixed width and centered in the browser */

div#foot {
	width: 870px;
	font-size: 100%; 
	color: #ffffff; 
	text-align: center;
}	/* ends every page with copyright info and W3C validation certs. */

div#main {
	float: left;
	width: 700px;
	padding: 20px;
	text-align: left;
	font-size: 120%; 
}	/* the content of the site goes in this box */

div#main2a {
	float: left;
	width: 483px;
	padding: 0px;
	text-align: left;
	font-size: 120%; 
}	/* the content of the site goes in this box for when the content is spit across 2 cells */

div#main2b {
	float: left;
	width: 231px;
	padding: 0px 0px 50px 0px;
	background-color: #000000;
	text-align: left;
	font-size: 120%;
	color: #ffffff;
}	/* alternate goes in this box for when the content is spit across 2 cells */

h1 {
	background-color: #000000;
	color: #ffffff;
	letter-spacing : .5em;
	font-size: 140%;
	text-transform : lowercase;
}	/* headding 1 */

span.alttitle {
	color: #ffffff;
	font-size: 160%;
} /* alternate title headding */

p {
	color: #000000;
	font-size: 120%;
	text-indent : 25px;
}	/* typical paragraph formatting */

p.alt {
	font-size: 120%;
	text-indent : 0px;
} /* paragraph formatting for right menu bar */

h3 {
	font-size: 140%;
	color: #ffffff;
	font-weight: bold;
} /* headder number 3 */

img {border: 0px} /* keeps images with links from having a border */

a:link {color: #ffffff}     /* unvisited link */
a:visited {color: #ffffff}  /* visited link */
a:hover {color: #fefefe}   /* mouse over link */
a:active {color: #efbb44}   /* selected link */

/* the following is for the calendar in the blog section */

#wp-calendar {
	border: 1px solid #ffffff;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #000000;
	color: #ffffff;
}

#wp-calendar caption {
	color: #ffffff;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #888888;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #000000;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #000000;
	color: #ffffff;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* style skin labeled blue */

div#blue1 {
	float: left;
	width: 118px;
	height: 100%;
	background-image: url(images/w9t6.gif);
	background-repeat: repeat;	
} /* the w9 logo and left border line */

div#blue2 {
	float: left;
	width: 714px;
	height: 86px;
	text-align: left;
} /* the navigation image bar */

/* the pointer that indicates which section of the page the user is in */

div#blue3a {
	float: left;
	width: 664px;
	height: 20px;
	text-align: left;
	padding-left: 50px;
} 

div#blue3b {
	float: left;
	width: 504px;
	height: 20px;
	text-align: left;
	padding-left: 210px;
} 

div#blue3c {
	float: left;
	width: 344px;
	height: 20px;
	text-align: left;
	padding-left: 370px;
} 

div#blue3d {
	float: left;
	width: 214px;
	height: 20px;
	text-align: left;
	padding-left: 500px;
} 

div#blue3e {
	float: left;
	width: 84px;
	height: 20px;
	text-align: left;
	padding-left: 630px;
} 
