body {
	width: 700px;
	margin: auto;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(redback.jpg);
	}

/* General text attributes. */

a { 
      color: #cc9999;
      text-decoration: none;
    }

a:hover {
     text-decoration: underline;
     }

h1 {
	margin-top: 15px;
	padding: 5px;
        font-size: 20pt;
	color: #cc9999;
	}
h2 {
	margin-top: 15px;
	padding: 5px;
	font-size: 13pt;
	border-bottom: 1px solid #cc9999;
	color: #cc9999;
	}
h3 {
	padding-top: 10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #cc9999;
	}

h4 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #cc9999;
	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 #cc9999;
	}
		
/* 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 {
                padding: 5px;
	font-size: 10pt;
	color: #000000;	
	text-decoration: none;
	}

#navigation a:visited {
	text-decoration: none;
	}

	
#navigation a:active {
	text-decoration: none;
	}

#navigation a:hover {
	background-color: #cc9999;
	color: #ffffff;
	}

/* The "#line" attribute is the stripe that sits below the skin selector.*/

#line {
border: 5px solid #cc9999;
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 #cc9999;
	font-size: 10pt;
	line-height: 1.4em;
	}
	
.entryfooter {
                margin-bottom: 10px;
	text-align: right;
	font-size: 10pt;
	}

.entrydivide {
         height:50px;
         width: 132px;
         background: url(square.jpg) center;
         margin: 0 150px 0 160px;
          }

/* The right-column section.*/

.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;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	}

.menucontent ul li {
	list-style: circle;
	margin-left: -5px;
	}

.menucontent ul li:hover {
	list-style: disc;
	}

/* Attributes for the search box.*/

.searchbox { 
	width: 6em; 
	font-size: 10px;
	border: 1px solid #000000;
        padding-right: 5px;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

	
/* Attributes for the comments form.*/

.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;
	}

/* The page footer, for the credits.*/

.footer {
	width: 700px;
        border-top: 1px solid #cc9999;
        padding-top: 10px;
	text-align: center; 
	font-size: 10pt;
	line-height: 1.6em;
	color: #000000;
	}

/* This is an empty space at the very bottom of the page, and is mainly there for the benefit of Internet Explorer
users.*/

#footer {
	width: 750px;
	height: 20px;
	}

/* Attributes for the calendar.*/

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: 2px; margin: 5px;}
fieldset { border: 1px solid #cc9999; 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; }
