/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY  
	{ 
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 100%;
	  color:#D9D1C3;
	  font-weight:normal;
	  background-color: #000000;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 
	{ 
	  font-family: Arial, Helvetica, sans-serif;
	  font-size: 100%; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #D9D1C3; text-decoration: none; }
A:link	{ color: #D9D1C3; text-decoration: none; }
A:visited { color: #D9D1C3; text-decoration: none; }
A:active { color: #D9D1C3; }
A:hover	{ color: #B63D3A; }
/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size:100%;
	  line-height:140%;
	  
	  margin-top:2px;
	  width: 100%;
	  font-weight:bold;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:Arial, Helvetica, sans-serif;
	  color:#D9D1C3;
	  font-size:100%;
	  font-weight:bold;
	  
	  text-decoration: none;
	}
.title a:hover {
	  color: #B63D3A;
	  text-decoration: none;
	} 
.mod_title	/* album title  Text is controled by .title */ 
	{ 
		/* modmod */
          background-color: #4B4033;
		  
		  padding:2px;
          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:Arial, Helvetica, sans-serif;
	  color:#D9D1C3;
	  font-size:80%;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  padding:0px;
	  margin-top:2px;	
	  border:1px solid #4B4033;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color:#D9D1C3;
	  font-size:100%;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  /*letter-spacing: .2em; */
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 100%;	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:Arial, Helvetica, sans-serif;
	  color: #D9D1C3;
	  font-size: 100%;
	  background-color: #000000;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px solid #4B4033;
	}
.error  /* all error text */
	{ 
	  color: red; 
	  font-size: 100%;
	}
.attention /* voting instructions */
	{
	}
.headbox  /* box around the page headers */
	{
	}
.head  /* page headers behind the Gallery title*/
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color:#B63D3A;
	  font-size: 100%;
	  font-weight:bold;
	  
	  
	  line-height:140%;
	  /*letter-spacing: .2em;*/
	  
	  height: 28px;  
	}
.head a,
.head a:link,
.head a:visited,
.head a:active 
	{
	  font-weight: normal;
	  color:#D9D1C3;
	  text-decoration: none;
	}
.head a:hover
	{
	  font-weight: normal;
	  color:#D9D1C3;
	  text-decoration: underline;
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
		  /* modmod */
          border:0px solid #B63D3A;
		  background-color: #000000;
		  
          width: 100%;
          height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	}
.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: 100%;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 100%;
	}
.popuphead
	{
	  font-size: 100%;
	  font-weight: normal;
	  color: #D9D1C3;
	}
.popup
	{
	  font-size: 100%;
	  font-weight: normal;
	  color: #D9D1C3;
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 100%;
	  font-weight: normal;
	  color: #D9D1C3;	  
	}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color:#D9D1C3;
	  font-size: 80%;
	  font-weight:normal;
	  
	 /* modmod */
      border:0px solid #4B4033;
		  
	  line-height:140%;
	 
	 
	  width: 100%;
	  height: 14px;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#D9D1C3;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color:#B63D3A;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 100%;
	  color: #D9D1C3; 
	  font-weight: normal;
	}

.adminform
        {
          font-size: 100%;
          font-weight: normal;
          color: #6F2839;
        }
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 100%;
	  color:#D9D1C3; 
	  font-weight: normal;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color: #D9D1C3;
	  font-size: 80%;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  
	  border:0px dashed #000000;
	  width: 100%;
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color:#D9D1C3;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #B63D3A;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color: #D9D1C3;
	  font-size: 80%;
	  font-weight:normal;
	  background-color: #000000;
	  border:1px solid #4B4033;
	  line-height:140%;
	 
	  width: 100%;
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#D9D1C3;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #B63D3A;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:Arial, Helvetica, sans-serif;
	  color:#D9D1C3;
	  font-size: 70%;
	  font-weight:normal;
	  background-color: #000000;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #000000;
	  width:100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  text-decoration: none;
	  color:#D9D1C3;
	}
.modfooter a:hover {
	  text-decoration: none;
	}

