/* Styles for this version of the site are spread across multiple files. 
This file sets contains styles specific to Photo Gallery pages.  */ 

/* Style content is redefined so that paragraphs within it are automatically indented 5%, 
and there's 15px of padding all around. */

#content {
	min-width:660px;
	padding:10px 5%;
	}

/* style sidebox_r is used for right-side sidebar boxes in the text of Gallery pages. */

.sidebox_r {
	float: right;
	width:200px;
	padding:5px;
	margin:5px 5px 5px 15px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal;
	border: 2px thin solid;
	background-color: lightgreen;
	}
	
.sidebox_r ul {
	margin-left:0;
	}

/* class dinophoto is used for all photos on the Dinofest page */

.dinophoto {
	display:block;
	width:65%;
	text-align:center;
	margin:auto;
	}
	
.dinophoto h5 {
	text-align:left;
	}
	
/* article_photo is used for all photos on Gallery pages: Cascades 1-5, Grand Canyon 1-6, Grand Canyon and YEC article, etc.  */

.article_photo {
	width:100%;
	text-align:center;
	margin:1em auto;
	}

.article_photo p {
	width:90%;
	text-indent:0;
	margin:0 5% 0 5%;
	font-size:1em;
	font-family:"Times New Roman",serif;
	font-weight:bold;
	text-align:left;
	}	

/* Style gc_navbar and its substyles define the navigation tabs that appear above the page title graphic on the six Grand Canyon pages.  */

#gc_navbar {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	}

.gc_currbtn {
		float:left;
		display:block;
		width:68px;
		margin:0 2px 0 2px;
		padding:4px;
		background-color:ivory;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:0;
		}

.gc_navbtn a {
		float:left;
		display:block;
		width:68px;
		margin:0 2px 0 2px;
		padding:4px;
		background-color:tan;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:2px solid tan;
		}

.gc_navbtn a:hover {
		display:block;
		color:white;
		background-color:#cd853f;
		}


/* Style cs_navbar and its substyles define the navigation tabs that appear above the page title graphic on the five Cascades Trip pages.  */

#cs_navbar {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	}

.cs_currbtn {
		float:left;
		display:block;
		width:85px;
		margin:0 4px 0 4px;
		padding:4px;
		background-color:ivory;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:0;
		}

.cs_navbtn a {
		float:left;
		display:block;
		width:85px;
		margin:0 4px 0 4px;
		padding:4px;
		background-color:tan;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:2px solid tan;
		}

.cs_navbtn a:hover {
		display:block;
		color:white;
		background-color:#cd853f;
		}



/* Style cgc_navbar and its substyles define the navigation tabs that appear above the page title graphic on the four pages of the Creationism & the Grand Canyon article.  */

#cgc_navbar {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	}

.cgc_currbtn {
		float:left;
		display:block;
		width:100px;
		margin:0 4px 0 4px;
		padding:4px;
		background-color:ivory;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:0;
		}

.cgc_navbtn a {
		float:left;
		display:block;
		width:100px;
		margin:0 4px 0 4px;
		padding:4px;
		background-color:tan;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:2px solid tan;
		}

.cgc_navbtn a:hover {
		display:block;
		color:white;
		background-color:#cd853f;
		}



/* Style sc_navbar and its substyles define the navigation tabs that appear above the page title graphic on the five pages of the Scotland Tour group.  */

#sc_navbar {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	}

.sc_currbtn {
		float:left;
		display:block;
		width:90px;
		margin:0 4px 0 4px;
		padding:5px;
		background-color:ivory;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:0;
		}

.sc_navbtn a {
		float:left;
		display:block;
		width:90px;
		margin:0 4px 0 4px;
		padding:4px;
		background-color:tan;
		font-family: "Times New Roman", Garamond, serif;
		font-size:0.7em;
		border:1px solid black;
		border-bottom:2px solid tan;
		}

.sc_navbtn a:hover {
		display:block;
		color:white;
		background-color:#cd853f;
		}


	