@font-face {
	font-family: 'Tagster';
	src: url('fonts/tagster-webfont.eot');
	src: local('☺'), url('fonts/tagster-webfont.woff') format('woff'), url('fonts/tagster-webfont.ttf') format('truetype'), url('fonts/tagster-webfont.svg#webfont6o0nkE55') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: sans-serif;
	/*background-image:url('images/bricktile_small.jpg');*/
	/*background-image:url('images/tileconcrete.jpg');*/
	/*background-image:url('images/tileasphalt.jpg');*/
	background-image:url('images/tileplaster.jpg');
}

.pageheaderpanel {
	position: relative;
	color: #77f;
	margin: 15px 0px 0px 8px;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	/*
	-moz-transform:rotate(-1deg);
	-webkit-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 800px;
}

.tagfont {
	font-family: 'Tagster';
}

.pageheader {
	font-weight: normal;
	font-size: 5em;
	margin: 0px;
}

#freshstamp {
	position: absolute;
	display: table;
	right: 135px;
	top: 20px;
	color: yellow;

	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;

	border: 2px dotted yellow;
	width: 65px;
	height: 65px;

	-moz-transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	-o-transform:rotate(-10deg);
	-ms-transform:rotate(-10deg);
}

#freshstamp div {
	padding-top: 0.05em;
	display: table-cell;
	vertical-align: middle;
	line-height: 0.9em;
	font-size: 22px;
}

#rsslink {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#emaillink {
	position: absolute;
	right: 42px;
	bottom: 5px;
}

#rsslink img, #emaillink img {
	display: block;
	border: 0;
	padding: 0;
}

#pageintro {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	color: white;
	max-width: 700px;
	font-size: 0.8em;
}

a {
	color: #7f7fff;
	text-decoration: none;
}

a:hover {
	color: #ffff7f;
}

#faqbody {
	margin-left: 2em;
	max-width: 600px;
	color: black;
}

#faqbody a {
	color: #000077;
	text-decoration: none;
	font-weight: bold;
}

#faqbody a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.faqq {
	font-weight: bold;
	margin-top: 2ex;
}

.faqa {
	margin-left: 2em;
}

.fineprint {
	font-size: 0.8em;
	font-weight: bold;
}

.subheader {
	display: block;
	font-size: 2em;
	margin: 0px;
	padding-bottom: 10px;
}

div.imageholder {
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.imageholder a:hover img {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 2px solid #dd0;
	padding: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

div.imageholder a img {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 0px;
	padding: 2px;
}

#imagesection {
	text-align: center;
	max-width: 800px;
}

div.belowimage {
	margin-left: 5px;
	font-size: 0.8em;
	/*font-weight: bold;*/
	min-width: 200px;
}

div.infobox, div.infobox2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*border: 2px solid #dddddd;*/
	background: rgba(0,0,0,0.6);
	padding: 10px;
	color: white;
}

div.infobox2 {
	border: 1px solid #aaa;
}

.tags {
	margin-top: 10px;
	max-width: 800px;
	font-size: 0.9em;
	/*font-weight: bold;*/
	min-height: 5ex;
}

#controls {
	float: right;
	margin-right: -10px;
	margin-top: -10px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top: 0px;
	border-right: 0px;
}

span.activesearchtag {
	color: #ffff7f;
}

.nonvis {
	visibility:hidden;
}

.imagetitle {
	font-size: 1.2em;
	font-weight: bold;
}

.imagedesc {
	font-style: italic;
}

.thinp {
	margin: 5px;
}

.adhoriz {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 800px;
	text-align: center;
}

.adright {
	float: right;
}

.faqnav {
	margin-top: 10px;
	max-width: 800px;
}

