/******************************
*
*    Jake Howlett Gallery
*	  Copyright 2004
*
*    Version 1.0a
*    19/05/2004
*
*    Thumbnail layout styles 
*    borrowed from mgolding.com
*
*******************************/
	
body{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color: #f1f1f1;
	color: black;
	background-image: url(../images/bg.gif);
	margin: 3em 2em;
}

td, th {
  text-align	:	left;
  font-size	:	12px;
}

a{
	color:#333;
}

#footer{
 	margin-top:170px;
	color:gray;
	background-color: transparent;
}

#footer a{
	color:gray;
	background-color: transparent;
}

#thumbpanel{
	text-align: center;
}

img{
	border:0px;
}

#leftcolumn{
	position: absolute;
	top:40px;
}

#leftcolumn .logo{
	padding:4px 4px 3px 4px;
	margin: 0 0 10px 0;
	background-color: #fff;
	color:black;
	border:1px solid gray;
}

#leftcolumn a{
	color:#333;
	background-color: transparent;
}

#leftcolumn a:visited{
	color:#666;
}

#leftcolumn a:hover{
	text-decoration: none;
}

#thumbpanel .thumb{
	display: block;
	padding:4px 4px 3px 4px;
	margin: 0 0 10px 10px;
	background-color: #fff;
	border:1px solid gray;
	float:left;
}

#thumbpanel .thumbon{
	border-color: gray;
	border-width: 2px 2px 1px 1px;
	margin:4px 5px 0 9px;
}

#rightcolumn{
	position: absolute;
	left:220px;
	top:40px;
}

#mainphoto{
	margin-left:20px;
	padding-top:20px;
	display:block;
	clear: both;
}

#mainphoto img{
	border:1px solid black
}

#detailpanel{
	margin:10px 10px 10px 20px;
	width:510px;
}

.photoname{
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}

.photodate{
	font-style: italic;
	display:block;
	padding-bottom:10px;
}

.photodesc{
	color: #333;
	width:520px;
}

.photodesc a{
	color:gray;
}

.navlinks{
	margin-top:50px;
}

/* Styles for layout of the comments form */

#comments{
  width			:		500px;
  margin			:		30px 20px;
}

#comments h2{
 font-size		:		12px;	
}

div.row
{
  clear			:		both;
  padding-top		:		4px;
}

div.row span.label 
{
  float			:		left;
  text-align		:		left;
}

div.row span.field 
{
  float			:		right;
  width			:		300px;
  text-align		:		left;
}

div.row span.required 
{
  font-weight		:		bold;
}

div.row span.note 
{
  color		:		#666;
  font-size	:		0.9em;
}

.comment{
	background-color: #EEE;
	border: 1px solid #E0E0E0;
	padding:4px;
	margin-bottom:9px;
}

.comment_name a{
	color:#000;
}

.comment_name{font-weight:bold;}
.comment_date{color: #666;}
.comment_body{margin-top:10px; color:#666;}
