/*

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; font: 12px Arial, Helvetica, sans-serif; background-color: transparent; background-image: none; background-repeat: inherit; background-position: 0 0; width: 550px; border-color: #73a3d6; }

/*single image */
#gg_descrip{
  float: inherit;
}

#gg_image{ text-align: center; left: 30px; float: right; clear: both; margin: 0 10px 0 auto; padding: 0; }

#gg_image img{ padding: 2px; margin: 10px; border-color: #1e569a; border-style: solid; }

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

#gg_forms form{
	display: inline;
}

#gallery td{
	background-color: #feb122;	
	border: solid 2px #73a3d6;	
	padding: 2px;
}

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

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

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

#gallery img:hover{
	border: 1px solid #2E8E59;	
}
#gallery h2, #gallery h1{
	color: #ec9429;
}
#gallery input{ border-color: #e3edf9 #73a3d6 #73a3d6 #e3edf9; border-style: solid; border-width: 2px; }
#gallery select{
	background: transparent;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: orange;
}
