/*
   "Corporate" Stylesheet
   www.ephemeraleuphoria.com
   (C) 2004 Michael Greene
   ( michael dot greene at gmail dot com )
*/

body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #F3F3F3 url(http://www.ephemeraleuphoria.com/thisbg.png) repeat-x;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
}

p, li {
	font: 90%/175% Tahoma, Verdana, Arial, sans-serif;
}

td, td {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10pt;
}

#first { margin-top: 0; }

a {
  color: #003366;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#eeheader {
  background: #CCCC99;
  text-align: right;
}

#eeouter {
  width: 780px;
  margin: 10px auto 20px auto;
  background: #fff url(http://www.ephemeraleuphoria.com/tile.gif) repeat-y;
}

#eecontainer {
  width: 100%;
  float: right;
  margin-left: -210px;
}
#eesidebar {
  background: #003366;
  color: #CCC;
  width: 200px;
  float: left;
}

#eesidebar ul {
  margin: 0; /*removes indent IE and Opera*/
  padding: 0; /*removes indent Mozilla and NN7*/
  list-style-type: none; /*turns off display of bullet*/
  font-size: 10pt;
}

#eesidebar li {
  margin: .02ex 0 .02ex 0; /* thanks Callek */
  padding: 0;
}

#eesidebar a {
  margin: 0;
  display: block;
  padding: 2px 2px 2px 24px;
  border: 1px solid;
  border-color: #CCC #000 #000 #CCC;
  background-color: #CCCC99;
  background-position: 0% 50%;
}

#eesidebar a:link, #eesidebar a:visited {
   color: #003366;
   text-decoration: none;
}

#eesidebar a:hover, #eesidebar a:active {
  background-color: #003366;
  background-position: 0% 50%;
  color: #FFF;
}

#eevalid a {
  margin: 0;
  display: inline;
  padding: 0;
  border: 0;
}

#eefooter {
  background: #CCCC99;
  color: #F9F9F9;
  height: 15px;
  clear: both;
  text-align: center;
}

#eefooter a {
  color: #003366;
}

#eecontent {
  text-align: left;
  background: #FFFFFF;
  margin-left: 210px;
  padding: 8px;
}

h2 {
  font-size: 14pt;
  letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

#eecontent h1 {
  color: #003366;
  font-size: 18pt;
  font-weight: 800;
}

#eecontent h2 {
  color: #003366;
}

#eecontent h3 {
  color: #000000;
  font-size: 12pt;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
  }

/*

   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  line-height:140%;
	  padding-right:2px;
	  padding-left:3px;
	  letter-spacing: .2em; 
	}
.title a,
.title a:link,
.title a:visited,
.title a:active {
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color:#003366;
	  font-size:small;
	  font-weight:bold;
	  text-decoration: none;
	}
.title a:hover {
	  color: #003366;
        font-family:Tahoma, Verdana, Arial, Sans-serif;
	  text-decoration: underline;
	} 
	
.mod_title	/* album title  Text is controled by .title */ 
	{ 

	 background-image: url(../images/mod_navbar.jpg);
	 height: 18px;
	}
.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:Tahoma, Verdana, Arial, Sans-serif;
	  color:#000000;
	  font-size:x-small;
	  font-weight:bold;
	  background-color: #CCCC99;
	  line-height:140%;
	  border:1px solid #003366;
        padding:2px;
	}
.desc  /* album descriptions on main page just description and author*/
	{ 
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color:#000000;
	  font-size:small;
	  font-weight:bold;
	  line-height:140%;
	  margin-top:2px;		
	}
.caption  /* photo captions on all pages */
	{ 
	  font-size: 10px; 	
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color: #000000;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;	  
	  background-color: #CCCC99;
	  padding:2px;
	  margin-top:2px;		
	  border:1px solid #000000;
	}
