/* @override http://www.wornrelics.com/styles/screen.css */

/* @override http://localhost/styles/screen.css */

	body {
	font-size: 10.5pt;
	font-family: Times, serif;
}

a {
	color: #000;
	text-decoration: none;
}

.errors {
	color: red;
}

#error {
	margin-left: 26px;
}

	#error h3 {
		font-family: "Bodoni SvtyTwo ITC TT";
		font-size: 42pt;
		margin-top: 26px;	
		margin-bottom: 16px;	
	}

h1 {
	position: absolute;
	margin-top: 38px;
	
	left: 2px;
}

	h1 div {
		float: left;
		margin-right: 14px;
	}
	
	h1 div.worn {
		background-color: #cdcdcd;
	}

	h1 div.underscore {
		position: relative;
		top: 11px;
	}

	h1 div.title {
		position: relative;
		top: 14px;
	}

		h1 div.worn:hover {
			background-color: #66ccff;
		}
	
	h1 input.search {
		position: relative;
		bottom: 20px;
		width:  490px;
		font: 52pt "Bodoni SvtyTwo ITC TT";
		padding: 0 15px;
	}
		
/* Groups */
#groups {
	background-color: #fff;
	opacity: 0.8;
	position: absolute;
	
	right: 0px; ;
	padding-right: 100px;
	padding-left: 2px;
}

	#groups li {
		font-size: 11.5pt;
		margin-top: 5px;
	}

	#groups a abbr {
		color: #fff;
	}
	
	#groups a:hover abbr {
		color: #000;
	}
	
	#groups a:visited abbr {
		color: #000;
	}
	
		#groups a:visited abbr.no_history {
			color: #fff;
		}
		
			#groups a:visited:hover abbr.no_history {
				color: #000;
			}

#menu {
	position: absolute;
	
	top: 158px;
}

	#menu li img {
		margin-left: 2px;
		background-color: #cdcdcd;
	}
	
	#menu li img.active {
		background-color: #66ccff;
	}
	
		#menu li img:hover {
			background-color: #66ccff;
		}
	
	#menu #update_profile {
		margin-top: 5px;
	}
	
	#menu #get_a_label {
		margin-top: 38px;
	}
	
	#menu #events_publications {
		margin-top: 8px;
	}
	
	#menu #designers {
		margin-top: 50px;
	}
	
	#menu #newsletter {
		margin-top: 69px;
	}
	
	#menu #contact {
		margin-top: 8px;
	}
	
#news {
	position: absolute;
	
	left: 800px;
	top: 100px;
}	
	
#description {
	font-size: 16pt;
	position: absolute;
	top: 156px;
	left: 298px;
	
	color: #686868;
	
	width: 510px;
	line-height: 29px;
}

sup {
	position: relative;
	bottom: 7px;
}