/* 
   $Id: screen.css 15408 2006-12-08 02:05:13Z ckdake $
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  color:#ffffff;
	  font-weight:bold;
	  background-color: #000000;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
	
TABLE {width: 900px; border: 1px solid #666; margin: 0 auto; }

TABLE TABLE { border: none; width: auto; background-color: #000; }

TD, P 
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
   text styles 
*/
.leftspacer { display: none; }
A { color:  #FF9933;  text-decoration: none; }
A:hover { text-decoration: underline; }


.title                          /* album titles on main page */
	{ 
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;
	  width: 100%;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  letter-spacing: .2em;  
	  text-decoration: none;
	}
.title a:hover {
      color: #FF9933;
} 

.mod_title	/* album title  Text is controled by .title */ 
	{ 
          background-image: #000;
          width: 100%;
          height: 28px;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #111;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:1px dotted #222;
	}
	
.navtableborderbegin { width: 900px; }
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size:x-small;
	  font-weight:bold;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  letter-spacing: .2em; 
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: transparent;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #000000;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 12px; 
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 16px;
	  font-weight:bold;
	  background: transparent;
	  line-height:140%;
	  letter-spacing: .2em;
	  height: 28px;  
		}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#FF9933;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color: #FF9933;
	  text-decoration: underline;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
          background: #000;
          width: 100%;
          height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{
	background-color: #444; display: block; text-align: center; display: none;
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	  display: block;
	  visibility: visible;
	}
TD.bread { display: block; }
	
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px; 
	}

.popupbody {
    padding: 10px;
    color: #FFFFFF;
}
.popuphead {
    font-size: 16px; font-weight: bold;
    color: #ffffff;
    background-image: none;
}
	
.popup {
    font-size: 12px; font-weight: bold;
    color: #FF9933;
    background-color: #000;
   
}

.g-loginpage { display: block;}
.g-borderleft { border: none;  }
.g-borderright { border: none;  }
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: bold;
	  color: #FF9933;	  
	}

.editlink a:hover {
color: #FF9933;
}

.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#ffffff;
	  font-size: 12px; 
	  font-weight:bold;
	   line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #000000;
	  width: 100%;
	  height: 1px;
	}
	
.modnavboxmid { background-color: #000; }
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#FF9933;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  text-decoration: underline;
	  color: #FF9933;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	}

.adminform {
          font-size: 10px;
          font-weight: bold;
          color: #000000 ;
        }
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ffffff; 
	  font-weight: bold;
	  width: 880px;
	  padding: 10px;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 50px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #000000;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #FF9933;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #000000;
	  line-height:140%;
	  border:0px dashed #000000;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#FF9933;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #E91414;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	 padding: 10px; background-color: #000;
	}
	
.popuphead { font-size: 80%; background: #000; }
.popup { background: color: #000; }
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color:#FF9933;
	  display: none;
	}
.modfooter a:hover {
	  color:  #FF9933;;
	  text-decoration: none;
	}
.fineprint { display: none;}
.pview /* brackets both the image and all text in one frame */
{
	margin:7px;
	padding: 7px;
 }

.pcaption /* brackets all text below photo */
{ 
	padding:2px;
	margin-top:2px;
 }

.vatable /* width of the div set for all photo sets - view albums  */
 { 
 	width: 100%;
 }

.vathumbs /* full background bracket for images and text - veiw albums  */
 { 
	margin:17px; background-color: #222222; padding: 10px; 
 }

.vafloat /* float for view album - text */
 {
	float: none; 
 }

.vafloat2 /* float for view album - images */
 {
 	float: none; 
 }

.vasummary /* controls the view of Album summary */
{
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
}

#adminbox {
width: 900px; 
}

#adminbox td {
    background-color: #444;
    
}

#Header { vertical-align: bottom; clear: both; width: 900px; margin: 10px auto;}
#Header #Logo { margin-left: 20px; padding: 5px 10px; border-right: 1px solid #FFF; }
#Header .Right { margin: 20px 10px 0 0; }

#Navigation { text-align: center; font-size: 90%; clear: both; padding: 0; margin: 0 auto; width: 900px; display: block;  }
#Navigation UL { margin: 0 auto; display: block; padding: 10px 0; }
#Navigation LI.Selected A { background-color: #666666; }
#Navigation LI { list-style-type: none; display: inline; margin: 0; font-weight: bold; }
#Navigation LI A { text-decoration: none; padding: 10px 15px;  }
#Navigation LI A:hover { text-decoration: underline; color: #FF9933; }

#Footer { padding: 5px 0; width: 900px; margin: 0 auto; font-family: arial, verdana, sans-serif; font-size: 10px; color: #333333; text-align: left; }
#Footer P { font-size: 95%; padding: 1px; margin: 0; }


#galleryNav { padding: 10px 0px 10px 0px; }
#pageNav { padding: 10px 10px 10px 0px; }
.aboutBlurb { padding: 15px 15px 0px 15px; }
.txtBlock { padding: 5px 0px 5px 0px; }



.txt, .txtLg, p  { font-family: arial, verdana, sans-serif; font-size: 12px; color: #cccccc; line-height: 1.35em; }
.txtLg { font-size: 14px; }
.galNav { font-size: 12px; }


.mySelect{
	font-family: geneva, tahoma, arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
.myInput{
	font-family: geneva, tahoma, arial,helvetica,sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 2px;
	}

#homeNav a {
	font-size: 12px;
	font-weight: bold;
	font-family: georgia, times, serif;
	}
	

/* Heading */
H3 { clear: both; text-transform: uppercase; }
H4 { padding: 15px 0 5px 0; margin: 15px 0 3px 0; clear: both;  }

/* Lists */
UL { margin: 0; padding: 0 0 15px 0; }
LI { list-style-type: none; display: inline; padding-right: 15px; margin: 0;}

#Books .Item DL { float: left; width: 350px; margin: 0 0 0 10px; padding: 0;} 
#Books .Item DD { margin: 0px 0 0 0; display: block; }
#Books .Item DT { font-weight: bold; font-size: 120%; }

#Books #Stores { margin: 0 0 20px 0; }
#Books #Stores DL { margin: 0; width: 500px; padding: 3px 0 1px 10px; border-top: 1px dotted #999; display: block; clear: both;  font-size: 80%; color:#FFF; line-height: 1.2em; }
#Books #Stores DT { float: left; width: 110px; display: inline; color:#FFF; line-height: 1.2em; }
#Books #Stores DD { float: left;  width: 100px; display: inline; line-height: 1.5em; }
#Books #Stores DD.Site { width: 20px; }
#Books #Stores SPAN { width: 110x; font-weight: bold; text-transform: uppercase; }
#Books #Featured { margin-top: 20px; padding: 0 20px; text-align: left; }
#Books #Featured H1 { color: #FFF; }
#Books #Featured H3 { text-transform: none; color: #CCC; }
#Books #Featured H4 { color: #CCC; }
#Books .txt { font-size: 11px; padding-top: 8px; }


.Item { clear: both; float: left; padding: 10px; background-color: #777; width: 500px; margin: 0px auto 10px auto; vertical-align: middle; }
.Item IMG { float: left; }
.Item IMG.Cart { margin: 0 8px 2px 0;  }


/* Utilities */
.Left { float: left; }
.Right { float: right; }

#Locations DT { font-size: 110%;  }
#Locations DD { font-size: 100%; margin: 0; padding: 0;}

