/*
	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: small;
	font-family: verdana, arial;
}

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

/* headers used for date heads */
h2 {
	background-color: whitesmoke;
	border: 1px solid #ccc;
	padding: 5px; 
	
	font-size: large;
	margin-bottom: 5px;
	text-align: left;
}

/* 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: 15px;
	top: 180px;
	bottom: 30px;
	width: 179px;
	padding-left: 20px;
	padding-right: 20px;

	font-size: x-small;
	
	/* use a lighter text color (grey) */
	color: #777;
	border-top: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 600px;
	overflow: visible;
}

/* definitions applying to the contents block */
.contents {
	position: absolute;
	left: 185px;
	top: 180px;
	bottom: 30px;
	width: 550px;
	padding-left: 20px;
	border-left: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 600px;
	overflow: visible;
}

/* nucleusbutton */
.poweredby {
	
}

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

input, textarea, select, option {
	background-color: transparent;
}



/* main index */

.day {
}


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

.item .title {		/* item title */
	display: block;
	padding: 2px;

	letter-spacing: 2;
	font-weight: bold;
}

.item .body {		/* item body */
	padding: 2px;
	margin-top: 5px;	
	margin-bottom: 5px;
	line-height: 1.5;	
}



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

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

/* anchors in timestamps and comments*/
.timestamp a, .comments a, .commentcount a {
	font-weight: bold;
	color: #555;
	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;
}