/* CSS Document */
/*
-----------------------------------------------
GALLERY STYLE SHEET (gallery.css)

Site: www.RitaMaeBrown.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P Rhodes (eric@bookreporter.com)
Version:  13 October 2006
File Path: ../css/gallery.css
----------------------------------------------- */


/* =Global
------------------------------------------*/

	body {
		margin: 0;
		background: #F0EADE;
		font-family: Georgia;
		font-size: 12px;
		}
	
		
/* =Gallery Structure
------------------------------------------*/
	
	#gal { 
	height: 469px;
	width: 500px;
	border-color: #9C9483;
	border-style: dashed;
	border-width: 1px;
	background: #ffffff;
	}
	
	.gal_nav { 
	height: 27px;
	border-bottom-color: #9C9483;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
	
	.gal_pics {
	text-align: center; 
	height: 392px;
	border-bottom-color: #9C9483;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	background: #ffffff;
	}
	
	.gal_foot {
	height: 50px;
	}
	

/* = .gal_nav  Structure
------------------------------------------*/
	#next {
	float: right;
	text-align: right;
	}
	
	
	#back {
	float: left;
	text-align: left;
	}

/* = .gal_nav  Rollover
------------------------------------------*/	
	
	#next a, #back a {
	display:block; 
	width: 200px;
	height: 27px;
	} 
	
	#back a:link, #back a:visited {	
	font-size: 17px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Garamond, Georgia, Verdana;
	text-decoration: none;
	color: #90230A;
	}

	#next a:link, #next a:visited {	
	font-size: 17px;
	font-weight: bold;
	padding-right: 10px;
	padding-top: 5px;
	font-family: Garamond, Georgia, Verdana;
	text-decoration: none;
	color: #90230A;
	}
	
	#next a:hover {
	font-size: 17px;
	font-weight: bold;
	font-family: Garamond, Georgia, Verdana;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
	color: #90230A;
	/*background: url("../images/gallery/next_bg.jpg");
	background-repeat: repeat-y;
	background-position: left;*/
	}

	#back a:hover {
	font-size: 17px;
	font-weight: bold;
	font-family: Garamond, Georgia, Verdana;
	text-decoration: none;
	padding-right: 10px;
	padding-top: 5px;
	color: #90230A;
	/*background: url("../images/gallery/back_bg.jpg");
	background-repeat: repeat-y;
	background-position: left;*/
	}
	
/* = .gal_foot  Text
------------------------------------------*/

.caption {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, Verdana, Arial;
	color: #535B50;
	}


