BODY {
	color: Black;
	background-color: White;
	font-family: sans-serif;
	text-align: left;
}

A {
/*	color: #3300FF;*/
	color: #005071;
}

A:HOVER {
	color: #CCCC00;
}

#header {
	background-image: url(disconnected.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #CCCC00;
	border: 3px outset red; 
	padding: 2px;	
	margin-bottom: 5px;
	height: 95px;
	font-family: Papyrus, Georgia, Arial, sans-serif;	
}

#header a{
	color: #007059;
	text-decoration: none;
}

#header a:hover{
	color: Navy;
	text-decoration: underline;
}

#title {
	text-align: right;
	font-size: xx-large;
	padding-right: 30px;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 1.8em;
}

#subtitle {
	text-align: right;
	padding-right: 30px;
	color: #007059;
	font-weight: bolder;
}

#rightcolumn {
	width: 250px;
	float: right;
	padding: 0px 5px 0px 5px;
	border-left: solid 1px black;
}

#maincolumn {
	padding-left: 10px;
	margin-right: 261px;
	padding-right: 5px;
}

.sectiontitle {
	font-style: oblique;
	font-weight: bold;
	font-size: 1.3em;
	border: dashed 1px black;
	padding-left: 5px;
	margin-bottom: 10px;
}

.section {
	padding-bottom: 15px;
	margin: 5px 8px 0px 8px;
	font-size: 0.8em;
}


.taglinkext{
	color: black;
	text-decoration: none;
	border-bottom: dashed 2px Red;
}

.flimage {
height: 75px;
width: 75px;
}

#music {
	font-size: 0.7em;
	margin: 5px 8px 0px 8px;
	padding-bottom: 15px;
}

.entrytitle{
 	padding: 4px; 
/*	background-color: #cccc00; 
	color: #CCCC00;*/
	color: #005071;
	font-style: oblique;
	font-weight: bold;
	font-size: 1.0em;
	text-shadow: Red;
	font-family: Arial, sans-serif;	
	border: dashed 1px black;

/* 	padding: 4px; 
	background-color: #001871; 
	color: white;
	font-style: oblique;
	font-weight: bold;
	font-size: 1em;
	text-shadow: Red;
	font-family: Arial, sans-serif;	
}

.entrytitleborder{
	background-color: #005071;
	border: 2px inset white; 
	padding: 1px;*/

}

.datestamp {
	font-weight: normal;
	text-align:right;
	font-size: 0.7em;
	float:right;
}

.entrytitle a {
	color: #CCCC00;
	text-decoration: none;
}

.entrytitle a:hover {
	color: Red;
	text-decoration: underline;
}

.taglist {
	background: #CCCC00;
	border: solid 1px black;
	padding: 5px;
	text-align:center;
	color: #007059; 
}

.catimage {
	text-align:right;
	font-size: 0.8em;
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}

.catimage img {
	width: 50px;
	height: 50px;
}

.entrycontent {
	margin: 0px 8px 0px 8px;
	font-size: 0.9em;
}

.entryfooter {
	text-align: right;
	font-size: 0.8em;
	font-variant: small-caps;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom: 10px;
}

.pagefooter {
	clear:both;
	text-align: center;
	font-size: 0.7em;
}


/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 9pt;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 9pt;
}
/* end of search boxes style */



/* Registered comment colour */
.registered {
/*	background-color: #996633; 
	color: white;*/
	background-color: #FFFFC2;
	color: black;
}

blockquote {
	background-image: url(blockquote.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	border: solid 1px gray;
	width: 75%;
	padding: 5px 5px;
}
	


/* these hide the accessibility tags to stop the layout from changing */
label { 
/*visibility:hidden; display:none; */
}
legend { visibility:hidden; display:none; }
fieldset { border:0; padding:0; margin:0; }


/* 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; }

 li {list-style-type: none;}

.date {
	background-color: #a3cc23;
	color: black;
	border: solid 1px black;
	text-align: right;
	float:right;
	padding-left: 10px;
	padding-right: 5px;
	width: 160px;
}

.name {
	background-color: #e4f4ff;
	color: black;
	text-align: justify;
	border: solid 1px black;
	width: 50%;
	padding-left: 10px;
	padding-right: 5px;
}

.comment {
	border: solid 1px black;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 5px;
	width: 97%;
}

.comment .footer {
	font-size: x-small;
	text-align: right;	
	padding-left: 10px;
	padding-right: 5px;
}