/* CSS Document */

/* HTML ELEMENTS *********************************************************************************/
/*************************************************************************************************/
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 62.7%;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #000000;
	color: #FFFFFF;
}
p {
	margin: 0;
	padding: 0 0 20px 0;
} 
h1 {
	font-size: 1.5em;
	border-bottom: 1px dotted #666666;
	padding: 0 0 4px 0;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 1.3em;
	border-bottom: 1px dotted #666666;
	margin: 10px 0 10px 0;
	padding: 0 0 4px 0;
	color: #FE7700;
}
h4 {
	font-size: 1.3em;
	margin: 10px 0 5px 0;
	padding: 0 0 4px 0;
	color: #FE7700;
}
a { text-decoration: none; color: #FE7700; }
a:hover { text-decoration: underline; }
blockquote {
	background: url(images/bg_quote_symbol.gif) no-repeat left top;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 50px;
	font-size: 1.3em;
	padding-bottom: 10px;
	line-height: 1.4em;
}
object {
	margin: 0;
	padding: 0;
}
td {
	font-size: 1.1em;
}


/* DIVs / STRUCTURE ******************************************************************************/
/*************************************************************************************************/
#printLogo { display: none; }
#headerWrap {
	background-color: #FFFFFF;
}
#header {
	width: 780px;
	margin: 0 auto;
	text-align: right;
	background: #FFFFFF url(images/bg_logo_top.gif) no-repeat left bottom;
}
#contentWrap {
	/*background-color: #cccccc;*/
	background: url(images/bg_content_tunnel.gif) no-repeat left top !important;
}
#content {
	width: 780px;
	margin: 0 auto;
	background-color: #000000 !important;
}
#col1 {
	width: 315px;
	float: left;
	background-color: #000000;
}
#col2 {
	width: 440px;
	float: right;
	padding: 20px 0 20px 0;
	background-color: #000000;
}
#footer {
	width: 780px;
	margin: 0 auto;
	border-top: 1px dotted #666666;
	padding: 10px 0 0 0;
	font-size: 1.1em;
	color: #999999;
	display: block;
}


/* MAIN NAVIGATION *******************************************************************************/
/*************************************************************************************************/
#nav {
	float:right;
	font-size:1.2em;
	line-height:normal;
	margin-top: 64px;
}

#nav ul {
	margin:0;
	padding:10px 0 0;
	list-style:none;
}

#nav li {
	float:left;
	background:url(images/bg_tab_left.gif) no-repeat left top;
	margin:0 4px 0 0;
	padding:0 0 0 5px;
}

#nav a {
	float:left;
	display:block;
	background:url(images/bg_tab_right.gif) no-repeat right top;
	padding:5px 12px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
	color:#000000;
  }
#nav #current {
	background:url(images/bg_tab_left_black.gif) no-repeat left top !important;
}
#nav #current a {
	background:url(images/bg_tab_right_black.gif) no-repeat right top !important;
	color:#FFFFFF;
}


/* COLUMN ONE ************************************************************************************/
/*************************************************************************************************/
#logoBtm {
	height: 165px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url(images/bg_logo_btm.gif) no-repeat left bottom;
	margin: -50px 0 20px 0;
}

.box {
	background-color: #FFFFFF;
	width: 312px;
	overflow: hidden;
	color: #333333;
	margin: 0 0 10px 0;
	font-size: 1.2em;
}
.boxTop{
	height: 22px;
	overflow: hidden;
	background: url(images/bg_sidebox_top.gif) no-repeat left top;
}
.boxBtm {
	height: 24px;
	overflow: hidden;
	background: url(images/bg_sidebox_btm.gif) no-repeat left top;
}
.boxMid {
	padding: 0 15px;
}

.box ul{
	margin: 0;
	padding: 0 0 15px 10px;
}
.box ul li {
	list-style-type: none;
	padding: 2px 0 2px 15px;
	margin: 0;
	background: url(images/bg_bullet_arrow.gif) no-repeat left 6px;
}
.box ul li a {

}


/* VIDEO THINGS **********************************************************************************/
/*************************************************************************************************/
#video ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#video ul li {
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0;
	background: url(images/bg_bullet_video.gif) no-repeat left 8px !important;
	padding: 5px 0 5px 24px;
}
#video ul li a {
	font-size: 1.1em;
	font-weight: bold;
}
#video ul li a:hover { text-decoration: underline; }

.vidListage { margin:0; padding: 0 0 20px 0; }

