/*
-----------------------------------------------
PleasureJam 2005 Main Styles
Author:   Alexander M. Poell 
Version:  21 Aug 2005
----------------------------------------------- */


/* INNER NAVIGATION
----------------------------------------------- */

a:link {
	color: #000; /* #fcce12; */
	font: 11px/1.5em "Aria", "Trebuchet MS", "Verdana", sans-serif;
	background-color: none;
	text-decoration: underline;
}
a:visited {
	color: #444;
	font: 11px/1.5em "Aria", "Trebuchet MS", "Verdana", sans-serif;
	text-decoration: underline;
}
a:active, a:hover {
	color: #fff;
	font: 11px/1.5em "Aria", "Trebuchet MS", "Verdana", sans-serif;
	background-color: #fcce12;
	text-decoration: none;
}

a.back_button
{
    color: #000;    
    font: 11px/1.5em "Aria", "Trebuchet MS", "Verdana", sans-serif;    
    text-decoration: underline;
}
a.back_button:hover
{
    color: #fff;    
    font: 11px/1.5em "Aria", "Trebuchet MS", "Verdana", sans-serif;    
    text-decoration: underline;
}

a.a_bold:link, a.a_bold:visited {
	font-weight: bold;
}
a.inav:link, a.inav:visited, a.inav:active, a.inav:hover {
	font: 10px/1.2em "Arial Black", "Trebuchet MS", "Verdana", sans-serif;
	color: #222;  /* #bfbdb0 #121212 */
	text-decoration: none;
	background-color: transparent;
}
a.inav_active:link, a.inav_active:visited, a.inav_active:active, a.inav_active:hover {
	font: 10px/1.2em "Arial Black", "Trebuchet MS", "Verdana", sans-serif;
	color: #fcce12;
	text-decoration: none;
	background-color: transparent;
}

a.utilities:link, a.utilities:visited, a.utilities:active, a.utilities:hover {
	color: #fff;
	font: 11px/110% "Aria", "Trebuchet MS", "Verdana", sans-serif;
	text-decoration: none;
	background-color: transparent;
}

a.sponsor_link:link, a.sponsor_link:visited, a.sponsor_link:active, a.sponsor_link:hover 
{
    text-decoration: none;
    background-color: white;
}

a.sponsor_main_link:link, a.sponsor_main_link:visited, a.sponsor_main_link:active, a.sponsor_main_link:hover 
{
    text-decoration: none;
    background-color: transparent;
    cursor: hand;
}



/* GALLERY
----------------------------------------------- */

/* image containers --------------------------*/

ul.image_gallery
{
	list-style:none;
	margin:2px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	display:block;
}

li.image_container,li.image_container_active
{
	width:157px;
	height:150px;
	margin:0px 0px 12px 10px;
	float:left;
}

li.image_container a,li.image_container_active a
{
	position:relative;
	cursor:hand;
	z-index:50;
}

li.image_container img,li.image_container_active img
{
	position:relative;
}

.image_area
{
	width:120px;
	height:110px;
	margin:15px 0px 0px 19px;
}

.img_padding_width img
{
	margin-top: 10px;
	margin-left: 5px;
}

.img_padding_height img
{
	margin-top: -2px;
	margin-left: 20px;
}


.image_text
{
	position:relative;
	text-align:center;
	width:141px;
	text-overflow: ellipsis;
	white-space:nowrap;
	overflow: hidden;
	margin: 0px 8px 0px 8px;
}

.thumb_big_background,li.image_container_active
{
	background: #e9e8e2 url("../images/thumb_bckgrnd.png") no-repeat;
	color: #222;
}

a.standard_link
{
	text-decoration:none;
	color:white;
	background-color:none;
}
a.standard_link:hover
{
	text-decoration:none;
	color:white;
	background-color:white;
}

/* image containers --------------------------*/

#gallery {
	z-index: 10;
	margin: 0px 0px 0px 0px; 
	padding: 0; 
	border: 0;
	width: 520px;
	text-align: left;
	/*white-space: nowrap;*/
	overflow: hidden;
}
#gallery_fixed_height {
	z-index: 10;
	margin: 0; padding: 0; border: 0;
	width: 520px; 
	text-align: left;
	/*white-space: nowrap;*/
	overflow: hidden;
}
div.thumb_box {
	z-index: 11;
	display: block;
	float: left;
	margin: 0; padding: 0; border: 0;
	width: 173px; height: 165px;
	text-align: center;
}
div.thumb_empty {
	z-index: 11;
	display: block;
	float: left;
	margin: 0; padding: 0; border: 0;
	width: 173px; height: 50px;
	text-align: center;
}
a.thumb:link, a.thumb:visited, a.thumb:active, a.thumb:hover {
	text-decoration: none;
	color: #222;
}
div#gallery a.thumb:hover div.thumb_box {
	background: #e9e8e2 url("../images/cap_thumbnail.gif") no-repeat;
	color: #222;
	cursor: pointer;
}/*
div#gallery a.thumb div.thumb_box div.img_box:hover {
	z-index: 11; 
	background-color: #fff;
	color: #222;
	cursor: pointer;
}
div#gallery a.thumb div.thumb_box div.img_txt:hover {
	z-index: 11; 
	background-color: #fff;
	color: #222;
	text-decoration: none;
	cursor: pointer;
}
div#gallery a.thumb div.thumb_box div.img_box img.yellowborder {
	cursor: crosshair;
}*/
div.img_box {
	z-index: 12;
	/*background-color: black;*/
	margin: 10px auto 5px auto; padding: 0; border: 0;
	width: 150px; height: 98px;
}
img.yellowborder {
	border: 1px solid #fcce12;
}
div.img_txt {
	z-index: 13;
	margin: 0 auto; padding: 0; border: 0;
	text-align: center; vertical-align: middle;
	width: 150px;
}

