/*
	custom.css — custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding: 4px;
	/*
	border: 1px solid #A9A9A9;
	margin:0px !important; 
	*/
	text-align:left;
	width:180px;	
}

.ngg-album-compactbox {
	/*
	width:120px;
	height:86px;
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	*/
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	padding: 4px;
	/*
	margin:0px !important;
	padding:0px !important;
	width:100px; 
	height:100px;
	*/
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	/*
	width:110px;
	*/
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
	width: 160px;
	height: 160px;
	/* from img */
	/*border:1px solid #A9A9A9;*/
	margin:4px 0px 4px 5px;
	padding:4px;
}

.ngg-gallery-thumbnail img {
/*
	background-color:#FFFFFF;
	display:block;  
	position:relative;
*/
}

.ngg-imagebrowser {
	text-align: center;	
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	/*
	width: 100%;
	display:block !important;
	*/
	padding:5px;
}

.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:100px;	
	margin-right:90px;
}

.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	/*padding:4px;*/
}

.ngg-widget img {
	border:3px double #A9A9A9;
	margin:0pt 2px 2px 0px; 
	/*padding:1px; */
}

#authors ul {
	margin: 0; /*0 1.5em;*/
}

/*-----book elements------*/
.book { 
	width: 300px;
	float: left;
/*
*/	
}

.book img { border: 3px double #bbb; width:48px; height:71px; }

.book .info { padding: 5px 5px 10px 0; float: left; color: #555; width:220px; }
.book .info .title { float: left; text-decoration: underline; color: #000;  }
.book .info .author { float: left; }
.book .info .year { padding: 0 .5em; }
.book .info .quote { text-decoration: italics; }

/*-----author elements------*/
#author { }

#author .desc { }
#author .biophoto {
	float:left;
	padding:0 0.5em 0.5em 0;
} 
#author .facebook {
	float:right;
}
#author .url {}

.thumb {
	padding:0 0.5em 0.5em 0;
	float:left;
}
