/* Fire On The Bay - Screen Stylesheet */
/* Based on Matt Stow's Template v1.0 (12/10/2007) */
/* http://www.mattstow.com */

/* --------------------------------------------
	Conditional Browser Rules
----------------------------------------------- */

/*
	Usage: Apply each of these "hacks" after the initial incorrect value has been set.

	Child Selector for FF, IE7, Opera, Safari:
		html > body element {rule}
	
	Child Selector + Comment Hack, which IE7 ignores:
		html >/^^/ body element {rule}
	
	Comment Hack to hide from IE5x:
		element {selector/^^/:/^^/ value;}
	
	Replace ^ with *
*/



/* --------------------------------------------
	Top-level Elements
----------------------------------------------- */

/* Top-level Elements

    * HTML - HTML document
          o BODY - Document body
*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100.01%;	/* Creates scrollbar in FF */
}

body {
	background: #2f2f2f url(../images/bg_body.gif) repeat 0 0;
	color: #ccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

body * {
	font-family: inherit;
	font-size: 100%;
}





/* --------------------------------------------
	Generic Classes
----------------------------------------------- */

.align_centre {
	text-align: center !important;
}

.align_justify {
	text-align: justify !important;
}

.align_left {
	text-align: left !important;
}

.align_right {
	text-align: right !important;
}

.centre_object {
	display: block;
	margin: 0 auto 1.4em auto;
}

.clear {
	clear: both;
}


div.clear {  /* for clearing divs if overflow doesn't work */
	font-size: 0;
	line-height: 0px;
}

.float_left {
	display: inline;
	float: left;
}

.float_right {
	display: inline;
	float: right;
}

img.float_left {
	margin: 0.5em 1em 0.5em 0;
}

img.float_right {
	margin: 0.5em 0 0.5em 1em;
}

img.float_left_border {
	border: 1px solid #cad5f3;
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.float_right_border {
	border: 1px solid #cad5f3;
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.hidden {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

.invisible {
	visibility: hidden;
} 




/* --------------------------------------------
	Specific Classes
----------------------------------------------- */



/* --------------------------------------------
	Special Inline Elements
----------------------------------------------- */

/* Special Inline Elements

    * A - Anchor
    * BR - Line break
    * IFRAME - Inline frame
    * IMG - Inline image
    * MAP - Image map
          o AREA - Image map region
    * Q - Short quotation
    * SPAN - Generic inline container
    * SUB - Subscript
    * SUP - Superscript
*/

a {
	color: #e4260a;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:visited {
	color: #bc1e07;
}

a img {
	border: none;
}

a.anchor {
	background-color: inherit;
	border: inherit;
	color: inherit;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-align: inherit;
	text-decoration: inherit;
	text-indent: inherit;
	text-transform: inherit;
	white-space: inherit;
	word-spacing: inherit;
}

.content a.feature {
	background: url(../images/bg_feature_link.gif) no-repeat right center;
	font-weight: bold;
	padding-right: 14px;
}

.content a:visited.feature {
	background-image: url(../images/bg_feature_link_visited.gif);
}

q:before, q:after { 
    content: ""; /* With IE's lack of support, remove quotes on all good browsers. Add them manually in the markup */
}

/* --------------------------------------------
	Generic Block-level Elements
----------------------------------------------- */

/* Generic Block-level Elements

    * ADDRESS - Address
    * BLOCKQUOTE - Block quotation
    * DEL - Deleted text
    * DIV - Generic block-level container
    * H1 - Level-one heading
    * H2 - Level-two heading
    * H3 - Level-three heading
    * H4 - Level-four heading
    * H5 - Level-five heading
    * H6 - Level-six heading
    * HR - Horizontal rule
    * INS - Inserted text
    * P - Paragraph
    * PRE - Preformatted text
*/

address {
	font-style: normal;
}

blockquote {
	border-left: 3px solid #376bb9;
	background: #f4f8fb url(../images/bg_blockqoute.gif) no-repeat right top;
	margin-bottom: 1.28em;
	padding: 1em 11px 1px 11px;
}

.content h1 {
	color: #fff;
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 1em;
}

.content h2 {
	color: #efefef;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 1.1em;
}

.content h3 {
	color: #efefef;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1.2em;
}

hr {
	background-color: #ccc;
	border: none;
	color: #ccc;
	height: 1px;
	margin: -0.6em 0 0.6em 0;
}

hr.minor {
	background-color: #666;
	color: #666;
}

html >/**/ body hr {
	margin-bottom: 1.28em;
	margin-top: 0;
}

p {
	margin-bottom: 1.28em;
}

/* --------------------------------------------
	Lists
----------------------------------------------- */

/* Lists

    * DIR - Directory list
    * DL - Definition list
          o DT - Definition term
          o DD - Definition description
    * LI - List item
    * OL - Ordered list
    * UL - Unordered list
*/

.content ul {
	list-style-type: disc;
	margin-bottom: 1.28em;
	padding-left: 30px;
	position: relative;
}

.content ul li {
	margin-bottom: 0.9em;
	padding-left: 10px;
}

.content ul.list_next_to_image li {
	height: 1%;
}

html >/**/ body #content ul.list_next_to_image li {
	height: auto;
}

.content ul.meeting_info {
	color: #ddd;
	list-style-type: none;
	padding-left: 0;
}

.content ul.meeting_info li {
	padding-left: 0;
}

.content ol {
	list-style-type: decimal;
	margin-bottom: 1.28em;
	margin-left: 5px;
	padding-left: 3em;
}

.content ol.lower_alpha {list-style-type: lower-alpha;}
.content ol.upper_alpha {list-style-type: upper-alpha;}
.content ol.lower_roman {list-style-type: lower-roman;}
.content ol.upper_roman {list-style-type: upper-roman;}

.content ol li {
	margin-bottom: 0.5em;
}

.content ul ol li {
	background: none;
	padding-left: 0;
}

.content li ul, .content li ol {
	margin-top: 1.28em;
}



/* --------------------------------------------
	Tables
----------------------------------------------- */

/* Tables

    * TABLE - Table
          o CAPTION - Table caption
          o COLGROUP - Table column group
                + COL - Table column
          o THEAD - Table head
          o TFOOT - Table foot
          o TBODY - Table body
          o TR - Table row
                + TD - Table data cell
                + TH - Table header cell
*/


table.data {
	border: none;
	border-collapse: collapse;
	line-height: 1.3em;
	margin: 0 0 1.28em 0;
}

html >/**/ body table.data {
	margin-left: 1px;
}

table.data caption {
	border-bottom: 3px solid #fff;
	font-weight: bold;
	margin: auto;
	padding: 5px;
}

table.data td, table.data th {
	border: 1px solid #555;
	padding: 3px 6px;
	vertical-align: top;
}

table.data th {
	background-color: #4e93c2;
	color: #fff;
	font-weight: bold;
	line-height: 130%;
}

table.data tbody th {
	background-color: #71a9ce;
	text-align: left;
}

table.data td {
	background-color: #fff;
}

table.data tr.even td {
	background-color: #f4f4f4;
}


/* --------------------------------------------
	Forms
----------------------------------------------- */

/* Forms

    * FORM - Interactive form
          o BUTTON - Button
          o FIELDSET - Form control group
                + LEGEND - Fieldset caption
          o INPUT - Form input
          o LABEL - Form field label
          o SELECT - Option selector
                + OPTGROUP - Option group
                      # OPTION - Menu option
          o TEXTAREA - Multi-line text input
*/

fieldset {
	border: none;
	clear: both;
}

legend {
	display: none;
}

input.submit {			/* Ensure buttons behave the same across all browsers */	
	font-family: Arial, Helvetica, sans-serif;	/* Same as content. IE won't inherit the initial value */
	padding: 0 .25em;
    width: 0;  			/* IE width fix */
   	overflow: visible;
}

input.submit[class] {	/* IE ignores [class] (attribute selectors) */
   	width: auto;  		/* Cancel IE width fix for other browsers */
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	background-color: #ffc;
}

textarea {
	font-family: Arial, Helvetica, sans-serif	/* Same as content. IE won't inherit the initial value */
}

option {
	padding-left: 2px;
	padding-right: 1px;
}





/* --------------------------------------------
	Phrase Elements
----------------------------------------------- */

/* Phrase Elements

    * ABBR - Abbreviation
    * ACRONYM - Acronym
    * CITE - Citation
    * CODE - Computer code
    * DFN - Defined term
    * EM - Emphasis
    * INS - Inserted text
    * KBD - Text to be input
    * SAMP - Sample output
    * STRONG - Strong emphasis
    * VAR - Variable
*/

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

cite {
	display: block;
	font-style: italic;
	margin-bottom: 1.28em;
	margin-top: -1.28em;
	text-align: right;
}


/* --------------------------------------------
	Specific Sections
----------------------------------------------- */

/* --- Header --- */

#wrapper_header {
	background: #b70000 url(../images/bg_wrapper_header.gif) repeat 0 bottom;
	border-bottom: 2px solid #ff0400;
}

#header {
	background: url(../images/bg_header.png) repeat-x 0 0;
	text-align: center;
}

#wrapper_header_fire {
	background: url(../images/bg_wrapper_header_fire.png) no-repeat 0 bottom;
	margin: -2px auto 0 auto;
	padding-bottom: 2px;
	position: relative;
	bottom: -2px;
	width: 875px;
}

