/* 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: embedded_style.css.default,v 1.6 2004/04/06 12:39:10 jenst Exp $
*/

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

BODY
{
line-height:1.3em;
font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #300;
}

table
{
	margin: auto;
	padding: auto;
	clear: both;
	right: 50%;
}
img {margin:0;
padding:0;}

td, p, li
{
	font-size: 1em;
	color: #3ff;
	margin: 0;
	padding: 3px 0 5px 0;
	text-align: justify;
}

.tiny {
font-size: .8em;}

h2 {
	font-weight: normal;
	font-size:1.6em;
}

h3 {
	font-weight: normal;
}

#siteheader
{
	height: 90px;
	float: left;
	margin:0;
	padding: 50px 0 0 0;
	background: url(/images/dots.gif) no-repeat right;
}

#nav
{
	float: left;
	width: 400px;
	margin: 0;
	padding: 0;
}

#siteheader ul
{
	margin: 0;
	padding: 0;
}

#siteheader li
{
	font-size: 1.1em;
	list-style-type: none;
    float:left;
	margin: 0;
	padding: 0 15px 0 20px;
	background-image: url(/images/navdot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 4.7em;
	text-align: right;
}


a img {border:none;}

#siteheader a
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#headline
{
	float: left;
	margin: 0;
	padding: 0;
	width: 350px;
}

#headline h1
{
	font-family: arial;
	font-weight: normal;
	text-align: right;
	font-size: 65px;
	margin: 0;
	padding: 0;
	line-height: .8em;
}

#headline p
{
	text-align: right;
	font-size: 1.3em;
	margin: 0;
	padding: 0 20px 0 0;
	line-height: 1em;
}

#container
{
	width: 750px;
	background: #fff;
	margin: auto;
	padding:0;
	background-repeat: no-repeat;
	background-position: right top;
clear:both;}

#content
{
    width:750px;
	float: left;
	margin: 0;
	padding: 0;
}

#left
{
	width: 430px;
	float: left;
	margin: 0;
	padding: 0 50px 20px 10px;
}

#left p
{
	font-size: .7em;
	text-align: center;
	margin:0;
	padding:0;
}

#right
{
	float: left;
	width: 246px;
	margin: 0;
	padding: 0;
}

#right img {
max-width:250px;
float:left;
}

.photo td
{
border:solid 1px #333;
	margin: 0
	padding:0;
}

#photo td img {
margin-left:auto;
margin-right:auto;
margin:0;
padding:0;
display:block;
}

#bioright
{
	float: left;
	width: 317px;
	margin: 0;
	padding: 0;
}

#bioleft
{
	width: 366px;
	float: left;
	margin: 0;
	padding: 0 50px 20px 10px;
}

#bioleft p {
	font-size:.6em;
	text-align: center;
	margin:0;
	padding:0;
}



/* 
   text styles 
*/

