* {
	margin: 0;
	padding: 0;
}

body {
	background: #eaeaea;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:justify;
}

a {
	text-decoration: none;
	color: #336699;
	/* temporarily switched #003366 for #336699 */
}
a:hover {
	text-decoration: none;
	color: #006699;
}
a:link, a:visited {
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

a img {
   border: none;
	text-decoration: none;
}

hr {
border: 1px dotted #cccccc;
}

#wrapper {
	width: 980px;
	margin: 10px auto;
}

#header {
	margin-left: 10px;
	height: 85px;
}

#image_banner {
	height: 315px;
	background: #eaeaea url(../images/image_banner_bg.png) no-repeat;
}

#image_banner_picture { background: url(/files/images/banner/banner-1.jpg) 0px 0px; width: 980px; height: 313px; }
#image_banner { background: url(../img/image_banner_bg_transparent.png) 0px 0px; }
#image_banner_picture img { display: none; width: 960px; }

/* don't show big image for mobile devices */
@media only screen and (max-device-width: 480px) {
	.image_banner_picture { background: url(/files/images/banner/banner-980.jpg) 0px 0px; width: 980px; height: 313px; }
	#image_banner .prev { visibility: hidden; }
	#image_banner .next { visibility: hidden; }
}


/*-------MAIN NAVIGATION----------*/

#nav {
padding: 7px 0 0 0;
height: 34px;
background: #eaeaea url(../images/nav_bg.png) no-repeat;
margin:0;
}

#nav ul {
list-style-type: none;
display:inline;
padding: 10px 0 0 20px;
letter-spacing: 0px;
}
#nav ul li {
padding: 0 12px 0 10px;
display:inline;
/*border-right: 1px solid #999999;*/
}
#nav ul li a {
color: #003366;
font-size: 16px;
font-weight: bold;
}
#nav ul li a:hover {
color: #666600;
text-decoration: none;
}

#navigation {
padding: 0;
height: 34px;
background: #eaeaea url(../images/nav_bg.png) no-repeat;
margin:0;
}



/*-------CONTENT----------*/

.content {
   background: #eaeaea url(../images/content_top.png) no-repeat;
   padding-top: 13px;
   margin:0;
}

.content_main {
   background: #eaeaea url(../images/content_bg.png) repeat-y;
   margin: 0;
   padding:0 30px 20px 30px;
}

.content_main p {
	line-height: 1.3em;
}

.content_main ol {
	padding-left: 1em;
	margin: 1em;
	line-height: 1.5em;
	/* list-style-position: inside; */
	/* text-indent: -1em; */
}


.content_left {
	padding: 0;
	width:580px;
	margin: 0;
	padding-right:20px;
	float:left;
	font-size: 16px;
}

.content_right {
	width:290px;
	padding:0 0 0 25px;
	margin: 0;
	float:left;
	font-size: 14px;
}

.clear {clear:both;}

.main {
	border-top: 1px solid #aaa;
	background: #eaeaea;
	padding: 10px;
}

.content_left h2 {
	font-size: 22px;
	font-family:"Times", Times New Roman, serif;
	color: #666666;
	font-weight: normal;
	padding: 0 0 0 3px;
	margin-bottom: 12px;
	border-bottom: 1px solid #CCCCCC;
}
.main h2 a {
	text-decoration: none;
}

.content_right h2 {
	font-size: 22px;
	font-family:"Times", Times New Roman, serif;
	color: #666666;
	font-weight: normal;
	padding: 0 0 0 3px;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #CCCCCC;
}

.content_right p a {
	color: #333300;
}

.content_right p a:hover {
	color: #666666;
}

p.read_more {font-size:0.9em;}

.break {
	height: 10px;
	display:block;
}

.node-body h3 { margin-top: 2em; }
.node-body blockquote { margin: 0 2em 2em 2em; font-size: 0.9em; line-height: 1.3em; }
.node-type-page img { border: 1px solid lightgrey; padding: 3px; margin: 0 0 1em 0; } 
.no-img-borders img { border: 0; }

#bottom {
	background: #eaeaea url(../images/content_bottom.png) no-repeat;
	padding: 10px 0 5px 0;
}

div#sab_members dt {
	margin-bottom: 1em;
}

div#sab_members dd {
	margin-bottom: 1em;
	margin-left: 2em;
}

