* {
	margin: 0;
	padding: 0;
}

.hide {
	position: absolute;
	left: -5999px;
}

.small {
	font-size: .9em;
}

/*body 
++++++++++++++++++++++++++++*/
body {
	font-size: 100%;
	font-family:  georgia, serif;
	color: #666;
	background: #f8f4e8 url("/09/images/global/page-bg.jpg") repeat-x;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #5e1415;
	margin-bottom: .75em;
}

h1#print-header {
	display: none;
}

h2, h2 a {
	font-size: 1.25em;
	font-weight: normal;
	color: #957a4c;
	color: #5E1415;
	margin-bottom: .5em;
}

h3, h3 a {
	font-size: 1em;
}



p {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

img {
	border: none;
}

#content ul {
	list-style-type: square;
	margin: 0 0 1.5em 20px;
}

content li {
	margin-bottom: 1.2em;
}

a {
	color: #742467;
}


 div.hr {
  height: 15px;
  background: url("/images/nav-dash.png") repeat-x;
	margin-bottom: 3em;
}
div.hr hr {
  display: none;
}

.floatleft {
	float: left;
	margin: 10px 15px 5px 0;
}

/*image replacement
++++++++++++++++++++++++++++*/
.replace {
position: relative;
/* hide from IE5Mac \*/
overflow: hidden;
/* end hide */
}

.replace em {
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
width: 100%;
height: 100%;
background-color: transparent;
	background-repeat: no-repeat;
}


/*nav-wrapper
++++++++++++++++++++++++++++*/
#nav-wrapper {
	height: 37px;
	background: #fff url("/09/images/global/nav-bg.jpg") repeat-x;
	border-bottom: solid 8px #da2479;
}

/*navigation
++++++++++++++++++++++++++++*/
#navigation {
	width: 986px;
	margin: 0 auto 0 auto;
}

#navigation li {
	float: left;
	display: block;
	margin-top: 7px;
}

#navigation li a {
	height: 22px;
	display: block;
	cursor: pointer;
	color: #a61f6a;
}

li#home a {
	width: 68px;
}
li#home a em {
	background: url("/09/images/global/nav.png") no-repeat 0px 0px;
}
li#home a:hover em,
li#home a:focus em,
li#home a.on em {
	background: url("/09/images/global/nav.png") no-repeat 0px -22px;
}

li#about a {
	width: 77px;
}
li#about a em {
	background: url("/09/images/global/nav.png") no-repeat -68px 0px;
}
li#about a:hover em,
li#about a:focus em,
li#about a.on em {
	background: url("/09/images/global/nav.png") no-repeat -68px -22px;
}

li#speakers a {
	width: 102px;
}
li#speakers a em {
	background: url("/09/images/global/nav.png") no-repeat -145px 0px;
}
li#speakers a:hover em,
li#speakers a:focus em,
li#speakers a.on em {
	background: url("/09/images/global/nav.png") no-repeat -145px -22px;
}

li#venue a {
	width: 93px;
}
li#venue a em {
	background: url("/09/images/global/nav.png") no-repeat -247px 0px;
}
li#venue a:hover em,
li#venue a:focus em,
li#venue a.on em {
	background: url("/09/images/global/nav.png") no-repeat -247px -22px;
}

li#programme a {
	width: 131px;
}
li#programme a em {
	background: url("/09/images/global/nav.png") no-repeat -330px 0px;
}
li#programme a:hover em,
li#programme a:focus em,
li#programme a.on em {
	background: url("/09/images/global/nav.png") no-repeat -330px -22px;
}

li#register a {
	width: 99px;
}
li#register a em {
	background: url("/09/images/global/nav.png") no-repeat -461px 0px;
}
li#register a:hover em,
li#register a:focus em,
li#register a.on em {
	background: url("/09/images/global/nav.png") no-repeat -461px -22px;
}

li#sponsors a {
	width: 107px;
}
li#sponsors a em {
	background: url("/09/images/global/nav.png") no-repeat -560px 0px;
}
li#sponsors a:hover em,
li#sponsors a:focus em,
li#sponsors a.on em {
	background: url("/09/images/global/nav.png") no-repeat -560px -22px;
}

li#blog a {
	width: 66px;
}
li#blog a em {
	background: url("/09/images/global/nav.png") no-repeat -667px 0px;
}
li#blog a:hover em,
li#blog a:focus em,
li#blog a.on em {
	background: url("/09/images/global/nav.png") no-repeat -667px -22px;
}

li#past a {
	width: 127px;
}
li#past a em {
	background: url("/09/images/global/nav.png") no-repeat -733px 0px;
}
li#past a:hover em,
li#past a:focus em,
li#past a.on em {
	background: url("/09/images/global/nav.png") no-repeat -733px -22px;
}

li#subscribe a {
	width: 102px;
}
li#subscribe a em {
	background: url("/09/images/global/nav.png") no-repeat -860px 0px;
}
li#subscribe a:hover em,
li#subscribe a:focus em,
li#subscribe a.on em {
	background: url("/09/images/global/nav.png") no-repeat -860px -22px;
}

/*wrapper
++++++++++++++++++++++++++++*/
#wrapper {
	margin: 0 auto;
	width: 986px;
	position: relative;
}

