/*  
Theme Name: IFP Chicago
Theme URI: http://www.ifpchicago.org
Description: The Hexbreak WordPress theme based on <a href="http://www.hexbreak.com">Hexbreak</a>.
Version: 1.0
Author: Tony Cooke
Author URI: http://www.hexbreak.com/

*/

/* CSS Reset. Thanks to Eric at http://www.meyerweb.com for thinking of this. */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	/* line-height: 1; */
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/* GENERAL STRUCTURE */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.01em;
	font-weight: normal;
	background: url(images/2x2_brown.gif) repeat;
	color: #565656;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
}
#site { /* Center Aligns Site */
	top: 0;
	left: 0;
	background: none;
	text-align: left;
	margin: 0px auto; 
	padding: 0;
	margin-top: 0px;
	width: 990px; /* Sets Width of Site */
	height: 100%;
}
#wrapper { /* Holds IFP Chicago Content */
	position: relative;
	float: left;
	display: inline;
	top: 0;
	left: 0;
	background: none;
	text-align: left;
	margin: 0; 
	padding: 0;
	width: 800px; /* Sets Width of Site */
	height: 100%;
}
#ifp_chicago {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	width: 800px;
	margin: 0;
	padding: 0;
	}
#ifp_chicago_ads {
	position: relative;
	float: left;
	display: inline;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	background: none;
	margin: 0;
	padding: 0;
	}
/*#ifp_chicago_ads p.ad_test {
	background: url(images/ad_boxes.gif) repeat-y;
	width: 160px;
	height: 400px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	margin: auto;
	text-align: center;
	color: #fff;
	}*/
#ifp_chicago_ads .ad_space {
	width: 160px;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	border: 0;
	margin-bottom: 5px;
	background: none;
	}
#ifp_chicago_ads .ad_space a {
	width: 160px;
	margin: 0;
	padding: 0;
	float: right;
	clear: both;
	border: 0;
	background: none;
	text-decoration: none;
	}
#ifp_chicago_ads .ad_space form {
	padding: 0 5px 0 5px;
	}
#ifp_chicago_ads .ad_space form	img.alignleft {
	padding-left: 10px;
}
#page { /* Contains Site */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	background: url(images/page_bg_5col.gif) repeat;
	/* background: #fdfdf9; */ 
	text-align: left;
	padding: 0;
	margin-top: 0px;
	width: 100%;
	height: 100%;
	border: 0;
}
.the_page_bottom {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	height: 12px;
	background: #fdfdf9;
	border: 0;
}
#left { /* Left Column */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
}
.widecolumn { /* Defines Left Column Attributes */
	margin: 0;
	padding: 0;
	width: 640px;
	background: none;
	line-height: 1.4em;
}
#right { /* Right Column */
	position: relative;
	float: left;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 160px;
	background: url(images/right_bottom_arrow.gif) top right no-repeat;
}
.widesidebar { /* Defines Right Column Attributes */
	margin: 0;
	padding: 0;
}

/* HEBREAK FLASH ELEMENTS */

#headline_wrapper {
	position: relative;
	float: left;
	clear: both;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	background: none;
	z-index: 2;
	overflow: hidden; /* Revised 2008 */
	cursor: pointer;
}
.the_h2 { /* Flash Replacement Header */
	display: none;
	cursor: pointer;
}
.the_h2_flash { /* Flash Replacement Header */
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 3;
	cursor: pointer;
}

/* ELEMENT DEFINITIONS */

p {
	margin-top: 0px;
	margin-bottom: 10px;
}
a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	letter-spacing:.05em;
	font-weight: strong;
	color: #5f6062;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
	
/* PRIMARY CONTENT */

#content { /* Contains All Left Column Contents */
	font-size: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0;
	z-index: 0;
	background: none;
	margin: 0;
	padding: 0;
}
.photogallery {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	margin-bottom: 4px;
	width: 640px;
	height: 360px;
	z-index: 0;
	}
.portfolio_center {
	position: relative;
	float: left;
	clear: none;
	display: inline;
	margin: 0;
	padding: 0;
	width: 640px;
	height: 360px;
	z-index: 0;
	}
.ff2_osx {
	margin: 0;
	padding: 0;
	visibility: hidden;
	}
.left_column {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	text-align: left;
	width: 160px;
	}
.center_column {
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width: 470px;
	}
