/*  
CSS-styles for the ANIga gallery Wordpress Plugin from Michael Naab
http://animalbeach.net
*/

.gallery_clear {
	clear:both;
}

.gallery_list {
	padding-top:25px;
}

.gallery_alignright {
	float: right;
}
.gallery_alignleft {
	float: left;
}

.gallery_aligncenter {
	text-align:center;
}

.gallery_list_p {
	padding-right:10px;
	padding-left:10px;
	width:65%;
}

.gallery_pic_border {
	border: 1px solid #363430;
}

.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:400px;
	/*this is for black stripes (just like 16 to 9 in TV) */
	background:black;
}

.gallery_slds_table {
	height:400px;
	width:400px;
	border:none;
}

.gallery_thumb_td {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
/*	border:1px solid #ddd;*/
/*	background-color:#d5d6d7;*/
	font-size:0.9em;
	line-height:0.9em;
}

.gallery_error {
	border-top:1px solid #363430;
        border-bottom:1px solid #363430;
	background:#161410;
	color:#999;
	padding:10px;
	margin:30px;
	text-align:center;
}

.gallery_meta {
	color: #777;
	padding-top: 5px;
	margin: 30px 0;
	clear: both;
	text-align: center;
}

.gallery_alt {
	margin: 0;
	padding: 5px;
	background-color: #161410;
	border-top: 1px solid #363430;
	border-bottom: 1px solid #363430;
}

.gallery_pad {
	padding-top: 20px;
}

.gallery_line_h {
	line-height:20px;
}

.gallery_high {
	color:#777;
}

#galleriinfo
{
width: 540px;
color: #999;
margin-top: 10px;
font-size: 0.9em;
padding-bottom: 15px;
border-bottom: 1px solid #363430;
}

#copyright
{
border-bottom: 1px solid #363430;
padding-top: 3px;
padding-bottom: 3px;
}

.albuminfo
{
border-top: 1px solid #363430;
border-bottom: 1px solid #363430;
padding-top: 5px;
padding-bottom: 5px;
}

.postmetadata
{
margin-top: 8px;
margin-bottom: 15px;
padding: 0 3px; 
}

/*------------| Kommentarer |----------------*/

.post h3 {margin-left: 3px;}

.commentlist 
{
list-style-type: none; 
padding: 0 3px; 
width: 535px;
margin-top: 10px;
}

.innleggforfatter {color: #bd934f;}

.innlegg 
{
color: #999; 
margin-bottom: 10px; 
width: 535px;
border-bottom: 1px solid #363430;
padding-bottom: 5px;
padding-top: 5px;
}

#fieldset_bildekom 
{
position: relative;
margin-top: 1.5em; 
padding-top: 0.75em;
border: 1px solid #363430; 
background: #1b1814;
}

#legend_bildekom
{
position: absolute;
top: -1.0em; 
left: 0.5em; 
color: #bd934f;
font-weight: bold;
background: #1B1814; 
border: 1px solid #363430; 
padding: 2px 6px;
}

#commentform /* Hele området */
{
margin: 0 0;
width: 537px;
float: left;
margin-bottom: 15px;
padding: 0 3px; 
}

#commentform textarea 
{
background: #F6F2EE; /* Der selve kommentaren skal inn */
width: 420px;
border: 1px solid #999;
}

#commentform textarea:hover 
{
background: #F6F2EE;
border: 1px solid #999;
}

#commentform textarea:focus 
{
background: #F6F2EE;
border: 1px solid #999;
}

#commentform #email, #commentform #author, #commentform #url 
{
font-size: 1.1em;
background: #F6F2EE;
border: 1px solid #999;
width: 150px;
margin-bottom: 8px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover 
{
font-size: 1.1em;
background: #F6F2EE;
border: 1px solid #999;
width: 150px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus 
{
font-size: 1.1em;
background: #F6F2EE;
border: 1px solid #999;
width: 150px;
}

#commentform input {margin-bottom: 3px;}