/* 
	skin bblue
   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:#000;
	  font-weight:bold;
	  background-color: #9a1b05;
	  margin-top: 25px;
	  margin-left: 0px;
	  margin-right: 0px;
	}
TD, P 					/*=============== change font in td or p ==============*/
	{ 
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt; 
	}
/* 
   link colors - overridden by the album 'linkcolor' property.
*/
A   	{ color: #000; text-decoration: none; }			/*====== changable ====*/
A:link	{ color: #000; text-decoration: none; }
A:visited { color: #000; text-decoration: none; }
A:active { color: #000; }
A:hover	{ color: #c8b05d; }
/* 
   text styles 
*/
.title                          /*====================== album titles on main page =================================*/
	{
	  color:#000; 
	  line-height:140%;
	  padding-right:2px;
	  padding-left:3px;
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:verdana, arial, sans-serif;
	  color:#000;
	  font-size:20px;
	  font-weight:bold;
	  letter-spacing: .2em;  
	  text-decoration: none;
	}
.title a:hover {
	  color: #c8b05d;
	  text-decoration: none;
	} 
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 
	  background-image: url(../images/mod_headliner.jpg);
	  width: 100%;
	  height: 28px;
	}
.mod_title_bg	/* album title hightlight Text is controled by .title */ 
	{ 
	  direction: ltr;
	  background-image: url(../images/mod_toplight_bg.jpg);
	  height: 28px;
	}
.mod_title_right  /* album title hightlight  Text is controled by .title*/ 
	{ 
	  background-image: url(../images/mod_toplight_right.jpg);
	  height: 28px;
	  width: 9px;
	}
.mod_title_left  /* album title hightlight  Text is controled by .title */ 
	{ 
	  background-image: url(../images/mod_toplight_left.jpg);
	  height: 28px;
	  width: 10px;
	}
.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: #9a1b05;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px solid #000;
	}
.desc  /* album descriptions on main page just description and author*//*============== might check ========*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#404040;
	  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: #9a1b05;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #404040;
	}

a.modcaption {			/*============== might check ========*/
    color: #C0C0C0;	
}

a.modcaption:hover {
   text-decoration: none;
}

.pcaption  /* modifies background for caption text to reside *//*============== might check ========*/
	{
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #9a1b05;
	  line-height:140%;
	  padding:2px;
	  margin-top:2px;		
	  border:0px dashed #404040;
	}


.pview /* brackets both the image and all text in one frame */
	{
		margin:7px;
		padding: 7px;
	}

.commentbox
	{
	}
.commentboxhead
	{
	}
.commentboxfooter
	{
	}
.commentlabel
	{
	}

.vatable /* width of the div set for all photo sets - view albums  */
	 { 
	 }
.vathumbs /* full background bracket for images and text - veiw albums  */
	 { 
	 }
.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%;
	}
.vapoll /* controls the text for poll */
	{
	}
.dim /* controls the dimension text under the image */
	{
	}
.commentIndication /* for the (star) indicating comment */ 
	{ 
	  color: red; 
	  font-size: 12px; 
	}

.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:#000000;
	  font-size: 24px;
	  font-weight:bold;
	  padding-left:2px;
	  padding-right:2px;
	  line-height:140%;
	  letter-spacing: -2px;
	  border:0px dashed #404040;
	  height: 28px;  
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  background-color: url(../images/mod_toplight_bg.jpg);
	  width: 100%;
	  height: 28px;
	}
.mod_toplight_bg  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  direction: ltr;
	  background-image: url(../images/mod_toplight_bg.jpg);
	  height: 28px;
	}
.mod_toplight_right  /* Gallery & Album titles. Text is controled by .head*/ 
	{ 
	  background-image: url(../images/mod_toplight_right.jpg);
	  height: 28px;
	  width: 9px;
	}
.mod_toplight_left  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  background-image: url(../images/mod_toplight_left.jpg);
	  height: 28px;
	  width: 10px
	}
