/*

	Wordpress Integration 1.0
	
*/

/* Basics
------------------------------ */
#zenphoto {
         padding: 0px;
	width: 700px;
	float: right;
         top: 0px;
         text-align: top;
}

 #zenphoto h2 {
    width:100%;
    text-align:center;
    margin:10px;
}

#zenphoto .album img {
    float:left;
    margin:0px 15px 0px 30px;
}

#zenphoto #images img { margin:0px;}

#zenphoto .imagethumb { display:inline;}
#zenphoto .album { vertical-align:text-top; margin-top:15px;}
#zenphoto .albumdesc {
    float:left;
    text-align:left;
    vertical-align:text-top;
    padding:0px !important;
}
#zenphoto .albumdesc h3{ vertical-align:top; margin:0px; padding:0px;}

#zenphoto #credit {
    text-align:center;
}
#zenphoto a#credit {
    display:block;
    width:100%;
}

#zenphoto img { 
	padding:0px; 
}

#zennavigation


/* Image Navigation 
---------------------------*/

.image { 
float: left;
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	line-height: 0;
	float:left;
	border: 2px solid black;
	padding: 0;
	margin-bottom: 0;
	background: black;
	clear: both;
}
.imgnav {
	float: center;
	width: 600px;
	text-align: center;
	border: 1px solid #D5E6EE;
	/* background-color: #cccccc; */
	margin-top: 0px;
	clear:both;
}
.imgnav .imgprevious a, .imgnav .imgnext a, .imgtitle{
	display: block;
	width: auto;
	height: 100%;
	float: left;
	padding: 0px 5px;
	font-size: 1em;
	text-decoration: none;
	line-height: 180%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: left;
}

.imgnav .imgtitle {

float: right;
}

#narrow {
	margin: 0 auto;
	width: 440px;
	clear:both;
	float: left;
}

#gallerytitle {

font-size: 1em;	
float:right;

}

.gallerytitle h2 {

font-size: 1em;        
float:right; 

}




/* Page Navigation
------------------------------ */
#zenphoto .pagelist { text-align:center; }
#zenphoto ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
#zenphoto ul.pagelist li {
	display: inline;
}
#zenphoto ul.pagelist li a, #zenphoto ul.pagelist span.disabledlink {
	padding: 4px;
}
#zenphoto ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
#zenphoto ul.pagelist li.prev {
	margin-right: 10px;
}
#zenphoto ul.pagelist li.next {
	margin-left: 10px;
}
#zenphoto .disabledlink {
	color: #ddd;
	cursor: default;
}
#zenphoto .pagenav {
	clear: both;
}

/* --- Theme Integration --- */

#albums {

width: 300px;
float: right;

}


#content {


  }

.galleries {


  border: solid black 1px;
  float:right;
  width:300px;
  margin:0px;
  padding:1px;
  text-align:center;
  }

  #album-images {
  
 /* border: 1px solid black;
 float: left; */
 background: black;
 padding: 4px;
 
 }