/*  
Theme Name: NightLion theme
Description: Custom. 
Author: Vinny Troia

*/

* { outline:none; }

html, body {height: 100%}



    
    .AvantGarde-Medium {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.55;
    }

    .AvantGarde-Demi {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicDemi', sans-serif;
      font-size-adjust: 0.56;
    }
    .AvantGarde-ExtraLight {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicExtraLight', sans-serif;
      font-size-adjust: 0.53;
    }
    .AvantGarde-Book {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicBook', sans-serif;
      font-size-adjust: 0.55;
    }
    .AvantGarde-Bold {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicBold', sans-serif;
      font-size-adjust: 0.56;
    }

    
@font-face {
	font-family: 'ITCAvantGardeGothicMedium';
	src: url('fonts/ag-medium-webfont.eot');
	src: local('☺'), url('fonts/ag-medium-webfont.woff') format('woff'), url('fonts/ag-medium-webfont.ttf') format('truetype'), url('fonts/ag-medium-webfont.svg#webfontIQcGMAVY') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicMediumObli';
	src: url('fonts/ag-mediumobl-webfont.eot');
	src: local('☺'), url('fonts/ag-mediumobl-webfont.woff') format('woff'), url('fonts/ag-mediumobl-webfont.ttf') format('truetype'), url('fonts/ag-mediumobl-webfont.svg#webfontxBtMqEFs') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicDemi';
	src: url('fonts/ag-demi-webfont.eot');
	src: local('☺'), url('fonts/ag-demi-webfont.woff') format('woff'), url('fonts/ag-demi-webfont.ttf') format('truetype'), url('fonts/ag-demi-webfont.svg#webfontEj86k5C5') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { 
	font-family: 'ITCAvantGardeGothicExtraLight';
	src: url('fonts/ag-extralight-webfont.eot');
	src: local('☺'), url('fonts/ag-extralight-webfont.woff') format('woff'), url('fonts/ag-extralight-webfont.ttf') format('truetype'), url('fonts/ag-extralight-webfont.svg#webfontsAWUjTob') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicBook';
	src: url('fonts/ag-book-webfont.eot');
	src: local('☺'), url('fonts/ag-book-webfont.woff') format('woff'), url('fonts/ag-book-webfont.ttf') format('truetype'), url('fonts/ag-book-webfont.svg#webfontXxQWpUe2') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicBold';
	src: url('fonts/ag-bold-webfont.eot');
	src: local('☺'), url('fonts/ag-bold-webfont.woff') format('woff'), url('fonts/ag-bold-webfont.ttf') format('truetype'), url('fonts/ag-bold-webfont.svg#webfontcV5x302q') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicBookObliqu';
	src: url('fonts/ag-bookoblique-webfont.eot');
	src: local('☺'), url('fonts/ag-bookoblique-webfont.woff') format('woff'), url('fonts/ag-bookoblique-webfont.ttf') format('truetype'), url('fonts/ag-bookoblique-webfont.svg#webfonthtILBDQX') format('svg');
	font-weight: normal;
	font-style: normal;
}





body {
	width: 100%; 
	background: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ddd;
	margin: 0px; 
	padding: 0px; 
	background-image: url(/images/bg_main.jpg);
	background-repeat:repeat-x;
}


#nightWrapper {
	width: 100%; 
	margin: 0px; 
	padding: 0px; 
	float:left; 
	height: 100%; 
}

#page {
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
	min-height:100%;
	height:100%; 
} 

#rightsidebar {
	display:none !important; 
}
 
 
#headerWrapper { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
} 

#headerRow {
	width: 100%; 
	height: 150px;
	padding-bottom: 10px; 
	vertical-align:top;
}


#nightTable {
	width: 100%; 
	height: 100%; 
}



#contentRow {
	vertical-align:top;
	height: 100%; 

}

#leftHeader {
	height: 165px; 
	background: url(/images/bg_left_yellow.jpg) repeat-x; 
}

#rightHeader {
	background: url(/images/bg_right_yellow.jpg) repeat-x; 
	height: 165px; 
}

#mainHeader {
	margin: 0px; 
	padding: 0px; 
	background: url(/images/nightlion-logo-yellow.jpg) no-repeat;	
	width: 980px; 
	height: 175px; 
} 


.header-title {
	display:none; 
	}

.header-description {
	display:none; 
	}




a:link, a:active, a:visited {
	color: #8DCBE2; 
	text-decoration:none;
}



.post {
	padding: 10px;
	padding-bottom: 0px;  
}

#content {
	background-color: #0C1114; 
	background-image: url(/images/content_bg.jpg);   
	background-repeat:repeat-x;
	min-height:100%;
	height:100%; 

}


