/***************************************************
 * General
 ***************************************************/
body {
  background: #FFF url('../images/back.jpg');
  font-family: 'Droid Serif', 'Georgia', serif;
  text-align: justify;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

.wrapper {
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

a img, img {
  border: 0;
}

p {
  line-height: 1.25em;
}

.calendartable {
    table-layout: fixed;
    width: 100%;
}

.calendartable td {
    font-size: 0.7em;
    text-align: left;
}

/***************************************************
 * Headings
 ***************************************************/
h2{
  font-size: 32pt;
  margin: 0;
  font-weight: normal;
}
h3, h4, h5{
  margin-bottom: 0;
  margin-top: 1.0em;
}
h1+p, h2+p, h3+p, h4+p, h5+p, h6+p {
  margin-top: 0.1em;
}
/***************************************************
 * Header
 ***************************************************/
header {
  display: block;
  padding-left: 100px;
  padding-right: 80px;
  margin: 0.6em 0 0;
  font-family: 'Average', 'Georgia', serif;
}
header span#title {
  height: 1.2em;
  font-size: 52pt;
  color: #999;
}
/***************************************************
 * External Links
 ***************************************************/
div.connect {
  position: absolute;
  right: 80px;
  top: 0;
  padding: 0;
  text-align: right;
}
div.connect>span.label{
  cursor: default;
  display: inline-block;
  padding: 5px 10px 7px 10px;
  background-color: rgba(32,32,32,0.1);
  color: rgba(0,0,0,0.3);
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
div.connect:hover {
  text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
div.connect:hover>span.label {
  background-color: rgba(32,32,32,0.8);
  color: rgba(250, 250, 250, 1);
  box-shadow: 0 0 5px rgba(0,0,0,0);
}
div.connect>ul.appear {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  padding: 6px;
  list-style: none;
  display: none;
  background-color: rgba(32,32,32,0.8);
  color: rgba(250, 250, 250, 1);
}
div.connect>ul.appear>li {
  display: inline-block;
  padding: 0;
}
div.connect>ul.appear>li>a,
div.connect>ul.appear>li>a:link,
div.connect>ul.appear>li>a:visited,
div.connect>ul.appear>li>a:active {
  color: rgb(250,250,250);
  text-decoration: none;
  display: inline-block;
  padding: 6px;
}
div.connect>ul.appear>li>a:hover {
  /*background-color: rgba(250, 250, 250, 0.7);
  color: #444;*/
  text-shadow: 0 0 2px rgba(250, 250, 250, 0.2);
}
div.connect:hover>ul.appear {
  display: block;
}
div.connect>ul>li {
  margin: 0; padding: 0;
}
/***************************************************
 * Side-clumn Contents
 ***************************************************/
div.sidecol,
div.sidebar{
  float: right;
  box-shadow: -20px 0 20px -20px rgba(0,0,0,0.3);
  margin-left: 25px;
  padding: 25px;
  clear: right;
}
.sidebar {
  font-size: .8em;
}
div.sidebar.narrow{
  width: 280px;
}
div.dp {
	line-height: 1.5em;
}
div.dp>img{
  float:left;
  margin-right: 7px;
  margin-bottom: 7px;
}
div.scrollbox {
  height: 200px;
  overflow: auto;
  margin-top: 0;
  overflow: hidden;
}
div.scrollbox:hover {
  overflow-x: hidden;
  overflow-y: auto;
}
div.newsbox {
  padding: 0;
  margin: 0;
  width: 280px;
}
div.newsbox ol {
  list-style: none inside none;
  margin-left: 0;
  padding-left: 0;
}
div.newsbox ol>li {
  margin-bottom: 9px;
}
div.newsbox h4 {
  margin: 0;
}

div.image_thumb{
  width: 350px;
  margin-top: 10px;
}
div.image_thumb:first-child{
  margin-top: 0;
}
div.image_thumb img{
  width:350px;
}
div.image_thumb>span{
  display: block;
  font-size: 0.6em;
  color: #666;
  padding: 0.3em 0.5em 0.5em;
  font-style:italic;
}

/**
 *   Navigation
 */
nav.main {
  display: block;
}
nav.main ul{
  display: inline;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
nav.main ul li {
  position: relative;
  top: 0;
  font-size: 1.25em;
  padding: 0.6em;
  margin-bottom: 0;
  margin-right: 1em;
  background-color: rgba(68, 68, 68, 0);
  display: inline-block;
}

nav.main ul li.current,
nav.main ul li:hover{
  background-color: rgba(68, 68, 68, 0.1);
}


nav.main ul li a {
  color: #444;
  display: block;
  text-decoration: none;
}
nav.main ul li:hover a,
nav.main ul li.current a {
  color: #000;
}

nav.main ul li.glow{
  /* background-color: rgba(32,32,32,0.5); */
  background-color: rgb(41, 62, 91);
}


nav.main ul li.glow a {
  /* color: #EEE; */
  color: rgb(249, 223, 79);
}


/**
 *   Sub-Navigation
 */

nav.jumpwrap{
  font-family: 'Average', 'Georgia', serif;
  font-size: 1.1em;
  margin-left: 80px;
  margin-right: 80px;
  background-color: rgba(32, 32, 32, 0.8);
  text-align: center;
  display: block;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);

}

ul.jumpnav{
  margin: 0 auto;
  display: inline-block;
  padding: 0;
  list-style: none inside none;
}
ul.jumpnav li{
  display: inline-block;
  margin: 0;
  padding: 6px 12px 6px 12px;
}
ul.jumpnav li.glow {
  background-color: #EEE;
}
ul.jumpnav li.current,
ul.jumpnav li.current:hover {
  background-color: #BBB;
}
ul.jumpnav li:hover{
  background-color: rgba(255, 255, 255, 0.3);
}
ul.jumpnav a{
  display: block;
  text-decoration: none;
  color: #DDD;
  padding: 0.6em;
}

/***************************************************
 * Other
 ***************************************************/

.thumbs li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li a { }
.thumbs li img { display: block; }
.thumbs li a img { border: none;}

.fbicon {
  position: relative;
  top: 2px;
}
.margin{
  margin-left: 24px;
}
a:link, a:visited, a:active {
  color: #00F;
}

a:hover {
  color: #008;
}
.slideshow {
  height: 680px;
  width: 1024px;
  margin: 0;
  background-color: #000;
}
.slideshow img {
  padding: 0;
  border: 0;
  background-color: #eee;
  width: 100%;
}
#map_canvas2 {
  width: 500px;
  height: 500px;
}
#map_canvas3 {
	width: 350px;
	height: 350px;
}
span.right{
  float:right;
}
table.officers{
  margin-left: 8px;
}

table.officers td{
  vertical-align: top;
  padding-bottom: 14px;
  padding-right: 12px;
  padding-top: 8px;
}

.success,
.fail,
.notify{
  border: 1px #CCC solid;
  background-color: #EEE;
  margin: 1px;
  padding: 8px;
}
.success{
  border-color: lime;
  background-color: #CCFF99;
}
.fail{
  border-color: #FF6A6A;
  background-color: #FFC4C4;
}
nav.schedule {
  display: block;
}
nav.schedule.rush{
  width: 1136px;
  white-space: nowrap;
  margin: 24px auto;
}
nav.schedule.rush>ul>li {
	height: 304px;
}
#full-rush-schedule h3 {
	margin-top: 5em;
}
#full-rush-schedule h3:first-of-type {
	margin-top: 2em;
}

