body {

	background-color: black;
	color: #aaa;
	font-family: Garamond, Georgia, Times;

}

/* | work list style : just something simple to get us started | */

h1 {

	text-transform: capitalize;

	font-size: 10pt;

	font-variant: small-caps;

	text-align: center;

}

a {
    color: #999;
}

ul {

	font-size: 8pt;

	font-family: arial, helvetica, sans-serif;

	list-style: none;
	padding-left: 1em;

	width: 50%;
	margin: 0 auto;

}

ul li {

	margin: 0.5em;
	padding: 0.5em;
	
	border: 1px solid;
	
	text-transform: capitalize;

}

ul li a {
    display: block;
    width: 100%;
}

ul li:hover {

	border-style: dotted;

}


ul li.completed {

	color: black;

	text-decoration: none;
	border-color: #4364aa;
	background-color: #032067;
	
}

ul li.completed span {
	color: white;
	text-decoration: none;
	text-transform: none;
}

ul li.pending {

	border-width: 2px;

	background-color: #4364aa;

	color: white;

	text-transform:  uppercase;
	border-color: white;


}

ul li.todo {

	background-color: black;

	color: #111111;

	border-color: #131313;

}

ul li.todo a {
	color: #131313;
}

ul li ul {

	border: 1px;
	width: 100%;
	margin: 0;
	list-style: square;
}

ul li ul li {

	border: 0;

}

/* theming */