div#sab_members dl {
	margin: 1.5em 0;
}
div#sab_members h2#bios {
	margin-top: 2em;
}

span.red { color: red; }

/*-------PAGE CONTENT with SIDE NAVIGATION----------*/

.page_content_left {
	width:270px;
	padding:3px 25px 0 0;
	margin: 0;
	float:left;
	font-size: 14px;
}

.page_content_right {
	padding: 0;
	width:580px;
	margin: 0;
	padding-left:20px;
	float:left;
	font-size: 16px;
}

.page_content_full {
	padding: 0;
	width:870px;
	margin: 0;
	padding-left:20px;
	font-size: 16px;
}

/*-------PAGE SIDE NAVIGATION----------*/

.side_nav {
	padding:0;
	margin:0;
	font-style:normal;
}

.side_nav a {
	color: #336699;
}

.side_nav a:hover {
	color: #666600;
	text-decoration: none;
}

.side_nav ul {
	list-style-type: none;
	display:block;
	padding:0;
	letter-spacing: 0px;
}
.side_nav ul li {
	padding: 4px 12px;
	display:block;
	border-bottom: 1px dotted #999999;
}
.side_nav ul li a {
	color: #336699;
	font-size: 14px;
	font-weight: bold;
}
.side_nav ul li a:hover {
	color: #666600;
	text-decoration: none;
}

.side_menu {
	padding: 4px 8px;
	display:block;
	border-bottom: 1px dotted #999999;
	margin-left:0;
	text-decoration: none;
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
}

div#side_menu_links a {
	padding: 4px 8px;
	display:block;
	border-bottom: 1px dotted #999999;
	margin-left:0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
}
div.side_menu_links a {
	padding: 4px 8px;
	display:block;
	border-bottom: 1px dotted #999999;
	margin-left:0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
}

.side_nav .submenu{
	display: block;
	height: 19px;
	margin-left: 25px;
	padding-top: 2px;
	color: #333333;
}

.submenu a {
	color: #333333;
}

.submenu a:hover {
	color: #666600;
}


.hide{
	display: none;
}

.show{
	display: block;
	border-bottom: 1px dotted #999999;
}

/*-------CONTACT----------*/
.contact {
	font-style:normal;
	font-size:14px;
	text-align: left;
}

.contact_title {
	color: #336699;
	font-size:16px;
}



/*-------FOOTER----------*/
#footer_top {
	background: #eaeaea url(../images/footer_top.png) no-repeat;
	font-size: 12px;
	text-align: right;
	height:100px;
	padding: 15px 35px 0 0;
}

#footer_top ul {
	list-style-type: none;
	display:inline;
	padding: 10px 0 0 20px;
	letter-spacing: 0px;
}

#footer_top ul li {
	list-style-type: none;
	display:inline;
	padding: 10px 0 0 20px;
	letter-spacing: 0px;
}

#footer_bottom {
	background: #eaeaea url(../images/footer_bottom.png) no-repeat;
	font-size: 12px;
	color:#FFFFFF;
	text-align: center;
	height:33px;
	padding-top:7px;
	margin:0;
}

#birs-sponsors {
	padding-top:5px;
	width:540px;
	height:70px;
	float:right;
}
#birs-sponsors .alberta-logo {
	padding-bottom: 7px;
}


/* Some Defaults */
h1 {
	text-align: left;
	font-size: 20px; 
	font-family:"Times", Times New Roman, serif; 
	/* color: #333300;  */
	font-weight: bold; 
	line-height:1.3em; 
	border: 0; 
	padding: 15px 0; 
}
h2 { 
	font-size: 22px;
	font-family:"Times", Times New Roman, serif; 
	color: #666666; 
	font-weight: normal; 
	padding: 0; 
	margin: 0 0 12px 0; 
	border-bottom: 1px solid #CCCCCC; 
}
h3 { 
	color: #555; 
	font-weight: normal; 
	padding: 0; 
	margin: 0 0 12px 0; 
}
h4 {
	margin-top: 2em;
	margin-bottom: 1em;
}

ul { 
	list-style-position: outside; 
	margin: 10px 3px 10px 15px; 
	padding: 0px 2px 0px 5px; 
	text-align: left; 
	text-indent: 2px; 
}
li { 
	padding-bottom:1em; 
}