.post { /* Defines Primary Content Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align:left;
	background: none;
}
.post_fade { /* Defines Primary Content Attributes */
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	/* text-align: justify; */
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align:left;
	background: none;
}
.entry {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	line-height: auto;
}
.entry_desc {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	line-height: auto;
	color: #6f6958;
}
.entry p,
.entry_desc p {
	font-size: 1em;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	margin-bottom: 8px;
}
.entry ul {
	width: 100%;
	position: relative;
	float: left;
	clear: both;
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: .9em;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.entry_excerpt {
	line-height: 1.4em;
	margin: 0px;
}
.entry_excerpt p {
	font-size: .95em;
	padding: 0;
	margin: 0;
	margin-bottom: 8px;
}
.entry_excerpt ul {
	width: 100%;
	position: relative;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-indent: 0px;
	font-size: 1em;
}
.entry_excerpt  li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;
}

/* SIDEBAR CONTENT */

#sidebar { /* Contains All Right Column Contents */
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	margin-top: 8px;
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: 1em;
}
.sidebar_signup {
	padding: 0px;
	position: relative;
	float: left;
	margin-top: 0px;
}
.sidebar_search {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}
.sidebar_tags {
	position: relative;
	float: left;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
}
.sidebar_tags ul {
	margin: 0;
	padding: 0;
}
.sidebar_tags ul li {
	margin: 0px;
	padding: 0px;
}
.sidebar_tags ul li a{
	margin: 0px;
	padding: 0px;
}
.sidebar_calendar {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 150px;
	background: none;
}
#sidebar h3.sidebar_h3_intro {
	margin: 0;
	padding: 0;
	background: none;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 80px; /* gives space for arrow and intro image */
}	
#sidebar h3.sidebar_h3_calendar {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_header_calendar.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}
#sidebar h3.sidebar_h3_screenings {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_header_screenings.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}
#sidebar h3.sidebar_h3_deadlines {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_header_deadlines.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}
#sidebar h3.sidebar_h3_aroundtown {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_header_aroundtown.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}	
#sidebar h3.sidebar_h3_newsletter {
	margin: 0;
	padding: 0;
	background: url(images/sidebar_header_newsletter.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}	
.sidebar_td {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	background: url(images/sidebar_td_bg_new.gif) no-repeat;
}
.sidebar_td_spacer {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	height: 18px;
	background: url(images/sidebar_td_bg_bottom_new.gif) no-repeat;
}
.sidebar_news_td .the_signup input {
	position: relative;
	float: left;
	width: 130px;
	font-size: 9px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;
	margin-left: 5px;
	padding: 2px;
	border: 0;
	border-bottom: 1px solid #f0f0ea;
	color: #81817d;
	background: none;
	}
.sidebar_news_td .the_signup p {
	position: relative;
	float: left;
	width: 140px;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: -.5px;
	padding: 2px;
}
.sidebar_news_td .the_signup p a,
.sidebar_news_td .the_signup p a:hover {
	text-decoration: underline;
}
.sidebar_news_td label {
	position: relative;
	float: left;
	width: 140px;
	font-size: 10px;
	margin: 0;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 2px;
	color: #f0f0ea;
	}
.sidebar_news_td .the_signup {
	position: relative;
	float: left;
	width: 140px;
	font-size: 10px;
	margin: 0;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 2px;
	color: #f0f0ea;
	}
.sidebar_news_td .the_signup a.news_signup {
	position: relative;
	float: left;
	width: 140px;
	font-size: 10px;
	margin: 0;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 2px;
	text-align: center;
	color: #f0f0ea;
	}
.sidebar_news_td {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	background: url(images/sidebar_news_td_bg.gif) no-repeat;
}
.sidebar_news_td_spacer_last {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	height: 18px;
	background: url(images/sidebar_news_td_bg_bottom.gif) no-repeat;
}
.sidebar_td_spacer_last {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	height: 18px;
	padding-bottom: 100px;
	background: url(images/sidebar_td_bg_bottom_new.gif) no-repeat;
}
.sidebar_calendar ul {
	margin: 0;
	padding: 0;
}
.sidebar_table {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	padding-left: 4px;
}
.sidebar_calendar ul li {
	margin: 0px;
	padding: 0px;
	width: auto;
}
.sidebar_calendar ul li a{
	margin: 0px;
	padding: 0px;
}
ul.events_ul li {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	}
#sidebar h3 {
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: normal;
		background: none;
		width: 100%;
		letter-spacing: -.01em;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 1.1em;
		text-align: center;
}