nav.schedule.cpw{
  width: 85%;
  text-align: center;
  margin: 24px auto;
}
nav.schedule.cpw>ul>li {
	height: 310px;
}
nav.schedule>ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
nav.schedule>ul>li>ul {
  margin: 0;
  padding: 0;
}
nav.schedule>ul>li {
  white-space: normal;
  vertical-align: top;
  display: inline-block;
  padding: 12px;
  line-height: 1em;
  background-color: #EFEFEF;
  border: 1px #AAA solid;
  box-shadow: 0 0 8px rgba(40, 40, 40, 0.4);
  transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, padding 0.25s, height 0.25s;
  -moz-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, padding 0.25s, height 0.25s;
  -webkit-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, padding 0.25s, height 0.25s;
  -o-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, padding 0.25s, height 0.25s;
  -ms-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, padding 0.25s, height 0.25s;
}
nav.schedule>ul>li:hover {
  background-color: #F8F8F8;
  box-shadow: 0 0 12px rgba(40, 40, 40, 0.5);

}
nav.schedule>ul>li:first-child {
  border-radius: 6px 0 0 6px;
}
nav.schedule>ul>li:last-child {
  border-radius: 0 6px 6px 0;
}
nav.schedule>ul>li>ul {
  margin-top: 12px;
}
nav.schedule>ul>li>ul>li:last-child {
  margin-bottom: 0;
}
nav.schedule>ul>li>ul>li {
  display: block;
  background-color: #666;
  padding: 12px;
  line-height: normal;
  width: 140px;
  margin-bottom: 12px;
  box-shadow: 0 0 6px rgba(40, 40, 40, 0.7);
  transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, font-size 0.25s, padding 0.25s;
  -moz-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, font-size 0.25s, padding 0.25s;
  -webkit-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, font-size 0.25s, padding 0.25s;
  -o-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, font-size 0.25s, padding 0.25s;
  -ms-transition: background-color 0.25s, box-shadow 0.25s, width 0.25s, font-size 0.25s, padding 0.25s;
}
nav.schedule>ul>li>ul>li:hover {
  background-color: #777;
  box-shadow: 0 0 8px rgba(40, 40, 40, 0.5);
}
nav.schedule a:link,
nav.schedule a:active,
nav.schedule a:visited {
  display: block;
  text-decoration: none;
  color: #F8F8F8;
  background-color: transparent;
}

