body {
	font:12px/1.5em "Helvetica", Arial, Verdana, sans-serif;
	background:#222;
	color:#aaa;
	}
	
/* ===================
	MAIN DIVs
=================== */

#top {
	background-color: black;
	}

#bottom {
	padding:30px 0 0 0;
	}

.wrapper {
	width:784px;
	margin:0 auto;
	position: relative;
	}
	
#head {
	height:120px;
	}
	
#splash {
	height:300px;
	background: url("../i/splash-5.jpg") no-repeat;
	}

#feet {
	padding:100px 0 30px 0;
	float:left;
	}

/* ===================
	GENERAL
=================== */

a {
	color:white;
	}

p {
	margin:10px 0;
	}

br {
	clear:both;
	}

/* ===================
	TITLES
=================== */

h1 {
	position:absolute;
	top:20px;
	left:0;
	}

h1 a {
	display: block;
	width:156px;
	height: 84px;
	background: url("../i/h1.gif") no-repeat;
	text-indent: -3000px;
	}

h2, h3 {
	font-size: 18px;
	margin-top:20px;
	color:#fff;
	}

h4 {
	font-size: 14px;
	margin-top:10px;
	color:#fff;
}

#column h4 {
	padding:20px 0 0 0;
	}

/* ===================
	SPECIFIC DIVs
=================== */

#head ul {
	position:absolute;
	top:50px;
	right:0;
	}

#head ul li {
	float:left;
	}

#head ul li a {
	display: block;
	padding: 5px 15px;
	color:white;
	}

#head ul li a:hover {
	background: #333;
	}

#main {
	float:left;
	width:55%;
	}

#splash ul {
	height:40px;
	width:784px;
	position:absolute;
	bottom:0;
	background: url("../i/splashLink.gif") repeat-x;
	}

#splash ul li {
	float: left;
	text-align: center;
	font-size: 14px;
	}

#splash a {
	display:block;
	height:40px;
	line-height: 40px;
	border-right:1px solid #999;
	padding:0 20px;
	color:#333;
	}

#splash a:hover {
	color:#fff;
	background-image:none;
	background-color: #333;
	}

#movies {
	padding: 20px 0;
	}

#movies a.img, #movies img {
	display: block;
	width:184px;
	height:122px;
	}

#movies a.img {
	float:left;
	height:142px;
	margin:0 10px 10px 0;
	}

#column {
	float:right;
	width:36%;
	}

#column ol {
	padding:10px 0 0 0;
	}

#column ol li{
	margin:0 0 10px 0;
	}

#tag_list {
	background-color:transparent;
}

#tag_list {
	color:#FFF;
}

#name_field {
	margin-left:10px;
}

#file_upload {
	padding-left:53px;
}

#file_field {
	margin-left:8px;
}

#new_tag {
	margin-left:11px;
}

#tags {
	padding-left:29px;
}

#tag_input {
	padding-left:46px;
}

#file_instructions {
	font-size:8pt;
	padding-left:51px;
}

#tag_instructions {
	font-size:8pt;
	padding-left:32px;
}

#share_button {
	margin-left:260px;
	margin-top:4px;
}

#flash {
	float:left;
	padding-top:10px;
}

#order {
	float:left;
}

.upload {
	float:left;
	border:1px solid #BBB;
	padding:5px;
}

.upload div {
	padding:5px;
}

.flickr {
	padding:10px 0 0 0;
	height:50%;
	}

.flickr a {
	display: block;
	float: left;
	border:5px solid #333;
	}

.flickr a, .flickr img {
	width:80px;
	height:80px;
	}

.flickr a:hover {
	border:5px solid #999;
	}

.flickr a.text {
	clear: left;
	float:none;
	border:none;
	height: 25px;
	width:auto;
	line-height: 25px;
	}

.gallery {
	padding:10px 0 0 28px;
	}

.gallery a {
	display: block;
	float: left;
	border:5px solid #333;
	}

.gallery a, .gallery img {
	width:80px;
	height:80px;
	}

.gallery a:hover {
	border:5px solid #999;
	}

.gallery a.text {
	clear: left;
	float:none;
	border:none;
	height: 25px;
	width:auto;
	line-height: 25px;
	}

a.top {
	display: block;
	line-height: 14px;
	padding:0 0 0 13px;
	background: url("../i/arrow.gif") no-repeat;
	}

ul.text {
	margin:10px 0;
	}

ul.text a {
	text-decoration: underline;
	}



