/* 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 {
	color: #333;
	font: 1em trebuchet ms, georgia, verdana, sans-serif; 
	letter-spacing: 0.05em;
/*font-size: 12pt;*/
	text-align: center; 
	background-color:#460021;
}

html {
	min-height: 100%; 
	margin-bottom: .1em; 
}

#wrap {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color:#fff;
	border:double #ff99cc;  
	}

td, p { 
	color: #333;
	font: 1em trebuchet ms, georgia, verdana, sans-serif; 
	letter-spacing: 0.05em;
	border: 0px solid white;
}

/********** LINK COLORS **********/
a {
font-size: 1em;
}

a:link {
	color: #3399CC;
	text-decoration: underline;
}

a:visited {
	color: #336699;
	text-decoration: underline;
}

a:link:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #DFDFFF;
}

a:visited:hover {
	color: #003366;
	text-decoration: underline;
	background-color: #DFDFFF
}

/***********************************************************/
/*          HEADER STUFF FOR ROBERTPLOTZ GALLERY           */
/***********************************************************/

/********** HEADER - H1 CELL *************/
/*.headerTitle td {
	text-align: right; 
	background: transparent url(../images/marblepink-bg.jpg) top left repeat-x;
	height: 60px;
}*/

.headerTitle h1 {
	/*padding: 10px 15px 5px 8px;*/
	padding: 0px 15px 0px;  
	color: #7D775C; 
	letter-spacing: 0.025em; 
	font: 1.75em lucida handwriting, georgia, verdana, sans-serif; 
	vertical-align: middle; 
	white-space: nowrap;
	line-height: 60px;
	text-align: right; 
	background: transparent url(../images/marblepink-bg.jpg) top left repeat-x;
	margin: 0px;
	}

/******* HEADER - NAV LINKS CELL **********/

.headerNav p {
	text-align: center;
	padding: 0px;
	margin: -4px 0px 10px 0px;
	border-bottom: 1px dashed #ccc;
	font: .8em trebuchet ms, verdana, arial, sans-serif;
	line-height: 25px;
	vertical-align: middle;
}

/***********************************************************/
/*          FOOTER STUFF FOR ROBERTPLOTZ GALLERY           */
/***********************************************************/

/******* FOOTER - NAV LINKS CELL **********/

.footerNav p {
	text-align: center;
	padding: 0px;
	margin: 0px 0px -8px 0px;
	border-top: 1px dashed #ccc;
	font: .8em trebuchet ms, verdana, arial, sans-serif;
	line-height: 25px;
	vertical-align: middle;
}


/********* FOOTER - BOTTOM INFO CELL *********/
.footerInfo {
	text-align: right;
	background: transparent url(../images/marblepink-bg.jpg) top left repeat-x;
}


.footerInfo p {
	color: #999;
	padding: 10px 5px 10px 0px; 
	font: .75em georgia, trebuchet ms, sans-serif;
	letter-spacing: .1em; 
	vertical-align:middle;
}

/********* FOOTER LINK COLORS **********/
/* So it matches up with the main site footer */

.footerInfo a:link  {
	color: #7D775C;
}

.footerInfo a:visited {
	color: #7D775C;
}

.footerInfo a:link:hover {
	color: #FFFF00;
	background: #666;
}

.footerInfo a:visited:hover {
	color: #FFFF00;
	background: #666;
}

/*** TEXT STYLES ***/

/* album titles on main page */
.title	{
	font-size: 1.1em;
	font-weight: bold; 
}

/* album title -- Text is controlled by .title */
.mod_title {
	background: transparent url(../images/paper_bg.jpg) repeat-x;
	border: 0px;
}

/* album title hightlight Text is controled by .title */
.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 description includes all text and background*/
.albumdesc {
	padding: 5px;
	background: transparent url(../images/roselite_bg.gif) bottom right no-repeat;
	border: 1px solid #ccc;
}

/* album descriptions on main page */
.desc {
	font-size: .9em; 
}

/* photo captions on all pages */
.caption {
	font-size: .9em;
	background: transparent url(../images/marblepink-bg.jpg) repeat-x;
}

/* modifies background for caption text to reside */
.modcaption{
	font-size: .9em;
	border: 1px solid #ccc;
	background: transparent url(../images/paper_bg.jpg) repeat-x;
}

/* all error text */
.error {
	color: red;
	font-size: 1em; 
}


/* so far, just for voting instructions*/
.attention {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: blue;
	font-size: .9em;
}


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

/* page headers */
.head {
	font-size: 16px;
	font-weight: bold;
}

/* Gallery & Album titles. Text is controled by .head */
.mod_headliner { 
	border: 0px solid #ccc;
	background: transparent url(../images/marblepink-bg.jpg) repeat-x;	

}

/* 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 {

}

/* used in breadcrumb bars */
.bread {
	font-size: 10px; 
}
	
/* used in navigation bars */	
.nav {
	font-size: 12px;
}

.navtableborderbegin {
	border-width: 0;
	border-style: none;
	border-color: ;
	/*background: transparent url(../images/marblepink-bg.jpg) repeat-x;*/
}

.navtableborderend {
	border-width: 0;
	border-style: none;
	border-color: ;
	/*background: transparent url(../images/marblepink-bg.jpg) repeat-x;*/
}
.bordertop, .borderright, .borderleft {
	border: 0px solid #FFFFFF;
}

/* used for fine print */
.fineprint {
	font-size: 12px;
}

.viewcounter {
	font-size: 12px;
}

.popuphead {
	font-size: 16px;
	font-weight: bold
}

.popup {
	font-size: 12px;
}

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

/* main navigation bar next and previous */
/* works across IE, Opera and Mozilla FF !! */
/* affects view_photos.php */
.modnavbox {
	border: 0px solid #ccc;
	background: transparent url(../images/marblepink-bg.jpg) top left repeat-x;
	margin-bottom: 5px;
	text-align: center;
}

/*navagation bar top of screen where admin buttons show*/
.modnavboxtop {
	border: 0px solid #ccc;
	background: transparent url(../images/marblepink-bg.jpg) top left repeat-x;
}

/*navagation bar middle where the link for the albums show*/
.modnavboxmid {
}	
/* used in admin bars */	
.admin {
	font-size: 10px; 
	font-weight: bold; 
}

.adminform {
	font-size: 10px; 
	font-weight: bold; 
}

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

/* amount of space to the left of the header and titles */
.leftspacer {
	width: 0px;
}


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