html{
	width: 100%;
	height: 100%;
}
body{
	width: 600px;
	margin: auto;
	/*margin-top: 50px;*/
	position: relative;
	font-family: arial;
	background-color: #ffffff;
	background-image: url(gradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	letter-spacing: .03em;
	line-height: 1.4em;
	color: #333333;
	padding-bottom: 20px;
}

h1{
	/*position: absolute;
	top: 0px;*/
	font-weight: normal;
	font-size: 140px;
	/*margin: 0px;*/
	margin-top: 70px;
	padding: 0px;
	z-index: -1;
	color: #C9C9C9;
	letter-spacing: .05em;
	/*display: inline;*/
	text-align: center;
}
h2{
	padding-left: 20px;
}
p{
	margin-left: 3em;
}
a{
	text-decoration: none;
	color: #0000ff;
}
a:hover{
	text-decoration: underline;
}
a:active{
	border: none;
}
fieldset{
	border: none;
}
.listitem{
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted gray;
	
}
.listitemtitle{
	font-size: 1.05em;
	display: block;
}
.listitemtitle:hover{
}
.listitemdesc{
	display: block;
	padding-left: 10px;
}
.itemadminactions{
	float: right;
	font-size: 15px;
}
.itemadminactions a{
	color: gray;
	padding-right: 5px;
}
#loginlink{
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: white;
}
#loginlink:hover{
	border: none;
	text-decoration: none;
}
#adminbox{
	margin-top: 0px;
	display: block;
	border-bottom: 1px gray dashed;
	border-top: 1px gray dashed;
	margin-bottom: 20px;
}
#adminbox a{
}
#adminbox a:hover{
}
#logoutlink{
	position: absolute;
	right: 0px;
}

#wannasee{
	float: right;
	font-size: .9em;
}

#somethingcool, fieldset, #confirmdelete{
	margin: 20px;
	position: relative;
	border: gray 1px dashed;
	padding: 10px;
	background-color: #EDEDED;
}

fieldset{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#closecool{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: .8em;
}
#closecool:hover{
	text-decoration: none;
}


/*
label{
	font-size: .9em;
	display: block;
	padding: 0px;
	margin: 0px;
}

#name, #url, #comments{
	margin: 0;
	display: block;
	width: 100%;

}

#submit{
	float: right;
	border: gray 1px solid;
	background-color: #gray;
	font-size: 1.2em;
	color: #5C5C5C;
}
*/


