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

#bigtable {
	margin: 0 auto;
	}

.popuphead
	{
	  font-size: 1.5em;
 	  font-weight: bold;
	  color: green;
	}


.navigator {
	text-align: center;
	background: #aab; /* same as breadcrumb */
	margin-top:0;
	padding-top: .5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	}
/* documentation on the following '.clearfix' solution to clearing floats at the end of boxes is found at http://www.positioniseverything.net/easyclearing.html */
.navigator:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.navigator {display: inline-block;}

/* Backslash hack - hide code from IE-mac until next comment\*/
.navigator {display: block;}
* html .navigator {height: 1%;} /* End hide from IE-mac. The * makes this rule apply only to IE - the "Tan Hack" is documented at http://www.positioniseverything.net/articles/box-model.html */

.navigator li, #gallerymenu li  /* make these two lists inline */ 
	{
	list-style: none;
	display: inline;
	margin:0;
	}

#gallerymenu /* The entire list inline! */
	{
	display: inline;
	}

.navigator b,
.navigator a,
.navigator a:link
	{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
	font-size:2em;
	font-weight: bold;
	text-decoration:none;
	padding:5px 10px;
	}

.navigator b
	{
	background-color:#d5d6d7; /* same as body background */
	color:#000;
	border: 1px solid #666;
	border-bottom-color: #d5d6d7; /* same as body background */
	}

.navigator a,
.navigator a:link
	{
	/*background-color:#557;*/
	color:#ccc;
	}

.navigator a:hover
	{
	color:#c30;
	text-decoration:none;
	}

body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
    font-size: 65%; /* Resets 1em to 10px */
    background-color: #d5d6d7;
    color: #333;
}

img {
    border: none;
}

td,p { 
	  font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	  font-size: 10px; 
}
h1 /*  page headers behind the Gallery title */
	{
	font-family: Georgia, Times, serif;
	font-size: 2em;
	font-weight: normal;
	}
a {
    font-family: Verdana,Helvetica,sans-serif;
    text-decoration: none;
    color: #4E2192;
}

a:hover {
    text-decoration: underline;
    color: #c30;
}

form { display: inline }

textarea:focus, input:focus, select:focus {
	background-color: #FFFFDA;
}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{
	font-size: 1.4em; 
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}
.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:3px solid #aab;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
	}
.desc                           /* album descriptions on main page */
	{ 
	  font-size: 1.2em; 
	}
.caption                        /* photo captions on all pages */
	{ 
	font-size:1.1em;
	}
.modcaption  /* modifies background for caption text to reside - view_album */
	{
	}
.pcaption  /* modifies background for caption text to reside - view_photo*/
	{
	font-size:1.4em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}

.captions {
	font-size:1.1em;
	}

.captions em { display:none } /* This hides the Key field from view, so it doesn't have to say "Description:" before the description */

.vafloat /* float for view album - text */
 	{
 	   float: none;
 	}
 
.vafloat2 /* float for view album - images */
 	{
 	 float: none;
	}
 
.vasummary /* controls the view of Album summary */
	{
	font-size: 1.4em;
	font-weight:bold;
	padding:2px;
	margin-top:10px;
	width:80%;
	}
.commentIndication 
	{
	   color: red;
	   font-size: 1.2em;
	}
.error /*  all error text  */  { color: c30; font-size: 120% }

.attention                          /* so far, just for voting instructions*/
        {
          font-weight: normal;
          color: #c30;
          font-size: 110%;
        }

.headbox			/* box around the page headers */
	{
	}

.breadcrumb
	{
	background: #aab;
	padding: 3px;
	margin: 3px 0 0;
	}

.fineprint  /* used for fine print */
	{ 
	  font-size: 90%; 
	  color:#666;
	}

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

.adminform /* defines form for drop down menu */
	{ 
	  font-weight: bold; 
	}
.search /* used in search text */
	{ 
	  font-weight: bold; 
	}
.searchform /* defines form for search */
	{
	  font-weight: bold; 
	}
.leftspacer  /* amount of space to the left of the header and titles */
	{
	  width: 0px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{
	background-color: #5E72CC;
 
     }
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{

	}
.modfooter /*footer where the Gallery version is located*/
	{
	}


.popupbody  /* controls the background of popup. */ 
	 {
	   color: #000;
	 }
	
.popuphead  /* controls the title and background */ 
	 {
	   text-align:center;
	   font-size: 1.4em;
	   font-weight: bold;
	   line-height: 150%;
	   color: #FFF;
	   padding-left: 5px;
	   border-top: 1px solid #FFF;
	   border-left: 1px solid #FFF;
	   border-right: 1px solid #FFF;
	   background-color: #6274CB;
 	}

.popup /* controls the main text and message body */
	 {
	   text-align:center;
	   font-size: 1.2em;
	   font-weight: none;
	   color: #202020;
	   padding: 5px;
	   border: 1px solid #FFF;
	   background-color: #F0F0F0;
	   margin-bottom: 10px;  
	 }

.popupform /* controls form textarea */
	 {
	   font-size: 1.2em;
	   font-weight: none;
	   line-height: 120%;
	   color: #202020;
	   padding: 2px;
	   border: 1px solid #FFF;
	   background-color: #C0C0C0;
	 }

/* CSS ID for the add photos popup */

#container
	{
		padding: 2px;
	}

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

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 5px 2px 5px;
		margin-right: 4px;
		text-decoration: none;
		color: #666;
	        border-width:1px;
	        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:1.2em;
	  margin-right: 4px;
	  border-style: solid; border-color: #000;
	  -Moz-Border-Radius-TopLeft: 20px;
	  -Moz-Border-Radius-TopRight: 20px;
	  color:#000;
	}

#tabnav a:hover {
	color: #444
}

#adminbox {
    color: #666;
}

#menu {
}

#menu td {
}

#menu a {
   display: block;
   font-family: Verdana,Helvetica,sans-serif;
   text-decoration: none;
   color: #fff;
   white-space: nowrap;
   padding: 2px;
   -moz-border-radius: 3px;
}

#menu a:hover {
   color: #000;
   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;
}
