html {
	background-color: #ccc;
}

body {
	font-family: 	verdana;
	color: 			#333;
	background-color: #ccc;
}

#page {
	width: 			675px;
	margin: 		0 auto;
	padding: 		50px;
/* 	background: 	white url(/images/accepting.png) no-repeat right bottom; */
	background-color: white;
}

h1, h2, li {
	clear: 			both;
}

li {
	margin-bottom: 	.5em;
}

/**
 * screenshots
 */
 
.ss {
	float: 			right;
	clear: 			right;
	margin: 		0 0 1em 1em;
}

.ss img {
	border: 			2px #ccc solid;
}


/**
 * tags
 */

.tags {
	font-style: 		italic;
	font-size: 			.95em;
	text-transform: 	lowercase;
}

a.tag{
	color:				black;
	text-decoration: 	none;
}

.tag
{
	background-color: 	#FFFFFF;
	padding: 			1px;
}

.selected
{
	background-color: 	#CCFFCC;
}

.locked
{
	background-color: 	#FFFF99; 
}

/**
 * resume
 */

.datum {
	float: 			right;
}
#resume h3 {
	text-transform: uppercase;	
}
#resume h4 a {
	color: 			#000000;
	text-decoration: none;
	border-bottom: 	dotted 1px #CCCCCC;
}
#resume h4 a:hover {
	color: 			#666666;
	text-decoration: none;
	border-bottom: 	dotted 1px #CCCCCC;
}

#resume p {
	margin-left: 	1em;
}