/*
Theme Name: Studio C Photography
Theme URI: 
Description: Studio C Updated Theme.
Version: 0.1
Author: Ron Grover
Author URI: 
Tags: photography, widgets

	StudioC v0.1
	 http://www.celestegrover.com

	This theme was designed and built by Ron Grover

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*
Colors
---------------
Light Green: E8F3C8
Dark Green: 88B34D
Blue: 57B5BF
Yellow: F8E862
Gray: F1F1F1
*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Century Gothic','Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff /*url('images/stripe2.png') repeat top*/;
	color: #333;
	text-align:center;
	}

#container {
	width:1000px;
	margin: auto;
	padding:0;
	background:url('images/pageshadow.png') repeat-y top;
	text-align:center;
}
	
#page {
	background: #FFF;
	border: 1px solid #F1F1F1;
	text-align: left;
	}

#header {
	background:none;
	}

#headerimg  {
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	}

#content {
	font-size: 1.2em;
	min-height: 400px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .enrty p {
	margin:5px 10px;
	width:50%;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #F1F1F1;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Century Gothic','Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #848A8F;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #BBBDBF;
	text-decoration: none;
	}

a:hover {
	color: #BBBDBF;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

@font-face {
	font-family: 'FuturaLtRegular';
		src: url('type/ftralt__-webfont.eot');
		src: local('.'), url('type/ftralt__-webfont.woff') format('woff'), url('typ/ftralt__-webfont.ttf') format('truetype'), url('type/ftralt__-webfont.svg#webfont') format('svg');
		font-weight: normal;
		font-style: normal;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}
	
#page {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	border: 1px solid #959596;
	}
	
#pagebottom {
	margin: auto;
	padding:0;
	/*position:relative;
	bottom: 20px;*/
	height:20px;
	width:1000px;
	background: url('images/footer-shadow.png') no-repeat top;
}

#header {
	background-color: #FFF;
	margin: 0;
	height: 175px;
	width: 960px;
	}

#headerimg {
	text-align: center;
	}

.breadcrumb {
	margin: 0;
	padding: 7px;
	float: left;
}
	
.narrowcolumn {
	padding: 10px 20px;
	margin: 0 auto;
	width: 75%;
	}

.widecolumn {
	padding: 10px 10px;
	margin: 5px 0 0 0;
	width: 940px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	height: 40px;
	width: 960px;
	background: #BBBDBF;
	color:#000;
	}

#footer p, #footer div {
	padding: 10px 0;
	margin: auto;
	text-align: center;
	/*border: 1px solid #66ffff;*/
	}
	
#footer .left {
	text-align: left;
	float: left;
	padding-left: 10px;
	margin: 0;
	width: 40%;
	/*border: 1px solid #ff0000;*/
}

#footer .right {
	text-align: right;
	float:right;
	padding-right: 10px;
	/*border: 1px solid #ff0000;*/
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #000000;
	/*border: 1px solid #66ffff;*/
}

#footer a:hover {
	color: #63356D;
}

#footer img {
	vertical-align: middle;
}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 10px 0 0;
	text-align:left;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body . ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#search {
	margin: 3px -30px 0 0;
	padding: 3px 0;
	float:right;
}

#search input {
	width: 200px;
}

#searchform {
	text-align: center;
	}

#s {
	background: #e8e8e8;
	color: #777777;
	border: 1px solid #BBBDBF;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin NEWS */
#news {
	margin: auto;
	padding:0;
	height: 200px;
	background: #BBBDBF;
	color: #000;
	font-family:'Century Gothic';
}

#news a {
	color:#000;
	text-decoration:none;
}

#news a:hover {
	color:#63356D;
}

#news ul , #news .left li, #news .widgettitle li{
	list-style: none;
}

#news ul a {
	text-decoration: none;
}

#news img {
	vertical-align: middle;
}

#news h3 {
	border-bottom: 2px solid #000000;
	color: #000;
	margin: 0;
}

