@import url(tripoli.css);

/* 
	bg:		222
	cbg:	28282a
	
	brown:	756d63
	dbrown:	3b3c3e
	
	white:	e5e9ec
	dwhite:	939598
	
	light:	c8c5ca, b8b5ba
*/

html {
	color: #757070;
	background: #222;
	
	font-family: 'lucida grande','lucida sans unicode','trebuchet ms',helvetica,verdana,arial,sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
}


#page {
	width: 900px;
	margin: 0 auto;
}

#header,
#content,
#footer {
	width: 850px;
	margin: 0 0 0 25px;
	
	background: #28282a;
}


#header {
	float: left;

	padding: 25px 0;
}


#logo {
	float: left;

	margin: 0 2px 0 0;
	padding: 2px 0 0;
	width: 323px;

	border-bottom: 2px solid #3b3c3e;
	background: transparent url(img/logomark.png) no-repeat 25px top;
}
	#logo * {
		margin: 0 0 0 60px;
	}

	#logo h1 {
		border: 0;
	}
		#logo h1 a {
			display: block;
			
			margin: 0;
			width: 185px;
			height: 17px;
			
			text-indent: -999em;
			background: transparent url(img/logotype.png) no-repeat;
		}
	
	#logo h2 {
		padding: 1px 0;
		color: #756d63;
		font-size: 1em;
		line-height: 1em;
		font-weight: normal;
		letter-spacing: .15em;
		text-align: left;
		text-transform: uppercase;
		text-decoration: none;
	}


#nav {
	float: right;
	
	margin: 19px 0 0; /* #logo margin + logotype margin */
	width: 525px;
	border-bottom: 0 solid #3b3c3e;
}
	#nav li {
		display: block;
		float: left;

		margin: 0 2px 0 0;
		width: 123px;
	}
		#nav li.last {
			margin: 0;
			padding: 1px 0;
			width: 25px;

			line-height: 1em;
			border-bottom: 2px solid #3b3c3e;
		}

		#nav a {
			display: block;
			
			padding: 1px 0;

			color: #756D63;
			line-height: 1em;
			letter-spacing: .08em;
			text-decoration: none;
			text-transform: uppercase;
			border-bottom: 2px solid #3b3c3e;
		}
			#nav a.selected,
			#nav a:hover {
				color: #e5e9ec;
				border-bottom: 2px solid #939598;
			}


#content {
	float: left;
}
	.col-small {
		float: left;

		padding: 0 25px;
		width: 250px;
	}

	.col-large {
		float: left;
		padding: 0 0 25px 25px;
		width: 525px;
	}


.showcase {
}
	.showcase-frame {
		width: 850px;
		height: 355px;
		
		overflow: hidden;
	}
		.showcase.photo .showcase-frame {
			height: 620px;
			text-align: center;
		}
	
	.showcase-items {
		width: 20000px;
	}
		.showcase.photo .showcase-items {
			width: 850px;
		}

	.showcase-item {
		float: left;

		padding: 20px 25px 0 25px;
		width: 800px;
		height: 345px;
	}
		.showcase.photo .showcase-item {
			width: 850px;
			height: 620px;
			padding: 0;
		}

	.showcase-cover {
		float: left;
		width: 260px;
	}
	
	.showcase-heading {
		float: left;

		width: 400px;
	}
		.showcase-heading h2,
		.showcase-heading h3 {
			color: #28282a;
			text-align: left;
		}
		
		.showcase-heading h3 {
			margin: .25em 0 0;
			font-size: 1.5em;
		}
	
	.showcase-text {
		float: left;
		
		margin: 25px 0 0;
		width: 400px;
		
		color: #28282a;
	}


#featured {
	margin-left: -25px;
	width: 850px;

	background: #e5e9ec;
	border: 25px solid #e5e9ec;
}
	#featured.front {
		text-align: center;
	}

	#featured .bottom {
		clear: both;
	}
	
	.showcase .arw-l,
	.showcase .arw-r {
		margin-top: 137px;
	}

	.showcase.photo .arw-l,
	.showcase.photo .arw-r {
		margin-top: 250px;
	}


.photo-metadata {
	width: 300px;
	margin-left: 275px;
	text-align: left;
}
	.showcase.photo .showcase-item:hover .photo-metadata p {
		display: block;
	}

	.photo-metadata h1 {
		padding: 5px;
		color: #222;
		background: #c5c9cc;
		border: none;
	}

	.photo-metadata p {
		display: none;
		margin: 0;
		padding: 0;
	}
		.photo-metadata p.description {
			padding: 5px;
			background: #d5d9dc;
		}

	.photo-metadata .keywords {

	}

	#content .photo-metadata .keywords a {
		margin: 0 2px 0 0;
		padding: 2px 4px;
		color: #222;
		background: #d5d9dc;
	}

#photo-slide {
	float: left;
	width: 800px;
	padding: 25px;
	text-align: center;
}
	#photo-slide .photo {
		float: left;
		margin: 0 2px 4px 2px;
		width: 154px;
		height: 154px;
		background: #555;
		border: 1px solid #666;
	}
		#photo-slide .photo.selected {
			position: relative;
			top: -2px;
			margin-bottom: 0;
			background: #d5d9dc;
			border-top: 3px solid #e5e9ec;
			border-bottom: 3px solid #e5e9ec;
			border-left: 1px solid #e5e9ec;
			border-right: 1px solid #e5e9ec;
		}

