/* CSS Document */

html 
{
	height: 100%; 
	overflow:hidden;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #414143;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height: 100%;
//	min-height:100%;
}

a
{
    outline: 0;
}

a:link
{
	color: #fd0807;

}
a:visited {
	color: #fd0807;
	}/*color for info@pixelgatherer.com*/

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	height: 100%;
/*	min-width: 780px;*//* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	margin: 0 auto; *//* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

.navigation {
	/*background-color: #1111c1;*/
	text-align:center;
	float: left;
	width: 0%;

//	margin-top:40px;
	height: 100%;
	overflow:hidden;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}



.content 
{
	/*background-color: #411111;*/
	float: left;
	/*  *** Image Size ***  */
	width: 87%;
	height: 100%;
    	overflow:hidden;
	background-repeat:no-repeat;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.thumbs {
	float: left;
	/*  *** Thumbnail Size ***  */
	width: 10%;
	text-align: center;
	height: 100%;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.footer
{
	/*display: block;*/
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 20px;
	width: 100%;
	color: #888;
background-color: #411111;
}

ul.thumbs
{
	text-align: center;
	list-style:none;
	width: 100%;
}

li
{
	text-align: center;
	float: left;
}

div.categories img {
	border-style: solid;
	border-width: 2px;
	border-color: #fd0807;
	margin: 4px 4px 4px 4px;
	width: 35%;
}

div.content img {
	background-repeat:no-repeat;
	border-style: solid;
	border-color:#333;
	border-width: 8px;
    margin: 0 auto;
	display: block;
    margin-top: 20px;
}

div.thumbs img
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

div.upArrow img
{
    width: 60%;
    height: auto;
    margin-top: 25px;
}

div.downArrow img
{
    width: 60%;
    height: auto;
  /*margin-bottom: 20px;*/
	margin-top: -30px;
}

div.upArrow a:link, div.upArrow a:visited, div.downArrow a:link, div.downArrow a:visited 
{
    color: transparent;
}


.upArrow
{
    text-align: center;
	height: 20px;
	display: block;
    z-index:1;
}

.downArrow
{
    text-align: center;
	height: 20px;
}


div.thumbs a.pageLink 
{
	clear:both;
	display: block;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
}

div.content a, div.thumbs a 
/*{
	text-decoration: none;
}*/
