/**************************************
* Typography Fixes for Content
**************************************/

#content h1 { clear: both; }
#content h2 { clear: both; }
#content h3 { clear: both; }

/**************************************
* Basic Display Items
**************************************/

#content .image {
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 0 15px 15px;
}

#content .image img {
	margin: 2px;
	vertical-align: bottom;
}

#content .sub-heading p {
	text-align: left;
	font-weight: bold;
}

/**************************************
* Standard Collections
**************************************/

#content .collection .item .label,
#content .collection .item .label a {
	font-weight: bold;
}

#content .collection .item .thumb {
	border: 1px solid #cccccc;
	float: right;
	margin: 5px 0 15px 15px;
}

#content .collection .item .thumb img {
	margin: 2px;
	vertical-align: bottom;
}

/**************************************
* Gallery Collections
**************************************/

#content .gallery {
	float: left;
	margin-bottom: 12px;
}

#content .gallery .item {
	border: 1px solid #cccccc;
	float: left;
	margin: 0 5px 5px 0;
}

#content .gallery .item img {
	margin: 2px;
	vertical-align: bottom;
}

/**************************************
* Forms
**************************************/

#content form {
	width: 100%;
}

#content form .field {
	float: left;
	padding: 5px 0;
	width: 100%;
}

#content form .field label {
	float: left;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-right: 16px;
	text-align: right;
	width: 124px;
}

#content form .required label {
	font-weight: bold;
}

#content form .field input {
	border: 1px solid #baccdb;
	font-size: 11px;
	padding: 5px;
	width: 297px;
}

#content form .field textarea {
	border: 1px solid #baccdb;
	font-size: 11px;
	height: 125px;
	padding: 5px;
	width: 297px;
}

#content form .submit {
	float: left;
	padding: 15px 0 15px 120px;
	text-align: center;
	width: 335px;
}

#content form .submit button {
	background: none;
	border: none;
}

/**************************************
* Error Messages
**************************************/

.errorExplanation {
	background: #f7eded;
	border: 1px solid #b00000;
	margin: 20px 0;
	padding: 20px;
}

.errorExplanation h2 {
	display: none;
}

.errorExplanation p {
	color: #b00000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.errorExplanation ul {
	width: 100%;
}

.errorExplanation li {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	width: 100%;
}

/**************************************
* Contact Form Vcard
**************************************/

#contact-page-vcard {
	text-align: center;
}

#contact-page-vcard p {
	margin-bottom: 0;
}

#contact-page-vcard .org {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#contact-page-vcard .street-address {
	display: block;
}

#contact-page-vcard .tel .type {
	font-weight: bold;
}

#contact-page-vcard .map {
	text-transform: lowercase;
}

/**************************************
* General Styling Options
**************************************/

#content .middle { display: block; float: none; margin: 15px 0; }
#content .left { float: left; margin: 5px 15px 15px 0;}
#content .right { float: right; margin: 5px 0 15px 15px; }

.border-image {
	border: 1px solid #cccccc;
	padding: 2px;
	margin: 0 0 10px 10px;
}