.sidebar_categories {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_utility {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_pages {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_bookmarks {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_archives {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_bulk {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: none;
}
.sidebar_spacer {
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	clear: both;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	height: 20px;
}
#sidebar h2 {
	color: #949494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	letter-spacing:.1em;
	font-weight:lighter;
	margin: 5px 0 0;
	padding: 0;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* TAG LIST (tag.php) ELEMENTS */

#content .post .wide_tags {
	position: relative;
	float: left;
	
	top: 0;
	left: 0;
	background: none;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	margin-left: 160px;
	border-bottom: 1px solid #dcdcdc;
}
#content .post .wide_tags ul {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 460px;
	background: none;
}
#content .post .wide_tags ul li {
	margin: 0px;
	padding: 0px;
	width: 20%;
	background: none;
	display: inline;
	position: relative;
	text-align: left;
	float: left;
}
#content .post .wide_tags ul li a {
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
}

/* POST META DISPLAY ELEMENTS (categories, tags, etc.) */

.entry_meta {
	font: 'Lucida Sans', Verdana, Arial, Sans-Serif;
	font-size: .8em;
	line-height: 1.2em;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	text-align: right;
}
.filed_under {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 150px;
	}
.entry_meta ul {
	margin: 0;
	margin-left: 2px;
	padding: 0;
}
.entry_meta ul li {
	list-style-type: none;
	font-size: .9em;
	margin: 0;
	padding: 0;

	margin-bottom: 10px;
}
.meta_header {
	color: #949494;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
}
.the_meta_posttime {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_category {
	width: 100%;
	font-size: .8em;
	margin-bottom: 4px;
}
.the_meta_tags {
	width: 100%;
	font-size: .8em;
	margin-bottom: 12px;
}

/* POSTED EVENT CALENDAR NOTE */
.posted_event_frame {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 150px;
	background: url(images/posted_event_td_bg.gif) no-repeat;
	text-align: center;
	}
.posted_event {
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-left: 50px;
	border: 0;
	color: #454545;
	}
.posted_event_frame a.posted_event_h3_savethedate h3 {
	margin: 0;
	padding: 0;
	background: url(images/posted_event_header_savethedate.gif) no-repeat;
	background-position: 0px -2px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}
.posted_event_frame a:hover.posted_event_h3_savethedate h3 {
	background-position: -150px -2px;
}
.posted_event_frame a.posted_event_h3_deadline h3 {
	margin: 0;
	padding: 0;
	background: url(images/posted_event_header_deadline.gif) no-repeat;
	background-position: 0px -2px;
	text-indent: -5000em;
	width: 150px;
	height: 25px;
}
.posted_event_frame a:hover.posted_event_h3_deadline h3 {
	background-position: -150px -2px;
}
.posted_event_spacer {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 150px;
	height: 18px;
	background: url(images/posted_event_td_bg_bottom.gif) no-repeat;
}
.posted_event p {
	text-align: center;
	}
.posted_event table {
	margin-bottom: 6px;
	}
.posted_event table.date_left {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	border: 1px solid #454545;
	background: #fffffa;
	text-align: center;
	width: 50px;
	height: 100%;
	}
.posted_event_metadata {
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	border: 0;
	color: #454545;
	}
.posted_event_metadata table.date_right {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	border: 0;
	background: none;
	text-align: center;
	width: 150px;
	margin-left: 0px;
	height: 100%;
	}
.posted_event_metadata table.date_right li {
	margin: 0;
	padding: 0;
	padding-top: 2px;
	font-weight: bold;
	font-size: 9px;
	letter-spacing: 0;
	text-align: center;
	}
.posted_event td.event_weekday {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	background: #454545;
	color: #fffffa;
	font-weight: bold;
	font-size: 8px;
	line-height: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.posted_event td.event_month {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 9px;
	padding-top: 2px;
	padding-bottom: 2px;
	}	
.posted_event td.event_date {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 16px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	}
.posted_event td.event_year {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	line-height: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

/* POSTMETADATA ELEMENTS */

.postmetadata {
	margin: 30px 0;
	clear: left;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* ATTACHMENT ELEMENTS */

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}

/* IMAGE ELEMENTS */

p img {
	border: 0;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-top: 7px;
	padding: 1px;
	background-color: #fff;
}
	
* html p img {margin-right: 22px;} /* IE Only Hack. For strange MSIE list bullet/left-floated-image issue. Had to be done! */

strong img {
	float: none;
	text-align: center;
	clear: both;
	margin-right: 0px;
	margin-bottom: 8px;
	max-width: 100%;
}
em img {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

/* COMMENTS SECTION */

.the_comments { /* Sizes overall Comments Area */
	margin-left: 140px;
	width: 400px;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
	font-family: Helvetica, Arial, Sans-Serif;
}
#commentform input {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	font: 0.9em Helvetica, Arial, Sans-Serif;
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}




/* FORM ELEMENTS */

.the_search_input {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
}
.the_search_input input {
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
	float: left;
	font-size: 10px;
	margin: 0;
	padding: 5px;
	width: 100px;
	margin-right: 7px;
	border: 1px solid #9a9a9a;
	background: #fdfdf9;
	color: #9a9a9a;
	}
.the_search_input a {
	position: relative;
	float: left;
	font-size: 9px;
	margin: 0;
	padding: 2px;
	margin-top: 3px;
	}
.the_search_input a.the_footer_search_button {
	margin: 0;
	border: 1px solid #9a9a9a;
	background: #fdfdf9;
	padding: 5px;
	}
#footer .the_search_input a:hover.the_footer_search_button {
	margin: 0;
	border: 1px solid #9a9a9a;
	background: #65a5bb;
	color: #fdfdf9;
	padding: 5px;
	}
.the_input {
	position: relative;
	float: left;
	margin-top: 20px;
}
.the_input input {
	width: 120px;
	margin-left: 6px;
}
.the_input label {
	margin-left: 6px;
}
select {
	width: 130px;
}

/* RANDOM DEFAULT WP DEFINITIONS */

acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	display: none;
}

em {
	font-style: italic;
	}

/* 	THE HEADER */

.the_header {
	display: block;
	position: relative;
	float: left;
	background: url(images/IFP_header.gif) top left no-repeat;
	width: 100%;
	height: 100px;
}
.top_address {
	color: #c9d4d9;
	padding-left: 5px;
	}
.the_header a {
	display:block;
	position: relative;
	float: left;
	width: 280px;
	height:80px;
	margin: 0;
	padding: 0;
	border: 0;
	}
.header_table {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 800px;
	border: 0;
	vertical-align: top;
	}
.header_td_left {
	width: 320px;
	vertical-align: top;
	}
.header_td_left a.go_home,
.header_td_left a:hover.go_home {
	position: relative;
	float: left;
	width: 280px;
	height: 100px;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -5000em;
	}
.header_td_center {
	width: 320px;
	vertical-align: top;
	}
.header_td_right {
	width: 160px;
	vertical-align: top;
	}
.header_td_right a {
	position: relative;
	float: left;
	width: 160px;
	height: 100px;
	background-position: 0px 0px;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-indent: -5000em;
	}
.header_td_right input {
	position: relative;
	float: left;
	width: 120px;
	font-size: 9px;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0;
	margin-left: 15px;
	padding: 2px;
	border: 1px solid #81817d;
	color: #4793af;
	background: #333;
	}
.header_td_right label {
	position: relative;
	float: left;
	width: 140px;
	font-size: 10px;
	margin: 0;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 2px;
	color: #4793af;
	text-indent: -5000em;
	}
	
/* THE ARCHIVES */
.the_archives {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	background: url(images/page_bg_5col.gif) repeat;
	margin: 0;
	margin-top: -2px;
	padding: 0;
	padding-bottom: 20px;
	border: 0;
	
}
.the_archives h3 {
	border-bottom: 1px solid #a2a2a2;
	margin: 0;
	padding-bottom: .25em;
	margin-bottom: .25em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.3em;
	letter-spacing: 0em;
}
.the_archives ul {
	padding-left: 170px;
	padding-right: 170px;
	padding-bottom: 1.5em;
	padding-top: 0em;
}
.the_archives ul li {
	padding: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
}
.archives_date {
	font-size: .8em;
	font-weight: normal;
}
/* 	THE FOOTER */

.the_footer {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	height: 44px;
	background: #454545;
	margin: 0;
	padding: 0;
	border: 0;
}
.the_footer_bottom {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	width: 100%;
	height: 12px;
	background: #454545;
	color: fdfdf9;
	border: 0;
}
p.the_footer_address {
	position: relative;
	float: left;
	margin-bottom: 6px;
	}
#footer h3 {
		padding-top: 0px;
		padding-bottom: 5px;
		font-weight: normal;
		background: none;
		width: 100%;
		letter-spacing: -.01em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		text-align: center;
}
.footer_table {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 30px;
}
.footer_td_wide {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 620px;
}
.footer_td_wide p {
	color: #ababab;
	margin-left: 10px;
	margin-top: 10px;
	}
.footer_td {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	width: 180px;
}
.footer_td .the_input {
	position: relative;
	float: left;
	margin: 0;
}
/* PREV/NEXT POSTS WP NAVIGATION */

.navigation {
	position: relative;
	float: left;
	width: 98%;
	text-align: right;
	display: block;
	margin-top: 10px;
	margin-bottom: 60px;
}
.navigation .prev_next {
	position: relative;
	float: right;
	text-align: right;
	width: 200px;
}
.navigation .prev_next a {
	padding: 6px;
	background: #d5e4ea;
	border: 1px solid #d8d8d8;
	margin-left: 2px;
	margin-right: 2px;
}
.navigation .prev_next a:hover {
	padding: 6px;
	background: #d5e4ea;
	border: 1px solid #b6b6b6;
	margin-left: 2px;
	margin-right: 2px;
}
/* BACK TO TOP NAMED ANCHOR ID */

#the_top { /* Back To Top Anchor */
	position: absolute;
	top: 0;
	left: 0;
}

