/* This is the style sheet used when Gallery is embedded into
   another product, like PHP-Nuke, and when it's running 
   standalone.

   If you would like to customize the styles please create 
   copy of this file called 

     "embedded_style.css" (same name without ".default")

   If that file is found in this directory it will be 
   used instead of this one.

   Some of the styles below are overriden by specific 
   album properties. These are noted 

   $Id: screen.css.default,v 1.1.2.1 2005/03/01 07:46:14 cryptographite Exp $
*/ 


/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/

/*MAKE SURE IF YOU EDIT THE STYLES IN HERE YOU DO THE SAME IN BASE.CSS*/

body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #666666;
}

img {
    border: none;
}

td,p { 
	  font-family: Tahoma, Verdana, Arial;
	  font-size: 11px; 
}

a {
    font-family: Tahoma, Verdana, Arial;
    text-decoration: none;
    color: #6F9FAA;
}

a:hover {
    font-family: Tahoma, Verdana, Arial;
    text-decoration: underline;
    color: #666666;
}

textarea:focus, input:focus, select:focus {
	color: #666666;
	font-size: 11px;
}


/*TEXT STYLES*/


.title { 								/* ALBUM TITLES ON albums.php */		
	  font-size: 12px; 
	  font-weight: bold; 
	  color: #666666;
}

.mod_title {							/* album title -- Text is controlled by .title */
	  border:0px solid #FFFFFF;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;	  
}
	
.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 */
	{
	}
	
.leftspacer 							 /* amount of space to the left of the album header and titles */
	{
	  width: 0px;
}


#menu {									/* TOP NAV MENU (right)*/		
}

#menu td {								/* TOP NAV MENU (right)*/
}

#menu a {								/* TOP NAV MENU (right)*/
   display: block;
   font-family: Tahoma, Verdana, Arial;
   font-size: 9px;						/* FONT SIZE OF MENU (right)- must change in base.css too*/
   text-decoration:none;
   color: #666666;
   white-space: nowrap;
}
/* uncomment this and the below to have a nice hover effect.
   padding: 2px;
   -moz-border-radius: 3px;
*/


#menu a:hover {							/* TOP NAV MENU (right)*/
   color: #6F9FAA;
   white-space: nowrap;
/*
   border-bottom: 1px solid #66A;
   border-right: 1px solid #66A;
   border-top: 1px solid #224;
   border-left: 1px solid #224;
   padding: 1px;
*/
}


/*PHOTO CAPTIONS TEXT STYLES */
.caption                        		/* photo captions on all pages */
	{
	font-size: 11px;
}
.modcaption  							/* modifies text next to thumb in view_album.php */
	{
	  font-size: 9px; 
}
.pcaption  								/* modifies image title under detail image in view_photo.php*/
	{
	  font-size: 9px; 
}

							
							
/* ALBUM DESCRIPTIONS ON album.php page */
.albumdesc  							/*album description includes all text and background*/
	{
}

.desc { 
	  font-size: 11px; 
}



/*STYLES TO FLOAT THUMBNAIL VIEW on view_album.php*/
.vafloat 								/* FLOATS THUMBNAIL TEXT INSIDE OF THE ALBUMS */
 	{
 	   float:none;
}
 
.vafloat2 								/* FLOATS THUMBNAIL IMAGES INSIDE OF THE ALBUMS */
 	{
 	 float: none;
}

 
 
/* CONTROLS THE VIEW OF SEARCH LAYOUT- search.php */
.vasummary {
		m summary	
        font-weight:bold;
        padding:2px;
        margin-top:10px;
        width:80%;
}
	
.error                          		/* all error text */
	{ 
	  color: red; 
	  font-size: 11px; 
}

.attention                          	/* so far, just for voting instructions*/
        {
          font-family: Tahoma, Verdana, Arial;
          font-weight: normal;
          color: #666666;
          font-size: 10px;
}
	
/* PAGE HEADINGS ABOVE NAV BAR (eg. slideshow.php) */
.headbox								/* box around the page headers */
	{
}

.head { 
	  display:none;
	  font-size: 9px; 
	  font-weight: bold; 
}
	
.mod_headliner  						/* Gallery & Album titles. Text is controled by .head */
	{
	}
.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 */
	{
	}

	
	
