/* main.css Cascading Style Sheet for First Baptist Church */

/* Default BODY settings */ 
BODY {
	Background-Color:  rgb(255,255,204);
	font-family: Arial, Charcoal, Helevtica, Verdana, sans-serif;
	font-size:10px; color: black
	}
 
/* Link settings */
a:link {
	color: #000099;
	font-size: 11px;
	font-weight: NORMAL
}

a:visited {
	color:#008000;
	font-size: 11px;
	font-weight: NORMAL
	}

a:hover {
	color: #E60000;
	font-size: 11px;
	font-weight: NORMAL
	}
	
a:active {
	color: #ff660;
	font-size: 11px;
	font-weight: NORMAL
	}
 
/* Settings for Script text 40 and 20 pixels bold */
.script40bl {
	color: #0000FF;
	font-family: nuptialscript,English111 Vivace BT,TypoUpright BT,Signet Roundhand ATT,Kaufmann BT,sans-serif;
	font-size:40px
	}

.script20bl {
	color: #0000FF;
	font-family: nuptialscript,English111 Vivace BT,TypoUpright BT,Signet Roundhand ATT,Kaufmann BT,sans-serif;
	font-size:20px
	}
 
/* Settings for Sans-Serif black text */
.B9 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:9px;
	color: black;
	}

.B12 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:12px;
	color: black;
	}

.B14 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:14px;
	color: black;
	}
	
.B20 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:20px;
	color: black;
	}

.B22 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:22px;
	color: black;
	}

.B35 {
	font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
	font-size:35px;
	color: black;
	}
 
.B40 {
font-family: Charcoal, Arial, Helevtica, Verdana, sans-serif;
font-size:40px;
color: black;
}

/* Settings for Web Album Generator */
 
/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	background-color: transparent;
	color: #000000;
}

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	margin: 0 auto 0 auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 120px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}


div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.9em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 120px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 120px;
}

div#navigation td.thumbcell {
	width: 120px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0px;
}

/* Photograph Title */
/* Next line causes title to not diplsy */
h1.title { 
   display: none; 
}
/* Photograph Caption */
p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	display: block;
	width: 320px;
	margin: auto;
}

/* Photograph description */
p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.9em;
	display: block;
	width: 320px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding: 0 2em 0 0;
}
/* End of settings for Web Album Generator */



