/* Ref: http://www.techrepublic.com/article/creating-a-pure-css-horizontal-navigation-bar/5153115 */
header { text-align: center; }
header img { width: 100%; }
body { font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; margin: 4px 4px 4px 4px;
}
footer { font-size: smaller; text-align: center; float: none;  width: 100%;  display: block; clear: both; }
footer#ack { font-size: xx-small; }
section, footer {
	float: none; display: block; clear: both;
}

footer { 
   font-family: Verdana, Geneva, Helvetica, sans-serif ;
   color: navy;
   text-align: center;
   border-top-style: ridge;
   border-top-width: 2px;
   border-top-color: #4466ff;
   padding-top: 4px; 
   width: 100%;
   float: none;
   clear: both;
}
.footer {
	display: block; clear:both; float: none;
}

#banner_picture {
  width: 100%;
  height: 108px;
}

hr { clear: both; width: 100%; }
article { float: left; }
article { width: 95%; margin: 4px 4px 4px 4px; }

aside { float: right ; display: inline-block; max-width: 30%; }
aside img { max-width: 200px; }
p { float: none; }
section, article h1 { font-size: 1rem;  margin: 4px 4px 4px 4px;}
h1, h2 { text-align: center; float: none; }
p.welcome { text-align: center; }
p.about { text-align: center; margin-left: 10%; margin-right: 10%; }
p.board { font-size: larger; font-weight: bold; 
          text-align: center; padding-bottom: 6pt; 
}
.intro h1 { font-size: 18pt; font-weight: bold; }

nav {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #44b5f0;
	display: block;
	clear:both;
}

nav ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #202089;
    line-height: 30px;
    white-space: nowrap;
}

nav li.me {
	list-style-type: none;
	display: inline;
	width: 10%;
	min-width: 10%;
	margin: 0px;
    font-weight: bold;
    color: #44b5f0;
    background-color: #202089;
	border-width: 2px;
	padding: 0px;
}

nav li {
	list-style-type: none;
	display: inline;
	width: 10%;
	min-width: 10%;
	margin: 0px;
	font-weight: bold;
 	color: #202089;
	background-color: #44b5f0;
	border-width: 2px;
	padding: 0px;
}

nav li.me a {
    text-decoration: none;
    padding: 7px 10px;
    color: #44b5f0;
	overflow:  hidden;
	background-image: url(../images/bar.png) ;
	background-repeat: no-repeat ; 
	background-attachment: fixed;
}

nav li a {
    text-decoration: none;
    padding: 7px 12px;
    color: #202089;
	overflow: hidden;
}

nav li.me a:link {
    color: #44b5f0;
}

nav li a:link {
    color: #202089;
}

nav li.me a:visited {
    color: #44b5f0;
}

nav li a:visited {
    color: #202089;
}

nav li.me a:hover {
    font-weight: bold;
	color: #000000;
	background-color: #44b5f0;
}

nav li a:hover {
    font-weight: bold;
    color: #44b5f0;
    background-color: #202089;
}

nav#contactBar {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    background-color: #44b5f0;
}

@media only screen and ( max-width: 600px ), only screen and (max-device-width: 600px) {
  nav, nav#contactBar {
    height: 15px;
  }
  
  nav ul { 
    line-height: 12px;
  }
  
  nav li {
    font-size: 8px;
    width: 6%; min-width: 6%;
    border-width: 1px;
  }
  nav li.me {
    font-size: 9px;
    width: 6%; min-width: 6%;
    border-width: 1px;
  }
  nav li.me a {
    padding: 1px 2px;
  }

  nav li a {
    padding: 1px 2px;
  }
}

@media only screen and ( max-width: 360px ), only screen and (max-device-width: 320px) {
    nav li {
    font-size: 8px;
    width: 2%; min-width: 2%;
    border-width: 1px;
  }
}



section#main { margin: 4px 4px 4px 4px; }

table .pictureGrid { width: 90%; text-align: center; }
tr .pictureGrid { width: 100%; }
td .pictureGrid { text-align: center; width:50%; }

table .recipe { text-align: left; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: black; border-spacing: 2px; padding: 4px;}
tr .recipe { border-collapse: collapse; border-width: 1px; border-style: solid; border-color: black; border-spacing: 2px; padding: 4px;}
td .recipe { text-align: left; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: black; border-spacing: 2px; padding: 4px; }
th .recipe { text-align: left; border-collapse: collapse; border-width: 1px; border-style: solid; border-color: black; border-spacing: 2px; padding: 4px; font-weight: bold; }

.nameHighlight {
   font-size: larger;
   font-weight: bold;
}
.fancy {
  font-family: "Viner Hand ITC", fantasy, cursive; font-size:larger;
  text-align: center;
}
.left { float: left; width: 65% ; vertical-align: bottom ; margin-left: 4px; clear: left; }
.left-full { text-align: left; float: left; width: 95%; vertical-align: top; margin-left: 4px; clear: left; }
.right { position: relative; float: right; vertical-align: top; width: 32% ;
	padding-bottom: 25px; clear:right;
}
.center { position: relative; text-align:center; width:100%; clear:both; vertical-align: top; display: block; }
.across { float: none; width: 100%; margin-left: 4px; vertical-align:top; display: block; clear: both; }

