/* Basic and print stylesheet, based off of Filament Group's concept */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
	color:#425063;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

header.banner {
	margin-bottom:27px;
}

/* Links */
a {
	color:#5671af;
}
a:hover,
a:focus {
	color:#5671af;
}
a * {
	border:0;
}
a.tooltiptrigger { border-bottom: 1px dashed #777; cursor: help; }

/* Forms */
label, input.text, textarea {
	display:block;
}
	
span.required { color: red;}
input.text, textarea {
	margin-bottom: 1.25em;
	margin-top:.3em;
}

.printonly {
	display:none !important;
}

/* Print-only styles */
@media print {
	.printonly {
		display:block !important;
	}
	#accounttools, #mainnav, #metacontrols, .pagination, ul.item-actions, .item-meta, .backlink, a.showcontent, #addcomment, .item-seller-actions {
		display:none !important;
	}
	#container {
		width:auto !important;
		margin:25px;
	}
	.item-get-item label,
	#accordion ul label {
		display:inline;
	}
	.item-get-item input.button {
		display:block;
	}
	article {
		margin-bottom:1em;
	}
	#accordion ul {
		list-style-type:none;
	}
	#sidebar {
		border-top:1px solid #ccc;
		padding-top:25px;
		margin-top:25px;
	}
}