#news .left {
	float:left;
	text-align:Left;
	margin: 0;
	width:30%;
	height: 180px;
	padding: 10px;
	font-size:11px;
	/*border:1px solid #C00;*/
}

#news .center {
	float:left;
	text-align:left;
	width:33%;
	height: 180px;
	padding: 10px;
	margin: 0;
	/*border:1px solid #C00;*/
}

#news .center ul li {
	line-height:1.4em;
	font-size:1.2em;
}
/*
#news .center a {
	text-decoration:none;
	color:#57B5BF;
}

#news .cetner li a:hover {
	color:#ebb64d;
}
*/
#news .right a {
	font-size: 1.6em;
	padding: 0 0 0 10px;
}

#news .right {
	float:left;
	text-align:left;
	width:30%;
	height: 180px;
	padding: 10px;
	margin: 0;
	/*border:1px solid #C00;*/
}

#news .linklist-left {
	float: left;
}

#news .linklist-right {
	float:left;
}

#news .left .widgettitle {
	border-bottom: 2px solid #000000;
	color: #000;
	margin: -1px 0 0 0;
	padding: 0;
	font-size:1.3em;
	text-align: left;
}

/* End NEWS */

#headerdate {
	float:right;
	position:relative;
	right:10px;
	bottom:75px;
	color:#fff;
	font-family:'Century Gothic',arial;
	font-size:14px;
	}

/* Multi-level Navigation */
/* Menu 1 */
#suckerfishnav {
	background:#63356D;
	font-size:14px;
	font-family:'Century Gothic',verdana,sans-serif;
	/*font-weight:bold;	*/
	width:100%;
}
	
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	/*border:1px solid #aaa;*/
	margin:0;	
	width:100%;
}

#suckerfishnav a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding:0px 10px;
}

#suckerfishnav li {
	float:left;
	padding:0;
}

#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	/*border-top:1px solid #666666;*/
}

#suckerfishnav li li {
	width:150px;
	margin-left: -1px;
	border-bottom:1px solid #63356D;
	border-left:1px solid #63356D;
	border-right:1px solid #63356D;
	/*font-weight:bold;*/
	font-family:'Century Gothic',verdana,sans-serif;
}

#suckerfishnav li li a {
	padding:4px 10px;
	width:130px;
	font-size:12px;
	color:#FFF;
}

#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}

#suckerfishnav li li:hover {
	background:#FFF;
}

#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a  {
	color:#999999;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#000000;
}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	color:#000000;
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul  {
	left:-999em;
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul  {
	left:auto;
	background:#FFF;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#FFF;
}

#suckerfishnav .current_page_item {
	background:#fff;
	color:#000000;
}

#suckerfishnav .current_page_item a , a:hover {
	color:#000000;
}

/* Menu 2 */
#suckerfishnav_2 {
	background:#BBBDBF;
	font-size:14px;
	font-family:'Century Gothic',verdana,sans-serif;
	/*font-weight:bold;	*/
	width:100%;
}
	
#suckerfishnav_2, #suckerfishnav_2 ul {
	float:left;
	list-style:none;
	line-height:40px;
	padding:0;
	/*border:1px solid #aaa;*/
	margin:0;	
	width:100%;
}

#suckerfishnav_2 a {
	display:block;
	color:#000;
	text-decoration:none;
	padding:0px 10px;
}

#suckerfishnav_2 li {
	float:left;
	padding:0;
}

#suckerfishnav_2 ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	/*border-top:1px solid #666666;*/
}

#suckerfishnav_2 li li {
	width:150px;
	margin-left: -1px;
	border-bottom:1px solid #88B34D;
	border-left:1px solid #88B34D;
	border-right:1px solid #88B34D;
	/*font-weight:bold;*/
	font-family:'Century Gothic',verdana,sans-serif;
}

#suckerfishnav_2 li li a {
	padding:4px 10px;
	width:130px;
	font-size:12px;
	color:#FFF;
}

#suckerfishnav_2 li ul ul {
	margin:-21px 0 0 150px;
}

