/* If you are going to have your own CSS in your own file, you may safely delete or rename this file */

/*
Single Gallery View
================================*/
.vgalleryfullsize {
	float:left;
	width:550px;
}

.vgalleryfullsize img {
	display:block;
	margin:0 auto;
}

.vgthumbs {
	float:right;
	width:175px;
}

.vgthumbs a img {
	border: none;
}

.vgcaption {
	margin:15px 0 0 0;
	font-size:90%;
	font-family:Arial, sans-serif;
}

/*
Multiple Galleries View
================================*/

#content .galleryarchive {
	border:1px solid #aaa;
	height:249px;
	margin:0 0 40px 0;
}

#content .galleryarchive.odd {
	float:left;
	margin-left:15px;
}

#content .galleryarchive.even {
	float:right;
	margin-right:15px;
}

#content .galleryarchive .post-thumb {
	margin:10px;
}

#content .galleryarchive h2 {
	font-size:.9em;
	letter-spacing:0;
	margin:0 0 0 10px;
	text-transform:uppercase;
}

#content .galleryarchive h2 a {
	color:#555555;
}