/* CSS Document */

/* Holding the Tension: Prague

	
	cream: FFFAF0
	
	pinkish: F7ECE3
	
	red: F00
	
	near-black: 111, 222

*/

@import url("/conferences/conferences.css");

html, body
{
	background-color: #FFFAF0;
	background-image: none;
	color: black;
	font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica;
}

a, a:link
{
	color: #A00;
}

a:visited
{
	color: #530000;
}

a:hover
{
	color: #804040;
}

a:active
{
}

/* ###################
 * BANNER AREA
 * ################### */

div#banner 
{
	background-color: #F7ECE3;
	color: #111;
}

#banner h1
{
	font-size: 36px;
	margin-left: 0;
	margin-bottom: 6px;
}

div#banner_menu
{
	background-color: #FF0000;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;	
	text-align: left;
	padding: 0 0 3px 160px;
}

div#banner_menu a
{
	color: #FFFAF0;
	width: 24%;
	margin: 0;
	padding: 3px 2em;
}

div#banner_menu a:hover
{
	text-decoration: underline;
	color: #CCC;
	background-color: transparent;
}

div#banner_menu a:active
{
}


div#banner_menu a.current
{
	background-color: #222;
	color: #FFF;
	border: 2px solid #555;
}

div#banner_menu a.current:hover
{
	background-color: #222;
	color: #FFF;
	border: 2px solid #555;
	text-decoration: none;
}

div#switcher
{
	display: none;
}

/* ###################
 * /BANNER AREA
 * ################### */




/* ###################
 * CONTENT AREA
 * ################### */

div#mid_container
{
	width: 756px;
}

* html div#mid_container
{
	width: 766px;
}


div#content
{

	border-left-color: #111;
	margin-left: 0;
	border-bottom: none;
}

* html div#content 
{
	float: none;
}

h2, h3, h4, h5, h6
{
	color: #222;
	border-top: medium solid #F00;
}

div.main_title
{
	width: 562px;
	height: 239px;
	border-bottom: 15px solid #F00;
	position: relative;
	margin: 0;
	padding: 0;
}