nav.schedule em {
  display: block;
  text-align: center;
  font-size: 0.7em;
}
nav.schedule strong{
  display: table-cell;
  font-size: 0.8em;
  vertical-align: middle;
  height: 36px;
  overflow: hidden;
}
nav.schedule strong span{
  display: block;
  width: 140px;
  text-align: center;
}
.fill,
img.fill {
  width: 100%;
  text-align: center;
}
.half_fill,
img.half_fill {
  width: 50%;
  text-align: center;
  display: grid;
  margin: auto;
}
span.small{
  font-size: 0.6em;
}
p.center_narrow {
  text-align: center;
  padding: 0 11em 0 11em;
}
p.center_narrow>span{
  font-size: 0.6em;
  color: #444;
}
p.center_narrow>a{
  font-size: 0.8em;
  color: #000;
}
div.indent {
  margin-right: 8px;
}
.thumbs { margin: 0; padding: 0; overflow: hidden; }

@media only screen and (min-width: 1255px) {
  body {
    font-size: 1.1em;
  }
 p {
   line-height: 1.55em;
 }
}

@media only screen and (min-width: 1350px) {
 body {
   font-size: 1.2em;
 }
}

@media only screen and (min-width: 1600px) {
  header {
    margin-left: auto; margin-right: auto;
    width: 1380px;
    padding-left: 20px; padding-right: 0;
  }
  nav.jumpwrap {
    margin-left: auto; margin-right: auto;
    width: 1400px;
  }
  div.wrapper {
    margin-left: auto; margin-right: auto;
    width: 1360px;
  }
}

@media only screen and (max-width: 1370px) {
	nav.schedule > ul > li {
		padding: 6px;
	}
	nav.schedule > ul > li > ul > li {
		padding: 6px;
		margin-bottom: 6px;
		width: 120px;
	}
	nav.schedule strong span {
		width: 120px;
	}
	nav.rush.schedule {
		width: 1050px;
	}
	nav.schedule.rush > ul > li {
		height: 258px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 1001px) {
  ul.jumpnav{
    font-size: 0.85em;
  }
  ul.jumpnav a{
    padding: 0.3em;
  }
  ul.jumpnav li{
    padding: 6px;
}
	nav.schedule > ul > li {
		box-shadow: 0 0 3px rgba(40, 40, 40, 0.8);
		border: 0;
		padding: 4px;
		height: 238px;
	}
	nav.schedule > ul > li > ul > li {
		width: 110px;
		box-shadow: 0 0 2px rgba(40, 40, 40, 0.7);
		margin-bottom: 4px;
	}
	nav.schedule strong span {
		width: 110px;
	}
	nav.rush.schedule {
		width: 801px;
	}
}
@media only screen and (max-width: 1000px) {
	nav.rush.schedule {
		width: 100%;
		overflow-x: auto;
	}
	nav.schedule > ul > li {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	nav.schedule > ul > li:first-child {
		margin-left: 6px;
	}
	nav.schedule > ul > li:last-child {
		margin-right: 6px;
	}
}
@media only screen and (max-width: 910px) {
  ul.jumpnav a{
    padding: 0.1em;
  }
  ul.jumpnav li{
    padding: 5px;
  }
}
@media only screen and (max-width: 850px) {
  header{
    padding: 0;
    text-align: center;
  }

  div.sidebar,
  div.sidecol,
  div.slideshow{
    display:none;
    visibility: hidden;
  }
  p.center_narrow{
    padding-left:0.4em;
    padding-right:0.4em;
  }

  header span#title{
    font-size: 42pt;
  }

  div.wrapper{
    margin: 0;
  }

  nav.jumpwrap {
    margin: 0;
  }

  ul.jumpnav li {
    width: 90px;
    vertical-align: middle;
  }

  nav.main{
    font-size: 0.9em;
  }

  div.connect {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  header span#title{
    font-size: 32pt;
  }
  nav.main{
    font-size: 0.8em;
  }
  nav.jumpwrap {
    font-size: 0.8em;
  }
  ul.jumpnav li {
    width: 65px;
  }
  nav.main ul li {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
  li#pg-register{
    display:none;
  }
}

/** lightbox **/
#lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:alpha(opacity=85);opacity:.85;display:none}#lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-weight:normal}#lightbox img{width:auto;height:auto}#lightbox a img{border:0}.lb-outerContainer{position:relative;background-color:white;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-container{padding:10px}.lb-loader{position:absolute;top:40%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0}.lb-prev,.lb-next{width:49%;height:100%;background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");display:block}.lb-prev{left:0;float:left}.lb-next{right:0;float:right}.lb-prev:hover{background:url(../images/prev.png) left 48% no-repeat}.lb-next:hover{background:url(../images/next.png) right 48% no-repeat}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-ms-border-bottom-left-radius:4px;-o-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-ms-border-bottom-right-radius:4px;-o-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 10px;color:#bbb}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:11px}.lb-data .lb-close{width:35px;float:right;padding-bottom:.7em;outline:0}.lb-data .lb-close:hover{cursor:pointer}


