/*  
Theme Name: alwaysBETA
Theme URI: http://alwaysbeta.com/
Description: The first version of alwaysBETA's custom theme.
Version: 1.0
Author: Sean McBride
Author URI: http://seanmcb.com/

	Based loosely on Kubrick...
	
*/

/* Lightbox Styles */
#lightbox{
	background-color:#eee;
	padding: 0 10px;
	}
#lightboxCaption{
	font-size: 0.8em;
	padding-bottom: 10px;
	color: #666666;
	text-align: center;
	}
#lightboxPhoto {
	display: block;
	padding: 10px 0;
}
#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-color: #333; }
