﻿/******************************************************
heathenworld.com/css/gallery.css  10-20-07
*******************************************************/


input[type="radio"] 
 {
   color:#339999; 
   background-color:#000000; font-size:12px; font-weight:bold;
 } 
 
 input[type="radio"]:hover
 {
   color:red; 
   background-color:red; font-size:12px; font-weight:bold; 
 } 
 
 label{color:#339999;}
 
 .galleryslide_show{ color:#339999;  background-color:black; 
     border-color:red; border-style:solid; border-width:1px; padding-top:2px; padding-bottom:2px;  min-height:20px;
    font-weight:bold;  }
 
 
a.gallery_head_anchor:link,
a.gallery_head_anchor:visited {
	color:#CCCCCC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal; font-weight:bold; font-variant:small-caps;
}
a.gallery_head_anchor:hover,
a.gallery_head_anchor:visited:hover {
	color:#FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal; font-weight:bold;
}
 
a.gallery_head_anchor_selected:link,
a.gallery_head_anchor_selected:visited {
	color:#FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal; font-weight:bold; font-variant:small-caps;
}
 
.gallery_below
{
    color:#66CCCC;
    font-size:12px; font-weight:normal;}

.gallery_description
{
    color:#66CCCC;
    font-size:12px; font-weight:normal; margin-top:5px; }

.gallery_copyright
{ margin:10px; border-style:none; text-align:center; }

.gallery_image
{ margin:0px; border-style:none; }

.gallery_title
{
    color:#CCCCCC;
    font-size:16px; font-weight:bold;}

.gallery_outer_shell
{
margin-bottom:10px; margin-top:0px; margin-left:25px; margin-right:0px;
}

.gallery_thumb
{
    border-style:none;margin:5px;
}
 
 /* slide classes */
 
 .galleryslide_description
{
    color:#66CCCC; 
    font-size:12px; font-weight:normal; margin-top:5px;}

.galleryslide_title
{ font-size:16px; font-weight:bold;}


.galleryslide_button
 { 
     color:#339999;  background-color:black; 
     border-color:Black; border-style:solid; border-width:1px;
    font-weight:bold;  
   }

.galleryslide_button:hover
 {
    color:#339999; background-color:black; 
    border-color:Red; border-style:solid; border-width:1px;
    font-weight:bold; 
   }
 
 
 /* speed radio buttons */
 .galleryslide_speed
 {
    color:#000000;  background-color:black; 
    font-size:12px; font-weight:normal; white-space:nowrap;
 }
 .galleryslide_speed:hover
 {
    color:#339999;  background-color:black; 
    font-size:12px; font-weight:normal; white-space:nowrap;
    
 }

.galleryslide_status
 {
    color:#339999;  background-color:black;  font-style:italic;
    font-size:12px; font-weight:normal; white-space:nowrap;
    
 }
 
 