#galleries {
	margin-left: -25px;
	margin-right: -2px;
	width: 852px;

	background: #e5e9ec;
	border: 25px solid #e5e9ec;
}
	#galleries .gallery {
		float: left;
		margin: 0 1px 1px 0;
		width: 283px;
		height: 186px;
	}
		#galleries .gallery h3 {
			position: absolute;
			padding: 2px 4px;
			color: #222;
			background: #e5e9ec;
		}

a.arw-l,
a.arw-r {
	position: absolute;
	display: block;

	margin-top: 250px;
	margin-left: -55px;
	width: 48px;
	height: 62px;

	background: transparent url(img/arw-l-bg.png) no-repeat;
}

a.arw-r {
	margin-left: 857px;
	background: transparent url(img/arw-r-bg.png) no-repeat;
}

a.arw-l em,
a.arw-r em {
	display: block;
	position: relative;
	top: 13px;
	left: 11px;

	width: 37px;
	height: 37px;

	text-indent: -999em;
	background: transparent url(img/arw-l.png) no-repeat center center;
}
	a.arw-l em.loading,
	a.arw-r em.loading {
		background: transparent url(img/loading.gif) no-repeat center center;
	}

a.arw-r em {
	left: 0;
	background: transparent url(img/arw-r.png) no-repeat center center;
}

address {

}

.clear {
	clear: both;
}

.photo {
	
}

.heading {
	float: left;

	margin: 2.5em 0 2em;
}
	.heading h1 {
		float: left;

		margin-bottom: -2px;
		width: 498px;
	}
	
	#content .heading a {
		display: block;
		float: right;
		
		width: 25px;
		
		color: #28282a;
		font-size: 1.15em;
		line-height: 1em;
		letter-spacing: .05em;
		text-decoration: none;
		text-align: center;
		border-bottom: 2px solid #3b3c3e;
	}
		#content .heading a:hover,
		#content .heading:hover a {
			color: #756d63;
		}

.col-small .heading {
	margin-left: -25px;
	margin-bottom: 2.3em;
}
	.col-small .heading h1 {
		padding-left: 25px;
		width: 298px;
		
		color: #756d63;
		border-bottom: 2px solid #3b3c3e;
	}
	
	.col-small ul {
		float: left;
		
		margin: 0 0 1.5em 0;
		width: 250px;
	}
		.col-small ul li {
			margin: 0 0 2px;
		}
			#content .col-small ul li a {
				display: block;
				padding: 4px;
				width: 250px;
				
				color: #939598;
				text-decoration: none;
			}
				.col-small ul li a:hover {
					background: #3b3c3e;
				}

				#content .col-small ul li.selected a {
					background: #c8c5ca;
					color: #333;
				}


h1, h2, h3 {
	color: #e5e9ec;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 1.15em;
	line-height: 1em;
	letter-spacing: .05em;
	border-bottom: 2px solid #939598;
}

h2 {
	margin: 1.5em 0 0;

	font-size: .9em;
	letter-spacing: .1em;
	text-align: center;
	text-decoration: underline;
}

h3 {
	margin: 0 0 .4em;

	font-size: 1.15em;
	text-align: center;
}

#content a {
	color: #e5e9ec;
	text-decoration: none;
}

p {
	margin: 0 0 1.5em;

	font-weight: normal;
}
	.col-large p {
		width: 500px;

		color: #939598;
		font-family: georgia;
		font-size: 1.2em;
		line-height: 1.53em;
	}
	
	.col-small p {
		line-height: 1.82em;
	}


form {
	float: left;
	width: 500px;
}
	form fieldset {
		border: 0;
	}
		form fieldset.actions {
			padding: 1.5em 0 0;
		}

	form label {
		display: block;
		float: left;
		clear: both;
		
		padding: 4px 4px 4px 0;
		width: 140px;
		
		color: #e5e9ec;
	}
	
	#page form input,
	#page form textarea,
	#page form select {
		float: right;
		padding: 4px;
		width: 300px;
	
		color: #fff;
		background: #222;
		border: none;
		border-top: 1px solid #111;
	}
		#page form textarea {
			height: 200px;
		}
			#page form textarea.large {
				width: 490px;
			}

		#page form fieldset.actions input,
		#page form fieldset input.submit {
			float: left;

			padding: 4px;
			width: auto;
			
			color: #fff;
			background: #3b3c3e;
			border: none;
			border-top: 1px solid #5b5c5e;
			border-bottom: 1px solid #1b1c1e;
		}
		
		#page form input.checkbox {
			float: left;
			margin: 4px 4px 4px 50px;
			width: auto;
		}

	#page form p {
		float: right;
		
		padding: 0 5px 5px;
		width: 300px;
	}