#main-logo {
	margin: 0;
	text-align: center;
}


/*contentwrapper
++++++++++++++++++++++++++++*/
#content-top {
	width: 986px;
	height: 13px;
	background: url("/09/images/global/content-top-bg.png") no-repeat;
}

#content-bottom {
	width: 986px;
	height: 13px;
	background: url("/09/images/global/content-bottom-bg.jpg") no-repeat;
	margin-bottom: 20px;
}

#content-wrapper {
	width: 986px;
	background: url("/09/images/global/content-bg.jpg") repeat-y;
	overflow: hidden;
	position: relative;
}

/*content
++++++++++++++++++++++++++++*/
#content {
	width: 730px;
	float: left;
	margin: 25px;
	position: relative;
	overflow: hidden;
}

#content.three-col {
	/*padding-left: 130px;
	width: 620px;*/
}

/*sub-nav
++++++++++++++++++++++++++++*/
#content ul#sub-nav {
	/*position: absolute;
	top: 58px;
	left: -15px;*/
	float: left;
	width: 150px;
	margin: 59px 0 0 0;
}

#sub-nav li {
	list-style-type: none;
	margin: 0 0 .75em 0;
}

#sub-nav li a {
	text-decoration: none;
	padding: 2px 6px;
	display: block;
}

#sub-nav li a:hover,
#sub-nav li a:focus {
	text-decoration : underline;
}

#sub-nav li a.on {
	background: #742467;
	color: #fff;
}

#sub-nav li a.on:hover,
#sub-nav li a.on:focus {
	text-decoration: none;
}

/*main-content
++++++++++++++++++++++++++++*/
#main-content {
	margin-left: 180px;
}

/*speaker-bio
++++++++++++++++++++++++++++*/
div.speaker-bio {
	overflow: hidden;
	border-bottom: dotted 1px #666;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#main-content img {
	float: left;
	margin: 0 15px 15px 0;
}


/*headings
++++++++++++++++++++++++++++*/
#head-about {
	width: 250px;
	height: 37px;
}
#head-about em {
	background: url("/09/images/headings/about.gif") no-repeat;
}

#head-speakers {
	width: 250px;
	height: 37px;
}
#head-speakers em {
	background: url("/09/images/headings/speakers.gif") no-repeat;
}

#head-venue {
	width: 250px;
	height: 37px;
}
#head-venue em {
	background: url("/09/images/headings/venue.gif") no-repeat;
}

#head-programme {
	width: 250px;
	height: 37px;
}
#head-programme em {
	background: url("/09/images/headings/programme.gif") no-repeat;
}

#head-register {
	width: 250px;
	height: 37px;
}
#head-register em {
	background: url("/09/images/headings/register.gif") no-repeat;
}

#head-sponsors {
	width: 250px;
	height: 37px;
}
#head-sponsors em {
	background: url("/09/images/headings/sponsors.gif") no-repeat;
}

#head-past {
	width: 250px;
	height: 37px;
}
#head-past em {
	background: url("/09/images/headings/past.gif") no-repeat;
}

#head-subscribe {
	width: 250px;
	height: 37px;
}
#head-subscribe em {
	background: url("/09/images/headings/subscribe.gif") no-repeat;
}

/*sponsors
++++++++++++++++++++++++++++*/
#sponsorlogos {
	margin-left: 792px;
	width: 160px;
	padding: 25px 10px;
	text-align: center;
}

#sponsorlogos h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	border-top: 1px dotted #666;
}

#sponsorlogos p {
	margin-bottom: 1.25em;
}

#media {
	margin-top: 80px;
}

#media img {
	margin-right: 10px;
}


/*supporters
++++++++++++++++++++++++++++*/
div.supporters,
div.flickr {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 8px 16px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.supporters h3,
div.flickr h3 {
	margin-bottom: 8px;
}

div.supporters p img {
	vertical-align : middle;
	margin-right: 20px;
}

div.flickr {
	padding-bottom: 15px;
}

div.flickr img {
	vertical-align : middle;
	margin-right: 18px;
	border: 1px solid #333;
}

/*bottomblurb
++++++++++++++++++++++++++++*/
#bottom-blurb {
	background: url("/09/images/global/bottomblurb-bg.jpg") no-repeat 100% 100%;
	padding-top: 0px;	
}

#bottom-blurb p {
	width: 450px;
	padding: 30px 0;
	margin-bottom: 0;
}


/*footer-wrapper
++++++++++++++++++++++++++++*/
#footer-wrapper {
	border-top: 5px solid #a79955;
	background-color: #5e7f43;
	overflow: hidden;
	padding-bottom: 15px;
}

#footer {
	width: 986px;
	margin: 0 auto 0 auto;
	list-style-type: none;
	padding: 15px;
}

#footer li {
	float: left;
}

#footer li a {
	font-family: arial, sans-serif;
	color: #fff;
	display: block;
	padding: 3px 10px;
	border-right: 1px solid #afbfa1;
	text-decoration: none;
}

#footer li a.last {
	border-right: none;
}

#footer li a:hover,
#footer li a:focus {
	text-decoration: underline;
}

/*misc
++++++++++++++++++++++++++++*/
p.double-speaker {
	overflow: hidden;
}