@charset "utf-8";

/* Common styles */

body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 10px 20px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img.button {
	padding: 3px 5px 4px 5px;
	vertical-align: middle;
}

img {
	border: 0;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px;
	letter-spacing: 4px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 10px;
}

p {
	margin: 0;
}

.inline {
	display: inline;	
}

.clearer {
	clear: both;
}

.margin {
	margin: 10px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.box {
	opacity: 0.6;
	filter:alpha(opacity:60);
	padding: 5px;
	margin: 0;
	background-color: #333;
	color: #fff;
}

.label {
	position: absolute;
	top: 12px;
	left: 12px;
	opacity: 0.8;
	filter:alpha(opacity:80);
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#comment {
	margin: 0 10px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 2px;
}

#navigation {
	padding: 10px;
}

#content {
	margin: 10px 20px;
}

#footer {
	font-size: 0.8em;
	padding: 5px;
}

.thumb-container {
	position: relative;
	padding: 8px;
	cursor: pointer;
}