.bread  /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 12px;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 11px; 
	}

.editlink,  /* Used for the [edit] tags *//*============== might check ========*/
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #404040;	  
	}
.modnavbox  /* main navigation bar next and previous */ /*============== might check ========*/
	{ 
	  font-family:verdana, arial, sans-serif;	
	  color:#000;
	  font-size: 12px; 
	  font-weight:bold;
	  background-image: url(../images/mod_navbar.jpg);
	  line-height:140%;
	  letter-spacing: .2em;
	  border:0px dashed #404040;
	  width: 100%;
	  height: 15px;
	}
.modnavbox a,				/*============== might check ========*/
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#000;
	  text-decoration: none;
	}
.modnavbox a:hover {			/*============== might check ========*/
	  font-weight: normal;
	  color: #C0C0C0;
	  text-decoration: underline;
	}
.admin
	{ 
	  font-size: 10px;
	  font-weight: bold;
	  color: #65B4FF; 
	}

.adminform {
	  font-size: 10px;
	  font-weight: bold;
	  color: #6666FF ;
	}
.search  /* used in admin bars - the search text*/
	{ 
	  font-size: 10px;
	  color: #000; 
	  font-weight: bold;
	}
.searchform /* defines form for search */
	{
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 50px;
	}

.pollresults /* poll result text */
	{
	  font-size: 12px;
	  color: #404040; 
	  font-weight: bold;
	}
.modnavboxtop  	/*navagation bar top of screen where admin buttons show*//*============== might check ========*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #ffffff;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #9a1b05;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px dashed #404040;
	  width: 100%  
	}
.modnavboxtop a,				/*============== might check ========*/
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #ffffff;
	  text-decoration: none;
	}
.modnavboxtop a:hover {				/*============== might check ========*/
	  font-weight: normal;
	  color: #C0C0C0;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*//*=============== second bar ===========*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color: #202020;
	  font-size: 10px;
	  font-weight:bold;
	  background-color: #9a1b05; 
	  line-height:140%;
	  border:0px dashed #404040;
	  width: 100%  
	}
.modnavboxmid a,		/*============== album page ========*/
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: bold;
	  color:#000;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: bold;
	  color: #c8b05d;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*//*================== bottom bar ======================*/
	{ 
	  font-family:verdana, arial, sans-serif;
	  color:#ffffff;
	  font-size: 8px;
	  font-weight:normal;
	  background-color: #9a1b05;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #404040;
	  width:100%   
	}
.modfooter a,			/*============== poweres by gallery link ========*/
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#fff;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #C0C0C0;
	  text-decoration: none;
	}

/* popups */

.popupbody  /* controls the background of popup. */ 
	 {
 		margin: 25px;
  		background-color: #808080;
	 }
	
.popuphead  /* controls the title and background */ 
	 {
	   text-align:center;
	   font-size: 14px;
	   font-weight: bold;
	   line-height: 150%;
	   color: #202020;
	   padding-left: 5px;
	   border-top: 1px solid #000000;
	   border-left: 1px solid #000000;
	   border-right: 1px solid #000000;
	   background-color: #c0c0c0;
 	}

.popup /* controls the main text and message body */
	 {
	   text-align:center;
	   font-size: 12px;
	   font-weight: none;
	   color: #202020;
	   padding: 5px;
	   border: 1px solid #000000;
	   background-color: #ffffff;
	   margin-bottom: 10px;  
	 }

.popupform /* controls form textarea */
	 {
	   font-size: 12px;
	   font-weight: none;
	   line-height: 120%;
	   color: #202020;
	   padding: 2px;
	   border: 1px solid #000000;
	   background-color: #c0c0c0;
	 }

#adminbox {
}

#adminbox td {
    font-family:verdana, arial, sans-serif;/*===================== top bar and controls font =======================*/
    color: #000;
    background-color: #c8b05d;
}

#adminbox a:hover {			/*============== login link ========*/
    color: #bb0000;
}