/* SITE-SPECIFIC DEFIITIONS */

h3.links_header {
	position: relative;
	font-size: 1em;
	color: #454545;
	font-weight: bold;
	}
.entry .links_list ul {
	margin-bottom: 20px;
	}
strong {
	font-weight: bold;
	}
/* 	THE TOP NAV */

.the_topnav {
	position: relative;
	display: block;
	clear: both;
	z-index: 99;
	border-bottom: 0px solid #d2d1c8;
	background: url(images/topnav_bg_horiz.gif) no-repeat;
	color: #fff;
	float: left;
	width: 640px;
	height: 21px;
	margin: 0;
	padding: 0;
}
.the_topnav_right {
	position: relative;
	z-index: 99;
	border-bottom: 0px solid #d2d1c8;
	background: url(images/right_middle_arrow.gif) no-repeat;
	color: #fff;
	float: left;
	width: 160px;
	height: 21px;
	margin: 0;
	padding: 0;
}
.the_topnav a {
	margin: 0;
	padding: 0;
	border: 0;
	color: #454545;
	text-decoration: none;
	height: 20px;
	z-index: 99;
	}	
/*SUCKERFISH CSS*/
#topnav_list {
	position: relative;
	display: block;
	clear: both;
	float: left;
	z-index: 99;
	margin: 0;
	padding: 0;
	height: 20px;
	margin-left: 35px;
}
#topnav_list ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 99;
}
#topnav_list li { /* all list items */
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 1em;
	z-index: 99;
}
#topnav_list li a.topnav_opportunities {
	background: url(images/topnav_opportunities.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 125px;
	height: 21px;
	}
