/* 
   $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.
*/

TD, P 
	{ 
	  font-family: arial, verdana,sans-serif;	
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/           /* album titles on main page */


.title {
	margin:6px 0px 0px 0px;
	padding:0px 10px;
	background: #048fdf url(cont-sub_b.jpg) repeat-x 0px -50px;
	font-size:24px;
	border:4px solid #fff;
	color:#fff;
	vertical-align: bottom;
	line-height: 60px;
	letter-spacing: -2px;
	white-space: normal;
}
.title a{
	color: #fff;	
	letter-spacing: -2px;
	line-height: 60px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	display: block;
}
.title a:hover{
	color: #fff;	
	background:#34a4e6 url(cont-sub_b_on.jpg) repeat-x 0px -50px;
}
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 
	  width: 100%;
	  height: 10px;
	}
.albumdesc  /*album description includes all text and background*/
	{
	  font-family:arial, verdana,sans-serif;	
	  color:#404040;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #ffffff;
	  line-height:140%;
	  margin:4px;
	  padding:4px;
	}

.albumdesc2  /*album description includes all text and background*/
	{
	  font-family:arial, verdana,sans-serif;	
	  color:#404040;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #fff;
	  padding:6px;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	margin-top:5px;
	margin-right:3px;
	padding:3px;
	color: #81052a;
	width:100%;
	display: block;
	line-height:30px;
	font-size:17px;
	vertical-align: middle;
	font-weight: normal;
	}
.desc a,
.desc a:link,
.desc a:visited,
.desc a:active { 
	font-weight: normal;	
	color: #b1073a;
	text-decoration: underline;
}
.desc a:hover {
	color:#fff;
	background:#b1073a;
	text-decoration: none;
}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.pcaption {
padding-top:16px;
font-size:14px;
color:#e2bed7;
 font-weight: bold;
}
.noLink{
	padding:4px;	
}
#menu {
background:#fff;
width:100%;
border-collapse: collapse;
}
#menu td {
	margin:0;
	width:1%;
	font-family: arial, verdana,sans-serif;	
	color:#b1073a;
	font-size: 12px; 
}
#menu td a,
#menu td a:link,
#menu td a:visited,
#menu td a:active {
	padding:4px;	
	font-size: 12px; 
	vertical-align: middle;
	font-weight: bold;	
	color: #b1073a;
	text-decoration: none;
}
#menu td a:hover {
	color:#fff;
	background:#b1073a;
	text-decoration: none;
}
#adminbox td {
margin:0;
	width:1%;
	padding:4px;
	font-family: arial, verdana,sans-serif;	
	color:#b1073a;
	font-size: 11px; 
}
#adminbox td a,
#adminbox td a:link,
#adminbox td a:visited,
#adminbox td a:active {
	color: #b1073a;
}
#adminbox td a:hover {
	color:#fff;
	background:#b1073a;
}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:arial, verdana,sans-serif;	
	  color: #e2bed7;
	  font-size: 10px;
	  font-weight:normal;
	}
.modcaption2  /* modifies background for caption text to reside */
	{
	  font-family:arial, verdana,sans-serif;	
	  color: #e2bed7;
	  font-size: 12px;	  
	  font-weight:bold;
	  background-color: #fff;
	  font-weight:normal;
	line-height: 34px;
	}
.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:arial, verdana,sans-serif;	
	  color:#000000;
	  font-size: 16px;
	  font-weight:bold;
	  padding-left:2px;
	  padding-right:2px;
	  border:0px dashed #404040;
	  height: 19px;  
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 12px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 30px;
	}
.bordertop
	{
	border-color:#f8eef9;
	border-style:solid;
	border-width:2px 0px 0px 0px;
	}
.borderright
	{
	border-color:#f8eef9;
	border-style:solid;
	border-width:0px 2px 0px 0px;
	}
.borderleft
	{
	border-color:#f8eef9;
	border-style:solid;
	border-width:0px 0px 0px 2px;
	}
.fineprint  /* used for fine print */
	{ 
	  color:#e2bed7;
	  font-size: 11px;
	  margin:6px 6px 6px 6px;	 
	}
.popuphead
	{
	  font-size: 16px;
 	  font-weight: bold;
	  color: #404040;
	}
.popup
	{
	  font-size: 12px;
	  font-weight: bold;
	  color: #404040;	  
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #404040;
	display: inline;
	background: transparent;
	}
.editlink a:hover {	
	text-decoration: underline;
}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family: arial, verdana,sans-serif;	
	  color:#b1073a;
	  font-size: 18px; 
	  background-color: #fff;
	  width: 100%;
	  line-height:38px;
	  height: 38px;
	vertical-align: middle;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	padding:8px;
	vertical-align: middle;
	font-size: 22px; 
   font-family: arial, verdana,sans-serif;	
	font-weight: normal;	
	color: #e2bed7;
	text-decoration: none;
}
.modnavbox a:hover {
	color:#fff;
	background:#b1073a;
	text-decoration: none;
}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #ff5200; 
	  font-weight: bold;
	}

.adminform
        {
          font-size: 10px;
          font-weight: bold;
          color: #A93703;
        }

.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 12px;
	  color: #404040; 
	  font-weight: bold;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	font-family: arial, verdana,sans-serif;	
	color: #ff5200;
	font-size: 10px;
	font-weight: bold;
	background-color: #fff;
	line-height: 24px;
	margin: 0px 4px 4px 4px;
	width: auto;
}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #ff5200;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: bold;
	  color: #fc0fca;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	padding:3px;
	background:#e2bed7;
	color:#fff;
	display: block;
	line-height: 24px;
	height:30px;
	vertical-align: middle;
	font-weight: bold;
	border: 2px solid #fff;
	width: 100%;
	text-align: left;
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#fff;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: bold;
	  color: #e2bed7;
	  background:#fff;
	  text-decoration: none;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:arial, verdana,sans-serif;	
	  color:#ffffff;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #404040;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #404040;
	  width:100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#ffffff;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #C0C0C0;
	  text-decoration: none;
	}
