/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */
  
  body{
    background: #c7d9f0 url(../images/bodybg.jpg) no-repeat center top fixed;
  }
  .container{
    background: #d4d3d3;    
  }
  .header h1 {
    display: none;    
  }
  .header {    
  	width: 111.25%;
    /*height: 233px;*/    
    margin-left: -5.625%;
  } 
  .stretch {
      width:100%;
      /*height:100%;*/
  }
  .ten.columns.headerimages{
    right: 0px;
    position: absolute;  
    top:50px;
  }
  .headerimages img{
    width:92.758620689655172413793103448276% /*538 / 580*/;
  }
  .three.columns.headerdates{
    top: 1%;
    right: 60.416666666666666666666666666667%;
    position: absolute; 
  }
  .menu {
    margin-top: -3px;
    margin-bottom: 12px;
    height: 43px;
    text-align: center;
  }
  .menu ul{
  
  }
  .menu ul li { 
    list-style: none;
    display: inline-block;   
  }
  .menu ul li { 
    margin: 0px /*5px*/; 
  }
  .menu ul li a {
    background: url(../images/buttonmenu.gif) no-repeat; 
    border-right: #003b59 2px solid; 
    text-decoration: none;
    text-transform: uppercase; 
    font-weight: 600;
    color: #ffffff;
    height: 30px;
    display: block;
    padding: 13px 20px 0;
    font-size: 18px;     
  }
  .entry-content input, .ui-datepicker-title select {display: inline; }
  .em-events-search input { width: 160px;}
  .events-table {width: 100%;} .events-table td { border-right: #D4D3D3 thin dashed; padding: 5px 10px;}
  .events-table th { border-bottom: thin #000 solid;}
  .events-table tr { background-color:#fff; border-bottom: thin #000 dashed; }   
  .events-table tr:nth-child(odd) { background-color:#eee; }  
  .menu ul li a:hover { text-decoration: underline;}
  .sidecolumn {width: 78% /* 234/300 */; margin: 0 0 5%;}
  .sidecolumn img {width: 100% /* 234/300 */;}
  #social { width: 45px; text-align: center; position: absolute; margin: 271px 0 0 -45px; }
  .partners { background: white; border: #00467f thin solid;}
  .partners h3 { color:white; font: normal normal bold 18px sans-serif; background: #00467f; padding: 0 0 0 5px; text-transform: uppercase;}
  .copyright {text-align: center; font-size: 11px; color: #333333;}
  .copyright a {color: #333333; text-decoration: none; font-weight: 600;}
  .copyright a:hover {text-decoration: underline; }
  ul.menu li ul.sub-menu { position: absolute; padding: 0; margin: 0; /**/display: none; }
  ul.menu li:hover ul.sub-menu { display: block; }
  ul.menu li ul.sub-menu li { display: block; }
  ul.menu li ul.sub-menu li a { background: #008FD5; border-right: none; border-bottom: thin #eee solid; font-weight: 400; padding: 6px 10px; height: 17px; font-size: 14px;}
  
  /* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    .menu ul li { margin: 0px 2px;}
    .menu ul li a { padding: 13px 10px 0; }
  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {  
    div.ten.columns.headerimages { display:none;}
    div.three.columns.headerdates { display:none;left: 50%; top: 2%;}

    div.sixteen.columns.menu {margin-top: -3px;    margin-top: -3px;
    padding: 0px;
    font-size: 9px;
    width: 104%;
    margin-left: -8px;}

    .menu ul li { margin: 0px;}
    .menu ul li a { padding: 13px 3px 0; font-size:11px;}
    div.sidecolumn { display: none; }
    ul.menu li:hover ul.sub-menu { display: none; }
  }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 500px) {  
	h1{ font-size: 20px; }
	h2{ font-size: 18px; }
	h3{ font-size: 16px; }
    div.ten.columns.headerimages { display:none;}    
    div.three.columns.headerdates { display:none;left: 50%; top: 2%;}
    div.sixteen.columns.menu {margin-top: -3px;}
    .menu ul li { margin: 0px -3px;}
    .menu ul li a { padding: 13px 3px 0; font-size:8px;}
    div.sidecolumn { display: none; }
    ul.menu li:hover ul.sub-menu { display: none; }  
	#social{ display:none; }
	#eventsummary{ display:none; }
    
    /* Hide event dates in header */
    .header_date_widget{display:none;}
	
  }

/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/