#menu {
	clear: both; 
	padding-top: 145px; 
	display: block;
	position: relative;
	padding-bottom: 10px; 
}

.menuNav {
	list-style-type:none;
	margin: 0px; 
	position: relative; 
	left: -35px; 
	padding-right: 10px; 
}

.menuNav li {
	float:left; 
	list-style-type:none;
	font-size: 14px; 
	margin: 0px; 
	padding-right: 10px; 

}
 

.menuItem {
	cursor:pointer;
	clear:both;
	border: 0px; 
	font-size: 11pt; 
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicBook', sans-serif;
      font-size-adjust: 0.55;
	text-align:left;
	color: #d0be8c; 
	text-transform:capitalize;
}

.menuSelected { 
	cursor:pointer;
	clear:both;
	border: 0px; 
	font-size: 16px; 
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.56;
	text-align:left; 
	color: #FFF; 
	text-transform:uppercase;	
}


.narrowcolumn {
	float: left;
	margin: 0;
	width: 700px;
	overflow: hidden;
	}


.alt {background-color: #1c1c1c;border: 1px solid #3a3a3a;}

	
	
h1 {
	margin: 0px; 
	clear: both;
		
}

h2, h2 A, h2 a:link, h2 a:active, h2 a:visited {

	color: #9bcee0;  
	/*color: #DFDFBF;*/
	text-decoration:none;
	margin: 0px; 
	padding-top: 10px; 
	padding-bottom: 5px; 
}


.thumbImage {
	border: 1px solid #4F7D80; 
}


.sidebarHeader {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.55;
	color: #71b5b6; 
	font-size: 16px;
	width: 200px; 	
}


h3, h3 A, h3 a:link, h3 a:active, h3 a:visited {
	color: #CCC; 
	text-decoration:none;
	font-size: 12px; 
}

.readArticle {
	
}

.postExcerpt {
	float: left; 
	width: 520px; 
	
}

.postExcerpt p {
	margin:0px; 
	padding: 0px; 
}

.postMore {
	float:left;  

	
}

.postExcerptLarge {
	font-size: 12px; 
	font-weight: normal; 
	color: #ccc; 
}

.postMeta {
	float:right;
	display:block;
}

.postImage {
	width: 100px; 
	float: left; 
	display: block; 
	padding-bottom: 10px; 
	padding-right: 20px; 
}

.postImage img {
	
}

.metaWrapper {
	display: block; 
	clear: both; 
	padding-top: 20px; 
	padding-bottom: 20px; 
}



.dateTime {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicBook', sans-serif;
      font-size-adjust: 0.55; 
	 	color: #999;   
	font-size: 14px;
}

.dateTimeText {
	
		padding-bottom: 0px;
}

.h1Text { 
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.56;
	font-size: 13pt;	
	margin: 0px;  
	text-transform: capitalize;
	width: 590px;
}


.h1TextList {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.56;
  font-size: 14pt;
  line-height: 20pt;   
  margin: 0px;  
  text-transform: capitalize;
  width: 590px;
}


.h3Text {
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicMedium', sans-serif;
      font-size-adjust: 0.55;
	font-size: 16px;	
	margin: 0px;  
	width: 590px;
}

.readText {
	font-size: 13px; 
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicDemi', sans-serif;
      font-size-adjust: 0.56;
}

.monthText {
	font-size: 14px; 
      font-weight: normal;
      font-style: normal;
      line-height:normal;
      font-family: 'ITCAvantGardeGothicDemi', sans-serif;
      font-size-adjust: 0.56;
}


 
.breadcrumb {
	color: #888; 
	padding-bottom: 20px; 
	font-size: 10px; 
}

.monthtitle, .monthtitle A, .monthtitle a:link {
	font-size: 13px; 
	padding-left: 5px;  
	color: #4f7e80; 
	font-weight: bold; 
}

.postspermonth {
	margin: 0px; 
	padding: 0px;
	padding-top: 10px; 
	padding-bottom: 10px; 
	font-size: 11px;  
	color: #487479; 
}
.postspermonth li {	padding: 0 0 5px 15px; }
.postspermonth li, .postspermonth li A, .postspermonth li a:link {
	list-style-type:none;
	margin: 0px; 
	color: #487479; 
}

.postspermonth li a:hover, .monthtitle a:hover {color: #71b5b6 !important; }



.postWrapper-blue, 
.postWrapper-orange, 
.postWrapper-yellow, 
.postWrapper-green, 
.postWrapper-pink, 
.postWrapper-white, 
.postWrapper-darkblue, 
.postWrapper-red,
.postWrapper-purple, 
.postWrapper-darkGreen {
	padding-left: 15px; 
	padding-right: 15px; 	 
	margin-bottom: 20px; 
	margin-top: 10px; 
	clear: both; 
	padding-bottom: 0px; 
}		
  
.text-orange, .text-orange A, .text-orange a:link, .text-orange a:active, .text-orange a:visited { color: #99CACC !important; }
.text-blue, .text-blue A, .text-blue a:link, .text-blue a:active, .text-blue a:visited  { color: #9ed5ea !important; }
.text-green, .text-green A, .text-green a:link, .text-green a:active, .text-green a:visited { color: #8DE293 !important; }
.text-yellow, .text-yellow A, .text-yellow a:link, .text-yellow a:active, .text-yellow a:visited { color: #E4D682 !important; }
.text-pink, .text-pink A, .text-pink a:link, .text-pink a:active, .text-pink a:visited { color: #99CACC !important; }
.text-white, .text-white A, .text-white a:link, .text-white a:active, .text-white a:visited { color: #FFFFFF !important; }
.text-purple, .text-purple A, .text-purple a:link, .text-purple a:active, .text-purple a:visited { color: #99CACC !important; }

.text-darkblue, .text-darkblue A, .text-darkblue a:link, .text-darkblue a:active, .text-darkblue a:visited { color: #99CACC !important; }
.text-darkGreen, .text-darkGreen A, .text-darkGreen a:link, .text-darkGreen a:active, .text-darkGreen a:visited { color: #99CACC !important; }
.text-red, .text-red A, .text-red a:link, .text-red a:active, .text-red a:visited { color: #f04a61 !important; }
  
.postWrapper-darkblue { border-left: 1px solid #99CACC; }
.postWrapper-darkGreen { border-left: 1px solid #79B3A2; }

.postWrapper-red { border-left: 1px solid #99CACC; }
.postWrapper-blue { border-left: 1px solid #9ed5ea; }  
.postWrapper-orange { border-left: 1px solid #fec27a; } 
.postWrapper-yellow { border-left: 1px solid #E4D682; }
.postWrapper-green { border-left: 1px solid #8DE293; }
.postWrapper-pink { border-left: 1px solid #99CACC; }
.postWrapper-white { border-left: 1px solid #FFF; }
.postWrapper-purple { border-left: 1px solid #99CACC; }

.commentlist li, #commentform input, #commentform textarea {font-size: 0.9em;color: #666666;}
.commentlist li {font-weight: bold;color: #666666;}.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;font-size: 1.1em;color: #dddddd;}
.commentlist p {font-weight: normal;line-height: 1.5em;text-transform: none;color: #666666;}
#commentform p {font-family: 'Geneva', Verdana, Arial, Sans-Serif;color: #666666;}
.commentmetadata {font-weight: normal;color: #666666;}


a:hover {
	color: #FFFFFF !important; 
}


.widecolumn {
	padding: 0 0 0 0;
	margin: 0 0 0 80px;
	width: 530px;
}

#urlConverter {
	padding-bottom: 30px; 
	clear: both; 
}
#pasteContainer {
	clear:both;
	display: none; 
	font-size: 15px; 
	padding: 10px; 
	background-color: #1E3135; 
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-size: 11px; 
	color: #434949; 
	text-align: right; 
}



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


.description {
	text-align: left; 
	padding-left: 280px;
	font-size: 11px;
	font-weight: normal;
	color: #626162;
	}


p img {padding: 3px ;max-width: 100%; }

.alignright {float: right;}
.alignleft {float: left; }




#footer {
	display:none !important;
}


#leftsidebar #searchform #s, #rightsidebar #searchform #s {
	width: 160px;
	padding: 2px;
	color: #b7b7b7;
	background-color: #525252;border: 1px solid #686868;font-size: 11px;margin-right: 4px;}
	
#leftsidebar #searchsubmit, #rightsidebar #searchsubmit {padding: 1px 5px 1px 5px;background: url(images/search.jpg);font-size: 11px; border: none; height: 20px; width: 23px;}

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

#commentform input {font-size: 11px; color: #999999; width: 170px;padding: 2px;margin: 5px 5px 1px 0;background-color: #3a3a3a;border: 1px solid #3a3a3a;}
#commentform textarea {font-size: 11px; color: #999999; width: 99%;padding: 2px;background-color: #3a3a3a;border: 1px solid #3a3a3a;}
#commentform #submit {background: #525252; color: #000000; margin: 0;float: right; width: 130px; border: 1px solid #525252;}

.alt {margin: 0;padding: 10px;}

#leftsidebar {
	color: #666666;
	width: 230px;
	float: left;
	padding-left: 30px; 
	} 
	
#leftsidebar form {margin: 0;}



.commentlist li {margin: 15px 0 3px;padding: 5px 10px 3px;list-style: none;}
.commentlist p {margin: 10px 5px 10px 0;}
#commentform p {margin: 5px 0;}
.nocomments {text-align: center;margin: 0;padding: 0;}
.commentmetadata {margin: 0;display: block;}

.center {text-align: center;}

hr {display: none;}

a img {border: none;}
.navigation {display: block;text-align: center;margin-top: 10px;margin-bottom: 60px;}



div.sociable { 
	padding: 10px 0; 
	border-top: 1px solid #1E3135; 
	border-bottom: 1px solid #1E3135; 
	margin-top: 50px; 
	clear: both;}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	padding-right: 5px !important; 
}
.sociable ul li:before { content: ""; }

.sociable img {
	float: none;
	width: 20px !important;
	height: 20px !important;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.alignnone {
	float:left; 
	padding-right: 15px; 
	padding-bottom: 10px; 
}


ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:10px;
	border: 1px solid silver; 
	padding: 10px; 
	width: 760px; 
	float: left; 
	}


.commentInfo {
	padding-left: 10px; 
	padding-right: 10px;  
	display: block;
	position:relative;
	float: left;
	width: 640px; 
}

.odd {
	background-color: #F9F9F9; 
}

.even {
	background-color: #FFF; 
}

.commentsList {
 	list-style-type:none;
	padding: 0px; 
	margin: 0px; 
	float: left; 
	padding-bottom: 20px; 
 }

 .gravitarCol {
 	float: left; 
	display: block; 
	width: 80px; 
 }

 .commentCol {
 	float: left; 
	display: block;
	width: 520px; 
	padding-left: 15px; 
 }
 
 .commentAuthor {
 	font-size:18px; 
	color: #487479; 
	text-transform:capitalize;
	
 	
 }
.commentDate {
	font-size: 11px; 
	color: #666; 
	
}

.comment_form textarea {
	background-color: #152022; 
}

.commentlist .author {
	text-transform:capitalize;
	font-size: 18px; 
	color: #3B6B9C; 
	}

.commenttext {
	padding: 0px; 
	}

.commentDateTime {
	color: #555; 
	font-size: 12px; 
}

.avatar {
	display:block;
	float: left;
	padding: 2px; 
	border: 1px solid #71B5B6;  
	 
}	

#comment {
	border: 1px solid silver; 
	width: 780px;
	
}	

.authorcomment {
	border: 0px !important; 
}

 .commentWrapper {
	padding: 15px; 
	position: relative;
	float: left; 
	width: 620px; 
	margin-top: 10px; 
	border-bottom: 1px solid #333; 

 }
 
 .wp-caption {
 	padding: 5px; 
	background-color:#D0BE8C; 
	
 }
 
 .commentform {
 	padding-top: 20px; 
 }
 
 #relatedPostsWrap {
 	padding-bottom: 10px; 
	border-bottom: 1px solid #1E3135; 
 }
 
 #relatedPosts {
 	color: #666; 
 }
 #relatedPosts li a,  #relatedPosts li a:link,  #relatedPosts li a:active,  #relatedPosts li a:visited {
 	color: #487479 !important; 
 }
 
 #relatedPosts li a:hover {
 	color: #71B5B6 !important; 
 }
 
 
 
 /* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin: 10px 0px 0px 0px !important;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
	/*height: 130px;*/
	overflow:hidden;
	margin: 0px 0px 5px !important;
	padding: 5px;
	border: 1px solid #cccccc;
}

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

.ngg-albumcontent {
	margin: 0px !important;
}

.ngg-thumbnail {
	margin:0px 12px 0px 0px !important;
	float: left;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px !important;
	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-link {
	margin:0px !important;
}

.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 !important;
	margin-top:0px !important;
	width:110px;
	padding:0px !important;
}

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

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

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

.ngg-gallery-thumbnail-box {
	margin:0px !important;
	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 !important;
	border:1px solid #487479;
	background-color: none !important; 
	display:block; 
	padding:2px;
	position:relative;
} 

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

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
} 

.ngg-clear {
	clear: both;
}
.piclenselink {display: none;}
/* ----------- 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;
	text-decoration: none;
}

/* ----------- 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 2px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

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


.wp_syntax {
  color: #100;
  background-color: none;
  margin: 0 0 1.5em 0;
  padding: 10px; 
  overflow: auto;
  padding-left: 0px; 
  padding-top: 0px; 
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
  font-size: 12px;
  line-height: 1.333;
  white-space: pre;
}


