/* Extra custom CSS stuff added on top of the RapidWeaver theme */

/* Photo thumbnails in a gallery */
/* gallery-detail template. This is where we display all the thumbnails in a gallery */

/* Gallery container */
.photo-gallery {
display:inline;
float:left;
padding-bottom:20px;
width: 510px;
}

/* Photo thumbnails in a gallery */
.gallery-photo {
/*.photologue_thumbnail { */
	float:left;
	height: 90px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 95px;
	margin: 0 5px 5px 0;
	text-align:center;
}

.photologue_photo {
  float: left;
  position: relative;
  margin-bottom: 10px;
    }

/*#photologue_previous {
	display: block;
	float: left;
}

#photologue_next {
	display: block;
	float: right;
}
*/

#photologue_parent {
display: block;
	text-align: center;
}

.gallery-photo {
	float:left;
	height: 90px;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 95px;
	margin: 0 5px 5px 0;
	text-align:center;
}

.photologue_photo {
  float: left;
  position: relative;
  margin-bottom: 10px;
    }

#photologue_parent {
display: block;
	text-align: center;
}


/* Style for contact page */

#contact_recaptcha_form label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#id_subject {
	width: 420px;
}

#id_message {
	width: 425px;
}

#id_email {
	width: 420px;
}

#contact_recaptcha_form p {
	margin-top: 0;
	margin-bottom: 20px;
}

#contact_recaptcha_form label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

#contact_recaptcha_form input {
	display: block;
}

#contact_recaptcha_submit {
	margin-top:20px;
}

.errortitle {color:red;
			font-weight: bold;
			font-size: 1.1em;
			margin-top: 20px;
			margin-bottom: 20px;
			background-color: Cornsilk;
}

.errorlist {color:red;
			font-size: 1.1em;
			margin-top: 30px;
			margin-bottom: 0;
			background-color: Cornsilk;
}


