/* TorridArt.com */
/* gallery display pages */

.gallery-page-container {
		width: 800px;
		margin: 0px auto;
		padding: 0px;
		}
		
p { text-align: center; }
	

/*******************/		
/* Gallery Display */
/*******************/

.gallery-display {
		float: left;
        font-size: 10px;
        position: relative;
		height: 225px;
		width: 200px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		line-height: 100%;
		color: red;
		}

.img-gray {
        position: absolute;
        top: 0;
        left: 8px;
        z-index: 1;
        height: 182px;
        width: 182px;
        background: url(../logo/bg.png);
        }


.gallery-display img {
		border: 1px solid #666666;
		margin: 0px 0px -8px 0px;
		padding: 0px;
		}

.gallery-display a {
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		color: rgb(180,180,180);
		}
		
.gallery-display a:hover {
		text-decoration: underline;
		color: rgb(180,180,180);
		}
		

/***************************************************/
/* Heading for gallery index, links to other pages */
/***************************************************/	

	
p.gallery-title {
		clear: both;
		text-align: center;
		font-size: 20px;
		margin: 0px;
		padding: 5px 0px 5px 0px;
		color: rgb(220,100,100);
		}

.membs-only {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 0 0 20px 0;
        }

.part-faves {
		clear: both;
        text-align: left;
		padding: 0 0 15px 20px;
        font-weight: bold;
		}

.part-faves a {
        font-size: 11px;
        font-weight: bold;
		text-decoration: none;
		color: rgb(180,120,120);
		}

.part-faves a.star {
        background-image: url("../logo/faves-out.gif");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding: 3px 5px 3px 15px;
        }

.part-faves span.star {
        background-image: url("../logo/faves-out.gif");
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding: 3px 5px 3px 15px;
        font-size: 11px;
        font-weight: bold;
		color: rgb(180,120,120);
        }

.part-faves span.grayed-out {
		color: rgb(120,120,120);
		}

.part-faves a:hover {
		text-decoration: underline;
		color: rgb(255,180,180);
		}

.gallery-zips {
		color: #999999;
		font-size: 11px;
		line-height: 100%;
		margin: 0px;
		padding: 0px 0px 25px 0px;
		}
	
.gallery-zips a {
		color: #cccccc;
		font-size: 13px;
		}	
		
span.dot {
		color: red;
		}
		
span.no-files {
		font-size: 14px;
		font-weight: bold;
		padding-left: 10px;
		}


