<div class="sd-node-title-box">
	
	<?php if( empty($nodes['image']) || $size == 'small' ): ?>
	    
        <div class="slidedeck-vertical-center-outer">
            <div class="slidedeck-vertical-center-middle">
                <div class="slidedeck-vertical-center-inner">	
	
	<?php endif; ?>
	
	<div class="slide-title accent-color">
        <?php if( $slidedeck['options']['linkTitle'] == true ): ?><a class="accent-color" href="<?php echo $permalink; ?>" target="<?php echo $target; ?>"><?php endif; ?>
            <?php echo $title; ?>
        <?php if( $slidedeck['options']['linkTitle'] == true ): ?></a><?php endif; ?>
	</div>
	
    <div class="slide-meta">
        <?php if( isset( $author_avatar ) && !empty( $author_avatar ) ): ?>
            <img src="<?php echo $author_avatar; ?>" alt="<?php echo $author_name; ?>" class="slide-author-avatar" />
        <?php endif; ?>
        <span class="slide-author">
            <?php if( !empty( $author_url ) && $slidedeck['options']['linkAuthorName'] == true ): ?><a href="<?php echo $author_url; ?>" target="_blank"><?php endif; ?>
                <?php echo $author_name; ?>
            <?php if( !empty( $author_url ) && $slidedeck['options']['linkAuthorName'] == true ): ?></a><?php endif; ?>
        </span>
        <span class="slide-date"><?php echo $created_at; ?></span>
    </div>
	
	<?php if( isset( $excerpt ) && !empty( $excerpt ) ): ?>
		<p class="slide-text"><?php echo $excerpt; ?> 
		    <a href="<?php echo $permalink; ?>" class="readmore accent-color" target="<?php echo $target; ?>"><?php _e( "Read More", $this->namespace ); ?></a>
	    </p>
	<?php endif; ?>
	
	<?php if( empty($nodes['image']) || $size == 'small' ): ?>
	    
                </div>
            </div>
        </div>
        
	<?php endif; ?>
	
</div>

<?php if( !empty($image) ): ?>
    <div class="sd2-slide-background" data-sd2-slide-image="<?php echo $image; ?>">&nbsp;</div>
<?php endif; ?>
