@import "css/reset.css";

body {
	background-color: #AAA; /*#666 in 2009 */
	font-family: Futura, 'Century Gothic', 'Apple Gothic', sans-serif;
	color: #333; /* #BBB in 2009 */
	font-size: 75%;
}

.container {
	width: 1010px;
	margin: 0 auto;
}

#main {
	width: 962px;
	float: left;
	padding: 0 24px 52px;
}

#image, #albums {
	float: left;
}

#padbox {
	float: left;
}

/* Home Page */
.index #gallerytitle {
	height: 17px;
}

#index-title {
	color: #000 !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	height: 626px;
}

.index #image a {
	text-decoration: none;
}

h1.title-text {
	position: absolute;
	left: -999em;
}

#index-title h2 {
	margin: 1em 0.75em;
	font-size: 1.2em;
}

#index-title h3 {
	margin: 0 0 0 0.75em;
	font-size: 1.1em;
}

/* Navigation */
#gallerytitle {
	padding: 10px 0 16px;
	float: left;
	width: 960px;
}

.homenav, .imgprevious, .appendix {
	float: left;
}

.album-menu, .album-menu ul {
	float: right;
}

.album-menu h3 {
	float: left;
	display: block;
	margin-right: 8px;
}

.album-menu ul li {
	float: left;
	margin-right: 8px;
}

.homenav span a {
	text-transform: uppercase;
	color: #222;
	text-decoration: none;
}

.imgnav, .imgnext {
	float: right;
}

.imgprevious, .imgnext {
	padding: 0 4px;
}

.index .homenav {
	float: right;
}

.appendix {
	margin-right: 24px;
}

/* Thumbnail Appendix */
#about {
	padding: 10px 120px 10px 10px;
	width: 832px;
	margin: 8px 0;
	display: none;
	float: left;
	background: #F2F2F2 url(../images/lcf-logo-larger.jpg) 800px 12px no-repeat;
	color: #444;
}

#images {
	float: left;
	width: 960px;
}

.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 0 0;
	line-height: 0px;
}

#images .image {
	float: left;
	width: 192px;
}

.imagethumb, .imagetitle {
	float: left;
}

.imagetitle {
	margin: 0 0 9px 9px;
}

.image-title, .homenav span a {
	background-color: #000;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.homenav span {
	margin-right: 8px;
}

.homenav span a {
	padding-top: 20px;
}

/* IMAGE */
.image-title {
	position: absolute;
}

.image-title a, .image-title a:hover, .image-title a:visited {
	color: #FFF;
	text-decoration: none;
} 

div.image-title-inner {
	position: absolute;
}

div.image-number-inner {
	margin: 0 0 0 55px;
}

/* LINKS */
a, a:link, a:focus, a:hover {
	color: #333;
}

/* random */
#rsslink {
	display: none;
}

/* Image Credit */
#credit {
	font-size: 0.95em;
	display: none;
	color: #000;
	background: url(../images/overlay50.png) top left repeat;
	position: absolute;
	padding: 8px;
	bottom: 0;
	left: 0;
	text-align: left;
}

#credit a {
	color: #000;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
    z-index: 2;
}
#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}
#admin h3{
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}
#admin h3:hover { color: #86a1b6; }
