/* CSS Document for Jem Howard Photography					*/
/* Author:	Design Consolidated    							*/
/* Date Created:								*/
/* Date Modified:	24/05/2009          	 				*/
/* Filename:  gallery.css            	 					*/


#main_box {
	width: 960px;
	height: 400px;
	background-image: url(../images/template/1ph_2.gif);
	background-repeat: repeat;
	position: relative;
	float: left;	
}

#content {
	width: 646px;
	float: left;
	height: 400px;
	text-align: left;	
}

#blue1 {
	background-color: #2F5272;
	width: 646px;
	float: left;
	height: 400px;
	text-align: left;
}

#blue2 {
	background-color: #2F5272;
	width: 646px;
	float: left;
	height: 400px;
	text-align: left;
}

#bigimg {
	height: 400px;
	position: absolute;
	left: 214px;
	top: 0px;
}

#bigimg td {
	vertical-align: middle;
	height: 400px;
	border-left: 3px solid white;
	border-right: 3px solid white;	
}

#portfolio-display {
	margin: 0px auto 0 auto;
	width: 960px;
	position: absolute;
	top: 420px;
	left: 0px;
		background-color: #2F5272;
}


#portfolio-display tr#thumbs {
	width: 960px;
	height: 60px;
	background-color: #2F5272;
	padding-left: 2px;
	padding-right: 8px;
	padding-bottom: 10px;
	
}

#thumbs td {
	margin-top: 40px;
	
}

#thumbs td img {
	border: 0px;
}

#portfolio-display td a.empty, #portfolio-display td a.empty:hover {
	display: block;
	width: 90px;
	height: 60px;
}

#portfolio-display td a.portfolio-link:hover {
	border: 0px;
	
}


#test td#pages {
	text-align: left;
	width: 700px;
	height: 20px;
	position: absolute;
	top: 401px;
	left: 0;
}

#test td#pages a {
	text-align: left;
	width: 700px;
	height: 20px;
	text-decoration: underline;
}

#portfolio-display td a.portfolio-link {
	display: block;
	width: 90px;
	height: 60px;
	
}

/* -------- NO JAVASCRIPT GALLERY ------ */

#enlarge_gallery {
	color: #000000;
	height: 400px;
	float: left;
	text-align: left;
	width: 646px;
	font-size: 1.3em;
	padding-left: 20px;
	background-color: #2F5272;
	
}

#enlarge_gallery img {
	float: left;
}

#enlarge_gallery_caption {
	font-weight: lighter;
	color: #A4B5C4;
}

/* ---------- FOOTER ----------- */

#footer {
	
	height: 40px;
	clear: both;
	width: 960px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	
}

#footer p {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 0.9em;
	line-height: 1.2em;
	letter-spacing: 1px;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	color: #A4B5C4;
}

#footer img {
	float: left;
}