p + p { margin-top: 15px; }
p.alignright { text-align: right; }
p.alignleft { text-align: left; }

/* General Pages, etc */
.node-body p { margin-bottom: 1em; }
.node-body ul { margin-top: 1.5em; }

.sf-menu, .sf-menu * { margin:0; padding:0; list-style:none; }
.sf-menu { line-height:1.0; }
.sf-menu ul { position:absolute; top:-999em; width:15em; }
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility:inherit; }
.sf-menu li { float:left; position:relative; }
.sf-menu a { display:block; position:relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul { left:0; top:2.5em; z-index:99; }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top:-999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul { left:10em; top:0; }
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top:-999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left:10em; top:0; }

ul.sf-menu ul { position: absolute; top: 0; border: 1px solid #999999; font:normal 14px Arial; z-index: 100; background-color: #eeeeee; visibility: hidden; }
ul.sf-menu ul li {}
ul.sf-menu ul li a { text-indent: 10px; border-bottom: 1px dotted #cccccc; text-decoration: none; font-weight: bold; color: #336699; }
* html .sf-menu ul li a { /*IE only hack*/ width: 100%; }
ul.sf-menu ul li a:hover { color: #666600; }

#nav { padding-left: 15px; }
ul.sf-menu li { border-right: 1px solid #999999; }
ul.sf-menu li ul { margin: -9px 0px 0px -1px; }
ul.sf-menu li ul li { margin: 5px 5px 5px 5px; border: 0px; border: 0px; }
ul.sf-menu li ul li a { margin: -10px 20px 0px -30px; padding: 3px 0px 3px 0px; }

ul.sf-menu li ul li ul { margin: -16px 0px 0px -5px; }

/* Blocks */
.block { margin-top: 20px; font-style: normal; }
.content_left { font-style: normal; }
.content_right { font-style: normal; }
.content_right h3 { font-size: 22px; font-family:"Times", Times New Roman, serif; color: #666666; font-weight: normal; padding: 0 0 0 3px; margin: 0 0 12px 0; border-bottom: 1px solid #CCCCCC; }
.content_right .block { margin-bottom: 20px; }
.block .block-body ul{ padding: 0px; }
.content_right .block ul { list-style: none; margin-top: 20px; }
.content_right .block li { margin-left: -12px; margin-bottom: 10px; padding-left: 0; }
.block h3 { font-size: 22px; font-family:"Times", Times New Roman, serif; color: #666666; font-weight: normal; padding: 0 0 0 3px; margin-bottom: 12px; border-bottom: 1px solid #CCCCCC; }


/* -------------- Events ------------- */
.events .event-year { margin-bottom: 20px; }
.events .event-year ul { margin-left: 15px; }
.events .events-list { margin-left: 15px; }
.events h1 { font-size: 25px; margin-bottom:10px; }
.events #event_date { font-size: 14px; margin-bottom: 2em; color: #666666; }
.events .embedded { margin-left: -25px; }


table { border-collapse: collapse; table-layout: fixed; width: 100%; }
td, th { padding: 0.5em; border: 1px solid #CCC; /*white-space: nowrap; overflow: hidden;*/ }
/*th { white-space: pre; }*/
thead, tfoot, th { background-color: #ddd; }
tr.odd { background-color: #FFF; }
tr.even { background-color: #F2F2F2; }

.content_main_full h2 { font-size: 22px; font-family:"Times", Times New Roman, serif; color: #666666; font-weight: normal; padding: 0 0 0 3px; margin-bottom: 12px; border-bottom: 1px solid #CCCCCC; }
.events .page_content_right h3 { margin-bottom: 10px; padding-bottom: 3px; border-bottom: 1px dashed #ddd; font-style: italic; }
.events .page_content_right div[class^="event"] { margin-bottom: 20px; }

.event-options { font-size: 14px; }
.event-options .event-options-label { margin-bottom: 3px; }
.event-options div.select { float: left; margin-right: 5px; }
.event-options-label { font-size: 1.2em; font-weight: bold; }

#events-table thead tr .header,
#events-participants-table thead tr .header { background-image: url(../img/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; }
#events-table thead tr .headerSortUp,
#events-participants-table thead tr .headerSortUp { background-image: url(../img/asc.gif); }
#events-table thead tr .headerSortDown,
#events-participants-table thead tr .headerSortDown { background-image: url(../img/desc.gif); }

#events-table th#eventid { width: 10%; }
#events-table th#eventtitle { width: 60%; }
#events-table th#arrival { width: 15%; }
#events-table th#departure { width: 15%; }

.video { margin-bottom: 40px; }
.video .talk-title { 
	font-size: 1.1em; 
	font-family: "helvetica nue", helvetica, arial; 
	font-style: italic; 
	font-weight: bold; 
}
.video .lecturer { margin-top: 1em; margin-bottom: 0.2em; font-size: 1em; }
.video .date { font-size: 0.8em; margin-bottom: 1em; }
.video .actions { font-size: 0.8em; }
.events .video #download { font-size: 0.8em; text-align: left; margin-top: -30px; }

.events .event-photo p { text-align: center; }
.events .event-photo p img { border: 1px solid #eee; padding: 5px; }

/* Video Index Page */
.videos-index { float: left; width: 580px; }
.videos-year-list { float: left; }
.videos-year-list p { margin: 1em 0; }
.videos-year-list ul { margin-left: 105px; }
.videos-feed-icons { float: right; margin: 55px 0; }
.videos-feed-icons .horizontal { float: left; margin-left: 1.5em; font-size: 0.8em; }

/* Testimonials Page */
.testimonials .testimonial { margin-bottom: 20px; padding-bottom: 20px; }
.testimonials .event-testimonials { margin: 2em 0; border-bottom: 1px dashed #ccc; }
.testimonial-event-title { font-weight: bold; }
.testimonial-event-date { font-style: italic; padding-bottom: 2em; font-size: 14px; }
.testimonials .testimonial blockquote { padding: 20px; font-size: 12px; font-style: italic; background: #eee; line-height: 20px; margin-bottom: 10px; }
.testimonials .testimonial .testimonial-user { text-align: right; }
.testimonials .testimonial .testimonial-user .name { display: block; font-weight: bold; }
.testimonials .testimonial .testimonial-user .affil { display: block; }

/* Latest Testimonials block */
p.testimonial { font-style: italic; margin-bottom: 1em; }
p.testimonial a { font-size: 1.1em; color: #003366; }
p.testimonial a:visited { font-size 1.1em; color: #003366; }


/* Workshop Reports page */
.workshop-reports { padding: 0.7em; }
.workshop-reports .row-1 { background-color: #eee; }
.workshop-reports .row-2 { background-color: #fff; }
.workshop-reports .event-title a { font-weight: bold; }
.workshop-reports .event-date { margin-bottom: 10px; font-style: italic; }
.workshop-reports .event-report { font-size: 0.8em; margin-bottom: 0.8em; }

/* Current & Upcoming Events block */
.home-event a, a:link, a:visited { color: #003366; }
.home-event a:hover { color: #006699; }
h2.home-events-title { margin: 0.5em 0 1em 0; font-style: normal; }
div.home-event-block { 
	font-style: normal; 
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	float: left;
	width: 580px;
}

/* hack to scrunch everything up as per Nassif 2012/01/30 */
div#block-18 { margin-top: -0.8em; }
div#block-26 { margin-top: -0.8em; }
div#block-28 { margin-top: -0.8em; }
div#block-30 { margin-top: -2em; }

.home-events div.event-photo { padding: 0 10px 10px 0; float: left; }

.home-event-info { text-align: left; }
.home-event-info .with-photo { width: 420px; float: right; }
.home-event-info .without-photo { width: 580px; }

.home-events span.home-event-title { 
	display: block;
	margin-bottom: 0.5em; 
}
.home-events span.home-event-date { 
	display: block;
	font-style: normal; 
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

span.continue-reading { font-size: 0.8em; font-style: italic; }

/* Announcements block */
.home-announcements { margin-bottom: 1em; }
.home-announcements ul { list-style-image:url("/files/images/tinybirs.jpg"); }
.home-announcements li.special-announcement { 
	font-family: "Helvetica Neue", "Helvetica", Arial; 
	font-weight: bold; 
	font-size: 1.1em;
	border: 0;
	margin-left: 5px;
}
.home-announcements li.special-announcement p { padding: 1em; margin: 1em; background: #eee; }

/* News & Blog block */
div.home-blog-item { display: block; padding-bottom: 20px; clear: both; }
.home-news-item p { padding: 1em; margin: 1em; background: #eee; }
h3.home-news { 
	font-size: 1.2em;
	font-family:"Times", Times New Roman, serif; 
	font-style: normal;
	padding: 0; 
	margin: 1em 0;
	border-bottom: 0;
}
.home-blogitems h4 { margin: 0.5em 0; }
.home-blogitems div.home-blog-item { margin: 0.5em 0 1em 0; }
.home-blog-item img { border: 1px solid #eee; padding: 5px; }
.blog-headline { font-style: italic; font-weight: bold; margin-bottom: 1.5em; }

.home-news-videos { margin-top: 1em; margin-bottom: 1em; }
.home-news-videos h3 { font-size: 1.2em; }
div.home-video-item { margin: 0.5em 0 1em 0; font-size: 1em; }

.events table.fc-header tr td { border: 0px; }
.events table.fc-header tr td h2 { border-bottom: 0px; }

/* Special Content Type Indexes */
div.node-type-news { margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px dashed #ccc; }
div.node-type-blog { margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px dashed #ccc; }
div.node-type-announcements { margin-bottom: 0.5em; padding-bottom: 0.5em; border-bottom: 1px dashed #ccc; }
div.node-info { margin: 1em 0 0.5em 0; font-size: 0.8em; }

.videos .workshop-videos .workshop-event { margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.videos .workshop-videos .workshop-event .event-title a { font-weight: bold; }
.videos .workshop-videos .workshop-event .event-date { margin-bottom: 10px; font-style: italic; }
.videos .workshop-videos .workshop-event .video { margin-bottom: 20px; padding: 10px; background: #eee; }
.videos .workshop-videos .workshop-event .video .lecturer { font-weight: bold; }
.videos .workshop-videos .workshop-event .video .talk-title { font-style: italic; }

a {
	color: #336699;
}

a:hover {
   color: #666600;
   text-decoration: none;
}

.proposals .warning { color: #ff0000; font-weight: bold; }
.proposals h3 { font-size: 1.4em; margin: 30px 0px 10px 0px; }
.proposals form .input { margin-bottom: 10px; }
.proposals form .input label { display: block; margin-bottom: 3px; }
.proposals form .text input { width: 300px; font-size: 18px; } 
.proposals form #BirsProposalTitle { width: 600px; font-size: 18px; } 
.proposals form textarea { width: 100%; }
.proposals form .error { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.proposals form .radio fieldset { border: 0; }
.proposals form .radio fieldset legend { display: none; }
.proposals form .radio label { display: inline; padding: 0px 10px 0px 10px; }
/*
.proposals #BirsProposalSubmitForm .submit,
.proposals #BirsProposalConfirmForm .submit { float: right; }
*/

.proposals .info { padding-top: 20px; margin-top: 20px; border-top: 1px dashed #eee; }
.proposals .info .info-item { clear: both; margin-bottom: 10px; float: left; }
.proposals .info .info-item .info-title { font-weight: bold; float: left; width: 150px; }
.proposals .info .info-item .info-value { float: left; width: 760px; text-align: left; }
.proposals .info .info-separator { border-bottom: 1px dashed #eee; margin-bottom: 20px; clear: both; }
.proposals .info .info-item .preferred-list { float: left;  width: 300px; }
.proposals .info .info-item .preferred-list-title { font-weight: bold; width: 250px; }
.proposals .info .info-item .impossible-list { float: left; }
.proposals .info .info-item .impossible-list-title { font-weight: bold; }
.proposals .info .info-item ol li { padding: 0px; }
.proposals .info .subject-areas .info-title { height: 100px; }
.proposals .info .subject-areas .info-value { float: left; }
.proposals .info .subject-areas ul { margin: 0px 0px 0px 10px; }
.proposals .info .subject-areas ul li { padding: 0px 0px 5px 0px; }
.proposals #date-selection { margin-top: 25px; }
.proposals #date-selection table { width: 60%; border: 0; }
.proposals #date-selection h3 { margin-top: 10px; }
.proposals #buttons { float: left; width: 350px; margin-top: 2em; height: 50px; }
.proposals #buttons .submit { display: inline; height: 50px; padding: 1em; font-size: 1em; }
.proposals #buttons .next-step { float: right; }
.proposals .receipt-body { margin-top: 2em; }