#header_fire {
	background: url(../images/bg_header_fire.jpg) no-repeat 0 0;
	margin: auto;
	overflow: hidden;
	text-align: left;
	width: 875px;
}

#header img {
	display: none;
}

#header h1#logo {
	background: url(../images/bg_logo.jpg) no-repeat 0 0;
	display: inline;
	float: left;
	height: 157px;
	margin-left: 63px;
	width: 270px;
}

#header h1#logo a {
	display: block;
	height: 115px;
	margin-left: 26px;
	margin-top: 17px;
	overflow: hidden;
	text-indent: -999em;
	width: 217px;
}

#header h2 {
	left: -999em;
	overflow: hidden;
	position: absolute;
	width: 0;
}

#wrapper_nav_main {
	border: 1px solid #FF1A04;
	display: inline;
	float: right;
	font-size: 120%;
	margin: 70px 85px 26px 0;
	text-transform: lowercase;
}

ul#nav_main {
	background: url(../images/bg_nav_main.gif) no-repeat 0 0;
	float: left;
	list-style-type: none;
	margin: -1px 0 0 -1px;
	overflow: hidden;
	padding: 0 11px;
	position: relative;
}

ul#nav_main li {
	display: inline;
	float: left;
	padding: 22px 11px 21px 11px;
}

