/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
/*
  $Id: standalone_style.css,v 1.1 2004/02/08 23:13:04 jenst Exp $
 
  Gallery - a web based photo album viewer and editor
  Copyright (C) 2000-2003 Bharat Mediratta
 
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or (at
  your option) any later version.
 
  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
 
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

*/ 

.sitedesc	{ background-color: #FCFCF3; margin-top:25px; padding:5px;
		  border-style: solid; border-width: 1px ; border-color: #000000;
		}

.inner		{ padding: 5px; margin-top:20px;
		  border-style: solid; border-color: #000000; border-width:1px;
		}

.shortdesc	{ background-color: #DCDCC0; padding:5px; font-weight: bold;
		}

body	{
	  color:#000;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  background: #6FA387;
	  border: 0;
	  margin: 0;
	  padding: 0;
	  text-align: center;
	}

a:link		{ color: #000099;
		}

a:hover { 
		  text-decoration:none;
		}

/* 
   text styles 
*/
.title                          /* album titles on main page */
	{ 
	  font-size: 14px; 
	  font-weight: bold; 
	}

.mod_title			/* album title -- Text is controlled by .title */
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}

.albumdesc  /*album description includes all text and background*/
	{
	color:#000000;
	}

.desc	{ background-color: #FCFCF3 ; padding:3px; margin:8px; font-size:1.0em;
	  width:80%;
	  border-style: solid; border-color: #000000; 
	  border-width:1px; -Moz-Border-Radius: 20px;
	}

.caption                        /* photo captions on all pages */
	{ 
	  font-size: 10px; 
	}
.modcaption  /* modifies background for caption text to reside */
	{
	  font-size: 10px; 
	}

.error		{ background-color: #CC0000; color: #FFFFFF ;
		  padding:2px
		}

.attention                          /* so far, just for voting instructions*/
        {
          font-family: Verdana, Arial, Helvetica, sans-serif;
          font-weight: normal;
          color: blue;
          font-size: 12px;
        }

/*
.warning        { font-weight:bold; background-color: #FFFF33; color: #000000 ;
		  width: 150px; padding:2px; 
		}
*/

.headbox { 
	  background-color: #E6E6DC; font-size: 1.5em;  font-weight:boldi; padding:10px;
	  border-style: solid; border-width: 1px; border-color: #F0F0F0;
	}

.head                           /* page headers */
	{ 
	  font-size: 16px; 
	  font-weight: bold; 
	}

.bread                          /* used in breadcrumb bars */
	{ 
	  font-size: 10px; 
	}
.nav                            /* used in navigation bars */
	{ 
	  font-size: 12px; 
	}
.navtableborderbegin
	{
	  border:1px solid #000000;
	}
.navtableborderend
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	}
.bordertop
	{
	  border:1px solid #000000;
	  border-right-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderright
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-left-width:0px;
	}
.borderleft
	{
	  border:1px solid #000000;
	  border-top-width:0px;
	  border-bottom-width:0px;
	  border-right-width:0px;
	}
.fineprint                      /* used for fine print */
	{
	  font-size: 10px;
	}
.popuphead
	{ font-size: 16px;
	  background-color: #FCFCF3; padding:5px; font-weight: bold;
	  -Moz-Border-Radius: 20px;
	}

input, select, option, textarea
	{ 
	  background-color: #FCFCFF; padding-left:5px; -Moz-Border-Radius: 20px;
	}

.popup
	{
	  font-size: 12px;
	}
.editlink                       /* Used for the [edit] tags */
	{
	  font-size: 10px;
	}

.admin                          /* used in admin bars */
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}

.adminform
	{ 
	  font-size: 10px; 
	  font-weight: bold; 
	}
.search                          /* used in search text */
	{ 
	  font-size: 10px; 
	  font-weight: boldi; 
	}

div#pagewrap {
	width: 754px;
	background: #6FA387 url(/images/bg.jpg) repeat-y;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 0;
	position: relative;
}

div#header {
	position: relative;
	width: 732px;
	height: 90px;
	background: url(/images/sig2.jpg) transparent top no-repeat;
	margin: 0 0 0 21px;
	padding: 0;
	border: 0;
}

div#header h1 {
	margin: 0;
	border: 0;
	padding: 0;
	text-indent: -2505;
}

div#header a {
	position: absolute;
	left: 500px;
	padding: 15px 0 0 0;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

div#header a:visited {
	position: absolute;
	left: 500px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}

