/* topsy re-tweet plugin */

div.topsy_theme_brick-red span.topsy-big-count {
border-color: #A6A7A2 !important;
}

/* breadcrumb plugin */
#breadcrumb { font-size: 18px; }
#breadcrumb #breadcrumb-sep { margin: 0 5px 0 5px; letter-spacing: -5px; }

/* featuredbox */

#featuredbox { width: 965px; height: 400px; margin: 25px auto 0 auto; background: url('http://www.nocturnart.com/wp-content/themes/papernight/images/featured-paper.png'); z-index: 1; }
#featuredbox .slide {height: 281px; padding: 70px 0 0 30px; margin: 20px; overflow: hidden; }
		#featuredbox .slide h2 { color: #990000; font-size: 25px; font-family: Georgia; max-width: 600px;}
		#featuredbox .slide p { color: #646260; font-family: helvetica; font-size: 15px; width: 50%; text-align: justify; }
		#featuredbox .slide a { color: #1aa7fd;}
		#featuredbox .slide a:hover { text-decoration: underline;}
		
	#slideshow-selector { margin: 0; padding: 0; position: absolute; bottom: 28px; left: 15px; list-style-type: none;}
		#slideshow-selector li { float: left; }
		#slideshow-selector a { display: block; background: url('img/slide-selector-background.gif') 0 0 repeat-x; width: 27px; height: 27px; margin: 0 2px; color: #9a9a9a; line-height: 27px; text-align: center; border: 1px solid #b2b2b2;}
		#slideshow-selector a:hover { color: #777;}
		#slideshow-selector a.selected { background: url('img/slide-selector-selected-background.gif') 0 0 repeat-x; color: #fff;}
		#slideshow-selector .previous-slide { background: url('img/slide-selector-previous.png') right 50% no-repeat; border: none; text-indent: -9999px;}
		#slideshow-selector .next-slide { background: url('img/slide-selector-next.png') left 50% no-repeat; border: none; text-indent: -9999px;}