body {
	width: 700px;
	margin: auto;
	background: url(blueback.jpg);
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	}
	
/* General text attributes. */


a { 
      color: #9DC4E9;
      text-decoration: none;
    }

a:hover {
     text-decoration: underline;
     }

h1 {
	margin-top: 15px;
	padding: 5px;
        font-size: 20pt;
	color: #6BA7DF;
	}
h2 {
	margin-top: 15px;
	padding: 5px;
	font-size: 13pt;
	border-bottom: 1px solid #428FD6;
	color: #428FD6;
	}
h3 {
	padding-top: 10px;
	font-size: 12pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #9DC4E9;
	}

h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6BA7DF;
	text-align: right;
	}
	
/* Attributes for the page container, where the content is held.*/

#page {
	width: 700px;
        margin-top: 10px;
	background-color: #ffffff;
	border: 1px solid #9DC4E9;
	}
/* The header section.*/

#header {
	width: 700px;
	background-color: #ffffff;
	height: 70px;
	font-size: 25pt;
	color: #cc9999;
	text-align: left;
	}
	
/* The navigation section. The default skin uses it as a skin selector, but you can add extra links if 
the blog is part of a larger site. Notice the use of the <li> tag, rather than using spaces. 
This is recommended to reduce code clutter, and also to improve accessibility for 
those not using a visual browser.*/

#navigation {
	width: auto;
        text-align: right;
	}

#navigation ul {
	width: auto;
	}

#navigation li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 5px 6px;
	color: #000000;
	font-size: 10pt;
	}

#navigation a {
	font-size: 10pt;
	color: #000000;	
	text-decoration: none;
        padding: 5px;
	}

#navigation a:visited {
	text-decoration: none;
	}

#navigation a:active {
	text-decoration: none;
	}

#navigation a:hover {
	background-color: #6BA7DF;
	color: #ffffff;
	}

/* The "#line" attribute is the stripe that sits below the skin selector.*/

#line {
border: 5px solid #6BA7DF;
margin-top: -14px;
}

/* The contents section - the left column where the main content is stored. ".content" controls the area, etc. 
The ".entrydivide" attribute is for the images that appear underneath each entry.*/

.content {
	width: 450px;
	text-align: justify;
	padding: 0 10px 0 5px;
        padding-bottom: 20%;
        border-right: 1px solid #9DC4E9;
	font-size: 10pt;
	line-height: 1.4em;
	}

.entryfooter {
	text-align: right;
	font-size: 10pt;
        margin-bottom: 10px;
	}

.entrydivide {
         height:50px;
         width: 132px;
         background: url(bluesquare.jpg) center;
         margin: 0 150px 0 160px;
          }

.menu {
	float: right;
	width: 200px;
	border-right: 10px solid #ffffff;
	background-color: #ffffff;
	text-align: left;
	}

.menucontent {
	padding: 5px;
	font-size: 10pt;
	line-height: 1.4em;
	margin-top: -5px;
	}

.menucontent p {
	text-indent: 20px;
	font-size: 10pt;
	line-height: 1.4em;
	margin-top: -5px;
	}

.menucontent ul {
	margin-top: -5px;
	margin-left: -10px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	}

.menucontent ul li {
	list-style: circle;
	}

.menucontent ul li:hover {
	list-style: disc;
	}

.searchbox { 
	width: 6em; 
	font-size: 10px;
	border: 1px solid #000000;
        padding-right: 5px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
	}

.commentform input {
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	font-family: arial, sans-serif; 
	font-size: 8pt;
	}

.commentform textarea {
	margin: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	font-family: arial, sans-serif; 
	font-size: 8pt;
	}

.footer {
	width: 700px;
        border-top: 1px solid #9DC4E9;
        padding-top: 10px;
	text-align: center; 
	font-size: 10pt;
	line-height: 1.6em;
	color: #000000;
	}

#footer {
	width: 750px;
	height: 20px;
	}

/* these styles are for the calendar widget */

	

table.calendar {

/* only the calendar has a line, not the individual cells */
	padding: 0;
	width: 180px;
        margin-top: 5px;
}


.calendarHeaderControl {
	font-size:13px;
}



/* Accessibility options: */



legend {padding: 5px; margin: 5px;}

fieldset { border: 1px solid #6BA7DF; padding: 10px; margin: 10px;  }



/* this replaces inline style tags */

img.badge { border:0; margin-bottom:2px; }



/* this is a bonus */

a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
