/* Implementing a theme for GOOP Gallery is easy. Just place a division tag around the inserted php code. Like so: <div id="gallery"> <?php //some code ?> </div> Then add something like the following to your page's css. This is a sample theme to get you started. This theme is complements ritterfamily.org. */
body{
background : #ffffff;
font : font: 13px verdana,arial,helvetica, sans-serif;
color : #ff8000;
}

#gallery{
	margin:auto;
	padding: 10px;
	border: 2px solid #fffff;
	font: 13px verdana,arial,helvetica, sans-serif;
	width: 550px;
	background : #ffffff;
}

/*single image */
#gg_descrip{
  float: left:
  font: 12px verdana,arial,helvetica,sans-serif;
}

#gg_image{
	margin: 0px 10px 0px auto;
	padding: 0;
	float: left;
}

#gg_image img{
	border: 2px solid #ffffff;
	padding: 2px;
	margin: 10px;
}

#gg_forms{
	clear: both;
	padding: 10px;
}

#gg_forms form{
	display: inline;
}

#gallery td{
	background-color: #ffd090;	
	border: 2px solid #904000;	
	padding: 2px;
}

#gallery a{
  color: #604000;	
  text-decoration: none;
}

#gallery a:hover{
	color: #A06000;
	text-decoration: underline;	
}

#gallery img{
	border: 1px solid #904000;	
}

#gallery img:hover{
	border: 1px solid #904000;	
}
#gallery h2, #gallery h1, #gallery h3{
	color: #904000;
}
#gallery input{
	background-color:#904000;
	color: #fff;
	border-bottom: 2px solid #904000;
	border-right: 2px solid #904000;
	border-top: 2px solid #904000;
	border-left: 2px solid #904000;
}
#gallery select{
	background: #904000;
	font: bold 13px verdana,arial,helvetica,sans-serif;
	color: #ffffff;
}
