body {
	margin: 0px;
	padding: 0px;
	height: auto;
	min-width: 700px;
}

html, body {
	height: 100%;
}
#container {
	clear: both;
	min-height: 100%;
}

.content {
	padding: 10px 10px 65px 10px;
}


table {
	empty-cells: show;
}

img {
	border: none;
}

form {
	padding: 0px;
	margin: 0px;
}

body, div, td, input, textarea, select, button {
	font-family: FreeSans, Tahoma, Arial, sans-serif;
	color: black;
}
h1, h2, h3 {
	font-family: serif;
}
body, div, td {
	font-size: 11px;
}
input, select, button, textarea {
	font-size: 11px;
	border: 1px solid #999999;
	padding: 2px;
	margin: 0px;
}
input[type=checkbox] {
	vertical-align: top;
	margin: 1px;
}
label {
	display: inline-block;
	margin-left: 2px;
}

a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px auto 5px auto;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: black;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}


/* HEADER */

	#header {
		text-align: center;
		
		border-bottom: 1px solid black;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#header h1 a:hover {
		text-decoration: none;
	}
	
	#header h2 {
		font-style: italic;
	}
	
	
	/* LOGIN FORM */
	
		#header #loginForm {
			position: absolute;
			right: 3px;
			top: 3px;
		}
	



/* FOOTER */

	#footer {
		text-align: center;
		
		border-top: 1px solid black;
		padding-top: 13px;
		margin-top: -55px;
	}



/* TOP MENU */

	#topmenu {
		text-align: center;
		
		border-bottom: 1px solid black;
	}
	
	#topmenu ul {
		padding: 0px;
		margin: 10px auto 10px auto;
	}
	
	#topmenu ul li {
		display: inline;
		font-size: 18px;
	}
	
	#topmenu ul li a {
		font-size: 18px;
		color: black;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#topmenu ul li.active a {
		font-weight: bold;
	}




/* SUBMENU */

	#submenu {
		text-align: center;
		
		border-bottom: 1px solid black;
	}
	
	#submenu ul {
		padding: 0px;
		margin: 10px auto 10px auto;
	}
	
	#submenu ul li {
		display: inline;
		font-size: 14px;
	}
	
	#submenu ul li a {
		font-size: 14px;
		color: black;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	#submenu ul li.active a {
		font-weight: bold;
	}

/* PAGER */

	ul.pager {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0px;
	}
	
	ul.pager li {
		display: inline;
		padding-left: 5px;
		padding-right: 5px;
	}
	ul.pager li a {
		font-size: 12px;
		color: black;
	}
	ul.pager li a.active {
		font-size: 20px;
	}
	

/* FORM FIELD */

	.field {
		width: 500px;
		margin: 5px auto;
		clear: both;
		height: 20px;
		text-align: center;
	}
	
	.field .label {
		float: left;
		width: 120px;
		text-align: right;
		padding-right: 5px;
		padding-top: 3px;
	}
	
	.field .input {
		float: left;
		width: 375px;
		text-align: left;
	}
	
	.field .input input, .field .input textarea {
		width: 250px;
	}
	
	.field .submit {
		text-align: center;
	}

	.field .submit input {
		width: 125px;
	}
	
	.error {
		text-align: center;
		color: red;
	}



/* LOGIN */

	#login input.openid {
		background: url(/files/img/openid.png) no-repeat;
		background-position: 2px 50%;
		padding-left: 20px;
		width: 230px;
	}


/* COMMENT */

	.comment {
		margin: 15px auto;
		padding: 2px;
	}
	.comment.moderate {
		background: #FFCCCC;
	}
	.comment .who {
		font-weight: bold;
	}
	.comment .when {
		font-style: italic;
	}
	.comment .what {
		padding-top: 5px;
	}

	/* REPLY */
	
		.replyButtons {
			margin-top: 10px;
			font-size: 10px;
		}
		
		.reply input {
			margin-top: 5px; 
			width: 125px;
		}
		
		.reply textarea {
			width: 500px;
			height: 100px;
		}


/* BLOG */
	
	#blog .date {
		margin: 20px auto 20px;
		font-size: 24px;
	}
	
	/* ENTRY */
	
		#blog .entry {
			margin: 0px 60px 20px 60px;
			padding-bottom: 20px;
			border-bottom: 1px solid #999999;
		}
		
		#blog .entry h2 {
			margin: 0px;
		}
		
		#blog .entry .time {
			font-size: 12px;
			font-style: italic;
		}
		
		#blog .entry .text {
			overflow: hidden;
		}
		
	/* FULL ENTRY */
		
		#blog .fullEntry {
			margin: 20px 60px 20px 60px;
			padding-bottom: 20px;
		}
		
		#blog .fullEntry .text {
			overflow: hidden;
		}
		
		#blog .fullEntry .time {
			font-size: 12px;
			font-style: italic;
			margin-bottom: 3px;
		}
		
	/* COMPOSE */
		
		#blog .compose {
			width: 100%;
		}
		
		#blog .compose tr td.left {
			width: 20%;
			text-align: right;
			vertical-align: top;
		}
		
		#blog .compose tr td.right input {
			width: 75%;
		}
		
		#blog .compose tr td.right textarea {
			width: 75%;
			height: 300px;
		}
		
		#blog .compose tr td.colspan {
			text-align: center;
		}
		


/* TODO */
	
	/* LIST */
	
		#todo .list {
			margin: 0px 20px 20px 20px;
		}
		
		#todo .list h2 {
			margin: 0px;
		}
		
		#todo .list .text {
			margin-bottom: 10px;
		}
		
		#todo .list .items {
			padding: 0px 20px;
		}
		
	/* ITEM */
		
		#todo .list .item {
			margin: 10px 0px;
		}
		
		#todo .list .item .delete {
			margin: 2px 0px 0px 5px;
			vertical-align: top;
		}
		
		#todo .list .item .delete :hover {
		}
		
		#todo .list .item label.done {
			text-decoration: line-through;
			font-size: 9px;
		}
		
		#todo .add {
			margin: 10px 0px;
		}
		
		#todo .add input {
			margin-top: 5px; 
			width: 125px;
		}
		
		#todo .add textarea {
			width: 500px;
			height: 35px;
		}
		
/*		#blog .fullEntry {
			margin: 20px 60px 20px 60px;
			padding-bottom: 20px;
		}
		
		#blog .fullEntry .text {
			overflow: hidden;
		}
		
		#blog .fullEntry .time {
			font-size: 12px;
			font-style: italic;
			margin-bottom: 3px;
		}*/
		
	/* COMPOSE */
		
/*		#blog .compose {
			width: 100%;
		}
		
		#blog .compose tr td.left {
			width: 20%;
			text-align: right;
			vertical-align: top;
		}
		
		#blog .compose tr td.right input {
			width: 75%;
		}
		
		#blog .compose tr td.right textarea {
			width: 75%;
			height: 300px;
		}
		
		#blog .compose tr td.colspan {
			text-align: center;
		}
		*/