article#board ul { display:block; list-style:none; text-align:center; font-size: larger; }
article#board li.subtitle { font-weight:bold; }
.about { display: block; clear: both; float:none; position: relative; }
section.articles { display: block; clear: both; position: relative; float: none; width: 75%; margin-left:auto; margin-right:auto; }

div#google-calendar-div {
   position: relative;
    padding-bottom: 75%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    /*
    top: 0;
    left: 0;
    bottom: -10px;
    right:0;
    min-width: 200px;
    min-height: 400px;
    */
    background: light-blue; 
}
div#google-calendar-div iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align:center;
    seamless:1;
    scrolling:no;
    border-width:0;
}
ul.linklist li {
  list-style-type: none; 
}

ul.col2 {
  column-count:2 !important;
  column-gap: 20px;
  list-style-position: inside;
}
ul.square {
  list-style-type: square; 
  display: inline-block;
}

ul.donate-list {
  padding: 2px;
  list-style-type: none;
  display: inline-block;
  font-size: smaller;
  border-color: #202089;
  border-width: thin;
  border-style: solid;
}
section.columns3 h1, h2, header { column-span: all; clear: both; }
section.columns3 header { text-align: left; }
section.columns3  article {
   column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-width: 200px;
  -moz-column-width: 200px;
  -webkit-column-width: 200px;
  column-rule: 1px solid #44b5f0;
  -moz-column-rule: 1px solid #44b5f0;
  -webkit-column-rule: 1px solid #44b5f0;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  border-bottom-color: #202089;
  border-bottom-width: thin;
  border-bottom-style: solid;
}

article.resource-column-flow h5,a { margin-top: 5px; margin-bottom: 0px;
padding-top: 0px; padding-bottom: 0px; }

article.resource-column-flow h5 { font-size: larger; }

article.resource-column-flow p  { margin-top: 0px; margin-bottom: 5px; padding-top: 0px; padding-bottom: 0px; }

article.resource-column-flow div.resource-item {
  display: inline-block;
  width: 100%;
}

section#denver_jewish_resources h2 {
  font-family: "Arial Black", Gadget, sans-serif;
  background-color:#202089;
  color: #44B5F0;
  text-align: left;
}

article.newsletter_columns {
  column-width: 160px;
  -moz-column-width: 160px;
  -webkit-column-width: 160px;
  column-rule: 1px solid #202089;
  -moz-column-rule: 1px solid #202089;
  -webkit-column-rule: 1px solid #202089;
  column-gap: 10px;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}

ul.newsletter_list {
  list-style: url(../images/pdficon.gif);
}

ul.newsletter_list li:first-child {
  column-span: all;
  -moz-column-span: all;
  -webkit-column-span: all;
  font-size: larger;
  font-weight: bold;
  background: #CCF;
  margin-left: 38px;
}

section.classes h3, h4 { font-style:italic; text-align: center; }
article.torah { 
  font-family: Verdana,Arial,Helvetica,Geneva,sans-serif; 
  padding: 0 0 0 0;
  border-width: 0;
  text-height: text-size;
  margin: 0 0 0 0;
  
}
article.torah h2 { text-align: left; }
article.torah li { background: #C3E1FF; }
article.torah h5 { font-size: 14px; }
article.torah p  { padding: 0 0 0 0 ; }
article.divrei_torah {
}

ul.q_and_a {
  list-style: none;
}
li.question {
  font-style: italic;
  font-size: larger;
  margin-bottom: 3px;
}
li.answer {
  font-size: larger;
  margin-bottom: 10px;
}

article.torah h1,h2,h3 { margin-top: 8px; margin-bottom: 2px; }
article.torah  p { margin-top: 0px; margin-bottom: 2px; }
article.torah  h5 { margin-top: 0px; margin-bottom: 0px; }
article.torah li,ul { margin-top: 0px; margin-bottom: 0px; }
article.divrei_torah th,td { border-width: 1px; border-color: #202089; border-style: solid; }

li.future { color: #202089; font-weight:bold; }
li.past   { color: #44B5F0; }

article.shul-of-the-week {
  background-color: #C3E1FF;
}

li.logo {
  width: 80%;
  list-style-type: none;
  padding-bottom: 10px;
}

div#eastside-map {
  overflow: visible;
}

ul.unadorned { list-style: none; 
text-align: left; clear: left;
}

#infoWindow {
  border-color: blue;
  border-width: 3;
  border-style: double;
  border-spacing: 3px;
  padding: 3px;
  min-width: 25%;
  min-height: 80px;
}

 .multicolumn-table tr td {
   font-family: fantasy, cursive, "Viner Hand ITC"
 }
 span.zl { font-style: italic; }
 
 #feed-control {
   width:90%;
   height:140px;
   color:#676767;
   font-size:11px;
   margin:10px;
   padding:4px;
 }
 
 #feed-control.compact {
   height:78px;
   font-size:11px;
   margin:4px;
   padding:2px;
 }
 
 .speeds {
   display:inline-block;
 }