.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:Tahoma, Verdana, Arial, Sans-serif;
	  color:#000000;
	  font-size: 16px;
	  font-weight:bold;
	  padding-left:2px;
	  padding-right:2px;
	  line-height:140%;
	  letter-spacing: .2em;
	  height: 28px;  
	}
.mod_headliner  /* Gallery & Album titles. Text is controled by .head */ 
	{ 
	  background-color: #CCCC99;
	  border: 2px solid #003366;  // #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: 10px; 
	}
.nav    /* used in navigation bars */
	{
	  font-size: 12px;
	}
.bordertop
	{
	}
.borderright
	{
	}
.borderleft
	{
	}
.fineprint  /* used for fine print */
	{ 
	  font-size: 10px;
	  line-height:100%
	}
.popuphead
	{
	  font-size: 16px;
 	  font-weight: bold;
	  color: #000000;
	}
.popup
	{
	  font-size: 12px;
	  font-weight: bold;
	  color: #000000;	  
	}
.editlink,  /* Used for the [edit] tags */
.editlink a,
.editlink a:link,
.editlink a:visited,
.editlink a:active
	{
	  font-size: 10px;
	  font-weight: normal;
	  color: #000000;	  
	}
.modnavbox  /* main navigation bar next and previous */ 
	{ 
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color:#000000;
	  font-size: 12px; 
	  font-weight:bold;
	  background-color: #CCCC99;
	  line-height:140%;
	  letter-spacing: .2em;
	  border:1px solid #000000;
	  width: 100%;
	  height: 20px;
	}
.modnavbox a,
.modnavbox a:link,
.modnavbox a:visited,
.modnavbox a:active {
	  font-weight: normal;
	  color:#000000;
	  text-decoration: none;
	}
.modnavbox a:hover {
	  font-weight: normal;
	  color: #a2899c;
	  text-decoration: underline;
	}
.admin  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #000000; 
	  font-weight: bold;
	}
.search  /* used in admin bars - the serch text*/
	{ 
	  font-size: 10px;
	  color: #000000; 
	  font-weight: bold;
	  background-image: url(../images/mod_navbar.jpg);
	  height: 18px;
	}
.leftspacer /* amount of space to the left of the header and titles */
	{
	  width: 5px;
	}
.modnavboxtop  /*navagation bar top of screen where admin buttons show*/
	{ 
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color: #000000;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  letter-spacing: .1em;
	  border:0px solid #000000;
	  width: 100%  
	}
.modnavboxtop a,
.modnavboxtop a:link,
.modnavboxtop a:visited,
.modnavboxtop a:active {
	  font-weight: normal;
	  color: #000000;
	  text-decoration: none;
	}
.modnavboxtop a:hover {
	  font-weight: normal;
	  color: #000000;
	  text-decoration: none;
	}
.modnavboxmid  /*navagation bar middle where the link for the albums show*/
	{ 
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color: #000000;
	  font-size: 10px;
	  font-weight:bold;
	  line-height:140%;
	  border:0px solid #000000;
	  width: 100%  
	}
.modnavboxmid a,
.modnavboxmid a:link,
.modnavboxmid a:visited,
.modnavboxmid a:active {
	  font-weight: normal;
	  color:#000000;
	  text-decoration: none;
	}
.modnavboxmid a:hover {
	  font-weight: normal;
	  color: #000000;
	  text-decoration: underline;
	}
.modfooter  /*footer where the Gallery version is located*/
	{ 
	  font-family:Tahoma, Verdana, Arial, Sans-serif;
	  color:#707070;
	  font-size: 8px;
	  font-weight:normal;
	  line-height:140%;
	  padding:2px;
	  border:0px dashed #000000;
	  width=100%   
	}
.modfooter a,
.modfooter a:link,
.modfooter a:visited,
.modfooter a:active {
	  color:#707070;
	  text-decoration: none;
	}
.modfooter a:hover {
	  color: #000000;
	  text-decoration: none;
	}