#page form.photo-upload {
	
}
	#page form.photo-upload fieldset.photo-upload-container {
		position: relative;
	}

		#page form.photo-upload fieldset.photo-upload-container input {
			float: left;
		
			position: relative;
			width: auto;
		}
	
		#page form.photo-upload fieldset.photo-upload-container ul,
		.image-describe {
			float: left;
			margin: 10px 0 0 0;
			width: 496px;
		}

		#page .image-describe {
			width: 487px;
		}

		.image-describe form {
			width: 486px;
		}
			#page form.photo-upload fieldset.photo-upload-container ul li,
			.image-describe {
				margin: 0 0 4px;
				padding: 4px 4px 4px 24px;
			
				color: #e5e9ec;
				background: #3b3c3e url(img/16-image.png) no-repeat 4px center;
			}
				#page form.photo-upload fieldset.photo-upload-container ul li.saved {
					background: #3b3c3e url(img/16-em-check.png) no-repeat 4px center;
				}

				#page form.photo-upload fieldset.photo-upload-container ul li.working {
					background: #3b3c3e url(img/loading.gif) no-repeat 4px center;
				}
				
				#page form.photo-upload fieldset.photo-upload-container ul li.error {
					background: #3b3c3e url(img/16-em-cross.png) no-repeat 4px center;
				}

				#page form.photo-upload fieldset.photo-upload-container ul li a {
					float: right;
					cursor: pointer;
				}
				
				#page form.photo-upload fieldset.photo-upload-container ul li input,
				#page form.photo-upload fieldset.photo-upload-container ul li textarea,
				#page form.photo-upload fieldset.photo-upload-container ul li select {
					float: none;
				}

				#page form.photo-upload fieldset.photo-upload-container ul li.completed,
				.image-describe {
					padding: 4px;
					background-image: none;
					border: 1px solid #222;
					border-bottom: 1px solid #111;
				}
					#page form.photo-upload fieldset.photo-upload-container ul li.completed img,
					.image-describe img {
						margin-right: 4px;
						float: left;
					}

					#page form.photo-upload fieldset.photo-upload-container ul li.completed label,
					.image-describe label {
						margin-left: 150px;
						width: auto;
						float: none;
						clear: none;
					}

					#page form.photo-upload fieldset.photo-upload-container ul li.completed input,
					#page form.photo-upload fieldset.photo-upload-container ul li.completed textarea,
					#page form.photo-upload fieldset.photo-upload-container ul li.completed select,
					#page .image-describe form input,
					#page .image-describe form textarea,
					#page .image-describe form select {
						float: right;
						margin: 0 0 2px;
						width: 334px;
					}
						#page .image-describe .describe-actions {
							margin-left: 150px;
						}
							#page .image-describe .describe-actions label {
								display: inline;
								clear: both;
								float: left;
								margin-left: 0;
							}
							
							#page .image-describe .describe-actions input {
								float: none;
								width: auto;
								position: relative;
								top: 3px;
							}
							
							#page .image-describe .describe-actions button {
								float: right;
								margin: 5px 0 0 6px;
								padding: 3px 6px;
								background: #4B4C4E;
								border: none;
								color: #e5e9ec;
							}
							
							#page .image-describe .describe-actions a {
								display: block;
								float: right;
								margin: 5px 0 0 6px;
								padding: 3px 6px;
								background: #4B4C4E;
							}
								
						#page form.photo-upload fieldset.photo-upload-container ul li.completed select,
						#page .image-describe form select {
							width: 342px;
						}

					#page form.photo-upload fieldset.photo-upload-container ul li.completed h3,
					.image-describe h3 {
						text-align: left;
						font-size: 1em;
					}

				#page form.photo-upload #loading .message {
					float: right;
				}

				#organize {
					clear: both;
				}
					#organize img.editable {
						cursor: pointer;
					}


#keywords {
	padding: 25px;
	text-align: center;
}
	.keyword {
		padding: 0 15px 0;
	}
		.keyword.size1 {
			font-size: .8em;
		}

		.keyword.size25 {
			font-size: 1em;
		}

		.keyword.size50 {
			font-size: 1.2em;
		}

		.keyword.size75 {
			font-size: 1.4em;
		}

		.keyword.size100 {
			font-size: 1.6em;
		}


table {
	float: left;
	width: 500px;
}
	table td,
	table th {
		padding: 4px;
	}
	
	table th {
		background: #222;
	}
		table .actions {
			text-align: center;
		}
			table .actions img {
				float: none;
			}

	table tr td {
		border-bottom: 1px solid #222;
	}
		table tr td img {
			float: right;
		}


#footer {
	clear: both;

	border-top: 2px solid #3b3c3e;
}
	#copyright,
	#signin {
		padding: 12px 25px;
	}
	
	#footer #signin {
		float: right;
	}
		#footer #signin a {
			color: #939598;
		}


#page .concise_exceptions {
	float: left;
	margin: 0 0 24px;
	padding: 10px;
	width: 480px;
	
	color: #333;
	background: yellow;
}
	#page .concise_exceptions h3 {
		display: none;
	}
	
	#page .concise_exceptions .file_info {
		display: none;
	}
	
	#page .concise_exceptions .stack_trace {
		display: none;
	}

