/*
Theme Name: FargoPhotoBooth
Description: based off of Justin Sheetz Gallerific theme.
Version: 1.0
Author: Andrew Alba
*/

/* Images */
img.centered { display: block; margin-left: auto; margin-right: auto }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline }
.alignright { float: right }
.alignleft { float: left }

/* Captions */
.aligncenter,
div.aligncenter { display: block; margin-left: auto; margin-right: auto }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px }
.wp-caption img { margin: 0; padding: 0; border: 0 none }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0 }

/* clearFix */
.clearFix:after { content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0; }
.clearFix { display: inline-block; }
html[xmlns] .clearFix { display: block; }
* html .clearFix { height: 1%; }

/* GALLERY CSS */
.gallery-wrap { margin: 10px; }
.siteTitle { display:block:width:100%;text-align:center;margin:1em auto; }
.noDecoration { text-decoration:none;border:none; }
.textCenter { margin-left:auto;margin-right:auto;text-align:center; }
.textBlock { display:block; }
#header a {
	color: #fff;
	text-decoration: none;
	border:0;
}
#header a:hover {
	color: #ff0000;
	text-decoration: none;
}
#header h1 { margin: 0px; }
#header h2 {
	margin: 10px 0px 0px 0px;
	font-size: 16px;
}
.contentheading {
	border-bottom: 2px solid #ffbf00;
	font-size: 16px;
}
.contentdescription { width: 100%; }
.contentpane { width: 100%; }
.albumListBox {
	width: 200px;
	margin: 15px 5px 15px 5px;
	overflow: hidden;
	text-align: center;
	display: inline;
	float: left;
}
.smallIcon { 
	border: none;
	width: 16px;
	height: 16px;
}
#imageHolder {
	width: 600px;
	height: 450px;
	margin: 1.5em auto;
}
.galleryNavUL { padding:0.2em 0;margin:0;list-style-type:none;color:#FFF;width:100%;font:normal 90% arial, helvetica, sans-serif;text-align:center; }
.galleryNavLI { display:inline;text-decoration:none;color:#FFF;padding:0.2em 1em;border-right: 1px solid #fff; }
.galleryNavLI:last-child { border-right:none; }
.galleryNavLI:hover { color:#999; }
ul.thumbs { clear: both;margin:0;padding:0 35px; }
ul.thumbs li { float:left;height:136px;padding:0;margin:5px 10px 5px 0;list-style:none; }
ul.thumbs li em { display:block;width:160px;text-align:center; }
a.thumb { padding:2px;display:block;border:1px solid #ccc; }
ul.thumbs li.selected a.thumb { background:#000; }
a.thumb:focus {	outline: none; }
ul.thumbs img { border:none;display:block; }
em.caption { display:block;font-size:xx-small; }