#topnav_list li a:hover.topnav_opportunities {
	background-position: -130px 1px;
	}
#topnav_list li a.topnav_membership {
	background: url(images/topnav_members.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 110px;
	height: 21px;
	}
#topnav_list li a:hover.topnav_membership {
	background-position: -120px 1px;
	}
#topnav_list li a.topnav_community {
	background: url(images/topnav_community.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 104px;
	height: 21px;
	}
#topnav_list li a:hover.topnav_community {
	background-position: -120px 1px;
	}
#topnav_list li a.topnav_cuff {
	background: url(images/topnav_cuff.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 58px;
	height: 21px;
	}
#topnav_list li a:hover.topnav_cuff {
	background-position: -120px 1px;
	}
#topnav_list li a.topnav_about {
	background: url(images/topnav_about.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 125px;
	height: 21px;
	margin-right: 32px;
	}
#topnav_list li a:hover.topnav_about {
	background-position: -125px 1px;
	}
#topnav_list li a.topnav_calendar {
	background: url(images/topnav_calendar.gif) no-repeat;
	background-position: 0px 1px;
	text-indent: -5000em;
	width: 160px;
	height: 21px;
	}
#topnav_list li a:hover.topnav_calendar {
	background-position: -160px 1px;
	}
#topnav_list li a {
	display: block;
	text-decoration:none;
	margin:0;
	z-index: 99;
}
ul#topnav_list li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding: 0;
	top: 20px;
	background: #dbeaf0 url(images/topnav_bg_vert.gif) top left no-repeat;
	border: 0px solid #d2d1c8;
	border-top: 0px; 
	left: 0;
	margin-top: 0px;
	margin-left: 0px;
	width: 120px;
	z-index: 99;
}
ul#topnav_list li ul li { /* second-level list items */
	padding: 0px;
	border-top: 0px solid #999;
	width: 120px;
	z-index: 99;
}
ul#topnav_list li ul li a {
	background: none;
	margin:0;
	padding:5px;
	width:auto;
	height:auto;
	z-index: 99;
}
ul#topnav_list li ul li a:hover {
	/* background:#898989; */
}
#topnav_list li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	z-index: 99;
}

