#VidPlayerFlash
{ /*For embedded flash videos on the "Videos" page (height is vid+a bit more for the controlbar)*/
    float:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 10px;
    width:640px;
    height:504px;
}

.VidPlayerWMP
{
    float:none;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:30px;
    width:720px;
    height:530px; 
}


#photo
{
    background:#f5f5f5;
    padding:5px;
	border:1px solid #ccc;
	margin-bottom: 20px;
}

#photo-spacer
{
    padding: 20px 0;
	width: 100%;
	text-align:center;
	overflow: hidden;
}

.light-box
{
	margin:0 auto;
}

#image-previous
{
	font-size: 11px;
	text-align:left;
	width: 33.3%;
}
	
#image-center
{
	font-size: 11px;
	text-align:center;
	width: 33.3%;
}

#image-next
{
	font-size: 11px;
	text-align:right;
	width: 33.3%;
}
		
#image-addcomment
{
    text-align: right;
}

#image-title
{
    text-align: left;
}

#image-notes
{
	width:70%;
	vertical-align:top;
	padding-top: 10px;
	text-align: left;
}
	
#image-exif
{
 	font-size: 12px;
	text-align:right;
    padding-top:10px;
	width:25%;
	vertical-align:top;
}


#potdMeta .light-box{
    border:1px solid #ccc;
    padding:10px 20px;
    width:70%;
}

#comWrap{
    text-align:left;
}

/*After updating to wordpress core 3.3.1, my attachment template layouts broke.*/
/*These rules are copied from Suffusion's get_zero_sidebars_template_widths()*/
.page-template-default #container { padding-left: 0; padding-right: 0; }
.page-template-default .entry img { max-width: 99%; }
.page-template-default .wp-caption { max-width: 99%; }
.page-template-default .entry .wp-caption img { max-width: 100%; }
.page-template-default #main-col {	width: 100%; }