div#header a:hover {
	position: absolute;
	left: 500px;
	color: #cccc99;
	text-decoration: underline;
	font-weight: bold;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
}


/* Menu Structure */

div#danav {
	width:745px;
	height:28px;
	margin: 0 0 0 69px;
	border: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	background: transparent;
	
}

div#danav ul#menu {
	width:745px;
	height:28px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
}

div#danav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	background: transparent;
	font-size: 11px;
	line-height: 28px;
	text-align: left;
}

div#danav ul#menu li#homemenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0; 
	width: 75px;
	background: transparent url(/images/home_btn.jpg) top no-repeat;
	text-indent: -1255px;
}

div#danav ul#menu li#homemenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0; 
	width: 75px;
	background: transparent url(/images/home_btn.jpg) top no-repeat;
	text-indent: -3000px;
}

div#danav ul#menu li#homemenu a:hover {
	background: transparent url(/images/home_btn.jpg) bottom no-repeat;
}

div#danav ul#menu li#sculptmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 75px;
	width:105px;
	background: transparent url(/images/sculpture_btn.jpg) top no-repeat;
	text-indent: -3000px;
}

div#danav ul#menu li#sculptmenu a:hover {
	background: transparent url(/images/sculpture_btn.jpg) bottom no-repeat;
}

div#danav ul#menu li#paintmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 180px; 
	width:107px;
	background: transparent url(/images/paintings_btn.jpg) top no-repeat;
	text-indent: -3000px;
}

div#danav ul#menu li#paintmenu a:hover {
	background: transparent url(/images/paintings_btn.jpg) bottom no-repeat;
}

div#danav ul#menu li#specificmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 287px;
	width:119px;
	background: transparent url(/images/specific_btn.jpg) top no-repeat;
	text-indent: -3000px;
}

div#danav ul#menu li#specificmenu a:hover {
	background: transparent url(/images/specific_btn.jpg) bottom no-repeat;
}

div#danav ul#menu li#profilemenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 406px; 
	width:123px;
	background: transparent url(/images/profile_btn.jpg) top no-repeat;
	text-indent: -3000px;
}

div#danav ul#menu li#profilemenu a:hover {
	background: transparent url(/images/profile_btn.jpg) bottom no-repeat;
}


div#danav ul#menu li#workshopmenu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 529px;
	width:119px;
	background: transparent url(/images/workshops_btn.jpg) top no-repeat;
	text-indent: -1255px;
}

div#danav ul#menu li#workshopmenu a:hover {
	background: transparent url(/images/workshops_btn.jpg) bottom no-repeat;
}


ul#menu li, ul#menu a {
	height: 28px;
	display: block;
}


div#line {
	background: url(/images/interface_04.jpg) no-repeat;
	margin: 0 0 -10px 30px;
	height: 9px;
	padding: 0;
/*	border: 1px solid #fff; */
}

html>body div#line {
	margin: 0 0 0 30px;
	}

div#midriff {
	text-align: center;
	width: 754px;
	padding: 0;
	margin: 0 0 0 20px;
}

/* Main body starts here  */

div#filler {
	position: relative;
	width: 755px
	margin: 0 150px 0 75px;
	padding: 0 0 30px 0;
	border: 0;
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	margin: 0 auto;
    /* End IE5-Mac hack */
}

div#content_gallery {
	position: relative;
	float: left;
	width: 630px;
	left: 0;
	margin: 5px 0 0 70px;
	padding: 30px 0px 20px 0;
	font-family: Georgia, Times;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 125%;
	background: #fff;
	border: 0;
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	margin: 5px 0 0 30px;
	padding: 30px 0 20px 0;
	float: none;
        /* End IE5-Mac hack */
}

html>body div#content_gallery {
	width: 640px;
	left: 75px;
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	width: 555px;
	margin: 5px 0 0 -5px;
	padding: 30px 100px 20px 0;
	/* End IE5-Mac hack */
}

/* Fin */

div#footer {
	position: relative;
	margin: 0;
	padding: 20px 0 100px 0;
	border: 0;
	font-size: 12px;
	overflow: visible;
	background: transparent;
	font-family: Arial, Verdana, sans-serif;
	color: #cccc99;
	clear: both;
}

div#footer a {
	font-size: 12px;
	color: #cccc99;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

div#footer a:visited {
	font-size: 12px;
	color: #cccc99;
	text-decoration: none;
	font-weight: bold;	
}

div#footer a:hover {
	font-size: 12px;
	color: #cccc99;
	text-decoration: underline;
	font-weight: bold;
}