.commentIndication {
	   color: #666666;
	   font-size: 12px;
}

.bread                          		/* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
}
	
.nav                           		 	/* used in navigation bars */
	{ 
	  font-size: 10px; 
}
.navtableborderbegin					/*BORDER UNDER TOP NAV AREA*/
	{
	  border:0px solid #FFFFFF;
}

.navtableborderend
	{
	  border:0px solid #FFFFFF;
	  border-top-width:0px;
}

.bordertop
	{
	  border:0px solid #FFFFFF;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
}

.borderright
	{
	  border:0px solid #FFFFFF;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
}

.borderleft
	{
	  border:0px solid #FFFFFF;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
}
	
.fineprint                      		/* used for fine print */
	{
	  font-size: 9px;
}

.viewcounter 
	{
	  font-size: 9px;
}

.editlink                       		/* Used for the [edit] tags */
	{
	  font-size: 9px;
}

.modnavbox  							/* main navigation bar next and previous */
	{
}

.admin                          		/* used in admin bars */
	{ 
	  font-size: 11px; 
	  font-weight: normal; 
}

.adminform 								/* defines form for drop down menu */
	{ 
	  font-size: 11px; 
	  font-weight: normal; 
}

.search                          		/* used in search text */
	{ 
	  font-size: 10px; 
	  font-weight: normal; 
}

.searchform 							/* defines form for search */
	{
	font-size: 15px;
	font-weight: normal;
}
	
.modnavboxtop  							/*navagation bar top of screen where admin buttons show*/
	{
	background-color: #FFFFFF;
 
}

.modnavboxmid  							/*navagation bar middle where the link for the albums show*/
	{
}

.modnavbox  							/* main navigation bar next and previous */
	{
}

.admin                          		/* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
}

.adminform 								/* defines form for drop down menu */
	{ 
	  font-size: 10px; 
	  /*font-weight: none;*/
}

.popupbody  							/* controls the background of popup. */ 
	 {
	   color: #666666;
}
	
.popuphead  							/* controls the title and background */ 
	 {
	   text-align:center;
	   font-size: 13px;
	   font-weight: bold;
	   line-height: 150%;
	   color: #666666;
	   padding-left: 5px;
	   border-top: 0px solid #666666;
	   border-left: 0px solid #666666;
	   border-right: 0px solid #666666;
	   background-color: #EBE9E2;
}

.popup 									/* controls the main text and message body */
	 {
	   text-align:center;
	   font-size: 12px;
	   font-weight: normal;
	   color: #666666;
	   padding: 5px;
	   border: 0px solid #666666;
	   background-color: #EBE9E2;
	   margin-bottom: 10px;  
}

.popupform 								/* controls form textarea */
	 {
	   font-size: 12px;
	   font-weight: normal;
	   line-height: 120%;
	   color: #666666;
	   padding: 2px;
	   border: 0px solid #666666;
	   background-color: #EBE9E2;
}

/* CSS ID for the add photos popup */

#container {
    adding: 2px;
}

#tabnav {
    height: 20px;
    margin: 0px;
    padding-left: 5px;
    background: url(images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
    margin: 0px; 
    padding: 0px;
    display: inline;
    list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 2px 5px 2px 5px;
    margin-right: 4px;
    text-decoration: none;
    color: #EBE9E2;
    border-width:0px;
    border-style: solid; 
	border-color: #000000;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
}

#tabnav a:link.active, #tabnav a:visited.active 
	{
    background-color: #FCFCF3;
    padding:2px 5px 2px 5px;
    font-size:10px;
    margin-right: 4px;
    border-style: solid; 
	border-color: #000000;
    -Moz-Border-Radius-TopLeft: 20px;
    -Moz-Border-Radius-TopRight: 20px;
    color:#000000;
}

#tabnav a:hover {
    color: #444
}

/*TOP NAV BOX COLOUR*/
#adminbox {
    background-color: #EBE9E2; 
    color: #666666;
}

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

#adminbox a {
	color: #666666;
}

#adminbox a:hover {
	color: #6F9FAA;
}

/*DIVIDER LINE ABOVE ALBUMS AND SEARCH AREAS (eg. albums.php)*/
.divide_line {
background-image: url(../images/divider_line.gif);
background-repeat:repeat-x;
}

