/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_clear {
	clear:both;
}

.gallery_list {
	padding-top:25px;
}

.gallery_alignleft, .gallery_alignright {
	float: left;
}
.gallery_alignleft a, .gallery_alignright a, .gallery_alignleft a:visited, .gallery_alignright a:visited {
	color: #2F643A;
	text-decoration: none;
	font-size: 14px;
}
.gallery_alignleft a:hover, .gallery_alignright a:hover, .gallery_alignleft a:visited:hover, .gallery_alignright a:visited:hover {
	color: #2F643A;
	text-decoration: underline;
}

.gallery_aligncenter {
	text-align:center;
}

.gallery_list_p {
	padding-right:10px;
	padding-left:10px;
	width:65%;
}

.gallery_pic_border {
	border:1px solid #2F643A;
	padding:1px;
}

.gallery_select {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* this is for a constant viewing position when clicking through pictures */
.gallery_slds_td img {
	border:2px solid #DEDEDD;
	padding:4px;
}

.gallery_slds_table {
	width:400px;
	border:none;
}

.gallery_thumb_td {
	padding-top: 10px;
	padding-right: 10px;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
}

.gallery_slds_filter {
	filter:progid:DXImageTransform.Microsoft.Fade();
}

.gallery_error {
	border:1px solid #D1DFBC;
	background:#F7F9F4;
	color:#000000;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_meta, .postmetadata {
	color: #777;
	padding-top: 4px;
	margin: 15px 0;
	clear: both;
	text-align: center;
}

.alt {
	color: #777;
	padding: 4px;
	margin: 15px 0;
	clear: both;
}

.gallery_alt, .postmetadata {
	padding: 10px;
	background-color: #F7F9F4;
	border-top: 1px solid #D1DFBC;
	border-bottom: 1px solid #D1DFBC;
}

.gallery_pad {
	padding-top: 20px;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}
#picture_nav a, h1 a {
	text-decoration:none;
}
#picture_nav a:hover, h1 a:hover {
	text-decoration:underline;
}