/*
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{}
#gallery{	margin:auto;	padding: 10px;	border: 2px solid #73A3D6;	font: 12px arial,helvetica, sans-serif;	width: 550px;	background: #fff;}/*single image */#gg_descrip{  float: left:  font: 12px arial,helvetica,sans-serif;}#gg_image{	margin: 0px 10px 0px auto;	padding: 0;	float: left;}#gg_image img{	border: 2px solid #1E569A;	padding: 2px;	margin: 10px;}#gg_forms{	clear: both;	padding: 10px;}#gg_forms form{	display: inline;}#gallery td{	background-color: #E3EDF9;		border: 2px solid #73A3D6;		padding: 2px;}#gallery a{  color: #1E569A;	  text-decoration: none;}#gallery a:hover{	color: #2E8E59;	text-decoration: underline;	}#gallery img{	border: 1px solid #1E569A;	}#gallery img:hover{	border: 1px solid #2E8E59;	}#gallery h2, #gallery h1{	color: #216B12;}#gallery input{	background-color:#73A3D6;	color: #fff;	border-bottom: 2px solid #73A3D6;	border-right: 2px solid #73A3D6;	border-top: 2px solid #E3EDF9;	border-left: 2px solid #E3EDF9;}#gallery select{	background: #E3EDF9;	font: bold 13px arial,helvetica,sans-serif;	color: #1E569A;}