body {
	padding-top: 0 !important;
	font-size: 13pt;
	font-family: "Times New Roman", serif;
	line-height: 1.5;
}

/* Print Drupal Plugin Styles */
.print-logo {
	width: .5in;
	float: left;
	border: 0;
	margin-right: .1in;
}
.print-site_name {
	padding-top: .15in;
}
.print-breadcrumb {
	font-size: 15pt;
	clear: both;
	font-weight: bold;
	padding-top: .25in;
}


/* Hide Unneeded Elements (When not using Print Drupal Plugin */
#toolbar, #iblp-navbar, #block-search-form, .header-user-menu, #zone-menu,
#region-sidebar-first, .tabs, #region-sidebar-second, .comment-form, h2.comment-form,
#section-footer {
	display: none;
}
#section-header {
	border-top-width: 0 !important;
}


/*
 * GENERAL STYLES
 */

/* Headers */
h2, h3, h4, h5, h6 {
	font-family: Georgia, 'Times New Roman', serif;
	line-height: 1.3;
	letter-spacing: 0;
	margin-top: 1em;
	margin-bottom: .5em;
}
h1 {
	font-size: 25pt;
}
h2 {
	font-size: 19pt;
}
.subtitle {
	font-weight: normal;
	font-style: italic;
}
h3, h2.subtitle {
	font-size: 15pt;
}
h4 {
	font-size: 13px;
}


/* Images/Boxes */
img {
	border: 1px solid #999;
}
.box, .section-detail {
	clear: both;
	margin: 2em 0;
	padding: 1.5em 2em;
	border: 1px dotted #ccc;
}
.box.detail {
	font-size: 90%;
}
.float-left, .media-image-left {
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}
.float-right, .media-image-right {
	float: right;
	margin-left: 1em;
	margin-bottom: .5em;
}

.caption {
	display: block;
	clear: both;
	padding-top: .5em;
	padding-bottom: .75em;
	line-height: 1.3;
	font-size: 11pt;
}


/* Text Blocks */
p {
	margin-top: 0;
	margin-bottom: .75em;
}
dt {
	font-size: 15pt;
	font-weight: bold;
}
dd {
	font-size: 13pt;
	font-style: normal;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
}


/* Tables */
table {
	width: 100%;
	margin-bottom: 1em;
}
td {
	font-size: 13pt;
	vertical-align: top;
}
td.left {
	text-align: left;
	padding-right: 15px;
}
td.right {
	text-align: right;
	padding-right: 0;
}


/* Special Classes */
.clear-all {
	padding-top: .75em;
	clear: both;
}
.hidden {
	display: none;
}
.reference {
	font-size: 90%;
}
.more a, a.more {
	text-decoration: none;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.no-border {
	border: 0;
}

.no-top-margin {
	margin-top: 0 !important;
}
.with-line {
    clear: both;
	border-bottom: 1px solid #ccc;
	padding-top: 1em; /* Use padding top instead of margin in case we are clearing a floated image */
	padding-bottom: .1em;
	margin-top: 0;
    margin-bottom: .75em;
}
.with-line a {
	text-decoration: none;
	color: black;
}



/*
 * SPECIFIC STYLES
 */
 
/* Home */
.flex-control-nav, .flex-direction-nav {
	display: none;
}
.flexslider-content ul {
	list-style-type: none;
}

/* View Event Listings */
.view-event-type-listing .views-row {
	width: 2.15in;
	vertical-align: top;
	display: inline-block;
	margin: 0 .1in .25in 0;
}
.view-event-type-listing .views-row img {
	width: 100%;
	height: auto;
}