.main_title span.ir
{
	background: url(graphics/httcz-bigbanner.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

.main_title span.subtitle
{
	font-size: 60%;
	text-transform: capitalize;
	letter-spacing: .2em;
}

div#conf_intro
{
	width: 562px;
	background: #F00;
	color: #FFFAF0;
	text-align: center;
	margin: 0;
	padding: 0;

}

#conf_intro p
{
	padding: 5px 9px;
	color: #FFFAF0;
	font-weight: bold;
	margin: 0;
}

.subheading h3, .subheading h4
{
	border: none;
	text-align: center;
	font-weight: bold;
}

.subheading h3
{
	font-size: 150%;
	color: #F00;
}

.subheading h3#speaker
{
	font-size: 225%;
}

div#date_place
{
	border-top: 3px solid #F00;
	border-bottom: 3px solid #F00;	
	padding: 5px 0;
	margin-bottom: 1em;
}

.heading_particle
{
	font-size: 75%;
	color: #222;
}




#conference_blurb
{
	border-top: medium solid #111;
	border-bottom: medium solid #111;	
	padding: 15px 9px;
	/*
	filter:alpha(opacity=75);
	opacity:.75;
	-moz-opacity:.75;
	*/
}

#conference_blurb p 
{
	font-weight: bold;
	color:  #000;
	line-height: 125%;
	margin: 0;
}

#conference_blurb ul
{
	font-weight: bold;
	color:  #660066;
}

#conference_blurb li
{
	margin-top: .5em;
	margin-bottom: .5em;
}

div#speakers_graphic
{
	width: 500px;
	height: 270px;	
	margin: 0 auto;
	position: relative;
}

div#speakers_graphic span.ir
{
	background: url(graphics/jim_richard_banner_500.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#speakers_graphic h3
{
	border: none;
	color: white;
}


#content div.smallbanner
{
	width: 562px;
	height: 77px;
	position: relative;
	border: none;
	overflow: hidden;
	margin: 0;
}

#content div.smallbanner span.ir
{
	background: url(graphics/minibanner.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
}

div.smallbanner
{
	text-align: center;
}

div.smallbanner h2
{
	border: none;
	font-size: 21px;
}

div.smallbanner h3
{
	border: none;
	font-size: 17px;
}


#content p#reg_now
{
	text-align: center;
	font-size: 125%;
}

#content p#venue
{
	text-align: center;
	font-size: 150%;
	color: white;
	font-weight: bold;
}

#speakers_container img.speaker_photo
{

}

p.speaker_bio
{
	margin-top: 0;
}

#speakers_container div.speaker_odd img
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#speakers_container div.speaker_odd
{
	clear: left;
}

#speakers_container div.speaker_even img
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#speakers_container div.speaker_even
{
	clear: left;
}


div.callout
{
	background-color: #CCC;
	color: #111;
	font-weight: bold;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;	
	border-left: 15px solid #FFFAF0;
	border-right: 15px solid #FFFAF0;
	padding: 5px 10px;
	margin: 5px 10px;
}

div.callout em
{
	color: #C00;
	font-style: normal;
	font-weight: bold;
}

div.callout address
{
	color: #C00;
	font-style: normal;
	font-weight: bold;
	margin: 0 1em 1em 1em;
}

div.callout ul
{
	margin-top: 1em;
}

div.callout a, div.callout a:link
{
	color: #C00;
}

div#three_qs p
{
	text-align: center;
	font-size: 165%;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
}


div#rates_table
{
	background-color: #BBB;
}

#rates_table th, #rates_table td
{
	border-bottom: 1px dotted #333;
	border-left: 1px dotted #333;	
	border-right: 1px dotted #333;	
}

#rates_table th
{
	border-top: 1px dotted #333;
}

div.rnd
{
	background: url("/graphics/corners/mtn/bl-5-ffaf0.gif") no-repeat left bottom;
	margin: 0; padding: 0;
}

div.rnd-outer
{
	background: url("/graphics/corners/mtn/br-5-ffaf0.gif") no-repeat right bottom;
		margin: 0; padding: 0;
}

div.rnd-middle
{
	background: url("/graphics/corners/mtn/tl-5-ffaf0.gif") no-repeat left top;
		margin: 0; padding: 0;
}

div.rnd-inner
{
	background: url("/graphics/corners/mtn/tr-5-ffaf0.gif") no-repeat right top;
	padding: 3px 12px 5px 12px;
/*
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 9px;
*/
}

div.kludge
/* This is to keep IE from extending my .rnd box down over the next text element that shows -- instead it extends over this element containing only &nbsp; with 0 height and width */
{
	width: 0; height: 0;
}


#schedule dt
{
	display: inline;
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

#schedule dd
{
	margin-left: 160px;
	font-weight: normal;
}

#schedule h3
{
	border-top: 2px dotted #333;
	font-size: 120%;
	color: #901;
}

.register_button
{
	text-align: center;
	font-weight: bold;
	font-size: 125%;
	margin-top: 1em;
}

.register_button a
{
	padding: 3px 9px;
	border: 3px outset #333;
	background: #CCC;
}

div#accommodations, div#other_info
{
	background-color: #BBB;
	border-top: 5px solid #333;
	border-bottom: 5px solid #333;	
	border-left: 15px solid #FFFAF0;
	border-right: 15px solid #FFFAF0;	
}

#accommodations h3
{
	color: #F00;
	background: #333;
	font-size: 165%;
	margin-top: 0;
	border-top: none;
	text-align: center;
	padding: 3px 0;
}

#accommodations .entrybox h3,
#other_info .entrybox h3
{
	border-top: none;
	color: #A01;
	font-size: 125%;
	background: none;
	text-align: left;
}

#accommodations address,
#other_info address
{
	margin-top: 0;
	margin-left: 1em;
	font-style: normal;
}

#accommodations .entrybox,
#other_info .entrybox
{
	padding: 0 9px 3px 9px;
	border-top: 2px dotted #333;
	margin-top: .5em;
}

/* ###################
 * /CONTENT AREA
 * ################### */


/* ###################
 * BOTTOM AREA
 * ################### */

div#bottom-container
{
	padding: 0; margin: 0;
	margin-top: 1em;
}

div#about_CAC
{
	background-color: #111;
	margin-bottom: 0;
}

#about_CAC h4
{
	border: none;
	color: #FFF;
	margin-top: 0; padding: 0;
}

#about_CAC p
{
	color: #DDD;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
}

div#bottom-container
{
	border: none;
}



/* ###################
 * /BOTTOM AREA
 * ################### */


/* ###################
 * NAV AREA
 * ################### */

li.conference a, li.current_conference a
{
	color: white!important;
	border-top: 2px solid #BBB;
	border-bottom: 2px solid #BBB;		
}

li.conference a
{
	background: #555;
	color: #DDD!important;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;	
}

li.conference a:hover, li.current_conference a:hover
{
	background: #9999CC;
	color: #111!important;
	border-top-color: #333;
	border-bottom-color: #333;
}

ul.current_subnav, ul.subnav
{
	margin-bottom: 5px;
	margin-right: 3px!important;
	margin-left: 12px!important;
	
}

ul.current_subnav a, ul.subnav a
{
	display: block;
	width: 100%;
	font-weight: normal;
	text-align: right;
	border-top: none;
	border-bottom: 1px dotted #999;
	background-color: transparent;
	color: #990011!important;
}

ul.current_subnav a.inactive, ul.subnav a.inactive,
ul.current_subnav a.inactive:hover, ul.subnav a.inactive:hover
{
	color: #666666!important;
	background-color: transparent;
}

ul.current_subnav a:hover, ul.subnav a:hover
{
	color: #660011!important;
	background: #CCCCCC;
}





/* ###################
 * /NAV AREA
 * ################### */





/* ###################
 * REG FORM 
 * ################### */

div#prev_reg_list
{
	border: 1px solid #AAA;
}

fieldset#name label
{
	width: 100%;
	font-weight: bold;
	text-align: right;
	display: block;
}

fieldset#name td label
{
	width: 100%;
	font-weight: bold;
	text-align: right;
	display: block;
}


fieldset#name span.description
{
	font-size: 80%;
}

.wrapping_fieldset
{
	display: block;
	margin-left: 5em;
	text-indent: -5em;
}

#prev_reg_list h4, #prev_reg_list h5
{
	border: none;
}

h5.label
{
	display: inline; 
	float: left;
	border: none!important;
}


/* ###################
 * /REG FORM 
 * ################### */

