/* ---------------------------------------------------------------------------

	Client Form Styles
	http://www.domain.com
	
	author: nGen Works
	http://ngenworks.com

--------------------------------------------------------------------------- */

body {
	margin: .6in;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11pt;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dl {
	margin-bottom: 0.25in;
}

body.speakers #content-main .speaker img.speaker-image,
dd.img,
#nav,
#subnav,
#content-secondary,
#foot ul,
#sidebar,
#callout-jaxfact-1,
#callout-jaxfact-2,
#callout-jaxfact-3,
#callout-jaxfact-4,
#callout-date,
#button-register-now {
	display: none;
}
	
a:link, a:visited { 
	color: #999; 
}

ul {
	list-style: none;
	overflow: auto;
	margin: 0;
	padding: 0;
}

/* print URLs after link text */

#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
	
/* =schedule */
body.schedule #content-main .day {
	margin: 0.25in 0;
}

body.schedule #content-main .day .time .session {
	margin: 0.25in;
}

body.schedule #content-main .day .time .session .sponsors img {
	vertical-align: top;
}

/* =speakers */
body.speakers #content-main .speaker {
	margin: 0.15in 0 0.35in;
}

/* =sponsors */
body.sponsors #content-main #sponsor-list li {
	float: left;
	margin-right: 0.1in;
}