#topnav_list li:hover ul, #topnav_list li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 99;
}
.widesidebar {
	margin: 0;
	padding: 0;
	}
.programs_calendar {
	position: relative;
	float: left;
	top: 0;
	left: 0;
	margin: 0px;
	width: 140px;
	padding: 0;
	padding-left: 2px;	
}
.programs_calendar caption {
	text-align: center;
}
.programs_calendar #ec3_spinner,
.programs_calendar #ec3_publish {
	visibility: hidden;
}

.ddfmwrap {
	position: relative;
	display: block; 
	float: left; 
	clear: none;  
	width: 420px; 
	margin: 0;
	margin-top: 10px;
	padding: 0;
	padding-top: 20px;
	background: url(images/form_background.gif) top left no-repeat;
}
.ddfmwrap .ddfmwrap_footer {
	position: relative;
	display: block; 
	float: left; 
	clear: none;  
	width: 420px;
	height: 30px; 
	margin: 0;
	padding: 0;
	background: url(images/form_background_bottom.gif) bottom left no-repeat;
}
.ddfmwrap form.ddfm label {
	position: relative;
	display: block; 
	float: left; 
	width: 120px; 
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 5px;
	clear: none;  
}
.ddfmwrap form.ddfm input {
	position: relative;
	float: left; 
	width: 220px; 
	font-size: 11px;
	text-align: left;
	background: #fdfdf9;
	border: 1px solid #9a9a9a;
	margin: 0;
	padding: 2px;
	clear: none;  
}
.ddfmwrap form.ddfm input.fm_submit {
	position: relative;
	float: left; 
	width: 80px; 
	font-size: 11px;
	text-align: left;
	background: #fdfdf9;
	text-align: center;
	border: 1px solid #9a9a9a;
	margin: 0;
	padding: 2px;
	margin-left: 40px;
	clear: none;  
}
.ddfmwrap form.ddfm select {
	background: #fdfdf9;
	border: 1px solid #9a9a9a;
}
.ddfmwrap form.ddfm .membership_radio input.fm_radio {
	position: relative;
	display: block; 
	float: left; 
	width: 20px; 
	font-size: 10px;
	text-align: left;
	margin: 0;
	background: none;
	border: none;
	padding: 1px;
	clear: none;  
}
.ddfmwrap form.ddfm p.fm_intro {
	position: relative;
	display: block; 
	float: left; 
	font-size: 11px;
	width: 80%; 
	text-align: left;
	margin: 0;
	margin-left: 10%;
	padding: 0;
	padding-bottom: 30px;
	clear: both; 
}
.ddfmwrap form.ddfm .membership {
	position: relative;
	display: block; 
	float: left; 
	width: 100%; 
	text-align: left;
	margin: 0;
	padding: 1px;
	clear: both;  
}
.ddfmwrap form.ddfm .membership_radio {
	position: relative;
	display: block; 
	float: left; 
	width: 280px; 
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 1px;
	clear: none;  
}
.ddfmwrap form.ddfm .membership_radio .radio_span {
	position: relative;
	display: block; 
	float: left; 
	width: 100%; 
	text-align: left;
	margin: 0;
	padding: 0;
	clear: both; 
}
.ddfmwrap form.ddfm img.img_fmverify {
	position: relative;
	display: block; 
	float: left; 
	margin: 0;
	margin-left: 5px;
	padding: 0;
	border: 1px solid #9a9a9a; 
}
.ddfmwrap form.ddfm input.fmtext_short,
.ddfmwrap form.ddfm input.fmverify {
	position: relative;
	display: block; 
	float: left; 
	width: 90px; 
	font-size: 9px;
	text-align: left;
	margin: 0;
	padding: 2px;
	clear: none;  
}
.ddfmwrap form.ddfm p.fieldwrap {
	position: relative;
	display: block; 
	float: left; 
	margin-top: 2px;
	margin-bottom: 3px; 
	width: 100%;
	clear: both;
}