/*
	This is the CSS stylesheet that is used for the default Nucleus skin.
 */

/* global definitions that apply to all of the page */
body {
	font-size: x-small;
	font-family: verdana, arial;
	SCROLLBAR-FACE-COLOR: White;
	SCROLLBAR-HIGHLIGHT-COLOR: #8BA8F6;
	SCROLLBAR-SHADOW-COLOR: #5B47E4;
	SCROLLBAR-ARROW-COLOR: #5B47E4;
	scrollbar-3d-light-color : #5B47E4;
	scrollbar-base-color : #5B47E4;
	scrollbar-dark-shadow-color : White;
	border-color : #202F0E;
	background-image : url(../../graphics/right.jpg);
	background : White;
}
a:link    {
	 	text-decoration: bold;
	 	color: Black;
	 }
a:visited {
	 	text-decoration: bold;
	 	color: Black;
	 }
a:active  {
	 	text-decoration: bold;
	 	color: Black;
	 }
a:hover {
	 	color: #5B47E4;
	 	text-decoration: bold;
	}

/* header used for site title */
h1 {
	text-align: center;
}

/* headers used for date heads */
	h2 {
		background-color: transparent;
		border: 1px solid Gray;
		padding: 3px;
		font-size: medium;
		margin-bottom: 5px;
		text-align: left;
		font-weight : normal;
		font : small;
	} 

/* headers used in the menu */
h3 {
	font-size: small;
	text-align: left;
}

/* definitions applying to the logo */
.logo {
	position: absolute;
	left: 20px;
	top: 20px;
}

/* definitions applying to the menu block */
.menu {
	position: absolute;
	left: 30px;
	top: 200px;

	width: 110px;
	padding: 5px;

	font-size: x-small;
	
	/* use a lighter text color (grey) */
	color: #777;
}

/* definitions applying to the contents block */
.contents {

	border-left: 1px dashed #ccc;
}

/* nucleusbutton */
.poweredby {
	
}

/* search highlights */
.highlight {
	background-color: Silver;
}

input, textarea, select, option {
	background-color: transparent;
	font-size : xx-small;
	border : 2 px inset Silver;
}



/* main index */

.day {
}


.item {
	padding: 2px;
	margin-bottom: 10px;
}

.item .title {
	/* item title */
	display: inline;
	padding: 0px;
	letter-spacing: 2;
	font-weight: bold;
	text-decoration : none;
	color : #5B47E4;
}

.item .body {
	/* item body */
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align : justify;
	background-color : ThreedFace;
}



.commentcount {
	font-size: xx-small;
}

/* item timestamp */
.timestamp {	
	font-size: xx-small;
	color: Black;
	text-align: right;
}

/* anchors in timestamps and comments*/
.timestamp a, .comments a, .commentcount a {
	font-weight: bold;
	color: Black;
	text-decoration: none;
}


/* comments */
.comments {
	font-size: small;
	line-height: 1.1;
}


/* detailed pages */

.comment {
	margin-bottom: 10px;
	padding: 3px;
	border-bottom: 1px solid #eee;
}

.commentbody {
	margin-left: 5em;
	align: justify;
}

.nucleusbutton {
	margin-top: 5px;
}

img {
	border: none;
}
