@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Exposed 2010
Version:	1.0
Last change:	01/28/09 [added styles, kl]
Assigned to:	Kyle Larkin (kl)
Primary use:	Exposed 2010 Website Global Styles
-------------------------------------------------------------------*/
body{
	background-color: #f2f2f2;
	background-image: url('../img/global-bg.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #666;
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.45em;
	margin: 0;
	width: 100%;
}

a{
	text-indent: -9999px;
}

h1{
	color: #3879bc;
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

h2{
	color: #3879bc;
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 15px 0 12px 0;
	text-transform: uppercase;
}

#workshops h2{
	color: #3879bc;
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 15px 0 2px 0;
	text-transform: uppercase;
}

h3{
	color: #3879bc;
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	margin: 15px 0 -5px 0;
	text-transform: uppercase;
}

h4{
	margin: 35px 0 12px 0;
}

p{
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
}

.italic{
	font-family: Avenir, "Avenir LT STD", Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
}

em{
	font-size: 10px;
	letter-spacing: .1em;
}

#register a{
	color: fuchsia;
	font-size: 12px;
	text-decoration: none;
}

#register a:hover{
	text-decoration: underline;
}

a#workshops-link{
	color: fuchsia;
	font-size: 11px;
	margin-top: -10px;
	text-decoration: none;
	text-indent: 0;
}

a:hover#workshops-link{
	text-decoration: underline;
}

#activities .workshop-text a{
	color: fuchsia;
	font-size: 13px;
	margin-top: -10px;
	text-decoration: none;
}

#activities .workshop-text a:hover{
	text-decoration: underline;
}

#activities p a{
	color: #666;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
	text-decoration: none;
}

#activities p a:hover{
	color: fuchsia;
	margin-top: -10px;
	text-decoration: underline;
}

/*------------------------------------------------------------------
Layout
-------------------------------------------------------------------*/
a#nav-home{
	background-image: url('../img/global-header.jpg');
	display: block;
	height: 312px;
	width: 697px;
}

#content{
	float: left;
	margin: 60px 0 60px 20px;
	width: 420px;
}

#footer{
	clear: left;
	display: block;
	margin: 380px 0 20px 238px;
	height: 40px;
	width: 600px;
}

a#nav-footer{
	background-image: url('../img/footer-hida.png');
	background-repeat: no-repeat;
	float: left;
	display: block;
	height: 100px;
	width: 312px;
}

#footer-info{
	display: block;
	float: left;
	font-size: 11px;
	line-height: 1.5em;
	padding-left: 20px;
	width: 200px;
}

/*------------------------------------------------------------------
Nav
-------------------------------------------------------------------*/
#nav{
	float: left;
	margin: 60px 0 0 68px;
	width: 150px;
}

#nav li{
	margin-bottom: 7px;
}

ul#nav a{
	background-position: 0 17px;
	cursor: pointer;
	display: block;
	height: 17px;
}

ul#nav a:hover{
	background-position: 0 0px;
}

a#nav-about{
	background-image: url('../img/nav-about.png');
	width: 64px;
}

a#nav-schedule{
	background-image: url('../img/nav-schedule.png');
	width: 88px;
}

a#nav-people{
	background-image: url('../img/nav-people.png');
	width: 67px;
}

a#nav-location{
	background-image: url('../img/nav-location.png');
	width: 88px;
}

a#nav-register{
	background-image: url('../img/nav-register.png');
	width: 77px;
}

a#nav-workshops{
	background-image: url('../img/nav-workshops.png');
	width: 109px;
}

a#nav-activities{
	background-image: url('../img/nav-activities.png');
	width: 92px;
}

/*------------------------------------------------------------------
Current Page Markers
-------------------------------------------------------------------*/
#about a#nav-about{
	background-position: 0 0;
}

#schedule a#nav-schedule{
	background-position: 0 0;
}

#people a#nav-people{
	background-position: 0 0;
}

#location a#nav-location{
	background-position: 0 0;
}

#register a#nav-register{
	background-position: 0 0;
}

#workshops a#nav-workshops{
	background-position: 0 0;
}

#activities a#nav-activities{
	background-position: 0 0;
}


/*------------------------------------------------------------------
Location
-------------------------------------------------------------------*/
img.location-images{
	margin-bottom: 15px;
}

/*------------------------------------------------------------------
People
-------------------------------------------------------------------*/
img.speakers{
	border: 1px solid #666;
	margin-top: 20px;
}

.toggleButton{
	cursor: pointer;
	background-image: url('../img/people-toggle.png');
	background-position: left 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: -20px;
}

.toggleActive{
	background-image: url('../img/people-toggle-down.png');

}

.workshop-text{
	display: none;
	padding: 0;
	width: 420px;
}

/*------------------------------------------------------------------
Workshops
-------------------------------------------------------------------*/
#workshops .toggleButton{
	cursor: pointer;
	background-image: url('../img/people-toggle.png');
	background-position: left 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: -20px;
}

#workshops .toggleActive{
	background-image: url('../img/people-toggle-down.png');

}

#workshops .workshop-text{
	display: none;
	margin-top: 8px;
}