@import "reset.css";

/* BASE */

* {
	font-family: Tahoma, Geneva, sans-serif;
}

html {
	background: #fff url('../img/bg.jpg') repeat-x top left;
}

div, img {
	position: relative;
}

/*#a {
	height: 50px;
	width: 800px;
	text-align: center;
	z-index: 20;
}

#a ul {
	position: fixed;
	width: 100%;
}

#a ul li a {
	float: left;
	display: block;
	margin: 0 22px;
}*/

#c {
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 20;
}

.tags {
	position: fixed;
	margin: 0 auto;
	width: 500px;
	font-size: 11px;
	text-transform: uppercase;
	color: #e9e6db;
	text-shadow: 0 1px 2px #625c48;
}

.tags a {
	color: #e9e6db;
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px;
	font-size: 13px;
}

.tags a.selected, .tags a:hover {
	color: #fff;
}

.tags a.selected {
	color: #333;
	font-weight: bold;
	background: #d7d2c3;
	text-shadow: none;
}

#app-cont, #drw-cont, #art-cont, #vid-cont, #mus-cont, #app-cont-tags, #drw-cont-tags, #art-cont-tags, #vid-cont-tags, #mus-cont-tags, .music, .people, .manmade, .abstract {
	display: none;
}

#b {
	z-index: 10;
}

#b table {
	margin-top: 90px;
	height: 425px;
	padding: 0 10px;
	display: inline-block;
	color: #777;
}

#b table tr td {
	padding: 22px 100px;
}

.desc {
	width: 200px;
	margin-top: 20px;
}

.desc h1 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #555;
}

.desc h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #b0b0b0;
}

.desc p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
}

strong {
	font-weight: bold;
}

a.home {
	cursor: pointer;
	position: fixed;
	top: 20px;
	right: 20px;
	width: 234px;
	height: 34px;
	background: url('../img/marklancaster.png') no-repeat top left;
	text-indent: -999em;
	z-index: 100;
}

/* BETTER SHADOWS */

.drop-shadow {
	position: relative;
	padding: 2.5em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}

.drop-shadow p {
	font-size: 16px;
	font-weight: bold;
}

/* Curved shadows */

.curved:before {
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 50%;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7);
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	-moz-border-radius: 10px / 100px;
	border-radius: 10px / 100px;
}

.curved-vt-2:before {
	right: 0;
}

#d {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 20;
	color: #e9e6db;
}

/* HIGHLIGHTS */

#highlights {
	position: fixed;
	top: -300px;
	left: 240px;
	z-index: 50;
	width: 2000px;
}

#highlights div {
	float: left;
	margin-left: -680px;
	display: block;
	width: 1200px;
	height: 510px;
	background: url('../img/highlight.png') no-repeat top left;
}

/* CLEAR FIX */

.clear {
	clear: both;
	height: 0px;
}

.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
