
/*

CSS Name: Default Styles

Description: NextGEN Default Gallery Stylesheet

Author: Alex Rabe

Version: 1.43



This is a template stylesheet that can be used with NextGEN Gallery. I tested the

styles with a default theme Kubrick. Modify it when your theme struggle with it,

it's only a template design



*/



/* ----------- Album Styles Extend -------------*/



.ngg-albumoverview {

	margin-top: 10px;

	width: 100%;

	clear:both; 

	display:block !important;

}



.ngg-album {

    height: 100%;

    padding: 10px;

    /*margin-bottom: 10px;*/

    border-bottom: 1px solid #333 !important;

}



/* IE6 will ignore this , again I hate IE6 */

/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */

html>body .ngg-album {

    overflow:hidden;

    padding: 24px;

    /*margin-bottom: 10px;*/

    border-bottom: 1px solid #333 !important;

} 



.ngg-album {

	overflow: hidden;

	padding: 24px;
	position: relative;

	/*margin-bottom: 10px;*/

	/*border: 1px solid #711C17 !important;*/

}



.ngg-albumtitle {
font-size: 18px;
	color: #f5f5f5; border-bottom: 1px solid #DF9D1F; font-family:Arial, Helvetica, sans-serif; padding-bottom: 3px; clear:both; margin: 12px 0; font-weight: normal; text-shadow: #000 0 0 3px, #000 0 0 5px, #000 0 0 7px, #000 0 0 10px; border-left: 4px solid #DF9D1F; text-align: left; margin: 6px 0; padding: 0; padding-left: 12px; margin-bottom: 24px; border-bottom: none; position: relative; left: -12px;
}



.ngg-thumbnail {

	float: left;

	margin-right: 12px;

}



.ngg-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #333;

	margin:4px 0px 4px 5px;

	padding:4px;

	position:relative;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
		-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;

}



.ngg-thumbnail img:hover {

	background-color: #C0871B;
	border: 1px solid #FFCC33;
	border-bottom-color: #C0871B;
	border-right-color: #C0871B;

}



.ngg-description {

	text-align: left;

}



/* ----------- Album Styles Compact -------------*/



.ngg-album-compact {

	float:left;

	height:180px;

	padding-right:6px !important;

	margin:0px !important; 

	text-align:left;

	width:120px;	

}



.ngg-album-compactbox {

	background:none !important;

	height:120px !important;

	margin:0pt 0pt 6px !important;

	padding:12px 0pt 0pt 7px !important;

	width:120px;

}





.ngg-album-compactbox .Thumb {

	border:1px solid #000000;

	margin:0px auto!important;

	padding:0px !important;

	width:100px !important; 

	height:auto !important;

}



.ngg-album-compact h4 {

	font-size:15px;

	font-weight:bold;

	margin-bottom:0px;

	margin-top:0px;

	width:110px;
	text-align: center!important;

}



.ngg-album-compact p {
display: none !important;
	font-size:11px;

	margin-top:2px;

}


/* ----------- Gallery style -------------*/



.ngg-galleryoverview {
	/*overflow: visible!important;*/
	margin-top: 10px;

	width: 100%;

	clear:both; 

	display:block !important;
	text-align: center;
	clear:both !important;
	height: 1%;
	z-index: 3;
}



.ngg-galleryoverview .desc {

/* required for description */

   margin:0px 10px 10px 0px;

   padding:5px;

}



.ngg-gallery-thumbnail-box {

	float: left;
	height: 208px!important;
	width: 208px!important;
	text-align:center !important;
	margin: 0 auto !important;
}



.ngg-gallery-thumbnail {

	margin-right: 5px;

}



.ngg-gallery-thumbnail img {

	background-color:#FFFFFF;

	border:1px solid #333;

	display:block;  

/*	margin:4px 0px 4px 5px;*/

	padding:4px;

	position:relative;
	margin: 0 auto !important;
	display: inline-block;
	vertical-align:middle;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
	-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000;

}



.ngg-gallery-thumbnail img:hover {

	background-color: #C0871B;
	border: 1px solid #FC3;
	border-bottom-color: #C0871B;
	border-right-color: #C0871B;

} 



.ngg-gallery-thumbnail span {

	/* Images description */

	font-size:90%;

	padding-left:5px;

	display:block;

}



.ngg-clear {

	clear: both;

}

.ngg-gallery-thumbnail {
	width: 160px; /* need fixed size boxes for centering to work */
	height: 208px; /* need fixed size boxes for centering to work */
    display: table; /* == For VERT. Align == */
	margin: 0 auto !important;
}

.ngg-gallery-thumbnail a {
	display: table-cell; /* == For VERT. Align == */
	vertical-align: middle; /* == For VERT. Align == */
	text-align: center; /* == For HORIZ. Align == */
	margin: 0 auto !important;
}

.ngg-gallery-thumbnail img {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	float: none;
	display: block; /* == For VERT. Align == */
	margin: 0 auto !important; /* == For HORIZ. Align == */
}


/* ----------- Gallery navigation -------------*/



.ngg-navigation {

	font-size:0.9em !important;

	clear:both !important;

	display:block !important;

	padding-top:15px;

	text-align:center;
clear:both;
	

}



.ngg-navigation span {

	font-weight:bold;

	margin:0pt 6px;

}



.ngg-navigation a.page-numbers, a.next, a.prev, 

				span.page-numbers, span.next, span.prev {

	border:1px solid #333 !important;

	margin-right:3px;

	padding:5px 9px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;


}



.ngg-navigation a.page-numbers:hover, a.next:hover, a.prev:hover, 

				span.page-numbers:hover, span.next:hover, span.prev:hover {

	background: #FC3 !important;
	background-position: 0px -5px !important;

	color: #333 !important;

	text-decoration: none !important;
	

}



/* ----------- Image browser style -------------*/



.ngg-imagebrowser {

	

}



.ngg-imagebrowser h3 {

	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:10px;	

}



.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;

}



/* ----------- Slideshow -------------*/

.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;	
}

.slideshowlink a{

	display: block; 
	width: 35%;
	margin: 0 auto;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	padding: 5px;
	background: url(images/topMenu_bg.png) top left repeat-x;
	background-position: 0 -5px;
	border: 1px solid #A86E00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px; 
	color: white;
}

.slideshowlink a:hover{background: url(images/topMenu_bg_r.png) top left repeat-x; background-position: 0 -5px;}



/* ----------- Single picture -------------*/

.ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-left {
	float: left;
	padding-right:10px;
}

.ngg-right {
	float: right;
	padding-left:10px;
}



.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}



/* ----------- Sidebar widget -------------*/

.ngg-widget,.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}



/* ----------- Related images -------------*/

.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}

.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 
