/*
 Simple Kinesis website style by Michael Bromley
*/
 
	
body {
     font-family:  verdana, arial, sans-serif;
     font-size: small;
     background-color: #fff;
     }





/* 
	The definitions below determine how the page looks.

*/



/* definitions applying to the central block containing the site contets */
.wrapper {

        }


 /* definitions for the content generated by nucleus and the contents of each individual php page file*/
.contents {
}


/*
Definition for the elements of the main 'content' of each page
*/


a:link {
TEXT-DECORATION: none; COLOR: #999;
}
A:visited {
TEXT-DECORATION: none; COLOR: #888;
}
A:hover {
TEXT-DECORATION: underline; COLOR: #f00;
}

/*positions the menuhead_bottom image in the centre */
.rip {
       display:none;
}

/* defenitions for the logo area at the top of the page */
.menuhead {

        }

/* defenitions for the horizontal menu, including link handlers */
.menu {

}


.menulink {
          border-left: 1px solid #666;
          border-right: 1px solid #666;
          font-size: 14px;
          margin-left: 0px;
          padding-left:2px;
          padding-right:2px;
          }


/*code to make link descriptions appear in the grey stripe */
a.menulink span {display: none;}

   

/* defenitions for the sidebar sub-menu */
.sidebar {

}



/*defenition of the footer*/
.footer{


        }





/*this is for the occasional floating images to spice up dull blocks of text*/
.floatimg {
           float: left;
          margin-right:10px;
          border: 2px solid #000;
          }

 .borderimg {
border: 10px solid #000;
}

td img {
border: 1px solid #000;
}

/*this is used for section headings */
h1 {
	padding: 0px;
	 letter-spacing: 3px;
        font-size: small;
        margin-bottom: 0px;
        border-bottom:1px groove #666;

}

/*this is used for the page heading */
h2 {
        color: #666;
        padding: 0px;
	font-size: normal;
        margin-bottom: 0px;
        border-bottom:1px solid #000;
}


/* 
	Definitions for the item listings like they are done on the main page and in archives
	- h3.item is the title of an item (<h3 class="item">)
	- .itembody is the item contents
	- .iteminfo contains the time of posting and the name of the author, and the amount of comments
	
	anchors in the iteminfo (.iteminfo a) are not underlined and bold
*/

/* item title */
h3.item {
	font-size: medium;
	margin: 0px;
	margin-top: 20px;
	padding-left:20px;
}

.itembody {	
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:20px;
}

.iteminfo {	
	font-size: x-small;
	padding-left:20px;
	margin-bottom: 20px;
}

.iteminfo a {
	font-weight: bolder;
	text-decoration: none;
}

/*
	Definitions of how comments listings look like on item pages
	- h3.comment contains the name of the comment author
	- .commentbody contains the text from the comment
	- .commentinfo contains the time of commenting
*/

/* comment title */
h3.comment {
	font-size: small;
	margin-bottom:3px;
}

.commentbody {
	text-align: justify;
}

.commentinfo {	
	font-size: x-small;
}





/*
	Some general rules:
	- images never have a border (even when they are inside a hyperlink)
	- elements having class="skip" are not shown
	- item lists using <ul class="nobullets"> have no list-item bullets
	- highlighted text (in search results) have a yellow background
*/

/*table header rows*/
th {text-align: left;
    border: #300;
}

img {
	border: none;
}

.skip {
	display: none;
}

ul.nobullets {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.highlight {
	background-color: yellow;
}




