/* photo_gallery_subpage.css
 * ------------------------
 * Dylan Schwilk 
 * 2 column style sheet layout for web gallery image pages
 */

@import "photo_main.css"; /* just some basic formatting, no layout stuff */ 

/* all middle content boxes are members of .content class.  
   This allows multiple instances and separate borders of so desired. */
.content {
	position:relative;
	width:auto;
	min-width:300;
	margin: 20px 210px 20px 0px;
	padding: 0px 0px 0px 0px;
	border: none /*1px solid #ccc*/;
	background: white;
	z-index:3;
	}


/* Right menu box */
#right {
	position:absolute;
	margin: 10px;
	top:80px;
	right:10px;
	border:1px dashed black;
	/*background-color:#eee;*/
	padding:10px;
	z-index:1;
	width:180px;
}


	
/* RIGHT */
#right p {
 	color: #808080;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
	}
	
#right h1, #right h2, #right h3 {
		color: #808080;
		font-size:14px;
		line-height:18px;
		font-weight:600;
		padding:0px 0px 0px 0px;
		margin: 10px 0px 0px 0px;
}
	
#right h4, #right h5, #right h6 {
	color: #808080;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}	

img.largephoto {
	border-style: solid;
	border-color: black/*#4d6063*/;
	border-width: 25px;
	margin-left:0px;
}