ul#nav_main li.current {
	background: url(../images/bg_nav_main_current.gif) no-repeat center bottom;
}

ul#nav_main a {
	color: #fff;
	text-decoration: none;
}

ul#nav_main a:hover, ul#nav_main a:focus {
	border-bottom: 1px solid;
}

ul#nav_main li.current a, ul#nav_main li.current a:hover, ul#nav_main li.current a:focus {
	border: none;
	font-weight: bold;
}

/* --- Content --- */

#wrapper_content {
	background: url(../images/bg_wrapper_content.png) repeat-x 0 0;
	font-size: 120%;
	padding: 20px 0 1px 0;
	height: 415px;
	height/**/:/**/ 394px;
	text-align: center;
}

html > body #wrapper_content {
	height: auto;
	min-height: 394px;
}

.content {
	margin: 0 auto 20px auto;
	text-align: left;
	width: 719px;
}

.content .top {
	background: url(../images/bg_content_top.png) no-repeat 0 0;
	font-size: 0;
	height: 11px;
	line-height: 0px;
	width: 719px;
}

.content .bottom {
	background: url(../images/bg_content_bottom.png) no-repeat 0 0;
	font-size: 0;
	height: 12px;
	line-height: 0px;
	width: 719px;
}

.content .main {
	background: url(../images/bg_content_main.png) repeat-y 0 0;
	line-height: 130%;
	overflow: hidden;
	padding: 11px 22px 1px 22px;
	width: 719px;
	width/**/:/**/ 675px;
}

#home .main {
	background: url(../images/bg_home_content_main.png) no-repeat 0 0;
	line-height: 130%;
	padding: 0 0 1px 0;
	width: 719px;
}

#home .bottom {
	background: url(../images/bg_home_content_bottom.png) no-repeat 0 0;
	font-size: 0;
	height: 16px;
	line-height: 0px;
	width: 719px;
}

#home #welcome, #home #current_meeting {
	display: inline;
	float: left;
	margin: 22px 22px 0 22px;
	width: 309px;
}

#home #current_meeting {
	margin-left: 35px;
}

ul#sponsors {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 0;
	overflow: hidden;
	width: 100%;
}

ul#sponsors li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#sponsors.three li {
	width: 33.3%;
}

ul#sponsors.four li {
	width: 25%;
}

ul#sponsors.five li {
	width: 20%;
}

ul#sponsors li.full {
	width: 100%;
}


/* --- Footer --- */

#footer {
	color: #666;
	font-size: 90%;
	padding-bottom: 8px;
	text-align: center;
}