html, body {
	margin: 0px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 100%;
}

img {
	border: 0px;
}

img .collection {
	width: 80px;

}

h1 {
	font-family: arial, helvetica, sans-serif; 
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -1px; 
	color: #333;
	border-bottom: 1px dashed #333;
	margin: 0px 0px 16px 0px;
}

h1 a {
	color: #333;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

select {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.header {
	width: 540px;
	border-bottom: 1px dashed #333;
	margin: 0px 0px 16px 0px;
}

.header .title {
	float: left;
	font-family: arial, helvetica, sans-serif; 
	font-weight: 400;
	font-size: 24px;
	letter-spacing: -1px; 
	color: #333;
}

.header .link {
	float: right;
	margin-top: 8px;
}

.subtitle {
	font-family: arial, helvetica, sans-serif; 
	font-weight: 400;
	font-size: 16px;
	letter-spacing: -1px; 
	color: #999;
}

.subtitle a {
	color: #999;
	text-decoration: none;
}

.subtitle a:hover {
	color: #ff3c00;
}

a, #paginator {
	color: #ff3c00;
}

p {
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
	margin-top: 0px;
}

#background {
	position: absolute;
	width: 100%;
	height: 80px;
	z-index: 1;
	left: 0px;
	top: 0px;
}

#main {
	position: relative;
	z-index: 2;
	width: 800px;
	margin: 0px auto;
}

#bigger_main {
	position: relative;
	z-index: 2;
	width: 900px;
	margin: 0px auto;
}

#content {
	margin-top: 25px;
	padding-top: 20px;
	width: 800px;
	background-color: white;
}

#bigger_content {
	margin-top: 25px;
	padding-top: 20px;
	width: 900px;
	background-color: white;
}

#menu {
	position: relative;
	z-index: 3;
	width: 800px;
	height: 45px;
	margin-top: 10px;
}

#left {
	width: 540px;
	float: left;
}

#bigger_left {
	width: 640px;
	float: left;
}

#user {
	position: absolute;
	top: 70px;
	right: -20px;
	text-align: right;
	height: 20px;
	width: 240px;
}

/**
 *	LIST
 */
#list {
	width: 540px;
	float: left;
	background-color: white;
	margin-top: 20px;
}

.list_item {
	width: 540px;
	border-bottom: 1px dashed #ccc;
}

.homepage_item {
	float: left;
	width: 210px;
	margin-bottom: 10px;
}
.sign_item {
	float: left;
	width: 135px;
	margin-bottom: 10px;
}

.info {
	margin-top: 20px;
	float: left;
	font-size: 11px;
	color: #333;
	line-height: 1.5em;
}

.title {
	font-size: 13px;
	font-weight: bold;
	float: left;
}
.title a {
	color: #333;
	text-decoration: none;
}
.title a:hover {
	text-decoration: underline;
}

.date, .grey {
	color: #999;
}

.viewer {
	width: 200px;
	height: 180px;
}

.user_viewer {
	width: 270px;
	height: 240px;
	float: left;
}

.flavourites_viewer {
	width: 165px;
	height: 165px;
	border: 1px dotted #ff6600;
	margin-bottom: 5px;
}

.small_viewer {
	width: 100px;
	height: 80px;
}

.large_viewer {
	width: 340px;
	height: 300px;
}

.homepage_viewer {
	width: 200px;
	height: 200px;
}
.sign_viewer {
	width: 130px;
	height: 130px;
}

.filter_link a {
	color: #333;
	text-decoration: none;
}

.filter_link a:hover {
	text-decoration: underline;
}

/**
 * SIDEBAR
 */
#sidebar {
	float: right;
	width: 240px;
	font-size: 11px;
}

form {
	margin: 0px;
}