#suckerfishnav_2 li li:hover {
	background:#FFF;
}

#suckerfishnav_2 li ul li:hover a, #suckerfishnav_2 li ul li li:hover a, #suckerfishnav_2 li ul li li li:hover a, #suckerfishnav_2 li ul li li li:hover a  {
	color:#57B5BF;
}

#suckerfishnav_2 li:hover a, #suckerfishnav_2 li.sfhover a {
	color:#000000;
}

#suckerfishnav_2 li:hover li a, #suckerfishnav_2 li li:hover li a, #suckerfishnav_2 li li li:hover li a, #suckerfishnav_2 li li li li:hover li a {
	color:#000000;
}

#suckerfishnav_2 li:hover ul ul, #suckerfishnav_2 li:hover ul ul ul, #suckerfishnav_2 li:hover ul ul ul ul, #suckerfishnav_2 li.sfhover ul ul, #suckerfishnav_2 li.sfhover ul ul ul, #suckerfishnav_2 li.sfhover ul ul ul ul  {
	left:-999em;
}

#suckerfishnav_2 li:hover ul, #suckerfishnav_2 li li:hover ul, #suckerfishnav_2 li li li:hover ul, #suckerfishnav_2 li li li li:hover ul, #suckerfishnav_2 li.sfhover ul, #suckerfishnav_2 li li.sfhover ul, #suckerfishnav_2 li li li.sfhover ul, #suckerfishnav_2 li li li li.sfhover ul  {
	left:auto;
	background:#FFF;
}

#suckerfishnav_2 li:hover, #suckerfishnav_2 li.sfhover {
	background:#fff;
}

#suckerfishnav_2 .current_page_item {
	background:#fff;
	color:#000000;
}

#suckerfishnav_2 .current_page_item a , a:hover {
	color:#000000;
}
/* END Multi-level Navigation */

#titleline {
	margin: 0 -10%;
	background: #000;
	height: 2px;
	width: 120%;
}

#spacer {
	clear:both;
}

/*
CSS Name: Shadow Effect
Description: NextGEN Default Style with a Shadow effect
Author: Alex Rabe
Version: 1.50
   
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: 130px;*/
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	overflow:hidden;
}

.ngg-albumtitle {
	text-align: left;
 	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}

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

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.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:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

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

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

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

.ngg-galleryoverview {
	margin-top:10px;
	padding:0px;
	width: 100%;
	clear:both; 
	display:block !important;
	text-align:center;
}

.ngg-gallery-thumbnail-box {
	margin:0 auto;
	/*float:left;*/
}

.ngg-gallery-thumbnail {
	/*float: left;*/ 
	background: url(shadowAlpha.png) no-repeat bottom right !important;
	background: url(shadow.gif) no-repeat bottom right;
	/*margin: 10px 0 0 10px !important;*/
}

.ngg-gallery-thumbnail img {
	margin: -6px 6px 6px -6px;
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block; 
	padding:2px;
	/*position:relative;
	text-align:center;*/
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	display:none;
}

.ngg-clear {
	clear: both;
}

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

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !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;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

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

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

.ngg-right {
	float: right;
	margin-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;
} 

/* ----------- Gallery list -------------*/

.ngg-galleryoverview ul li:before {
	content: '' !important;
}

.ngg-gallery-list {
	list-style-type:none;
	padding: 0px !important;
	text-indent:0px !important;	
}

.ngg-galleryoverview div.pic img{
	width: 100%;	
}

.ngg-gallery-list li {
	float:left;
	margin:0 2px 0px 2px !important;
	overflow:hidden;
}

.ngg-gallery-list li a {
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
}

.ngg-gallery-list li.selected a{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#000000 none repeat scroll 0 0;
}

.ngg-gallery-list li img {
	height:40px;
	width:40px;	
}

li.ngg-next, li.ngg-prev {
	height:40px;
	width:40px;	
	font-size:3.5em;
}

li.ngg-next a, li.ngg-prev a  {
	padding-top: 10px;
	border: none;
	text-decoration: none;
}

