/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

/*** Album title ***/


#content h3.album_title {
	height: 24px;
	padding: 0;
	margin: 0;
font-family: helvetica, arial, sans-serif;
font-size: 18px;
font-weight: normal;
	padding-top: 5px;
	padding-left: 9px;
	border-top: 1px solid #CFC3B7;
	align: left;
}

#content h3.album_title img a {
	border: 0;
}

#content h3.album_title a:link, #content h3.album_title a:visited {
	text-decoration: none;
	color:#CFC3B7;
}

#content h3.album_title a:hover img {
	border: 1px solid #FFFFFF;
}

/*** Breadcrumb links ***/

#content.widecolumn {
	color: #CFC3B7;
	text-decoration: none;
}

.widecolumn a {
	color: #CFC3B7;
	text-decoration: none;
}

.widecolumn a:hover {
	color: #71B5FF;
	text-decoration: none;
}


/*** Next / Previous links ***/

.prevnext {
	font-size: 10px;
	color: #909090;
	line-height: 12px;
	border-top: 1px solid #CFC3B7;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	text-transform: uppercase;
	margin-top: 10px;
}

.prevnext a {
	color: #707070;
	line-height: 12px;
	text-decoration: none;
}

.prevnext a:visited {
	color: #707070;
	line-height: 12px;
	text-decoration: none;
}

.prevnext a:hover {
	color: #9B0099;
	line-height: 12px;
	text-decoration: none;
}

/*** Back to thumbnails / start slideshow links ***/

.functions {
	font-size: 10px;
	line-height: 12px;
	border-top: 1px solid #CFC3B7;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.functions a {
	color: #B19C89;
	line-height: 12px;
	text-decoration: none;
}

.functions a:visited {
	color: #B19C89;
	line-height: 12px;
	text-decoration: none;
}

.functions a:hover {
	color: #E30009;
	line-height: 12px;
	text-decoration: none;
}

.thumbpagenav {
	font-size: 14px;
	font-weight: bold;
	color: #7A604A;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.thumbpagenav a {
	font-size: 10px;
	color: #B19C89;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

.thumbpagenav a:visited {
	font-size: 10px;
	color: #B19C89;
	line-height: 12px;
	text-decoration: none;
}

.thumbpagenav a:hover {
	font-size: 10px;
	color: #E30009;
	line-height: 12px;
	text-decoration: none;
}

.gallery_clear {
	clear:both;
}

.gallery_list {
	padding-top:25px;
}

.gallery_alignright {
	float: left;
	padding-left:10px;
}

.gallery_alignleft {
	float: left;
	padding-left:10px;
}

.gallery_aligncenter {
	text-align:left;
	padding-left: 10px;
}

.gallery_list_p {
	padding-right:10px;
	padding-left:10px;
	width:65%;
	bord
}

.gallery_list_p a {
	font-style: Verdana;
	font-size: 11px;
	color: #505050;
	text-decoration: none;
	text-transform: uppercase;
}

.gallery_list_p a:hover {
	font-style: Verdana;
	font-size: 11px;
	color: #00FF00;
	text-decoration: none;
	text-transform: uppercase;
}

.gallery_meta {
	color: #bfbfbf;
	padding-top: 0px;
	margin: 0;
	clear: both;
	text-align: center;
	vertical-align: bottom;
}

.gallery_pic_border {
	border:1px solid #ddd;
}

.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 {
	height:400px;
	width:360px;
	/*this is for black stripes (just like 16 to 9 in TV) */
	background: none;
}

.gallery_slds_table {
	height:400px;
	width:360px;
}

.gallery_thumb_td {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 0px;
/*	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 #ddd;
	background:#FFFF99;
	color:#000000;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.gallery_pad {
	padding-top: 10px;
	color: #B19C89;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#B19C89;
}