/* css styles for the gallery pages

	The templates for the gallery pages are in the files:
	/includes/gallery.htm	- for viewing a whole gallery
	/includes/gallery-image.htm - for viewing a single image

*/

/*

PHP Image Host
www.phpace.com/php-image-host

Copyright (c) 2004,2008 Sam Yapp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

*/

body, div{
	font-family: verdana;
	font-size: 10pt;
}

body{
	margin: 0px;
	text-align: center;
	background-color: #152026;
}

.fit{
	text-align: center;
	width: 700px;
	margin: 10px auto;
	background-color:#445e6f;
	background-image: url(modules/default/themes/default/images/imagehostingcentral_altbg.png);
	background-repeat: repeat-x;
	border: 1px solid #384e5c;
	color: #b0d4ea;
}

.footer{
	padding: 4px;
	text-align: center;
	color: #bbbbbb;
}

.footer a{
	color: #bbbbbb;
}

.topbanner{
	width: 468px;
	height: 60px;
	border: 0px solid black;
	margin: 10px auto;
}

.bottombanner{
	width: 468px;
	height: 60px;
	border: 0px solid black;
	margin: 10px auto;
}

.thumbholder{
	width: 150px;
	height: 150px;
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 10px;
}

.thumb{
	border: 8px solid #78a0b8;
	background-color: #0c1316;
	box-shadow: -2px 2px 2px #1A1A1A;
}

.thumbinfo{

}

.imageholder{

}

.image{
	border: 8px solid #78a0b8;
	background-color: #0c1316;
	box-shadow: -2px 2px 2px #1A1A1A;
}

.images{
	clear: all;
}

.galleryname{
	background-image: url(modules/default/themes/default/images/imagehostingcentral_navbg.png);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}

.galleryname a{
	color: #ffffff;
}

.galleryintro{
	padding: 4px;
}

.imageinfo{

}

.imagename{

}

.next{
	float: right;
	padding: 5px;
}

.prev{
	float: left;
	padding: 5px;
}

.next a, .prev a{
	text-decoration: none;
	color: black;
}
