/*
** Kidney Riddler
** CSS styles for the pictures gallery
** Sam Dean (c) 2004
*/

div.main
{
	background-color: black;
	padding-left: 0px;
	height: 700px;
}

div.footer
{
	background-color: black;
	color: white;
	border-color: white;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
}

a:visited
{
	color: white;
}

h2
{
	color: white;
}

h2.title
{
	text-align: center;
}

.hidden
{
	visibility: hidden;
}

/*
** The extra elements at the start of the prev 1 2 3 next menu
*/
table.picturesmenu
{
	float: left;
	margin-top: 1px;
	color: white;
}

td.picturesmenu
{
	padding-left: 3px;
	font-size: 8pt;
	color: white;
}

td.picturesmenuselectable
{
	cursor: pointer;
	text-decoration: underline;
	color: white;
}

/*
** Styles for the 3x3 block of images
*/

div.picturesholder
{
	width: 70%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
}

table.picturestable
{
	width: 100%;
	color: white;
	border-spacing: 25px;
	border-collapse: separate;
}

td.picture
{
	text-align: center;
	font-size: 8pt;
	cursor: pointer;
	width: 33%;
}

div.picturename
{
	font-size: 8pt;
	color: white;
}

div.pictureauthor
{
	font-size: 7pt;
	margin-top: 3px;
	color: white;
}

img.pictureimage
{
	border: 1px solid #444;
	padding: 2px;
}

/*
** Styles for the categories page
*/
div.categories
{
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

div.category
{
	width: 33.33333333333%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 100px;
	margin-top: 15px;
	float: left;
	background-color: #000;
}

div.categoryThumbs
{
}

img.categoryThumb
{
	border: 1px solid #555;
	padding: 2px;
}

div.categoryTitle
{
	text-align: center;
	font-size: 10px;
}

/*
** Styles for the advanced menu
*/
div.advancedmenu
{
	display: none;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	padding: 3px;
	margin-top: 3px;
	color: white;
}

table.advancedsearch
{
	width: 100%;
}

.advancedsearch
{
	font-size: 10px;
}

td.nextprevmenu
{
	color: white;
}

/*
** The white bar
*/
div.whitebar
{
	background-image: url('pictures_bar.gif');
	background-repeat: repeat-x;
	background-color: black;
	height: 15px;
}
