/*

CSS document for Candor Gallery

http://candor.midnightcheese.com/

cale@midnightcheese.com
ernie.fulton@gmail.com

*/

body {
	font-family: Georgia, Garamond;
	font-size: .8em;
	color: #444;
	margin: 0;
	padding: 0;
	background: url( /images/gallery-bg.gif ) repeat-y top;
}

#theContainer {
	width: 955px;
	margin: 0 auto;
	padding: 0;
}

#title {
  float: left;
	padding: 30px 0 0 40px;
	width: 400px;
}

#title a {
	text-decoration: none;
}

#definition {
	list-style: none;
}

#defdiv {
	padding-left: 4px;
}

#header {
	width: 955px;
	height: 200px;
	background: #e1e1e1;
}

#centerColumn {
	width: 955px;
	padding: 0 0 10px 0;
	line-height: 1.5em;
	background: #f7f7f7;
	border-top: 1px solid #f7f7f7;
}

#footer {
	background: #e1e1e1;
	border-bottom: 10px solid #444;
	width: 100%;
	padding: 10px 0 20px 0;
	text-align: center;
}

.webGallery {
	float: right;
	color: #999;
	font-size: 2.5em;
	margin: 100px 20px 0 0;
	text-align: right;
	width: 455px;
}

.webGallery h1 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.webGallery small {
  font-size: .8em;
}

.imageRow {
	margin: 0 0 20px 14px;
}

.imageLeft {
	float: left;
	padding-right: 10px;
	margin-top: 20px;
	height: 205px;
	overflow: hidden;
}

.imageBorder {
	padding: 6px;
	background: #fff;
	border: 1px solid #e1e1e1;
}

.imageBorder img {
	width: 288px;
	height: 151px;
	border: 0;
}

.imageInfo {
  width: 288px;
	font-size: .9em;
	line-height: 1.3em;
	margin-top: 11px;
}

.imageInfo a, .imageInfo a:visited, #footer a, #footer a:visited, .bottomNav a, .bottomNav a:visited, .webGallery a, .webGallery a:visited {
	color: #444;
}

.imageInfo a:hover, .imageInfo a:active, #footer a:hover, #footer a:active, .bottomNav a:hover, .bottomNav a:active, .webGallery a:hover, .webGallery a:active {
	color: #999;
}

.clearBoth {
	clear: left;
}

hr {
	color: #ccc;
	background: #ccc;
	height: 1px;
	width: 910px;
	border: 0;
}

.bottomNav {
	color: #fa4802;
	padding: 15px 0 10px 0;
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

.bottomNav h3 {
  font-size: 2.5em;
}
/*
.bottomNav a {
	font-size: .8em;
	text-decoration: none;
	color: #999;
	border: 1px solid #999;
	padding: 0 3px 0 3px;
}

.bottomNav a:visited {
	color: #f7f7f7;
}

.bottomNav a:hover {
	color: #494949;
	border: 1px solid #494949;
	background: #fff;
}
*/
.candorDarkGray, .candorLightGray {
	font-size: 4em;
}

.candorDarkGray {
	color: #444;
}

.candorLightGray {
	color: #999;
}

.centerText {
	text-align: center;
}