.vidThumb {
	float: left;
	margin: 0 20px 25px 0;
	border: none !important;
}
.vidThumbXtraMargin {
	float:left;
	margin: 0 20px 50px 0;
	border:none!important;
}
.vidListage h4 {
	font-size: 1.3em;
	/*border-bottom: 1px dotted #CCCCCC;*/
	margin: 0 0 8px 0;
}
.vidListage p a.thickbox {
	background: url(images/bg_bullet_play_vid.gif) no-repeat left 4px !important;
	padding: 0 0 0 20px;
}
.vidListage p a:hover.thickbox {
	background: url(images/bg_bullet_play_vid.gif) no-repeat left -25px !important;
}
a.vidLink {
	background: url(images/bg_bullet_play_vid_off.gif) no-repeat left 3px !important;
	padding: 0 0 0 22px;
}
a:hover.vidLink {
	background: url(images/bg_bullet_play_vid_on.gif) no-repeat left 3px !important;
}


/* IMAGES PAGE ***********************************************************************************/
/*************************************************************************************************/
#imagesList ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#imagesList ul li {
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0;
	background: none;
	padding: 5px 0;
}
#imagesList ul li a {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 24px;
	background: url(images/bg_bullet_camera_off.gif) no-repeat 4px 4px !important;
}
#imagesList ul li a:hover { 
	text-decoration: underline;
	background: url(images/bg_bullet_camera_on.gif) no-repeat 4px 4px !important;
}
#imagesList ul li.on {
	background-color: #e3e3e3 !important;
}
#imagesList ul li.on a {
	background: url(images/bg_bullet_camera_on.gif) no-repeat 4px 4px !important;
}

#imagesList ul li .inactive {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 0 24px;
	background: url(images/bg_bullet_camera_inactive.gif) no-repeat 4px 4px !important;
	color: #BFBFBF;
}
#photos h2 {
	font-size: 1.3em;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 15px 0;
}


/* COLUMN TWO ****/
#photos {
	padding: 20px 0 0 0;
}
#photos .picLeft {
	float: left;
	margin-bottom: 20px;
}
#photos .picMid {
	float: left;
	margin: 0 19px;
	margin-bottom: 20px;
}
#photos .picRight {
	float: right;
	margin-bottom: 20px;
}
a .picLeft, a .picMid, a .picRight {
	border: none !important;
}
#col2 p {
	font-size: 1.3em;
	line-height: 1.6em;
}


/* VISITOR INFO THINGS ***************************************************************************/
/*************************************************************************************************/
#vInfo ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#vInfo ul li {
	list-style-type: none;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0;
	background: url(images/bg_bullet_info_off.gif) no-repeat 4px 8px !important;
	padding: 5px 0 5px 24px;
	overflow:hidden;
}
#vInfo ul li a {
	font-size: 1.1em;
	font-weight: bold;
}
#vInfo ul li a:hover { text-decoration: underline; }

#vInfo ul li.on {
	background: url(images/bg_bullet_info_on.gif) no-repeat 4px 8px !important;
	background-color: #e3e3e3 !important;
	overflow:hidden;
}
#vInfo ul li.on a {
	color: #000000;
}
.listLeft {
	width: 170px;
	float: left;
	padding-bottom: 20px;
}
.listRight {
	width: 240px;
	float: right;
	padding-bottom: 20px;
}
.listLeft ul, .listRight ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.listLeft ul li, .listRight ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 1.2em;
	text-transform: uppercase !important;
}
.listLeft ul li a, .listRight ul li a {
	background: url(images/bg_bullet_arrow_down_off.gif) no-repeat left 6px !important;
	padding: 2px 5px 2px 15px;
	color: #FFFFFF;
}
.listLeft ul li a:hover, .listRight ul li a:hover {
	background-color: #666666;
	background: url(images/bg_bullet_arrow_down_on.gif) no-repeat left 7px !important;
}

	
/* LIVE BLOGGING *********************************************************************************/
/*************************************************************************************************/
.blogBlock {
	border-bottom: 1px dotted #999999;
	margin: 0 0 20px 0;
}
.blogCol1 {
	width: 34px;
	float: left;
}
.blogCol2 {
	width: 386px;
	float: right;
}
.blogNumber {
	background: url(images/bg_talk_bubble.gif) no-repeat left top;
	text-align: center;
	padding: 0 0 8px 0;
	font-weight: bold;
}
.blogName {
	color: #FE7700;
	font-weight: bold;
}
.postDate {
	color: #999999;
	text-align: left;
	font-size: 1.1em !important;
	background: url(images/bg_bullet_pencil.gif) no-repeat left 2px;
	padding: 0 0 15px 24px;
	clear: both;
	float: right;
}
.blogMenu {
	background-color: #4F4F4F;
	padding:4px 4px 4px 4px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}
.blogCount {
	float: left;
}
.blogNav {
	float: right;
}
.blogMenu a {
	font-weight: bold;
	/*background-color: #333333;*/
	padding: 2px 6px;
}
.blogMenu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	/*background-color: #000000;*/
}
label.invalid {
	color: #f00;
	font-weight: bold;
}


