@charset "utf-8";
@import url('_reset.css');
/*
§* Global *§
html {
	background-color: #BB0000;
	height: 100%;
}
body {
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 1em 1.5em;
	min-height: 90%;
	max-width: 1000px;
	-webkit-box-shadow: 0px 0px 20px 2px #000000;
	box-shadow: 0px 0px 20px 2px #000000;
}
body, textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	text-decoration: underline;
}
h2 {
	font-size: 175%;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
h2, h2 a, h2 a:visited, h2 a:hover, h2 a:active {
	color: #CC0000;
}
h3 {
	margin: 1.5em 0 0.75em;
	font-weight: bold;
}
h3:first-of-type {
	margin-top: 0.75em;
}

§* Links *§
a, a:visited {
	text-decoration: none;
	color: #880000;
}
a:hover, a:active {
	color: #FFBB00;
}

§* Messages *§
.notice, .success, .error, .criticalerror {
	padding: 0.35em 0.5em;
	margin: 0.5em 0;
	line-height: 1.35;
}
.notice {
	background-color: #FFEE88;
	border: 2px solid #998800;
}
.success {
	background: #BFEDB4;
	border: 2px solid #167400;
}
.error {
	background: #FF9D9E;
	border: 2px solid #840001;
}
.error a, .error a:visited {
	color: #0034FF;
}
.error a:hover, .error a:active {
	color: #E9EEFF;
}
.criticalerror {
	background-color: #FF4C4E;
	border: 2px solid #490000;
}

§* User list, Item list, Dibs *§
.userlist li, .itemlist tr {
	border-bottom: 1px solid #CCC;
	line-height: 1.35;
}
.userlist li:first-of-type, .itemlist tr:first-of-type {
	border-top: 1px solid #CCC;
}
.userlist li:nth-of-type(2n-1), .itemlist tr:nth-of-type(2n-1) {
	background: #EEE;
}
.userlist li:hover, .itemlist tr:hover {
	background: #550000;
}
.userlist li a, .itemlist td a {
	display: block;
	padding: 0.2em 0.5em;
}
.userlist .yourself {
	font-weight: bold;
}
.userlist .noitemsfamily span, .userlist .noitemsothers span {
	display: inline-block;
	margin-left: 1em;
	font-size: 70%;
	font-style: italic;
	color: #999;
}
.userlist .noitemsothers a {
	color: #999;
}
.itemlist {
	width: 100%;
}
.itemlist tr.dibscalled {
	background-color: #D0D0E0;
	border-bottom: 1px solid #AAC;
}
.itemlist tr.dibscalled:hover {
	background-color: #222266;
}
.itemlist tr.dibscalled a, .itemlist tr.dibscalled a:visited {
	color: #222266;
}
.itemlist td.edit, .itemlist td.remove, .itemlist td.dibs {
	font-size: 90%;
}
.itemlist td.edit {
	width: 3.5em;
}
.itemlist td.remove {
	width: 4.5em;
}
.itemlist td.dibs {
	width: 7em;
}
.itemlist tr:hover, .itemlist tr:hover a {
	color: #C99B9B;
}
.itemlist tr.dibscalled:hover, .itemlist tr.dibscalled:hover a {
	color: #D4D4DC;
}
.itemlist tr td a:hover, .itemlist tr td a:active, .itemlist tr.dibscalled td a:hover, .itemlist tr.dibscalled td a:active {
	color: #FFBB00;
}
.itemlist .whoseitem {
	width: 5em;
}
.itemlist tr.emptylist, .itemlist tr.emptylist td {
	background: none;
	border: none;
}
.itemlist tr.emptylist td {
	padding: 0.25em 0;
	color: #999;
	font-style: italic;
}
.itemlist th {
	text-align: left;
	padding: 0.45em 0.55em;
	background-color: #222266;
	color: #D4D4DC;
	font-weight: bold;
	font-size: 90.9%;
}
.addnewitem {
	font-size: 100%;
	font-weight: bold;
	padding: 0.25em 0.5em;
	margin-bottom: 0.75em;
}
.dibssort {
	margin-top: 1em;
	line-height: 1.8;
	font-weight: bold;
}

§* Item *§
h3.itemtitle {
	margin-top: 0.5em;
	font-size: 150%;
	line-height: 1.2;
}
.urlslist {
	list-style: square inside;
	font-weight: bold;
	line-height: 1.5;
	margin: 0.5em 0;
}
.description {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 0 0.5em;
	margin-top: 1em;
}
.description p {
	font-size: 90%;
	line-height: 1.35;
	margin: 0.5em 0;
	color: #444;
}
h4 {
	margin: 1em 0 0.5em;
	font-weight: bold;
}
.comment h5 {
	font-weight: bold;
	margin-bottom: 0.2em;
	color: #777;
}
.comment {
	font-size: 90%;
	padding: 0.5em;
	border-top: 1px dashed #CCC;
	background: #f8f8f8;
}
.comment:last-of-type {
	border-bottom: 1px dashed #CCC;
}
.comment p {
	margin-bottom: 0.5em;
}
.comment p:last-of-type {
	margin: 0;
}

§* Item form *§
#itemform p {
	margin: 1em 0;
	font-size: 96%;
	line-height: 1.2;
	color: #777;
}
#itemform #title, #itemform textarea {
	background: #F3F3F3;
	border: 1px solid #AAA;
	width: 100%;
	margin-top: 0.5em;
	box-sizing: border-box;
}
#itemform #title {
	font-size: 104.17%;
	padding: 0.2em 0.48em;
}
#itemform textarea {
	font-size: 90%;
	padding: 0.3em 0.5em;
}
.cancel {
	margin-left: 1em;
	font-size: 90%;
}

§* Small forms *§
.smallform label {
	width: 7em;
	display: inline-block;
	margin-right: 0.5em;
	font-size: 95%;
	text-align: right;
	line-height: 2;
}
.smallform input {
	max-width: 10em;
}
#passwordform #name {
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 0.5em;
}
#changeuser {
	max-width: 17.5em;
	color: #AAA;
	font-size: 90%;
	line-height: 1.3;
	font-style: italic;
	margin-bottom: 0.5em;
}
#forgotform label {
	width: 3em;
}
#forgotform button {
	margin-top: 0.3em;
}
#forgot {
	font-size: 75%;
}
#passwordform .longsubmit {
	width: 4.25em;
}

§* Navigation *§
nav {
	margin-top: 1em;
	font-size: 95%;
}
nav ul {
	padding: 0.75em 0;
	border-top: 2px solid #DDD;
}
nav li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #CCC;
}
nav li:first-of-type {
	padding-left: 0;
}
nav li:last-of-type {
	padding-right: 0;
	border-right: none;
}
nav .loggedin {
	color: #666;
}

§* Media queries *§
@media only screen and (min-width: 351px) and (max-width: 650px) {
	nav ul.itemnav li {
		display: list-item;
		padding: 0 0 0.5em;
		border-right: none;
		line-height: 1.5;
	}
	nav ul.itemnav li:last-of-type {
		padding-bottom: 0;
	}
	.urlslist {
		line-height: 2;
	}
}
@media only screen and (max-width: 350px) {
	nav li {
		display: list-item;
		padding: 0 0 0.5em;
		border-right: none;
		line-height: 1.5;
	}
	nav li:last-of-type {
		padding-bottom: 0;
	}
	.urlslist {
		line-height: 2;
	}
	#forgot {
		margin-left: 10em;
	}
}
*/