/* FOOTER ****************************************************************************************/
/*************************************************************************************************/
#footer a {
	color: #C1C1C1;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerCol1 {
	float: left;
	width: 90px;
}
#footerCol2 {
	float: left;
	width: 470px;
}
#footerCol3 {
	float: right;
	width: 220px;
	text-align: right;
}
a.footToTop { 
	color: #999999; 
	background: url(images/bg_bullet_to_top_off.gif) no-repeat right 6px;
	padding: 0 12px 0 0;
}
a:hover.footToTop { 
	color: #FFFFFF; 
	background: url(images/bg_bullet_to_top_on.gif) no-repeat right 6px;
}
#footer p, #footerCol3, #footer {
	color: #999999 !important;
}


/*/ Info Pops ************************************** /*/
#popContent {
	padding: 20px;
}
#popContent h1 {
	/*padding: 0 0 4px 0;
	margin: 0;*/
}
#popContent p {
	font-size:1.2em;
}
#contactInfo {
	padding: 20px;
}
#contactInfo p {
	font-size:1.2em !important;
}


/* BLOG FORMAGE ***********************************************/
table {
	font-size: 1.2em;
}
table.nameEmail {
	margin-bottom: 20px !important;
}
p.blogQuestion {
	padding: 0 0 5px 0;
}



/* BUTTONS ****************************************************/
.buttons input {
	background-color: #FE7700;
	padding: 5px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin:0;
	border:none !important;
	font-size: 1em;
	font-weight: bold;
}
.buttons input:hover {
	text-decoration: underline;
}
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#FE7700;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/* MISC CLASSES **********************************************************************************/
/*************************************************************************************************/
.clear { clear: both; }
.orange { color: #FE7700; }
.callOut {
	/*background-color: #666666;
	padding: 5px;*/
	margin: -10px 0 20px 0;
	font-weight: bold;
	font-size:1em;
}
.callOut p { margin: 0; padding: 0; font-size: 1.2em; }
p.toTop {
	text-align: right;
	margin-bottom: 30px;
}
p.toTop a { 
	color: #999999; 
	background: url(images/bg_bullet_to_top_off.gif) no-repeat left 6px;
	padding: 0 0 0 12px;
	font-size: .9em !important;
}
p.toTop a:hover { 
	color: #FFFFFF; 
	background: url(images/bg_bullet_to_top_on.gif) no-repeat left 6px;

}
.ages {
	text-align: center;
	color: #CCCCCC;
	background-image: url(images/bg_ages.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	text-transform: uppercase;
	font-size: 1.2em !important;
	padding: 0 0 20px 0;
	font-weight: bold;
}
.eventDetails {
	border-left: 1px dotted #666666;
	margin: 0 0 15px 25px;
	color: #E3E3E3;
	padding: 0 0 0 10px;
}
.imgLeft {
	float: left;
	margin: 0 20px 15px 0;
	border:none;
}
.imgLeftAlt {
	margin: 0 20px 0 0; float: left; border: none;
}
.imgRight {
	float: right;
	margin: 0 0 20px 20px;
	border:none;
}

.youTubeVid {
	margin: 10px auto 0 auto;
}
.question {
	color: #999999;
	font-weight: bold;
}
.answer {
	color: #FFFFFF;
	padding: 5px;
	border: 1px dotted #999999;
	background-color: #333333;
	margin-bottom: 35px;
}
.next {
	background: url(images/bg_bullet_next.gif) no-repeat right 6px;
	padding: 2px 16px 2px 4px !important;
}
.previous {
	background: url(images/bg_bullet_previous.gif) no-repeat left 6px;
	padding: 2px 4px 2px 16px !important;
}
a:hover.next {
	background: url(images/bg_bullet_next.gif) no-repeat right -18px;
}
a:hover.previous {
	background: url(images/bg_bullet_previous.gif) no-repeat left -18px;
}

.note {
	font-size: 1em !important;
	color: #999999;
}
.asterik {
	color: #FE7700 !important;
}

.paraBtm {
	padding: margin: 0;
	padding: 0 !important;
}
.pdf {
	background: url(images/bg_bullet_pdf.gif) no-repeat left 3px;
	padding: 0 0 0 16px;
}
.alignRight {
	text-align:right;
}
.blogPara {
	margin: 0;
	padding: 5px 0 5px 0;
}

.required {
	color: #Fe7700;
	font-size:.8em;
}

/* Print Styling ******************************************************************/

@media print {

	body {
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}

	#printLogo { display: block !important; }

	#col2 { float:right; }
	
	#logoBtm, #headerWrap, #nav, #footerCol3, .ages, p.toTop, #footerCol3, #footerCol1, .listLeft, .listRight  {
		display: none !important;
	}
	#footer {
		border:none !important;
	}

	table {
		width: 100% !important;
	}

}

